Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.28.1 -> ^2.29.2 age adoption passing confidence
@sveltejs/package (source) ^2.3.10 -> ^2.3.11 age adoption passing confidence
@tanstack/angular-query-experimental (source) 5.74.1 -> 5.74.4 age adoption passing confidence
@tanstack/angular-table (source) 8.21.2 -> 8.21.3 age adoption passing confidence
@tanstack/react-query (source) ^5.74.0 -> ^5.74.4 age adoption passing confidence
@tanstack/react-table (source) ^8.21.2 -> ^8.21.3 age adoption passing confidence
@tanstack/svelte-query (source) ^5.74.0 -> ^5.74.4 age adoption passing confidence
@tanstack/svelte-table (source) ^8.21.2 -> ^8.21.3 age adoption passing confidence
@tanstack/vue-query (source) ^5.74.0 -> ^5.74.5 age adoption passing confidence
@tanstack/vue-table (source) ^8.21.2 -> ^8.21.3 age adoption passing confidence
@vitejs/plugin-react (source) ^4.3.4 -> ^4.4.1 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.25.0 age adoption passing confidence
knip (source) ^5.50.2 -> ^5.50.5 age adoption passing confidence
nx (source) ^20.7.2 -> ^20.8.0 age adoption passing confidence
pnpm (source) 10.8.0 -> 10.8.1 age adoption passing confidence
publint (source) ^0.3.11 -> ^0.3.12 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

v2.29.0

Compare Source

Minor Changes
sveltejs/kit (@​sveltejs/package)

v2.3.11

Compare Source

