chore(deps): update all non-major dependencies #792
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.3.2
->^2.3.3
^0.11.1
->^0.11.2
^5.51.21
->^5.51.23
^8.20.1
->^8.20.4
^10.11.0
->^10.11.1
^5.27.0
->^5.27.2
^3.1.4
->^3.2.0
^19.5.6
->^19.5.7
9.6.0
->9.7.0
^0.10.0
->^0.11.0
^1.8.19
->^1.8.20
^5.3.5
->^5.4.0
^3.4.35
->^3.4.37
Release Notes
sveltejs/kit (@sveltejs/package)
v2.3.3
Compare Source
Patch Changes
TanStack/config (@tanstack/config)
v0.11.2
Compare Source
Version 0.11.2 - 8/8/24, 6:14 AM (Manual Release)
Changes
Chore
e405ae3
) by renovate[bot]cf7b3aa
) by renovate[bot]4b5c71b
) by renovate[bot]6ddc38b
) by renovate[bot]1ce18c1
) by renovate[bot]068f14d
) by renovate[bot]Ci
2cb428d
) by Lachlan Collins96b836b
) by Lachlan CollinsPackages
TanStack/query (@tanstack/react-query)
v5.51.23
Compare Source
Version 5.51.23 - 8/8/24, 8:02 AM
Changes
Fix
c744f99
) by Dominik DorfmeisterDocs
1fc6124
) by Navin KhadkaPackages
TanStack/table (@tanstack/vue-table)
v8.20.4
Compare Source
Version 8.20.4 - 8/9/24, 12:41 PM
Changes
Fix
5110aa9
) by Ola AlsakerPackages
v8.20.3
Compare Source
Version 8.20.3 - 8/9/24, 12:35 AM
Changes
Fix
fb2d72f
) by Ola AlsakerDocs
836cbb7
) by Mauricio PiberPackages
v8.20.2
Compare Source
Version 8.20.2 - 8/5/24, 11:30 PM
Changes
Fix
7331506
) by Ola AlsakerDocs
2fea8c2
) by @benluoPackages
vueuse/vueuse (@vueuse/core)
v10.11.1
Compare Source
No significant changes
View changes on GitHub
webpro-nl/knip (knip)
v5.27.2
Compare Source
v5.27.1
Compare Source
pathsBasePath
if available to makecompilerOptions.paths
absolute (fixes #748) (6c866d2
)d0d5f97
)c7fa02e
)3d5a536
)f8f0d66
)b2ea3a9
)f6066d6
)9eff1bb
)953d6f6
)4d8b35b
)39e0f22
)76752c8
)ea099cc
)949ddd8
)8c21df5
)858c0b7
)tryResolve
etc. (e20a9e9
)d5003d1
)b9b8f4d
)0fdb4c9
)ccb7523
)2b7d053
)bun create @​knip/config
to installation instructions (fb19915
)lit/lit (lit)
v3.2.0
Compare Source
Minor Changes
feccc1ba
- Add MathML support with themathml
template tagPatch Changes
feccc1ba
]:nrwl/nx (nx)
v19.5.7
Compare Source
19.5.7 (2024-08-07)
🚀 Features
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)
v9.7.0
: pnpm 9.7Compare Source
Minor Changes
Added pnpm version management. If the
manage-package-manager-versions
setting is set totrue
, pnpm will switch to the version specified in thepackageManager
field ofpackage.json
#8363. This is the same field used by Corepack. Example:Added the ability to apply patch to all versions #8337.
If the key of
pnpm.patchedDependencies
is a package name without a version (e.g.pkg
), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version ofpkg
installed,pnpm patch pkg
and subsequentpnpm patch-commit $edit_dir
will create an entry namedpkg
inpnpm.patchedDependencies
. And pnpm will attempt to apply this patch to other versions ofpkg
in the future.Change the default edit dir location when running
pnpm patch
from a temporary directory tonode_modules/.pnpm_patches/pkg[@​version]
to allow the code editor to open the edit dir in the same file tree as the main project #8379.Substitute environment variables in config keys #6679.
Patch Changes
pnpm install
should runnode-gyp rebuild
if the project has abinding.gyp
file even if the project doesn't have an install script #8293.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
QuiiBz/sherif (sherif)
v0.11.0
Compare Source
Ignore a specific dependency and version
Let's say your monorepo has two versions of react:
18.3.1
and19.0.0
. One of your application is expected to use the new react19.0.0
, but you still want to make sure you keep the same react18.*
version on all your other applicationsPreviously, you had to ignore completely the
react
dependency from themultiple-dependency-versions
rule, which means you would completely loose track of potentially different react18.*
versions:But now, you can ignore a specific set of dependency and version, so the
multiple-dependency-versions
rule will keep detecting any other react version and alert you:Report dependency versions mismatch with the root
package.json
Previously, Sherif didn't check the
multiple-dependency-versions
in the rootpackage.json
. It now does, meaning you can deduplicate more dependency versions if they are present in both a package in a workspace, and the rootpackage.json
.What's Changed
multiple-dependency-versions
also checks root package by @QuiiBz in https://github.com/QuiiBz/sherif/pull/82multiple-dependency-versions
by @QuiiBz in https://github.com/QuiiBz/sherif/pull/84New Contributors
Full Changelog: QuiiBz/sherif@v0.10.0...v0.11.0
vitejs/vite (vite)
v5.4.0
global
variable name conflict (#17809) (6aa2206), closes #17809importScripts
injection breaking iife code (#17827) (bb4ba9f), closes #17827vuejs/core (vue)
v3.4.37
Compare Source
Bug Fixes
isProp.arg.loc
instead ofisProp.loc
(#11547) (236fb7a)DirectiveArguments
third parameter to accept undefined (#11540) (1058ce8)v3.4.36
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.