fix(deps): update all non-major dependencies#17780
Merged
Conversation
|
|
4525cbd to
4470de0
Compare
4470de0 to
17ff6dc
Compare
bluwy
approved these changes
Jul 30, 2024
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.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.29Release Notes
babel/babel (@babel/core)
v7.25.2Compare Source
🐛 Bug Fix
babel-core,babel-traverserequeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)babel/babel (@babel/parser)
v7.25.0Compare 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-corejs3await usingnormative 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-typesensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traversehoistVariablestoScope.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-typessplitExportDeclarationtoNodePath.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-traverseenvironment-visitorhelper 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-envbugfix-safari-class-field-initializer-scope(@davidtaylorhq)babel-plugin-transform-block-scoping,babel-traverse,babel-typesNodePath#getAssignmentIdentifiers(@JLHwung)babel-helper-import-to-platform-api,babel-plugin-proposal-json-modulesuncheckedRequireoption for JSON imports to CJS (@nicolo-ribaudo)babel-helper-transform-fixture-test-runner,babel-nodebabel-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-standaloneduplicate-named-capturing-groups-regextopreset-env(@JLHwung)🐛 Bug Fix
babel-generatorbabel-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-traversehelper-function-namelogic (@nicolo-ribaudo)🏃♀️ Performance
babel-parser,babel-plugin-proposal-pipeline-operator🔬 Output optimization
babel-plugin-transform-classesassertThisInitialized(@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-runtimesuper.xoutput (@liuxingbaoyu)babel-plugin-transform-class-properties,babel-plugin-transform-classesCommitters: 6
QwikDev/qwik (@builder.io/qwik)
v1.7.3v1.7.2Patch 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/qwikno longer depends onundicifix dev mode on windows (by @Varixo in #6713)
eslint/eslint (@eslint/js)
v9.8.0Compare Source
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.12.0Compare Source
🚀 Features
initialmethod forGrammarState, #715 - by @antfu in https://github.com/shikijs/shiki/issues/715 (be07d)ts-tagsgrammar, lit support, close #725 - by @antfu in https://github.com/shikijs/shiki/issues/725 (3107a)🐞 Bug Fixes
View changes on GitHub
v1.11.2Compare Source
🐞 Bug Fixes
CodeToHastOptionsCommontoRehypeShikiCoreOptionsforrehypeplugin - by @fwqaaq in https://github.com/shikijs/shiki/issues/726 (c8c14)View changes on GitHub
v1.11.1Compare Source
🐞 Bug Fixes
View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0Compare 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.0Compare 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.1v5.1.0featuresoption (#419) (3e839e2), closes #419vuejs/core (@vue/shared)
v3.4.34Compare Source
Bug Fixes
debug-js/debug (debug)
v4.3.6Compare Source
What's Changed
New Contributors
Full Changelog: debug-js/debug@4.3.5...4.3.6
eslint/eslint (eslint)
v9.8.0Compare Source
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v3.1.0Compare Source
Minor Changes
38aa4cbThanks @silverwind! - AddignoreUnusedTypeExportsoption tono-unused-modulesPatch Changes
#118
0307ff2Thanks @SukkaW! - Reverts #111. The introduction of SCC causes extra overhead that overcomes the early return it introduced.A new
no-cycle-nextrule is being implemented using the graph. It won't be backward compatible with the current ruleno-cycle. The currentno-cyclerule will becomeno-cycle-legacyin the next major version.eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.10.1Compare Source
🩹 Fixes
v17.10.0Compare Source
🌟 Features
📚 Documentation
🧹 Chores
rich-harris/magic-string (magic-string)
v0.30.11Compare Source
Bug Fixes
cloudflare/workers-sdk (miniflare)
v3.20240718.1Compare Source
Patch Changes
b3c3cb8Thanks @petebacondarwin! - fix Miniflare (workerd) network settings to allow 240.0.0.0 rangepostcss/postcss (postcss)
v8.4.40Compare Source
preactjs/preact (preact)
v10.23.1Compare Source
Fixes
v10.23.0Compare Source
Features
This adds support for returning a function in functional refs, example
Fixes
Types
Maintenance
tailwindlabs/tailwindcss (tailwindcss)
v3.4.7Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v7.18.0Compare 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.4Compare Source
vitejs/vite (vite)
v5.3.5Compare Source
servertype less restrictive (fix #17627) (#17628) (b55c32f), closes #17627 #17628vuejs/language-tools (vue-tsc)
v2.0.29Compare Source
Features
getLanguageId,isValidFile,parseSFC2v-bindcode action (#4601)Fixes
Other Changes
v2.4.0-alpha.15tov2.4.0-alpha.18:addMissingImportsaction 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.