Patch Changes
  • fix: handle missing package.json gracefully (#​13691)
TanStack/query (@​tanstack/angular-query-experimental)

v5.74.4

Compare Source

Version 5.74.4 - 4/17/25, 9:44 AM

Changes

Fix
Chore
  • angular-query: move angular-query-persist-client (#​9021) (4a5990e) by Arnoud
Test

Packages

v5.74.3

Compare Source

Version 5.74.3 - 4/14/25, 12:55 PM

Changes

Fix
  • types: Remove predicate typing for query filters (#​8958) (f580d4d) by Nick Lucas

Packages

v5.74.2

Compare Source

Version 5.74.2 - 4/14/25, 10:54 AM

Changes

Fix
  • query-core: unpause restored mutations (#​9015) (02c3d51) by Raphael Gimenez
Test
  • query-core: add test case for hydration (#​8949) (727230f) by MINSEONG KIM

Packages

TanStack/table (@​tanstack/angular-table)

v8.21.3

Compare Source

Version 8.21.3 - 4/14/25, 8:19 PM

Changes
Fix
Docs
Packages
TanStack/query (@​tanstack/react-query)

v5.74.4

Compare Source

v5.74.3

Compare Source

Version 5.74.3 - 4/14/25, 12:55 PM

Changes

Fix
  • types: Remove predicate typing for query filters (#​8958) (f580d4d) by Nick Lucas

Packages

v5.74.2

Compare Source

Version 5.74.2 - 4/14/25, 10:54 AM

Changes

Fix
  • query-core: unpause restored mutations (#​9015) (02c3d51) by Raphael Gimenez
Test
  • query-core: add test case for hydration (#​8949) (727230f) by MINSEONG KIM

Packages

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.4.1

Compare Source

Fix type issue when using moduleResolution: "node" in tsconfig #​462

v4.4.0

Compare Source

Make compatible with rolldown-vite

This plugin is now compatible with rolldown-powered version of Vite.
Note that currently the __source property value position might be incorrect. This will be fixed in the near future.

eslint/eslint (eslint)

v9.25.0

Compare Source

webpro-nl/knip (knip)

v5.50.5

Compare Source

  • Add jiti to "positionals" (resolves #​1033) (08a4688)
  • Group some scripts tests (edf56e0)
  • Fix starlight social config (cc51eaa)
  • Support ignoreUnresolved from top-level and root ws config (resolves #​1032) (852298b)
  • Update docs re. production mode (3b142b1)

v5.50.4

Compare Source

  • Don't exclude (dist) files with js ext from being source mapped (b39ac44)
  • Mark simple-git-hooks as used dependency when config exists (#​1027) (78f8cf4) - thanks @​azat-io!
  • Update docs dependencies (a8b44f6)

v5.50.3

Compare Source

  • Include empty named import declaration (d958e90)
  • Use pnpm workspaces over package.json workspaces (330e918)
  • Update comment (e8fcd87)
  • Revert and improve fix for #​1024 (3db59f7)
nrwl/nx (nx)

v20.8.0

Compare Source

20.8.0 (2025-04-14)
🚀 Features
  • angular: add --bundler=rspack option to app generator (#​30623)
  • core: handle yarn resolutions and patches when parsing and pruning lock file (#​30546)
  • core: add --bundler=rspack option to angular stack cnw (#​30629)
  • core: add support for http based caches (#​30593)
  • core: add filter for git checkouts in generated pipelines and docs (#​30547)
  • core: allow globs in project config to extend atomized targets (#​30630)
  • nx-dev: tutorialkit project (#​29992)
  • react: add crystal mf support to host and remote (#​30424)
  • release: revamped nx release version implementation (#​30418)
  • rspack: add support for non-buildable libraries in external dependencies (#​30606)
  • storybook: migrate to latest storybook 8 version (#​30584)
  • testing: add support for cypress v14 (#​30618)
🩹 Fixes
  • angular: use latest version of @​analogjs/vitest-angular #​30423 (#​30560, #​30423)
  • angular: ensure crystal targets for testing when bundler=rspack (#​30631)
  • bundling: webpack and rspack builds respect output.clean config option (#​30573)
  • bundling: Lock webpack version to be compatible with @​angular-devkit (#​30676)
  • core: ensure rust code is able to handle null terminal outputs (#​30494)
  • core: update resolution of ts path mappings with patterns in target project locator (#​30533)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#​30511)
  • core: do not run sync generators when running tasks in ci (#​30591)
  • core: angular rspack should not prompt for SSG (#​30647)
  • core: wasm build should build (#​30655)
  • core: log more information when ProjectConfigurationsError is thrown (#​30661)
  • core: ensure fileworker is cleaned up when workspace context is … (#​30683)
  • core: copy native file atomically to avoid hanging graph creation (#​30695)
  • core: clean up batch process after post run (#​30687)
  • graph: focus via --focus command should work (#​30576)
  • js: infer dependency between typecheck and build tasks and more granular outputs for typecheck (#​30549)
  • js: handle extending from multiple config files and from local workspace packages in plugin (#​30486)
  • js: update @​swc/cli version to fix vulnerability (#​30575)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • js: handle when there are no package manager workspaces' patterns (#​30666)
  • js: ensure the tsconfig files cache is correctly busted when implementation changes (#​30689)
  • misc: add missing flag to azure devops ci workflow generator (#​30482)
  • misc: update project directory validation to only account for the derived name (#​30532)
  • nextjs: bumped to eslintConfigNextVersion to v15 (#​30537)
  • nextjs: update Next.js versions to patch vulnerability (#​30574)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • nx-dev: fix blog post links (#​30553)
  • nx-dev: nx homebrew install cmd (ebd39bb2ae)
  • nx-dev: update markdoc component to exclude h1 headers (d1ee41793f)
  • rspack: allow typechecking during serve #​29267 (#​30558, #​29267)
  • rspack: do not reuse existing ts-node compiler options when inferring tasks (#​30703)
  • testing: enforce commonjs module for ts-jest (#​30681)
  • testing: do not inherit existing env (#​30688)
  • testing: unset customConditions when running cypress tasks (#​30709)
  • vite: ensure nxCopyAssetsPlugin outputs assets to correct location #​28786 (#​30585, #​28786)
  • vue: upgrade vite plugin vue to v5 to avoid install errors (#​30559)
  • webpack: nestjs workspace libs referencing when using ts solution (#​30538)
  • webpack: migrate to latest version to prevent security vulnerabilities #​29755 (#​30590, #​29755)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.
publint/publint (publint)

v0.3.12

Compare Source

Patch Changes
  • Fix shebang check to allow spaces after the #! (#​183)

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 21, 2025
@changeset-bot
Copy link

changeset-bot bot commented Apr 21, 2025

⚠️ No Changeset found

Latest commit: 5b03d0c

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 21, 2025

View your CI Pipeline Execution ↗ for commit 5b03d0c.

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

☁️ Nx Cloud last updated this comment at 2025-04-21 02:59:25 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Apr 21, 2025

More templates

@tanstack/angular-virtual

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

@tanstack/lit-virtual

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

@tanstack/react-virtual

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

@tanstack/solid-virtual

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

@tanstack/svelte-virtual

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

@tanstack/vue-virtual

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

@tanstack/virtual-core

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

commit: 5b03d0c

@renovate renovate bot merged commit dd5b49a into main Apr 21, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 21, 2025 06:53
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