fix(deps): update all non-major dependencies #17780
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.24.9
->^7.25.2
^7.24.8
->^7.25.0
^7.24.8
->^7.25.2
^7.24.8
->^7.25.0
^1.7.1
->^1.7.3
^9.7.0
->^9.8.0
^1.11.0
->^1.12.0
^20.14.11
->^20.14.13
^8.5.11
->^8.5.12
^7.17.0
->^7.18.0
^7.17.0
->^7.18.0
^5.0.5
->^5.1.1
^3.4.33
->^3.4.34
^4.3.5
->^4.3.6
^9.7.0
->^9.8.0
^3.0.1
->^3.1.0
^17.9.0
->^17.10.1
^0.30.10
->^0.30.11
^3.20240718.0
->^3.20240718.1
^8.4.39
->^8.4.40
^10.22.1
->^10.23.1
^1.8.18
->^1.8.19
^3.4.6
->^3.4.7
^7.17.0
->^7.18.0
^0.11.3
->^0.11.4
^5.3.4
->^5.3.5
^3.4.33
->^3.4.34
^2.0.28
->^2.0.29
Release Notes
babel/babel (@babel/core)
v7.25.2
Compare Source
🐛 Bug Fix
babel-core
,babel-traverse
requeueComputedKeyAndDecorators
is available (@nicolo-ribaudo)babel/babel (@babel/parser)
v7.25.0
Compare Source
v7.25.0 (2024-07-26)
Thanks @davidtaylorhq and @slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
await using
normative updates (@JLHwung)babel-plugin-transform-typescript
🚀 New Feature
babel-helper-create-class-features-plugin
,babel-helper-function-name
,babel-helper-plugin-utils
,babel-helper-wrap-function
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
,babel-types
ensureFunctionName
toNodePath.prototype
(@nicolo-ribaudo)babel-helper-hoist-variables
,babel-helper-plugin-utils
,babel-plugin-proposal-async-do-expressions
,babel-plugin-transform-modules-systemjs
,babel-traverse
hoistVariables
toScope.prototype
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-split-export-declaration
,babel-plugin-transform-classes
,babel-traverse
,babel-types
splitExportDeclaration
toNodePath.prototype
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-environment-visitor
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-classes
,babel-traverse
environment-visitor
helper into@babel/traverse
(@nicolo-ribaudo)babel-core
,babel-parser
.extra.async
(@nicolo-ribaudo)babel-compat-data
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-preset-env
bugfix-safari-class-field-initializer-scope
(@davidtaylorhq)babel-plugin-transform-block-scoping
,babel-traverse
,babel-types
NodePath#getAssignmentIdentifiers
(@JLHwung)babel-helper-import-to-platform-api
,babel-plugin-proposal-json-modules
uncheckedRequire
option for JSON imports to CJS (@nicolo-ribaudo)babel-helper-transform-fixture-test-runner
,babel-node
babel-node --eval
(@slatereax)babel-compat-data
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-preset-env
,babel-standalone
duplicate-named-capturing-groups-regex
topreset-env
(@JLHwung)🐛 Bug Fix
babel-generator
babel-template
,babel-types
🏠 Internal
babel-generator
(
before ambiguous tokens (@nicolo-ribaudo)babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
helper-function-name
logic (@nicolo-ribaudo)🏃♀️ Performance
babel-parser
,babel-plugin-proposal-pipeline-operator
🔬 Output optimization
babel-plugin-transform-classes
assertThisInitialized
(@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-plugin-transform-private-methods
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
super.x
output (@liuxingbaoyu)babel-plugin-transform-class-properties
,babel-plugin-transform-classes
Committers: 6
QwikDev/qwik (@builder.io/qwik)
v1.7.3
v1.7.2
Patch Changes
Library builds now correctly generate _fnSignal calls again. Any Qwik library that exports components should be built again. (by @wmertens in #6732)
If you have trouble with Typescript, ensure that you use
moduleResolution: "Bundler"
in yourtsconfig.json
.@builder.io/qwik
no longer depends onundici
fix dev mode on windows (by @Varixo in #6713)
eslint/eslint (@eslint/js)
v9.8.0
Compare Source
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.12.0
Compare Source
🚀 Features
initial
method forGrammarState
, #715 - by @antfu in https://github.com/shikijs/shiki/issues/715 (be07d)ts-tags
grammar, lit support, close #725 - by @antfu in https://github.com/shikijs/shiki/issues/725 (3107a)🐞 Bug Fixes
View changes on GitHub
v1.11.2
Compare Source
🐞 Bug Fixes
CodeToHastOptionsCommon
toRehypeShikiCoreOptions
forrehype
plugin - by @fwqaaq in https://github.com/shikijs/shiki/issues/726 (c8c14)View changes on GitHub
v1.11.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
eslint-plugin: [unbound-method] report on destructuring in function parameters
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.1
v5.1.0
features
option (#419) (3e839e2), closes #419vuejs/core (@vue/shared)
v3.4.34
Compare Source
Bug Fixes
debug-js/debug (debug)
v4.3.6
Compare Source
What's Changed
New Contributors
Full Changelog: debug-js/debug@4.3.5...4.3.6
eslint/eslint (eslint)
v9.8.0
Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v3.1.0
Compare Source
Minor Changes
38aa4cb
Thanks @silverwind! - AddignoreUnusedTypeExports
option tono-unused-modules
Patch Changes
#118
0307ff2
Thanks @SukkaW! - Reverts #111. The introduction of SCC causes extra overhead that overcomes the early return it introduced.A new
no-cycle-next
rule is being implemented using the graph. It won't be backward compatible with the current ruleno-cycle
. The currentno-cycle
rule will becomeno-cycle-legacy
in the next major version.eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.10.1
Compare Source
🩹 Fixes
v17.10.0
Compare Source
🌟 Features
📚 Documentation
🧹 Chores
rich-harris/magic-string (magic-string)
v0.30.11
Compare Source
Bug Fixes
cloudflare/workers-sdk (miniflare)
v3.20240718.1
Compare Source
Patch Changes
b3c3cb8
Thanks @petebacondarwin! - fix Miniflare (workerd) network settings to allow 240.0.0.0 rangepostcss/postcss (postcss)
v8.4.40
Compare Source
preactjs/preact (preact)
v10.23.1
Compare Source
Fixes
v10.23.0
Compare Source
Features
This adds support for returning a function in functional refs, example
Fixes
Types
Maintenance
tailwindlabs/tailwindcss (tailwindcss)
v3.4.7
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v7.18.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
defunctzombie/node-url (url)
v0.11.4
Compare Source
vitejs/vite (vite)
v5.3.5
Compare Source
server
type less restrictive (fix #17627) (#17628) (b55c32f), closes #17627 #17628vuejs/language-tools (vue-tsc)
v2.0.29
Compare Source
Features
getLanguageId
,isValidFile
,parseSFC2
v-bind
code action (#4601)Fixes
Other Changes
v2.4.0-alpha.15
tov2.4.0-alpha.18
:addMissingImports
action support in Hybrid Mode (#4586)Configuration
📅 Schedule: Branch creation - "before 4am 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 was generated by Mend Renovate. View the repository job log.