chore(deps): update all non-major dependencies#8669
Merged
Conversation
7f46bda to
b08e57f
Compare
patak-cat
approved these changes
Jun 20, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.25.0->^7.25.2^18.0.12->^18.0.14^7.3.9->^7.3.10^5.27.1->^5.28.0^5.27.1->^5.28.0^3.22.8->^3.23.1^8.17.0->^8.18.0^13.0.1->^13.0.2^2.2.5->^2.2.6^0.5.1->^0.5.37.2.1->7.3.0^7.2.1->^7.3.0^10.7.3->^10.8.12.7.0->2.7.1^18.1.0->^18.2.0^18.1.0->^18.2.0^0.13.0->^0.14.0^1.22.0->^1.22.1^0.3.0->^0.4.0^3.1.2->^3.1.3^0.14.2->^0.15.1^0.37.5->^0.38.1Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.28.0Compare Source
Bug Fixes
Features
5.27.1 (2022-06-06)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.28.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.27.1 (2022-06-06)
Note: Version bump only for package @typescript-eslint/parser
zloirock/core-js
v3.23.1Compare Source
core-jscopies, #1091vflag toRegExp.prototype.flagsimplementation in case if current V8 bugs will not be fixed before this flag implementationv3.23.0Compare Source
Arrayfind from last moved to the stable ES, according to June 2022 TC39 meeting:Array.prototype.findLastArray.prototype.findLastIndex%TypedArray%.prototype.findLast%TypedArray%.prototype.findLastIndexArraygrouping proposal renamed, according to June 2022 TC39 meeting:Array.prototype.groupBy->Array.prototype.groupArray.prototype.groupByToMap->Array.prototype.groupToMap%TypedArray%.prototype.withfollowing proposal-change-array-by-copy/86, according to June 2022 TC39 meetingSymbol.metadataKeyreplacesSymbol.metadataArray.prototype.pushpolyfill with some fixes for modern enginesArray.prototype.unshiftpolyfill with some fixes for modern enginesRegExp.prototype.flagsin the actual version of V8MathandNumberconstantsArrayBufferDetachingprotector cell invalidation and performance degradation onstructuredClonefeature detection, one more case of #679structuredClonethat can not cloneDOMException(just in case for future versions that will fix other issues)eslint/eslint
v8.18.0Compare Source
Features
a6273b8feat: account for rule creation time in performance reports (#15982) (Nitin Kumar)Bug Fixes
f364d47fix: Make no-unused-vars treat for..of loops same as for..in loops (#15868) (Alex Bass)Documentation
4871047docs: Update analytics, canonical URL, ads (#15996) (Nicholas C. Zakas)cddad14docs: Add correct/incorrect containers (#15998) (Nicholas C. Zakas)b04bc6fdocs: Add rules meta info to rule pages (#15902) (Nicholas C. Zakas)1324f10docs: unify the wording referring to optional exception (#15893) (Abdelrahman Elkady)ad54d02docs: add missing trailing slash to some internal links (#15991) (Milos Djermanovic)df7768edocs: Switch to version-relative URLs (#15978) (Nicholas C. Zakas)21d6479docs: change some absolute links to relative (#15970) (Milos Djermanovic)f31216adocs: Update README team and sponsors (ESLint Jenkins)Build Related
ed49f15build: remove unwanted parallel and image-min for dev server (#15986) (Strek)Chores
f6e2e63chore: fix 'replaced by' rule list (#16007) (Milos Djermanovic)d94dc84chore: remove unused deprecation warnings (#15994) (Francesco Trotta)cdcf11echore: fix versions link (#15995) (Milos Djermanovic)d2a8715chore: add trailing slash topathPrefix(#15993) (Milos Djermanovic)58a1bf0chore: tweak URL rewriting for local previews (#15992) (Milos Djermanovic)80404d2chore: remove docs deploy workflow (#15984) (Nicholas C. Zakas)71bc750chore: Set permissions for GitHub actions (#15971) (Naveen)90ff647chore: avoid generating subdirectories for each page on new docs site (#15967) (Milos Djermanovic)okonet/lint-staged
v13.0.2Compare Source
Bug Fixes
--diffand--diff-filteroptions when checking task modifications (1a5a66a)lit/lit
v2.2.6Compare Source
Patch Changes
b12e8d93- Expand documentation forrenderandTemplateResult.unjs/mlly
v0.5.3Compare Source
v0.5.2Compare Source
pnpm/pnpm
v7.3.0Compare Source
Minor Changes
A new setting added:
pnpm.peerDependencyRules.allowAny.allowAnyis an array of package name patterns, any peer dependency matching the pattern will be resolved from any version, regardless of the range specified inpeerDependencies. For instance:{ "pnpm": { "peerDependencyRules": { "allowAny": ["@​babel/*", "eslint"] } } }The above setting will mute any warnings about peer dependency version mismatches related to
@babel/packages oreslint.The
pnpm.peerDependencyRules.ignoreMissingsetting may accept package name patterns. So you may ignore any missing@babel/*peer dependencies, for instance:{ "pnpm": { "peerDependencyRules": { "ignoreMissing": ["@​babel/*"] } } }Experimental. New settings added:
use-git-branch-lockfile,merge-git-branch-lockfiles,merge-git-branch-lockfiles-branch-pattern#4475.Patch Changes
Our Sponsors
Full Changelog: pnpm/pnpm@v7.2.1...v7.3.0
prettier/prettier
v2.7.1Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
facebook/react
v18.2.0Compare Source
React DOM
onRecoverableError. (@gnoff in #24591)documentcausing a blank page on mismatch. (@gnoff in #24523)setStatein Safari when adding an iframe. (@gaearon in #24459)React DOM Server
<title>elements to match the browser constraints. (@gnoff in #24679)highWaterMarkto0. (@jplhomer in #24641)Server Components (Experimental)
useId()inside Server Components. (@gnoff) in #24172browserify/resolve
v1.22.1Compare Source
antfu/strip-literal
v0.4.0Compare Source
🚨 Breaking Changes
#1View changes on GitHub
tailwindlabs/tailwindcss
v3.1.3Compare Source
Fixed
corePluginListtype definition (#8587)addVariant(#8608)theme()function when using quotes (#8625)::marker(#8622)vitest-dev/vitest
v0.15.1Compare Source
🐞 Bug Fixes
cssoption22fed1b8❤️ Contributors
Thanks to @sheremet-va | @stormwarning
View changes on GitHub
v0.15.0Compare Source
🚀 Features
#1468VITEST_POOL_ID#1473maxConcurrencyoption,5by default#1483#1477cssconfig option, don't process CSS by default#1467🐞 Bug Fixes
#1462#1474#1489#1487View changes on GitHub
johnsoncodehk/volar
v0.38.1Compare Source
v0.38.0Compare Source
you need to install vite-plugin-vue-component-preview manually to support this feature
.valuefor vue 2 (#1466)@vue/runtime-corein Vue 2 (#1469)Our Sponsors
v0.37.9Compare Source
*.md,*.htmlexplicitly added in tsconfig include property (#1463)codeAction.disabledSupportcapability (#1454)lang="tsx"(#1458)v0.37.8Compare Source
v0.37.7Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.