chore(deps): update all non-major dependencies #865
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:
^17.3.10
->^17.3.11
^17.3.10
->^17.3.11
^2.3.5
->^2.3.7
5.59.13
->5.59.16
^5.59.13
->^5.59.16
^5.59.13
->^5.59.16
^5.59.13
->^5.59.16
^6.5.0
->^6.6.2
^4.17.10
->^4.17.12
^18.3.11
->^18.3.12
^4.3.2
->^4.3.3
v4.2.1
->v4.2.2
^9.12.0
->^9.13.0
^5.33.3
->^5.34.1
^20.0.0
->^20.0.6
9.12.1
->9.12.3
^0.2.11
->^0.2.12
^1.9.2
->^1.9.3
^2.7.0
->^2.8.0
^2.7.0
->^2.8.0
^5.4.8
->^5.4.10
^2.1.2
->^2.1.3
^2.1.6
->^2.1.8
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v17.3.11
Compare Source
@angular-devkit/build-angular
http-proxy-middleware
to2.0.7
sveltejs/kit (@sveltejs/package)
v2.3.7
Patch Changes
v2.3.6
Patch Changes
TanStack/query (@tanstack/angular-query-experimental)
v5.59.16
Compare Source
Version 5.59.16 - 10/23/24, 12:53 PM
Changes
Fix
df49fbd
) by Dominik DorfmeisterChore
4fceb26
) by Haeun Namd3e2a8a
) by @manudeliDocs
9d99fcb
) by Ollie Chicka2ea754
) by Qiushi Yan1980a11
) by Ariel-MoroshkoPackages
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
v6.6.0
Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946eslint/eslint (eslint)
v9.13.0
Compare Source
webpro-nl/knip (knip)
v5.34.1
Compare Source
846ed76
)9defcb9
)e028528
)20070ba
)5bb56e7
)c9afd52
)20b2504
)v5.34.0
Compare Source
path
if step also hasrepository
in github-action plugin (c6e4d31
)a2217a2
)a2e83f8
)bae87d9
)31f1e7e
)617e067
)939f511
)f4db204
)c2e2712
)virtual:
imports, don't report as unlisted dependencies (2ef75cc
)53839e0
)98c1ff7
)ignoreDependencies
(b8875be
)58ba79f
)f4dc1e1
)a413ad8
)c03f963
)d288779
)f2732fa
)4973a9d
)6115107
)f1349c2
)nrwl/nx (nx)
v20.0.6
Compare Source
20.0.6 (2024-10-25)
🚀 Features
🩹 Fixes
tsBuildInfoFile
as output when it's not contained in theoutDir
(#28538)❤️ Thank You
v20.0.5
Compare Source
20.0.5 (2024-10-23)
🩹 Fixes
❤️ Thank You
v20.0.4
Compare Source
20.0.4 (2024-10-23)
🩹 Fixes
❤️ Thank You
v20.0.3
Compare Source
20.0.3 (2024-10-19)
🩹 Fixes
❤️ Thank You
v20.0.2
Compare Source
20.0.2 (2024-10-18)
🚀 Features
🩹 Fixes
❤️ Thank You
v20.0.1
Compare Source
20.0.1 (2024-10-15)
🩹 Fixes
NX_NO_CLOUD
(#28366)neverConnectToCloud
property (#28452)useLegacyCache
by default (#28454)❤️ Thank You
pnpm/pnpm (pnpm)
v9.12.3
Compare Source
Patch Changes
node_modules
, when typing "n" in the prompt that asks whether to removenode_modules
before installation #8655.manage-package-manager-versions=true
is set and the.tools
directory is corrupt.crypto.hash
, when available, for improved performance #8629.package.json
at the root of the workspace #8667.manage-package-manager-versions
is set totrue
, errors spawning a self-managed version ofpnpm
will now be shown (instead of being silent).v9.12.2
Compare Source
Patch Changes
bluwy/publint (publint)
v0.2.12
Compare Source
Features
"license"
field is not set inpackage.json
, a suggestion will now be shown to add the field (https://github.com/bluwy/publint/issues/111)Bug fixes
"repostory"
field, string shorthands with nested paths likegitlab:org/user/repo
is now considered valid (https://github.com/bluwy/publint/issues/113)Site
Full Changelog: bluwy/publint@v0.2.11...v0.2.12
solidjs/solid (solid-js)
v1.9.3
Compare Source
Microsoft/tslib (tslib)
v2.8.0
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.7.0...v2.8.0
vitejs/vite (vite)
v5.4.10
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest (vitest)
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
vuejs/language-tools (vue-tsc)
v2.1.8
Compare Source
Features
$el
type (#4805) - Thanks to @KazariEX!Bug Fixes
v-for
withv-once
correctly (#4830) - Thanks to @KazariEX!this
to__VLS_ctx
(#4845) - Thanks to @KazariEX!<component :is>
and<slot :name>
(#4661) - Thanks to @KazariEX, @so1ve!defineModel
&defineEmits
in generic (#4823) - Thanks to @KazariEX!useTemplateRef
into correct location (#4829) - Thanks to @KazariEX!v-on
on<slot>
(#4864) - Thanks to @KazariEX!)
(#4887) - Thanks to @KazariEX!value
instead of model name into tuple ([#4892](https://redirect.github.com/Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.