fix(deps): update all non-major dependencies by renovate[bot] · Pull Request #17780 · vitejs/vite (original) (raw)
This PR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.25.2
🐛 Bug Fix
babel-core,babel-traverse- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo) babel/babel (@babel/parser)
- #16695 Ensure that
v7.25.0
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-corejs3babel-plugin-transform-typescript- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu)
🚀 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- #16658 Move
ensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)
- #16658 Move
babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse- #16644 Move
hoistVariablestoScope.prototype(@nicolo-ribaudo)
- #16644 Move
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- #16645 Move
splitExportDeclarationtoNodePath.prototype(@nicolo-ribaudo)
- #16645 Move
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- #16649 Move
environment-visitorhelper into@babel/traverse(@nicolo-ribaudo)
- #16649 Move
babel-core,babel-parser- #16480 Expose wether a module has TLA or not as
.extra.async(@nicolo-ribaudo)
- #16480 Expose wether a module has TLA or not as
babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-env- #16569 Introduce
bugfix-safari-class-field-initializer-scope(@davidtaylorhq)
- #16569 Introduce
babel-plugin-transform-block-scoping,babel-traverse,babel-typesbabel-helper-import-to-platform-api,babel-plugin-proposal-json-modules- #16579 Add
uncheckedRequireoption for JSON imports to CJS (@nicolo-ribaudo)
- #16579 Add
babel-helper-transform-fixture-test-runner,babel-node- #16642 Allow using custom config in
babel-node --eval(@slatereax)
- #16642 Allow using custom config in
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
🐛 Bug Fix
babel-generator- #16678 Print parens around as expressions on the LHS (@nicolo-ribaudo)
babel-template,babel-types- #15286 fix: Props are lost when the template replaces the node (@liuxingbaoyu)
🏠 Internal
- Other
babel-generator- #16651 Simplify the printing logic for
(before ambiguous tokens (@nicolo-ribaudo)
- #16651 Simplify the printing logic for
babel-helper-function-name,babel-plugin-transform-arrow-functions,babel-plugin-transform-function-name,babel-preset-env,babel-traverse- #16652 Simplify
helper-function-namelogic (@nicolo-ribaudo)
- #16652 Simplify
🏃♀️ Performance
babel-parser,babel-plugin-proposal-pipeline-operator- #16461 Some minor parser performance improvements for ts (@liuxingbaoyu)
🔬 Output optimization
babel-plugin-transform-classes- #16670 Reduce redundant
assertThisInitialized(@liuxingbaoyu)
- #16670 Reduce redundant
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- #16374 Improve
super.xoutput (@liuxingbaoyu)
- #16374 Improve
babel-plugin-transform-class-properties,babel-plugin-transform-classes- #16656 Simplify output for anonymous classes with no methods (@nicolo-ribaudo)
Committers: 6
- Artem (@slatereax)
- Babel Bot (@babel-bot)
- David Taylor (@davidtaylorhq)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @liuxingbaoyu 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)
- built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @wmertens in #6715)
If you have trouble with Typescript, ensure that you usemoduleResolution: "Bundler"in yourtsconfig.json. @builder.io/qwikno longer depends onundici
- built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @wmertens in #6715)
- fix dev mode on windows (by @Varixo in #6713) eslint/eslint (@eslint/js)
v9.8.0
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.12.0
🚀 Features
- Add static
initialmethod forGrammarState, #715 - by @antfu in https://github.com/shikijs/shiki/issues/715 (be07d) - New
ts-tagsgrammar, lit support, close #725 - by @antfu in https://github.com/shikijs/shiki/issues/725 (3107a)
🐞 Bug Fixes
- core: Fix decoration offset edge cases - by @timothycohen in https://github.com/shikijs/shiki/issues/728 (1349b)
View changes on GitHub
v1.11.2
🐞 Bug Fixes
- core: Fix the incorrect parameter when using a single theme - by @il-1337 in https://github.com/shikijs/shiki/issues/723 (5e2a6)
- rehype: Add the misssing
CodeToHastOptionsCommontoRehypeShikiCoreOptionsforrehypeplugin - by @fwqaaq in https://github.com/shikijs/shiki/issues/726 (c8c14)
View changes on GitHub
v1.11.1
🐞 Bug Fixes
- CodeToTokens's includeExplanation option - by @uxiew in https://github.com/shikijs/shiki/issues/718 (55e85)
- vitepress-twoslash: Correct client types - by @sxzz in https://github.com/shikijs/shiki/issues/720 (c8f30)
View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
🩹 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
- auvred
- Oliver Salzburg
- Vinccool96
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.0
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
- fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
- fix(plugin-vue): clear cache after build end (96dbb22)
- chore: update documentation for new features option (7fc7994)
- chore(deps): update upstream (#416) (02a3edd), closes #416
- feat(plugin-vue): add
featuresoption (#419) (3e839e2), closes #419 vuejs/core (@vue/shared)
v3.4.34
Bug Fixes
- defineModel: correct update with multiple changes in same tick (#11430) (a18f1ec), closes #11429 debug-js/debug (debug)
v4.3.6
What's Changed
- Avoid using deprecated RegExp.$1 by @bluwy in https://github.com/debug-js/debug/pull/969
New Contributors
- @bluwy made their first contribution in https://github.com/debug-js/debug/pull/969
Full Changelog: debug-js/debug@4.3.5...4.3.6
eslint/eslint (eslint)
v9.8.0
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v3.1.0
Minor Changes
- #116 38aa4cb Thanks @silverwind! - Add
ignoreUnusedTypeExportsoption 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 newno-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.1
🩹 Fixes
v17.10.0
🌟 Features
- no-unsupported: Support node 20.16.0 (73e2bed)
- no-unsupported: Support node 22.3.0 and 20.16.0 (#315) (73e2bed)
- Update to node v22.4.0 (#310) (f7a74eb), closes #308
- Update to node v22.5.0 (#312) (2539c9d)
📚 Documentation
🧹 Chores
- upgrade compatible deps (8f6f11d) rich-harris/magic-string (magic-string)
v0.30.11
Bug Fixes
- not use negative indices for remove in empty string (#281) (5c1cba0) cloudflare/workers-sdk (miniflare)
v3.20240718.1
Patch Changes
- #6342 b3c3cb8 Thanks @petebacondarwin! - fix Miniflare (workerd) network settings to allow 240.0.0.0 range postcss/postcss (postcss)
v8.4.40
- Moved to getter/setter in nodes types to help Sass team (by @nex3). preactjs/preact (preact)
v10.23.1
Fixes
- Fix debug-issue in testing libraries where there might not be a DOM node (#4454, thanks @JoviDeCroock)
v10.23.0
Features
- Support ref cleanup functions (#4436, thanks @marvinhagemeister)
This adds support for returning a function in functional refs, example
<input ref={(ref) => { // Assign ref, do something with it return () => { // ref cleanup, when the element unmounts // we run the cleanup }; }} />
Fixes
- Child-diffing should shift keyed fragmented lists (#4448, thanks @JoviDeCroock)
- Invalid DOM check not firing when p/a/button have a parent (#4449, thanks @JoviDeCroock)
- Support comments for streaming renders (#4446, thanks @JoviDeCroock)
- Import renderToPipeableStream in server.mjs for re-exporting (#4440, thanks @3846masa)
Types
- Add missing types ElementType and ComponentPropsWithoutRef (#4433, thanks @hamza0867)
- Add html attributes types #4099 (#4100, thanks @samsam-ahmadi)
Maintenance
- Dependency maintenance (#4431, thanks @JoviDeCroock)
- Fix coveralls reporting on PRs (#4430, thanks @JoviDeCroock) tailwindlabs/tailwindcss (tailwindcss)
v3.4.7
typescript-eslint/typescript-eslint (typescript-eslint)
v7.18.0
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
vitejs/vite (vite)
v5.3.5
- refactor(asset): remove rollup 3 public file watch workaround (#16331) (66bdb1d), closes #16331
- fix: make
servertype less restrictive (fix #17627) (#17628) (b55c32f), closes #17627 #17628 - fix: show error if vite client cannot be loaded (#17419) (db5ab1d), closes #17419
- fix(build): env output is not stable (#17748) (b240a83), closes #17748
- fix(client): fix vite error path (#17744) (3c1bde3), closes #17744
- fix(css): resolve url aliases with fragments (fix: #17690) (#17691) (d906d3f)
- fix(deps): update all non-major dependencies (#17629) (93281b0), closes #17629
- fix(importMetaGlob): handle alias that starts with hash (#17743) (b58b423), closes #17743
- fix(ssrTransform): sourcemaps with multiple sources (#17677) (f321fa8), closes #17677
- chore: extend commit hash (#17709) (4fc9b64), closes #17709
- chore(deps): update all non-major dependencies (#17734) (9983731), closes #17734
- chore(deps): update typescript (#17699) (df5ceb3), closes #17699
- revert: fix(logger): truncate log over 5000 characters long (#16581) (#17729) (f4f488f), closes #16581 #17729 vuejs/language-tools (vue-tsc)
v2.0.29
Features
- vscode: focus mode Insiders (https://github.com/volarjs/insiders/pull/24)
- language-core: Plugin API 2.1
- Added plugin hooks:
getLanguageId,isValidFile,parseSFC2 - Improve backward compatibility (#4585) - Thanks @zhiyuanzmj
- Added plugin hooks:
- language-core: support default prop when using __typeProps (#4602) - Thanks @zhiyuanzmj
- language-core: improve nested plugins (#4581) - Thanks @zhiyuanzmj
- language-service: remove
v-bindcode action (#4601) - vscode: add empty pattern to codeblock attributes scope (#4590) - Thanks @KermanX
Fixes
- tsc: errors should be thrown instead of being console.log printed
- language-server: observe named pipes changes when server startup (#4292)
- language-core: infer define model type from options type (#4545) - Thanks @davidmatter
- language-core: type-checking not working with hyphen in slot name with JS (#4478) - Thanks @KermanX
- language-core: add type check for v-model without argument (#4598) - Thanks @zhiyuanzmj
- language-service: filter special tags (#4596) - Thanks @so1ve
- typescript-plugin: improve named pipes reliability (#4603)
- language-core: property access is incorrectly identified as compound expression (#4600)
- language-core: fix compatibility of generic component virtual code with TS 5.5 (#4577)
- tsc: TS4082 not reported for functional component (#4569)
Other Changes
- Upgraded Volar from
v2.4.0-alpha.15tov2.4.0-alpha.18: - Fix yarn 4 compatibility (#4587)
- Add vue vine to hybrid mode compatible list (#4543) - Thanks @so1ve
- Add global components prop validation test (#4542) - Thanks @davidmatter
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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.