fix(deps): update all non-major dependencies #10077
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
^7.18.10
->^7.19.0
^7.18.12
->^7.19.0
^7.18.9
->^7.19.0
^7.18.13
->^7.19.0
^7.18.13
->^7.19.0
^2.3.1
->^2.4.0
^8.4.0
->^8.5.0
^18.0.18
->^18.0.19
^5.36.1
->^5.36.2
^5.36.1
->^5.36.2
^3.2.38
->^3.2.39
^10.4.8
->^10.4.9
^3.25.0
->^3.25.1
^8.23.0
->^8.23.1
^3.2.11
->^3.2.12
^1.5.1
->^1.6.0
^1.25.1
->^1.25.2
^10.10.6
->^10.11.0
^1.54.8
->^1.54.9
^3.50.0
->^3.50.1
^0.23.1
->^0.23.2
^3.2.38
->^3.2.39
^0.40.7
->^0.40.13
Release Notes
babel/babel (@babel/core)
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
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
preactjs/preset-vite
v2.4.0
Compare Source
What's Changed
rollup/plugins
v8.5.0
Compare Source
2022-09-06
Features
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.36.2
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.36.2
Compare Source
Note: Version bump only for package @typescript-eslint/parser
vuejs/core
v3.2.39
Compare Source
Bug Fixes
postcss/autoprefixer
v10.4.9
Compare Source
css-unicode-bidi
issue from latest Can I Use.zloirock/core-js
v3.25.1
Compare Source
sideEffects
field tocore-js-pure
package.json
for better tree shaking, #1117semver
dependency fromcore-js-compat
semver
package (ironically) added a breaking change and dropped NodeJS 8 support in the minor7.1
version, after thatsemver
incore-js-compat
was pinned to7.0
since for avoiding breaking changes it should support NodeJS 8. However, sincecore-js-compat
is usually used with other packages that usesemver
dependency, it causes multiple duplication ofsemver
in dependencies. So I decided to removesemver
dependency and replace it with a couple of simple helpers.eslint/eslint
v8.23.1
Compare Source
Bug Fixes
b719893
fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)734b54e
fix: improve autofix for theprefer-const
rule (#16292) (Nitin Kumar)6a923ff
fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)c6900f8
fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)Documentation
16cba3f
docs: fix mobile double tap issue (#16293) (Sam Chen)e098b5f
docs: keyboard control to search results (#16222) (Shanmughapriyan S)1b5b2a7
docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)1ae8236
docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)279f0af
docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)Chores
38e8171
perf: migrate rbTree to js-sdsl (#16267) (Zilong Yao)1c388fb
chore: switch nyc to c8 (#16263) (唯然)67db10c
chore: enable linting.eleventy.js
again (#16274) (Milos Djermanovic)42bfbd7
chore: fixnpm run perf
crashes (#16258) (唯然)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:
marvinhagemeister/kolorist
v1.6.0
Compare Source
What's Changed
Microsoft/playwright
v1.25.2
Compare Source
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/16937 - [REGRESSION]: session storage failing >= 1.25.0 in firefoxhttps://github.com/microsoft/playwright/issues/169555 - Not using channel on config file when Show and Reuse browser is checked
Browser Versions
This version was also tested against the following stable channels:
preactjs/preact
v10.11.0
Compare Source
10.11.0
New Hook: useId
Today we are announcing a new hook useId, this hook is meant to create stable unique identifiers that are consistent on both server-side render and client-side hydration. This feature can to enable a11y features for reusable components, ...
To enable the isomorphic unique identifiers you will need Preact-render-to-string 5.2.4 on the server.
(#3583, thanks @JoviDeCroock)
Fixes
errorInfo
touseErrorBoundary
callback (#3689, thanks @marvinhagemeister)Maintenance
replaceNode
(#3700, thanks @rschristian)sass/dart-sass
v1.54.9
Compare Source
@media
query deprecation warnings.sveltejs/svelte
v3.50.1
Compare Source
vitest-dev/vitest
v0.23.2
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
johnsoncodehk/volar
v0.40.13
Compare Source
v0.40.12
Compare Source
getScriptVersion
Our Sponsors
v0.40.11
Compare Source
onDidChangeWorkspaceFolders
(#1834)editor.formatOnPaste
enabled (#1840) (#1841) (#1842) (#1843) (#1835)v0.40.10
Compare Source
v0.40.9
Compare Source
v0.40.8
Compare Source
volar.format.initialIndent
option for format<style>
,<script>
with initial indent (#1806)ts.ScriptSnapshot.fromString
result on formattingConfiguration
📅 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.