chore(deps): update all non-major dependencies#987
Merged
renovate[bot] merged 1 commit intomainfrom Apr 28, 2025
Merged
Conversation
|
|
View your CI Pipeline Execution ↗ for commit b727846.
☁️ Nx Cloud last updated this comment at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.74.4->5.74.7^5.74.4->^5.74.7^5.74.4->^5.74.7^5.74.5->^5.74.7^9.25.0->^9.25.1^20.8.0->^20.8.110.8.1->10.10.0^2.2.8->^2.2.10Release Notes
TanStack/query (@tanstack/angular-query-experimental)
v5.74.7Compare Source
Version 5.74.7 - 4/27/25, 3:02 PM
Changes
Fix
initialDatatype to allowInitialDataFunctionandNonUndefinedGuard, similar to react-query (#9073) (e45dea8) by Sol LeeChore
b13f0b8) by renovate[bot]9f93f12) by TylerTest
b8ea29e) by @manudeli83f01cd) by MINSEONG KIM62f02fc) by @manudeli027be32) by @manudeli0849660) by MINSEONG KIM1b169ae) by @manudeliDocs
eb15f87) by Zac Rosenbauera2a39c9) by Dominik Dorfmeisterc987abc) by Dominik DorfmeisterPackages
v5.74.6Compare Source
Version 5.74.6 - 4/22/25, 5:05 PM
Changes
Fix
3a2e2d9) by Damian OsipiukChore
b63a1d0) by MINSEONG KIMTest
a9b8391) by MINSEONG KIMPackages
eslint/eslint (eslint)
v9.25.1Compare Source
nrwl/nx (nx)
v20.8.1Compare Source
20.8.1 (2025-04-25)
🚀 Features
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)
v10.10.0Compare Source
Minor Changes
preResolution,importPackage, andfetchershooks from local pnpmfile.Patch Changes
cdcommand, whenshellEmulatoristrue#7838.pnpm-workspace.yaml#9453.npm_package_jsonenvironment variable to the executed scripts #9452.--reporter=silentoption.v10.9.0Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json:{ "dependencies": { "@​foo/bar": "jsr:^0.1.2" } }When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
{ "dependencies": { "@​foo/bar": "npm:@​jsr/foo__bar@^0.1.2" } }Related issue: #8941.
Note: The
@jsrscope defaults to https://npm.jsr.io/ if the@jsr:registrysetting is not defined.Added a new setting,
dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml:dangerouslyAllowAllBuildshas the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRunwhennodeLinkerishoistedand there is a workspace package without dependencies andnode_modulesdirectory #9424.verifyDepsBeforeRunsupport fornodeLinker: pnp. CombiningverifyDepsBeforeRunandnodeLinker: pnpwill now print a warning.vuejs/language-tools (vue-tsc)
v2.2.10Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.