Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/angular-query-experimental (source) 5.74.4 -> 5.74.7 age adoption passing confidence
@tanstack/react-query (source) ^5.74.4 -> ^5.74.7 age adoption passing confidence
@tanstack/svelte-query (source) ^5.74.4 -> ^5.74.7 age adoption passing confidence
@tanstack/vue-query (source) ^5.74.5 -> ^5.74.7 age adoption passing confidence
eslint (source) ^9.25.0 -> ^9.25.1 age adoption passing confidence
nx (source) ^20.8.0 -> ^20.8.1 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.10.0 age adoption passing confidence
vue-tsc (source) ^2.2.8 -> ^2.2.10 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/angular-query-experimental)

v5.74.7

Compare Source

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix
  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#​9073) (e45dea8) by Sol Lee
Chore
Test
Docs
  • fix broken links in docs (#​9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

v5.74.6

Compare Source

Version 5.74.6 - 4/22/25, 5:05 PM

Changes

Fix
  • vue-query: unify shallow flag behaviour (#​9050) (3a2e2d9) by Damian Osipiuk
Chore
  • query-async-storage-persister: remove unnecessary export keyword (#​9040) (b63a1d0) by MINSEONG KIM
Test

Packages

eslint/eslint (eslint)

v9.25.1

Compare Source

nrwl/nx (nx)

v20.8.1

Compare Source

20.8.1 (2025-04-25)
🚀 Features
🩹 Fixes
  • angular: remove deprecated standaloneConfig from generators (#​30578)
  • angular: handle ssr with convert-to-rspack (#​30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#​30778)
  • core: improve flaky ci test (#​30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#​30834)
  • js: remove check that ts plugin is used for ts sync generator (#​30743)
  • linter: remove empty entry in typescript eslint flat config (#​30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#​30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#​30717)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.10.0

Compare Source

Minor Changes
  • Allow loading the preResolution, importPackage, and fetchers hooks from local pnpmfile.
Patch Changes
  • Fix cd command, when shellEmulator is true #​7838.
  • Sort keys in pnpm-workspace.yaml #​9453.
  • Pass the npm_package_json environment variable to the executed scripts #​9452.
  • Fixed a mistake in the description of the --reporter=silent option.

v10.9.0

Compare Source

Minor Changes
  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@&#8203;<range>
    

    For example, running:

    pnpm add jsr:@&#8203;foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@&#8203;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": {
        "@&#8203;foo/bar": "npm:@&#8203;jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #​8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting 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 to pnpm-workspace.yaml:

    neverBuiltDependencies: []

    dangerouslyAllowAllBuilds has the same effect but also allows to be set globally via:

    pnpm config set dangerouslyAllowAllBuilds true
    

    It can also be set when running a command:

    pnpm install --dangerously-allow-all-builds
    
Patch Changes
  • Fix a false negative in verifyDepsBeforeRun when nodeLinker is hoisted and there is a workspace package without dependencies and node_modules directory #​9424.
  • Explicitly drop verifyDepsBeforeRun support for nodeLinker: pnp. Combining verifyDepsBeforeRun and nodeLinker: pnp will now print a warning.
vuejs/language-tools (vue-tsc)

v2.2.10

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 28, 2025
@changeset-bot
Copy link

changeset-bot bot commented Apr 28, 2025

⚠️ No Changeset found

Latest commit: b727846

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud
Copy link

nx-cloud bot commented Apr 28, 2025

View your CI Pipeline Execution ↗ for commit b727846.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 2m 31s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 17s View ↗

☁️ Nx Cloud last updated this comment at 2025-04-28 03:16:12 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Apr 28, 2025

More templates

@tanstack/angular-virtual

npm i https://pkg.pr.new/@tanstack/angular-virtual@987

@tanstack/lit-virtual

npm i https://pkg.pr.new/@tanstack/lit-virtual@987

@tanstack/react-virtual

npm i https://pkg.pr.new/@tanstack/react-virtual@987

@tanstack/solid-virtual

npm i https://pkg.pr.new/@tanstack/solid-virtual@987

@tanstack/virtual-core

npm i https://pkg.pr.new/@tanstack/virtual-core@987

@tanstack/svelte-virtual

npm i https://pkg.pr.new/@tanstack/svelte-virtual@987

@tanstack/vue-virtual

npm i https://pkg.pr.new/@tanstack/vue-virtual@987

commit: b727846

@renovate renovate bot merged commit eae71bd into main Apr 28, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 28, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant