Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@tanstack/query-core (source) ^5.71.10 -> ^5.74.0 age adoption passing confidence pnpm.catalog.default minor
@types/react (source) ^19.1.0 -> ^19.1.1 age adoption passing confidence pnpm.catalog.default patch
@types/react-dom (source) ^19.1.1 -> ^19.1.2 age adoption passing confidence pnpm.catalog.default patch
actions/setup-node v4.3.0 -> v4.4.0 age adoption passing confidence action minor
eslint-plugin-import-x ^4.10.1 -> ^4.10.3 age adoption passing confidence pnpm.catalog.default patch
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence pnpm.catalog.default minor
nx (source) ^20.7.1 -> ^20.7.2 age adoption passing confidence pnpm.catalog.default patch
pnpm (source) 10.7.1 -> 10.8.0 age adoption passing confidence packageManager minor
publint (source) ^0.3.10 -> ^0.3.11 age adoption passing confidence pnpm.catalog.default patch
typescript-eslint (source) ^8.29.0 -> ^8.29.1 age adoption passing confidence pnpm.catalog.default patch
vite (source) ^6.2.5 -> ^6.2.6 age adoption passing confidence pnpm.catalog.default patch

Release Notes

TanStack/query (@​tanstack/query-core)

v5.74.0

Compare Source

Version 5.74.0 - 4/13/25, 5:48 PM

Changes

Feat
  • angular-query: add angular-persist-query-client (967c231) by Omer Gronich
Test
Docs

Packages

v5.73.3

Compare Source

Version 5.73.3 - 4/12/25, 2:22 PM

Changes

Fix
  • query-core: make sure we don"t invoke select too often when using placeholderData (#​9007) (38178ba) by Dominik Dorfmeister
Chore
  • bundle-size reporting (d5ba5d1) by Dominik Dorfmeister
  • deps: update packages (#​9003) (713ba3a) by Lachlan Collins
  • deps: update dependency vite to v6.2.6 [security] (#​9000) (a48ec06) by renovate[bot]

Packages

v5.72.2

Compare Source

Version 5.72.2 - 4/9/25, 2:17 PM

Changes

Fix
  • eslint-plugin: separate legacy and modern dts files (#​8972) (7d3a1a3) by Eliya Cohen
Chore
  • remove eslint task from basic example (bf7b66c) by TkDodo
Other

Packages

v5.72.1

Compare Source

Version 5.72.1 - 4/8/25, 12:57 PM

Changes

Fix
Chore
  • trigger release (4ad696a) by Dominik Dorfmeister
  • (temporary) make test depend on build (1771dd2) by TkDodo
Docs
  • correct missing closing quote in networkMode option (#​8965) (0e1d866) by Mohammad Reza Badri
  • readme: document how to run tests using Nx (#​8967) (04b58a5) by novice0840

Packages

v5.72.0

Compare Source

Version 5.72.0 - 4/7/25, 9:20 AM

Changes

Feat
Chore
  • deps: update dependency vite to v6.2.5 [security] (#​8957) (644e945) by renovate[bot]
  • hopefully changing nx.json will cache-bust everything? (57d159c) by TkDodo
  • paths: use customConditions to define internal imports (#​8935) (8e0c6b7) by Tyler
Ci
  • disable nx-caching in CI (3319d35) by TkDodo
Other

Packages

actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.10.3

Compare Source

Patch Changes
  • #​292 1342127 Thanks @​JounQin! - refactor: remove unnecessary check for pnpapi because unrs-resolver already handles it

v4.10.2

Compare Source

Patch Changes
jsdom/jsdom (jsdom)

v26.1.0

Compare Source

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
nrwl/nx (nx)

v20.7.2

Compare Source

20.7.2 (2025-04-08)
🩹 Fixes
  • core: do not run sync generators when running tasks in ci (#​30591)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.
publint/publint (publint)

v0.3.11

Compare Source

Patch Changes
  • Update EXPORTS_GLOB_NO_DEPRECATED_SUBPATH_MAPPING message and severity to error (#​179)

  • Add a new warning when the "exports" or "imports" field contain a fallback array as most tooling will only the pick the first value that can be parsed, and other tooling may work differently leading to inconsistent behaviors (#​180)

typescript-eslint/typescript-eslint (typescript-eslint)

v8.29.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v6.2.6

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "* 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 14, 2025
Copy link

changeset-bot bot commented Apr 14, 2025

⚠️ No Changeset found

Latest commit: 55d8c07

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

Copy link

nx-cloud bot commented Apr 14, 2025

View your CI Pipeline Execution ↗ for commit 55d8c07.

Command Status Duration Result
nx affected --targets=test:eslint,test:types,te... ✅ Succeeded 39s View ↗
nx run-many --target=build ✅ Succeeded 10s View ↗

☁️ Nx Cloud last updated this comment at 2025-04-14 03:07:08 UTC

Copy link

pkg-pr-new bot commented Apr 14, 2025

@tanstack/config

npm i https://pkg.pr.new/@tanstack/config@239

@tanstack/eslint-config

npm i https://pkg.pr.new/@tanstack/eslint-config@239

@tanstack/publish-config

npm i https://pkg.pr.new/@tanstack/publish-config@239

@tanstack/typedoc-config

npm i https://pkg.pr.new/@tanstack/typedoc-config@239

@tanstack/vite-config

npm i https://pkg.pr.new/@tanstack/vite-config@239

commit: 55d8c07

@lachlancollins lachlancollins merged commit 80d9989 into main Apr 14, 2025
4 checks passed
@lachlancollins lachlancollins deleted the renovate/all-minor-patch branch April 14, 2025 03:07
xiaoyu2er pushed a commit to TanStack-dev/config that referenced this pull request Apr 25, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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