chore(deps): update all non-major dependencies #867
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.22.9
->^7.22.10
^1.1.32
->^1.3.1
^1.1.32
->^1.3.1
^1.1.32
->^1.3.1
^2.0.0
->^2.0.1
^8.45.0
->^8.47.0
^46.4.4
->^46.4.6
^0.30.1
->^0.30.2
^3.3.1
->^3.3.2
^1.1.2
->^1.1.3
8.6.9
->8.6.12
^8.4.26
->^8.4.27
^9.0.0
->^9.1.1
^5.19.1
->^5.19.2
^1.1.2
->^1.2.0
^3.1.0
->^3.1.3
^1.3.2
->^1.4.0
~4.4.6
->~4.4.9
^0.33.0
->^0.34.1
^0.33.0
->^0.34.1
Release Notes
babel/babel (@babel/plugin-transform-typescript)
v7.22.10
Compare Source
🐛 Bug Fix
babel-plugin-transform-typescript
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-private-methods
,babel-preset-env
💅 Polish
babel-cli
meta
object to@babel/eslint-plugin
(@JLHwung)babel-traverse
,babel-types
path.isX
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-cli
,babel-core
,babel-generator
,babel-helper-builder-react-jsx
,babel-preset-env
,babel-standalone
@typescript-eslint/no-redundant-type-constituents
rule (@JLHwung)babel-helper-compilation-targets
@babel/core
peerDep fromhelper-compilation-targets
(@nicolo-ribaudo)babel-parser
babel-plugin-transform-runtime
,babel-traverse
,babel-types
typescript-eslint@v6
with reworked configs (@JoshuaKGoldberg)🔬 Output optimization
babel-plugin-transform-block-scoping
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
transform-block-scoping
loops output size (@liuxingbaoyu)unjs/unhead (@unhead/schema)
v1.3.1
Compare Source
v1.3.0
Compare Source
Highlights 🔥
Improved DOM Renderer (https://github.com/unjs/unhead/pull/185)
The slowest part of Unhead is figuring out what DOM elements and attributes are needed to be added, updated or removed.
This release introduces an improved DOM renderer with some key improvements:
Bundle Improvements
You should see a ~20% reduction in your client bundle without losing any functionality.
Before
After
Hash Hydration Plugin (https://github.com/unjs/unhead/pull/183)
A flag was previously introduced that enabled experimental hash hydration
experimentalHashHydration
. This reduces your initial mount time to 0ms for the dom renderer. This has now been moved to a plugin.This is now an optional plugin and should perform better.
Other Changes
dom:rendered
get tags once they're renderedThere were a number of more verbose composable which were deprecated in v1, they have now been removed. (https://github.com/unjs/unhead/pull/184).
If you're using any of the following, you should use the
useHead
or other composable.useTagTitle
useTagBase
useTagMeta
useTagMetaFlat
useTagLink
useTagScript
useTagStyle
useTagNoscript
useHtmlAttrs
useBodyAttrs
useTitleTemplate
useServerTagTitle
useServerTagBase
useServerTagMeta
useServerTagMetaFlat
useServerTagLink
useServerTagScript
useServerTagStyle
useServerTagNoscript
useServerHtmlAttrs
useServerBodyAttrs
useServerTitleTemplate
v1.2.2
Compare Source
Bug Fixes
v1.2.1
Compare Source
v1.1.35
Compare Source
Bug Fixes
v1.1.34
Compare Source
Bug Fixes
tags:beforeResolve
(1f22aec)v1.1.33
Compare Source
Bug Fixes
unjs/unhead (@unhead/ssr)
v1.3.1
Compare Source
v1.3.0
Compare Source
Highlights 🔥
Improved DOM Renderer (https://github.com/unjs/unhead/pull/185)
The slowest part of Unhead is figuring out what DOM elements and attributes are needed to be added, updated or removed.
This release introduces an improved DOM renderer with some key improvements:
Bundle Improvements
You should see a ~20% reduction in your client bundle without losing any functionality.
Before
After
Hash Hydration Plugin (https://github.com/unjs/unhead/pull/183)
A flag was previously introduced that enabled experimental hash hydration
experimentalHashHydration
. This reduces your initial mount time to 0ms for the dom renderer. This has now been moved to a plugin.This is now an optional plugin and should perform better.
Other Changes
dom:rendered
get tags once they're renderedThere were a number of more verbose composable which were deprecated in v1, they have now been removed. (https://github.com/unjs/unhead/pull/184).
If you're using any of the following, you should use the
useHead
or other composable.useTagTitle
useTagBase
useTagMeta
useTagMetaFlat
useTagLink
useTagScript
useTagStyle
useTagNoscript
useHtmlAttrs
useBodyAttrs
useTitleTemplate
useServerTagTitle
useServerTagBase
useServerTagMeta
useServerTagMetaFlat
useServerTagLink
useServerTagScript
useServerTagStyle
useServerTagNoscript
useServerHtmlAttrs
useServerBodyAttrs
useServerTitleTemplate
v1.2.2
Compare Source
Bug Fixes
v1.2.1
Compare Source
v1.1.35
Compare Source
Bug Fixes
v1.1.34
Compare Source
Bug Fixes
tags:beforeResolve
(1f22aec)v1.1.33
Compare Source
Bug Fixes
unjs/unhead (@unhead/vue)
v1.3.1
Compare Source
v1.3.0
Compare Source
Highlights 🔥
Improved DOM Renderer (https://github.com/unjs/unhead/pull/185)
The slowest part of Unhead is figuring out what DOM elements and attributes are needed to be added, updated or removed.
This release introduces an improved DOM renderer with some key improvements:
Bundle Improvements
You should see a ~20% reduction in your client bundle without losing any functionality.
Before
After
Hash Hydration Plugin (https://github.com/unjs/unhead/pull/183)
A flag was previously introduced that enabled experimental hash hydration
experimentalHashHydration
. This reduces your initial mount time to 0ms for the dom renderer. This has now been moved to a plugin.This is now an optional plugin and should perform better.
Other Changes
dom:rendered
get tags once they're renderedThere were a number of more verbose composable which were deprecated in v1, they have now been removed. (https://github.com/unjs/unhead/pull/184).
If you're using any of the following, you should use the
useHead
or other composable.useTagTitle
useTagBase
useTagMeta
useTagMetaFlat
useTagLink
useTagScript
useTagStyle
useTagNoscript
useHtmlAttrs
useBodyAttrs
useTitleTemplate
useServerTagTitle
useServerTagBase
useServerTagMeta
useServerTagMetaFlat
useServerTagLink
useServerTagScript
useServerTagStyle
useServerTagNoscript
useServerHtmlAttrs
useServerBodyAttrs
useServerTitleTemplate
v1.2.2
Compare Source
Bug Fixes
v1.2.1
Compare Source
v1.1.35
Compare Source
Bug Fixes
v1.1.34
Compare Source
Bug Fixes
tags:beforeResolve
(1f22aec)v1.1.33
Compare Source
Bug Fixes
unjs/destr (destr)
v2.0.1
Compare Source
compare changes
🔥 Performance
📖 Documentation
safeDestr
example usage and tests (#75)🏡 Chore
🎨 Styles
❤️ Contributors
eslint/eslint (eslint)
v8.47.0
Compare Source
Features
53d7508
feat: update regex for methods withthisArg
(#17439) (Francesco Trotta)Bug Fixes
631648e
fix: do not report on shadowed constructors inno-new-wrappers
(#17447) (Francesco Trotta)Documentation
a766a48
docs: document lack of config file names (#17442) (James)a1635d6
docs: Update README (GitHub Actions Bot)47a0859
docs: updaterequire-unicode-regexp.md
as following up #17402 (#17441) (SUZUKI Sosuke)fcdc85d
docs: Update README (GitHub Actions Bot)2a92b6c
docs: update with "Specifying Parser Options" (#17435) (Cheol-Won)d743ed3
docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng)224376c
docs: Update README (GitHub Actions Bot)a41a8e4
docs: update script names in README (#17432) (Nitin Kumar)Chores
bf69aa6
chore: Update dependencies (#17456) (Nicholas C. Zakas)0e45760
chore: package.json update for @eslint/js release (ESLint Jenkins)757bfe1
chore: Remove add-to-triage (#17450) (Nicholas C. Zakas)b066640
chore: standardize npm script names (#17431) (Nitin Kumar)6b2410f
chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas)v8.46.0
Compare Source
Features
8a93438
feat:require-unicode-regexp
supportv
flag (#17402) (SUZUKI Sosuke)1a2f966
feat:no-useless-escape
supportv
flag (#17420) (Yosuke Ota)ee68d1d
feat:no-empty-character-class
supportv
flag (#17419) (Milos Djermanovic)853d32b
feat: deprecate no-return-await (#17417) (Carlos Lopez)d4f02e4
feat:no-control-regex
supportv
flag (#17405) (Yosuke Ota)2a35f3e
feat:prefer-named-capture-group
supportv
flag (#17409) (Yosuke Ota)8ca8b50
feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)509f753
feat:no-misleading-character-class
supportv
flag (#17406) (Yosuke Ota)3caf514
feat:no-regex-spaces
supportv
flag (#17407) (Yosuke Ota)b7fad2b
feat:prefer-regex-literals
supportv
flag (#17410) (Yosuke Ota)a6a3ad4
feat:no-useless-backreference
supportv
flag (#17408) (Yosuke Ota)94954a7
feat:no-invalid-regexp
supportv
flag (#17404) (Yosuke Ota)1af6eac
feat: adds option for allowing empty object patterns as parameter (#17365) (Tanuj Kanti)cf03104
feat: Improve config error messages (#17385) (Nicholas C. Zakas)Bug Fixes
9803c7c
fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#17393) (Milos Djermanovic)42faa17
fix: Update no-loop-func to not overlap with no-undef (#17358) (Matt Wilkinson)Documentation
4d474e3
docs: update with TypeScript info (#17423) (James)091f44e
docs: File extension named processor deprecation (#17362) (Matt Wilkinson)9254a6c
docs: Update README (GitHub Actions Bot)6d6dc51
docs: fix overlapping ofopen in playground
button (#17403) (Tanuj Kanti)7fc3a2c
docs: Add private class features info to no-underscore-dangle (#17386) (Matt Wilkinson)da73e58
docs: Migratingeslint-env
configuration comments (#17390) (Francesco Trotta)80dffed
docs: fix Ignoring Files section in config migration guide (#17392) (Milos Djermanovic)8a9abb7
docs: Update README (GitHub Actions Bot)7e9be4b
docs: Update README (GitHub Actions Bot)0b0bbe0
docs: Update README (GitHub Actions Bot)Chores
d1eb7e4
chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas)fab9e97
chore: package.json update for eslint-config-eslint release (ESLint Jenkins)6246711
chore: package.json update for @eslint/js release (ESLint Jenkins)0aa0bc3
chore: Add PRs to triage project (#17421) (Nicholas C. Zakas)gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v46.4.6
Compare Source
Bug Fixes
v46.4.5
Compare Source
Bug Fixes
require-jsdoc
: accessibility check for latest typescript-eslint/parser (#1136) (e41df35)rich-harris/magic-string (magic-string)
v0.30.2
Compare Source
Features
node-fetch/node-fetch (node-fetch)
v3.3.2
Compare Source
Bug Fixes
unjs/ohash (ohash)
v1.1.3
Compare Source
compare changes
🔥 Performance
isNativeFunction
check (#30)💅 Refactors
📖 Documentation
objectHash()
(#43)🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v8.6.12
Compare Source
Patch Changes
pnpm patch
should work correctly whenshared-workspace-file
is set tofalse
#6885.pnpm env use
should retry deleting the previous Node.js executable #6587.pnpm dlx
should not print an error stack when the underlying script execution fails #6698.pnpm install --frozen-lockfile --lockfile-only
should fail if the lockfile is not up to date with thepackage.json
files #6913.Our Gold Sponsors
Our Silver Sponsors
v8.6.11
Compare Source
Patch Changes
ENAMETOOLONG
errors from happening #6842.--lockfile-only
.pnpm-lock.yaml
file of the installed dependency is not up-to-date #6865.dedupe-peer-dependents
tofalse
, when running installation during deploy #6858.Our Gold Sponsors
Our Silver Sponsors
v8.6.10
Compare Source
Patch Changes
ENAMETOOLONG
errors from happeningConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.