chore(deps): update all non-major dependencies #6046
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:
^2.21.2
->^2.22.2
^0.21.12
->^0.22.0
^1.45.0
->^1.45.1
^1.10.0
->^1.10.3
^10.2.0
->^10.3.1
^20.14.9
->^20.14.10
^8.5.10
->^8.5.11
^0.61.0
->^0.61.3
^0.22.0
->^0.23.0
^9.6.0
->^9.7.0
^1.45.0
->^1.45.1
^1.45.0
->^1.45.1
^4.18.0
->^4.18.1
^3.5.1
->^3.5.2
^4.16.0
->^4.16.2
^5.5.2
->^5.5.3
^0.61.0
->^0.61.3
^1.2.3
->^1.3.1
^8.39.0
->^8.39.1
^2.2.2
->^2.3.0
^8.17.1
->^8.18.0
^8.1.3
->^8.1.4
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v2.22.2
Compare Source
🚀 Features
isolatedDeclarations
into the order array - by @LoTwT in https://github.com/antfu/eslint-config/issues/537 (80597)🐞 Bug Fixes
ts-expect-error
in `ban-ts-c… - by @kevinmarrec and @antfu in https://github.com/antfu/eslint-config/issues/517 (bf7a5)View changes on GitHub
v2.22.1
Compare Source
No significant changes
View changes on GitHub
v2.22.0
Compare Source
🚀 Features
🐞 Bug Fixes
ts/no-empty-object-type
rule - by @antfu (692e7)ts/no-unused-expressions
in markdown - by @antfu (64894)name
inignores
- by @antfu (d7b06)View changes on GitHub
v2.21.3
Compare Source
No significant changes
View changes on GitHub
antfu/ni (@antfu/ni)
v0.22.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
microsoft/playwright (@playwright/test)
v1.45.1
Compare Source
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.10.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.10.2
Compare Source
🚀 Features
🐞 Bug Fixes
@types/hast
dep - by @antfu (65b20)View changes on GitHub
v1.10.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
testing-library/dom-testing-library (@testing-library/dom)
v10.3.1
Compare Source
Bug Fixes
prettyDom
(#1321)" (#1325) (fdc12ec)v10.3.0
Compare Source
unocss/unocss (@unocss/reset)
v0.61.3
Compare Source
🚀 Features
View changes on GitHub
v0.61.2
Compare Source
No significant changes
View changes on GitHub
evanw/esbuild (esbuild)
v0.23.0
Compare Source
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuild
in yourpackage.json
file (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.22.0
or~0.22.0
. See npm's documentation about semver for more information.Revert the recent change to avoid bundling dependencies for node (#3819)
This release reverts the recent change in version 0.22.0 that made
--packages=external
the default behavior with--platform=node
. The default is now back to--packages=bundle
.I've just been made aware that Amazon doesn't pin their dependencies in their "AWS CDK" product, which means that whenever esbuild publishes a new release, many people (potentially everyone?) using their SDK around the world instantly starts using it without Amazon checking that it works first. This change in version 0.22.0 happened to break their SDK. I'm amazed that things haven't broken before this point. This revert attempts to avoid these problems for Amazon's customers. Hopefully Amazon will pin their dependencies in the future.
In addition, this is probably a sign that esbuild is used widely enough that it now needs to switch to a more complicated release model. I may have esbuild use a beta channel model for further development.
Fix preserving collapsed JSX whitespace (#3818)
When transformed, certain whitespace inside JSX elements is ignored completely if it collapses to an empty string. However, the whitespace should only be ignored if the JSX is being transformed, not if it's being preserved. This release fixes a bug where esbuild was previously incorrectly ignoring collapsed whitespace with
--jsx=preserve
. Here is an example:eslint/eslint (eslint)
v9.7.0
Compare Source
Features
7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)1381394
feat: addregex
option inno-restricted-imports
(#18622) (Nitin Kumar)Bug Fixes
14e9f81
fix: destructuring in catch clause inno-unused-vars
(#18636) (Francesco Trotta)Documentation
9f416db
docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)c8d26cb
docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)6e79ac7
docs:loadESLint
does not support optioncwd
(#18641) (Francesco Trotta)Chores
793b718
chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta)7ed6f9a
chore: package.json update for @eslint/js release (Jenkins)7bcda76
refactor: Add type references (#18652) (Nicholas C. Zakas)51bf57c
chore: add tech sponsors through actions (#18624) (Strek)6320732
refactor: don't useparent
property inNodeEventGenerator
(#18653) (Milos Djermanovic)9e6d640
refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)rollup/rollup (rollup)
v4.18.1
Compare Source
2024-07-08
Bug Fixes
Pull Requests
%
if URI malformed (@baseballyama, @lukastaegert)mjeanroy/rollup-plugin-license (rollup-plugin-license)
v3.5.2
Compare Source
privatenumber/tsx (tsx)
v4.16.2
Compare Source
v4.16.1
Compare Source
Bug Fixes
This release is also available on:
Microsoft/TypeScript (typescript)
v5.5.3
Compare Source
vuejs/vitepress (vitepress)
v1.3.1
Compare Source
Bug Fixes
vite.server.open
is specified (6263db1), closes #4040v1.3.0
Compare Source
Bug Fixes
Features
force-auto
as an option for appearance (1e8bb48), closes #39461.2.3 (2024-06-04)
Bug Fixes
1.2.2 (2024-05-21)
Bug Fixes
1.2.1 (2024-05-21)
Bug Fixes
webdriverio/webdriverio (webdriverio)
v8.39.1
Compare Source
v8.39.1 (2024-07-03)
🐛 Bug Fix
wdio-browserstack-service
Committers: 1
mafintosh/why-is-node-running (why-is-node-running)
v2.3.0
Compare Source
What's Changed
Full Changelog: mafintosh/why-is-node-running@v2.2.2...v2.3.0
websockets/ws (ws)
v8.18.0
Compare Source
Features
Blob
(#2229).google/zx (zx)
v8.1.4
Compare Source
We continue optimizing bundles and CI/CD pipelines.
zx/core
entry size. #856defaults
. #864Which gives us: 897 kB → 829 kB (-7.58%)
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 has been generated by Mend Renovate. View repository job log here.