vite-plugin-vue-devtools
vite-plugin-vue-devtools copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
v4.22.0
v4.21.1
- fix(recommend): RecommendedForYouQuery userToken should be required (#1496) (d20b253), closes #1496
v4.21.0
antfu/ni (@antfu/ni)
v0.21.12
🐞 Bug Fixes
- Properly detect and install
yarn@>1andpnpm@<7- by @auvred in https://github.com/antfu/ni/issues/190 (2fbce)
View changes on GitHub
v0.21.11
🐞 Bug Fixes
- Correctly override local agent - by @so1ve in https://github.com/antfu/ni/issues/188 (76059)
View changes on GitHub
v0.21.10
🐞 Bug Fixes
- .nirc may not exist - by @a1mersnow and @antfu in https://github.com/antfu/ni/issues/186 (88123)
View changes on GitHub
v0.21.9
🚀 Features
- Support detect the range version of packageManager - by @Dunqing in https://github.com/antfu/ni/issues/179 (b616e)
🐞 Bug Fixes
-vflag not working foryarn@berry- by @Dimava in https://github.com/antfu/ni/issues/175 (9e3c9)
View changes on GitHub
babel/babel (@babel/parser)
v7.23.6
v7.23.6 (2023-12-11)
Thanks @martinez-hugo and @odinho for your first pull requests!
:eyeglasses: Spec Compliance
babel-generator,babel-parser,babel-typesbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-types
:bug: Bug Fix
babel-generator- #16166 fix: Correctly indenting when
retainLinesis enabled (@liuxingbaoyu)
- #16166 fix: Correctly indenting when
babel-helpers,babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-plugin-transform-for-of,babel-preset-env- #16011 fix:
for ofwithiterableIsArrayand shadowing variable (@liuxingbaoyu)
- #16011 fix:
babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript- #16137 Fix references to enum values with merging (@nicolo-ribaudo)
:microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-helpers,babel-plugin-proposal-decorators- #16160 Optimize decorator helper size (@liuxingbaoyu)
Committers: 7
- Babel Bot (@babel-bot)
- Hugo Martinez (@martinez-hugo)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Odin Hørthe-Omdal Urdland (@odinho)
- @liuxingbaoyu
- fisker Cheung (@fisker)
v7.23.5
v7.23.5 (2023-11-29)
:eyeglasses: Spec Compliance
babel-plugin-proposal-decorators- #16138 Class binding is in TDZ during decorators initialization (@nicolo-ribaudo)
babel-helpers,babel-plugin-proposal-decorators
:bug: Bug Fix
babel-traverse,babel-types- #16131 Do not remove bindings when removing assignment expression path (@nicolo-ribaudo)
babel-plugin-transform-classes- #16135 Require class properties transform when compiling class with private fields (@nicolo-ribaudo)
babel-generator- #16122 fix: Missing parentheses after line break (@liuxingbaoyu)
babel-helpers- #16130 Fix helpers internal fns names conflict resolution (@nicolo-ribaudo)
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties,babel-plugin-transform-typescript- #16123 Simplify class fields injetion after
super()(@nicolo-ribaudo)
- #16123 Simplify class fields injetion after
babel-generator,babel-plugin-transform-modules-commonjs,babel-plugin-transform-parameters,babel-plugin-transform-typescript,babel-traverse- #16110 fix: Unexpected duplication of comments (@liuxingbaoyu)
babel-eslint-plugin- #16023 Add
@babel/eslint-plugin/no-undefto fixno-undefwith accessor props (@nicolo-ribaudo)
- #16023 Add
:microscope: Output optimization
babel-helpers- #16129 Optimize
decoratorhelper size (@liuxingbaoyu)
- #16129 Optimize
Committers: 4
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @liuxingbaoyu
v7.23.4
v7.23.4 (2023-11-20)
:bug: Bug Fix
babel-generator- #16104 fix: Pure comments missing parentheses (@liuxingbaoyu)
Committers: 4
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @liuxingbaoyu
v7.23.3
v7.23.3 (2023-11-09)
:bug: Bug Fix
babel-plugin-transform-typescript- #16071 Strip type-only TS namespaces (@colinaaa)
babel-generator- #16078 Fix indentation when generating comments with
concise: true(@liuxingbaoyu)
- #16078 Fix indentation when generating comments with
babel-compat-data,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-preset-env- #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@nicolo-ribaudo)
babel-plugin-transform-object-super- #15948 fix:
super.xin a loop (@liuxingbaoyu)
- #15948 fix:
babel-helper-module-transforms,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd- #16015 fix: handle
__proto__exports name in CJS/AMD/UMD (@magic-akari)
- #16015 fix: handle
:memo: Documentation
- #16044 docs: Update links in @babel/eslint-parser README (@aryehb)
:house: Internal
babel-core,babel-preset-env- #15988 Refactor handling of modules plugins in
preset-env(@nicolo-ribaudo)
- #15988 Refactor handling of modules plugins in
:running_woman: Performance
babel-generator- #16061 perf: Improve
@babel/generatorperformance (@liuxingbaoyu)
- #16061 perf: Improve
babel-traverse- #16060 Avoid dynamic dispatch when calling wrapCheck (@yepitschunked)
:microscope: Output optimization
babel-plugin-transform-computed-properties- #6652 Optimize computed properties output (byte-wise) (@Andarist)
Committers: 9
- Babel Bot (@babel-bot)
- Colin (@colinaaa)
- Huáng Jùnliàng (@JLHwung)
- Mateusz Burzyński (@Andarist)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @aryehb
- @liuxingbaoyu
- @magic-akari
- @yepitschunked
babel/babel (@babel/types)
v7.23.6
:eyeglasses: Spec Compliance
babel-generator,babel-parser,babel-typesbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-types
:bug: Bug Fix
babel-generator- #16166 fix: Correctly indenting when
retainLinesis enabled (@liuxingbaoyu)
- #16166 fix: Correctly indenting when
babel-helpers,babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-plugin-transform-for-of,babel-preset-env- #16011 fix:
for ofwithiterableIsArrayand shadowing variable (@liuxingbaoyu)
- #16011 fix:
babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript- #16137 Fix references to enum values with merging (@nicolo-ribaudo)
:microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-helpers,babel-plugin-proposal-decorators- #16160 Optimize decorator helper size (@liuxingbaoyu)
v7.23.5
:eyeglasses: Spec Compliance
babel-plugin-proposal-decorators- #16138 Class binding is in TDZ during decorators initialization (@nicolo-ribaudo)
babel-helpers,babel-plugin-proposal-decorators
:bug: Bug Fix
babel-traverse,babel-types- #16131 Do not remove bindings when removing assignment expression path (@nicolo-ribaudo)
babel-plugin-transform-classes- #16135 Require class properties transform when compiling class with private fields (@nicolo-ribaudo)
babel-generator- #16122 fix: Missing parentheses after line break (@liuxingbaoyu)
babel-helpers- #16130 Fix helpers internal fns names conflict resolution (@nicolo-ribaudo)
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties,babel-plugin-transform-typescript- #16123 Simplify class fields injetion after
super()(@nicolo-ribaudo)
- #16123 Simplify class fields injetion after
babel-generator,babel-plugin-transform-modules-commonjs,babel-plugin-transform-parameters,babel-plugin-transform-typescript,babel-traverse- #16110 fix: Unexpected duplication of comments (@liuxingbaoyu)
babel-eslint-plugin- #16023 Add
@babel/eslint-plugin/no-undefto fixno-undefwith accessor props (@nicolo-ribaudo)
- #16023 Add
:microscope: Output optimization
babel-helpers- #16129 Optimize
decoratorhelper size (@liuxingbaoyu)
- #16129 Optimize
v7.23.4
:bug: Bug Fix
babel-generator- #16104 fix: Pure comments missing parentheses (@liuxingbaoyu)
[v7.23.3](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7233-2023-11
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 has been generated by Mend Renovate. View repository job log here.