chore(deps): update all non-major dependencies #8669
Merged
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.3
7.2.1
->7.3.0
^7.2.1
->^7.3.0
^10.7.3
->^10.8.1
2.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.1
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.28.0
Compare Source
Bug Fixes
Features
5.27.1 (2022-06-06)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.28.0
Compare 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.1
Compare Source
core-js
copies, #1091v
flag toRegExp.prototype.flags
implementation in case if current V8 bugs will not be fixed before this flag implementationv3.23.0
Compare Source
Array
find from last moved to the stable ES, according to June 2022 TC39 meeting:Array.prototype.findLast
Array.prototype.findLastIndex
%TypedArray%.prototype.findLast
%TypedArray%.prototype.findLastIndex
Array
grouping proposal renamed, according to June 2022 TC39 meeting:Array.prototype.groupBy
->Array.prototype.group
Array.prototype.groupByToMap
->Array.prototype.groupToMap
%TypedArray%.prototype.with
following proposal-change-array-by-copy/86, according to June 2022 TC39 meetingSymbol.metadataKey
replacesSymbol.metadata
Array.prototype.push
polyfill with some fixes for modern enginesArray.prototype.unshift
polyfill with some fixes for modern enginesRegExp.prototype.flags
in the actual version of V8Math
andNumber
constantsArrayBufferDetaching
protector cell invalidation and performance degradation onstructuredClone
feature detection, one more case of #679structuredClone
that can not cloneDOMException
(just in case for future versions that will fix other issues)eslint/eslint
v8.18.0
Compare Source
Features
a6273b8
feat: account for rule creation time in performance reports (#15982) (Nitin Kumar)Bug Fixes
f364d47
fix: Make no-unused-vars treat for..of loops same as for..in loops (#15868) (Alex Bass)Documentation
4871047
docs: Update analytics, canonical URL, ads (#15996) (Nicholas C. Zakas)cddad14
docs: Add correct/incorrect containers (#15998) (Nicholas C. Zakas)b04bc6f
docs: Add rules meta info to rule pages (#15902) (Nicholas C. Zakas)1324f10
docs: unify the wording referring to optional exception (#15893) (Abdelrahman Elkady)ad54d02
docs: add missing trailing slash to some internal links (#15991) (Milos Djermanovic)df7768e
docs: Switch to version-relative URLs (#15978) (Nicholas C. Zakas)21d6479
docs: change some absolute links to relative (#15970) (Milos Djermanovic)f31216a
docs: Update README team and sponsors (ESLint Jenkins)Build Related
ed49f15
build: remove unwanted parallel and image-min for dev server (#15986) (Strek)Chores
f6e2e63
chore: fix 'replaced by' rule list (#16007) (Milos Djermanovic)d94dc84
chore: remove unused deprecation warnings (#15994) (Francesco Trotta)cdcf11e
chore: fix versions link (#15995) (Milos Djermanovic)d2a8715
chore: add trailing slash topathPrefix
(#15993) (Milos Djermanovic)58a1bf0
chore: tweak URL rewriting for local previews (#15992) (Milos Djermanovic)80404d2
chore: remove docs deploy workflow (#15984) (Nicholas C. Zakas)71bc750
chore: Set permissions for GitHub actions (#15971) (Naveen)90ff647
chore: avoid generating subdirectories for each page on new docs site (#15967) (Milos Djermanovic)okonet/lint-staged
v13.0.2
Compare Source
Bug Fixes
--diff
and--diff-filter
options when checking task modifications (1a5a66a)lit/lit
v2.2.6
Compare Source
Patch Changes
b12e8d93
- Expand documentation forrender
andTemplateResult
.unjs/mlly
v0.5.3
Compare Source
v0.5.2
Compare Source
pnpm/pnpm
v7.3.0
Compare Source
Minor Changes
A new setting added:
pnpm.peerDependencyRules.allowAny
.allowAny
is 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:The above setting will mute any warnings about peer dependency version mismatches related to
@babel/
packages oreslint
.The
pnpm.peerDependencyRules.ignoreMissing
setting may accept package name patterns. So you may ignore any missing@babel/*
peer dependencies, for instance: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.1
Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
facebook/react
v18.2.0
Compare Source
React DOM
onRecoverableError
. (@gnoff in #24591)document
causing a blank page on mismatch. (@gnoff in #24523)setState
in Safari when adding an iframe. (@gaearon in #24459)React DOM Server
<title>
elements to match the browser constraints. (@gnoff in #24679)highWaterMark
to0
. (@jplhomer in #24641)Server Components (Experimental)
useId()
inside Server Components. (@gnoff) in #24172browserify/resolve
v1.22.1
Compare Source
antfu/strip-literal
v0.4.0
Compare Source
🚨 Breaking Changes
#1
View changes on GitHub
tailwindlabs/tailwindcss
v3.1.3
Compare Source
Fixed
corePluginList
type definition (#8587)addVariant
(#8608)theme()
function when using quotes (#8625)::marker
(#8622)vitest-dev/vitest
v0.15.1
Compare Source
🐞 Bug Fixes
css
option22fed1b8
❤️ Contributors
Thanks to @sheremet-va | @stormwarning
View changes on GitHub
v0.15.0
Compare Source
🚀 Features
#1468
VITEST_POOL_ID
#1473
maxConcurrency
option,5
by default#1483
#1477
css
config option, don't process CSS by default#1467
🐞 Bug Fixes
#1462
#1474
#1489
#1487
View changes on GitHub
johnsoncodehk/volar
v0.38.1
Compare Source
v0.38.0
Compare Source
you need to install vite-plugin-vue-component-preview manually to support this feature
.value
for vue 2 (#1466)@vue/runtime-core
in Vue 2 (#1469)Our Sponsors
v0.37.9
Compare Source
*.md
,*.html
explicitly added in tsconfig include property (#1463)codeAction.disabledSupport
capability (#1454)lang="tsx"
(#1458)v0.37.8
Compare Source
v0.37.7
Compare 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.