fix(deps): update all non-major dependencies #540
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:
0.32.0
->0.32.1
^1.2.6
->^1.2.7
^3.12.0
->^3.12.1
^3.12.0
->^3.12.1
^3.12.0
->^3.12.1
^22.13.4
->^22.13.5
^19.0.8
->^19.0.10
19.0.8
->19.0.10
^19.0.3
->^19.0.4
^1.0.3
->^1.0.4
^9.20.1
->^9.21.0
^2.2.0
->^2.2.1
^3.5.1
->^3.5.2
Release Notes
withastro/starlight (@astrojs/starlight)
v0.32.1
Compare Source
Patch Changes
ec5ca59
Thanks @HiDeoo! - Fixes an issue preventing the use of rewrites.eslint/rewrite (@eslint/compat)
v1.2.7
Compare Source
lerna-lite/lerna-lite (@lerna-lite/cli)
v3.12.1
Compare Source
Note: Version bump only for package @lerna-lite/cli
lerna-lite/lerna-lite (@lerna-lite/publish)
v3.12.1
Compare Source
Note: Version bump only for package @lerna-lite/publish
lerna-lite/lerna-lite (@lerna-lite/run)
v3.12.1
Compare Source
Note: Version bump only for package @lerna-lite/run
modernweb-dev/web (@web/dev-server-esbuild)
v1.0.4
Compare Source
Patch Changes
d826727
: upgrade esbuild to 0.25.xeslint/eslint (eslint)
v9.21.0
Compare Source
43081j/eslint-plugin-wc (eslint-plugin-wc)
v2.2.1
Compare Source
What's Changed
guard-define-call
rule for eslint 9 compat by @gracepark in https://github.com/43081j/eslint-plugin-wc/pull/143New Contributors
Full Changelog: 43081j/eslint-plugin-wc@2.2.0...2.2.1
prettier/prettier (prettier)
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.