fix(deps): update all non-major dependencies #10
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.18.13
->^7.19.0
^7.18.13
->^7.19.0
^2.4.2
->^2.4.3
^18.0.18
->^18.0.19
^0.45.15
->^0.45.20
^3.0.3
->^3.1.0
^3.2.38
->^3.2.39
^9.1.1
->^9.2.0
^3.2.11
->^3.2.12
7.10.0
->7.11.0
^4.8.2
->^4.8.3
^0.45.15
->^0.45.20
^0.22.4
->^0.22.7
^3.0.9
->^3.1.0
^0.23.0
->^0.23.2
^3.2.38
->^3.2.39
Release Notes
babel/babel (@babel/parser)
v7.19.0
Compare Source
v7.19.0 (2022-09-05)
Blog post: https://babeljs.io/blog/2022/09/05/7.19.0
Thanks @SukkaW for your first PR!
👓 Spec Compliance
babel-parser
babel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🚀 New Feature
babel-generator
,babel-helpers
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-parser
decoratorsBeforeExport
default tofalse
(@nicolo-ribaudo)babel-generator
,babel-parser
babel-standalone
babel-helper-create-regexp-features-plugin
,babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-standalone
🐛 Bug Fix
babel-helper-function-name
,babel-helper-wrap-function
,babel-plugin-transform-classes
babel-plugin-transform-typescript
#privateField!
(@liuxingbaoyu)babel-parser
a<b>>>c
asa<(b>>>c)
(@JLHwung)babel-helper-builder-react-jsx
💅 Polish
babel-core
@babel/core
functions in config errors (@nicolo-ribaudo)📝 Documentation
🏠 Internal
babel-standalone
babel-core
,babel-parser
,babel-traverse
Committers: 6
babel/babel (@babel/types)
v7.19.0
Compare Source
👓 Spec Compliance
babel-parser
babel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🚀 New Feature
babel-generator
,babel-helpers
,babel-parser
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-parser
decoratorsBeforeExport
default tofalse
(@nicolo-ribaudo)babel-generator
,babel-parser
babel-standalone
babel-helper-create-regexp-features-plugin
,babel-helpers
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-standalone
🐛 Bug Fix
babel-helper-function-name
,babel-helper-wrap-function
,babel-plugin-transform-classes
babel-plugin-transform-typescript
#privateField!
(@liuxingbaoyu)babel-parser
babel-helper-builder-react-jsx
💅 Polish
babel-core
@babel/core
functions in config errors (@nicolo-ribaudo)📝 Documentation
🏠 Internal
babel-standalone
babel-core
,babel-parser
,babel-traverse
sxzz/eslint-config
v2.4.3
Compare Source
unocss/unocss
v0.45.20
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.45.19
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.45.18
Compare Source
No significant changes
View changes on GitHub
vitejs/vite (@vitejs/plugin-vue)
v3.1.0
Compare Source
vuejs/core
v3.2.39
Compare Source
Bug Fixes
vueuse/vueuse
v9.2.0
Compare Source
🚨 Breaking Changes
autoImports:sources
hook - by @DamianGlowala in https://github.com/vueuse/vueuse/issues/2166🚀 Features
execute
- by @azaleta in https://github.com/vueuse/vueuse/issues/2152greaterOrEqual
etc. - by @azaleta in https://github.com/vueuse/vueuse/issues/2148trigger
element - by @imguolao in https://github.com/vueuse/vueuse/issues/2133box
sizing - by @vaakian and @antfu in https://github.com/vueuse/vueuse/issues/2143write
option - by @waldonUB in https://github.com/vueuse/vueuse/issues/2165clone
option - by @edumudu and @antfu in https://github.com/vueuse/vueuse/issues/2022includeScrollbar
- by @vaakian in https://github.com/vueuse/vueuse/issues/2161🐞 Bug Fixes
execute
- by @flyingTodream in https://github.com/vueuse/vueuse/issues/2095getKey
- by @chaii3 in https://github.com/vueuse/vueuse/issues/2074View changes on GitHub
mrmlnc/fast-glob
v3.2.12
Compare Source
🐛 Bug fixes
Fixed an issue introduced in
3.2.7
related to incorrect application of patterns to entries with a trailing slash when the entry is not a directory.Before changes:
After fix:
Thanks @AgentEnder for the issue (#357).
🚀 Improvements
This release includes performance improvements for the asynchronous method. For this method we now use an asynchronous directory traversal interface instead of using a streaming interface. This gives up to 15% acceleration for medium and large directories. The result depends a lot on hardware.
You can find the benchmark results for this release in CI here.
Here are a few of measurements on my laptop:
pnpm/pnpm
v7.11.0
Compare Source
Minor Changes
pnpm patch
: edit the patched package in a directory specified by the--edit-dir
option. E.g.,pnpm patch [email protected] --edit-dir=/home/xxx/src/patched-express
#5304Patch Changes
Our Gold Sponsors
Our Silver Sponsors
What's Changed
New Contributors
Full Changelog: pnpm/pnpm@v7.10.0...v7.11.0
Microsoft/TypeScript
v4.8.3
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
antfu/unplugin-vue-components
v0.22.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.22.6
Compare Source
No significant changes
View changes on GitHub
vitejs/vite (vite)
v3.1.0
Compare Source
Main Changes
Features
server.ssrTransform
(#9769) (246a087), closes #9769Bug Fixes
inlineDynamicImports
when input has length 1 (#9904) (9ac5075), closes #9904this
tovoid
(#9885) (2d2f2e5), closes #9885completeSystemWrapPlugin
capturesfunction ()
(fixes #9807) (#9821) (1ee0364), closes #9807 #9821injectQuery
break relative path (#9760) (61273b2), closes #9760Previous Changelogs
3.1.0-beta.2 (2022-09-02)
See 3.1.0-beta.2 changelog
3.1.0-beta.1 (2022-08-29)
See 3.1.0-beta.1 changelog
3.1.0-beta.0 (2022-08-25)
See 3.1.0-beta.0 changelog
vitest-dev/vitest
v0.23.2
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.23.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 3am 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 has been generated by Mend Renovate. View repository job log here.