chore(deps): update all non-major dependencies #108
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:
^1.6.4
->^1.7.1
^1.8.2
->^1.10.0
^2.3.2
->^2.3.3
^4.0.0-next.5
->^4.0.0-next.6
^0.11.1
->^0.11.2
^5.27.0
->^5.27.2
^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.0.0-next.208
->^5.0.0-next.216
^5.3.5
->^5.4.0
^3.4.35
->^3.4.37
^0.14.8
->^0.14.10
Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.7.1
Compare Source
Bug Fixes
v1.7.0
Compare Source
Bug Fixes
Features
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.10.0
Compare Source
✨ New
disable-type-checked
anddisable-type-checked-legacy
presets to disable all type-checked rules.🪄 Improvements
off-dom
andoff-dom-legacy
presets todisable-dom
anddisable-dom-legacy
(the old names will still be available until the next major update to avoid breaking changes).v1.9.1
Compare Source
🐞 Fixes
dom/no-missing-iframe-sandbox
false positive when thesandbox
attribute is set tosandbox=""
.all
andall-legacy
presets not includinghooks-extra
rules.v1.9.0
Compare Source
✨ New
core
preset that includes the most essential rules.🪄 Improvements
@typescript-eslint
's packages to8.0.1
.sveltejs/kit (@sveltejs/package)
v2.3.3
Compare Source
Patch Changes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v4.0.0-next.6
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
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
)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
sveltejs/svelte (svelte)
v5.0.0-next.216
Compare Source
Patch Changes
feat: make custom element
tag
property optional (#12754)fix: improved memory profile for transitions/animations (#12796)
v5.0.0-next.215
Compare Source
Patch Changes
fix: propagate custom element component prop changes (#12774)
fix: prevent numerous transition/animation memory leaks (#12759)
v5.0.0-next.214
Compare Source
Patch Changes
fix: ensure custom element styles append correctly during prod (#12777)
fix: invalidate signals following ++/-- inside each block (#12780)
feat: better code generation for destructuring assignments (#12780)
v5.0.0-next.213
Compare Source
Patch Changes
fix: ensure custom elements do not sync flush on mount (#12787)
fix: ensure event handlers referencing $host are not hoisted (#12775)
fix: provide more hydration mismatch coverage (#12755)
chore: simpler fallback values (#12788)
v5.0.0-next.212
Compare Source
Patch Changes
perf: speed up $.exclude_from_object (#12783)
chore: publish package provenance info (#12779)
feat: simplify derived object destructuring (#12781)
v5.0.0-next.211
Compare Source
Patch Changes
fix: improve prop binding warning validation for stores (#12745)
chore: add error for derived self referencing (#12746)
fix: skip
is_standalone
optimisation for dynamic components (#12767)fix: ensure unowned deriveds correctly update (#12747)
fix: order of arguments for
push_element
insvelte:element
(#12763)v5.0.0-next.210
Compare Source
Patch Changes
fix: avoid recreating handlers for component events (#12722)
fix: call correct event handler for properties of non-reactive objects (#12722)
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
angular/angular (zone.js)
v0.14.10
Compare Source
Features
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.