Skip to content

chore(deps): update all non-major dependencies #1412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025

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
@angular/forms (source) ^19.2.5 -> ^19.2.6 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.43.0 -> ^1.47.2 age adoption passing confidence
@tanstack/react-query (source) ^5.72.2 -> ^5.74.3 age adoption passing confidence
@tanstack/react-router (source) ^1.115.2 -> ^1.116.0 age adoption passing confidence
@tanstack/react-start (source) ^1.115.2 -> ^1.116.1 age adoption passing confidence
babel-plugin-react-compiler (source) 19.0.0-beta-e993439-20250405 -> 19.0.0-beta-ebf51a3-20250411 age adoption passing confidence
effect (source) ^3.14.7 -> ^3.14.8 age adoption passing confidence
eslint-plugin-react-compiler (source) 19.0.0-beta-e993439-20250405 -> 19.0.0-beta-ebf51a3-20250411 age adoption passing confidence
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence
knip (source) ^5.49.0 -> ^5.50.3 age adoption passing confidence
lit (source) ^3.2.1 -> ^3.3.0 age adoption passing confidence
next (source) 15.2.5 -> 15.3.0 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.10 -> ^0.3.12 age adoption passing confidence
vite (source) ^6.2.5 -> ^6.2.6 age adoption passing confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.47.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.1...v1.47.2

v1.47.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.47.0...v1.47.1

v1.47.0

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.46.0...v1.47.0

v1.46.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.4

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4

v1.45.3

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.2...v1.45.3

v1.45.2

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.45.1...v1.45.2

v1.45.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.45.0...v1.45.1

v1.45.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.44.0...v1.45.0

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

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

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

TanStack/router (@​tanstack/react-router)

v1.116.0

Compare Source

Version 1.116.0 - 4/13/25, 7:58 PM

Changes

Feat

Packages

v1.115.3

Compare Source

Version 1.115.3 - 4/11/25, 5:19 PM

Changes

Fix
  • router-core: accept AnyRouter in redirect (#​3979) (e340488) by Fred Brandt
Chore
Docs

Packages

facebook/react (babel-plugin-react-compiler)

v19.0.0-beta-ebf51a3-20250411

Compare Source

Effect-TS/effect (effect)

v3.14.8

Compare Source

Patch Changes
facebook/react (eslint-plugin-react-compiler)

v19.0.0-beta-ebf51a3-20250411

Compare Source

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.
webpro-nl/knip (knip)

v5.50.3

Compare Source

v5.50.2

Compare Source

v5.50.1

Compare Source

  • Revert "Remove unused TS config options"

This reverts commit d1686e2. (731fe7e)

v5.50.0

Compare Source

lit/lit (lit)

v3.3.0

Compare Source

Minor Changes
  • #​4901 c9160405 Thanks @​maxpatiiuk! - Dev mode warnings are now emitted on the next microtask after package import, allowing for a wider opportunity to suppress the warnings by consumers.

  • #​4934 4824c4ce - Adds property option for useDefault. When set, the initial default value is not considered a change and does not reflect when reflect is set. In addition, when the attribute is removed, the default value is restored.

Patch Changes
vercel/next.js (next)

v15.3.0

Compare Source

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)

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" fiel


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.

Copy link

nx-cloud bot commented Apr 14, 2025

View your CI Pipeline Execution ↗ for commit 65740b8.

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

☁️ Nx Cloud last updated this comment at 2025-04-14 15:13:01 UTC

Copy link

pkg-pr-new bot commented Apr 14, 2025

More templates

@tanstack/angular-form

npm i https://pkg.pr.new/@tanstack/angular-form@1412

@tanstack/form-core

npm i https://pkg.pr.new/@tanstack/form-core@1412

@tanstack/react-form

npm i https://pkg.pr.new/@tanstack/react-form@1412

@tanstack/lit-form

npm i https://pkg.pr.new/@tanstack/lit-form@1412

@tanstack/solid-form

npm i https://pkg.pr.new/@tanstack/solid-form@1412

@tanstack/vue-form

npm i https://pkg.pr.new/@tanstack/vue-form@1412

commit: 65740b8

Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.20%. Comparing base (c95e51c) to head (65740b8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1412   +/-   ##
=======================================
  Coverage   88.20%   88.20%           
=======================================
  Files          28       28           
  Lines        1289     1289           
  Branches      337      337           
=======================================
  Hits         1137     1137           
  Misses        135      135           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f7c5726 to 67d5368 Compare April 14, 2025 10:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67d5368 to 65740b8 Compare April 14, 2025 15:09
@renovate renovate bot merged commit faf4cbd into main Apr 14, 2025
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 14, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants