Skip to content

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

Merged
lachlancollins merged 2 commits intomainfrom
renovate/all-minor-patch
Mar 31, 2025
Merged

chore(deps): update all non-major dependencies#174
lachlancollins merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.14.0 -> ^1.14.1 age adoption passing confidence
@angular-devkit/build-angular ^19.2.0 -> ^19.2.5 age adoption passing confidence
@angular/animations (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@angular/cli ^19.2.0 -> ^19.2.5 age adoption passing confidence
@angular/common (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@angular/compiler (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@angular/compiler-cli (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@angular/core (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@angular/platform-browser (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@angular/router (source) ^19.2.0 -> ^19.2.4 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.30.0 -> ^1.38.4 age adoption passing confidence
@tanstack/config (source) ^0.16.3 -> ^0.18.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.1 -> ^5.2.3 age adoption passing confidence
@vitest/coverage-istanbul (source) ^3.0.6 -> ^3.0.9 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.23.0 age adoption passing confidence
knip (source) ^5.45.0 -> ^5.46.4 age adoption passing confidence
nx (source) ^20.4.6 -> ^20.6.4 age adoption passing confidence
pnpm (source) 10.5.2 -> 10.7.0 age adoption passing confidence
publint (source) ^0.3.7 -> ^0.3.9 age adoption passing confidence
react-scan (source) ^0.2.12 -> ^0.3.3 age adoption passing confidence
svelte (source) ^5.20.5 -> ^5.25.3 age adoption passing confidence
svelte-check ^4.1.4 -> ^4.1.5 age adoption passing confidence
use-sync-external-store (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence
vite (source) ^6.1.1 -> ^6.2.3 age adoption passing confidence
vitest (source) ^3.0.6 -> ^3.0.9 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.14.1

Compare Source

Bug Fixes
  • create-analog: remove overrides from templates for Vite/Vitest (#​1640) (e428f80)
  • nx-plugin: add check for nx version inside generator for Vite/Vitest (#​1635) (9db028c)
  • nx-plugin: overwrite files array when setting up Vitest (#​1646) (17f5c65)
  • router: set full parent path for route path on debug page (#​1632) (ccfeca5)
  • vite-plugin-nitro: bump esbuild dependency to 0.25.0 (#​1641) (72dff37)
  • vite-plugin-nitro: handle Nitro Base URL for API routes in development (#​1653) (5eeff15)
angular/angular-cli (@​angular-devkit/build-angular)

v19.2.5

Compare Source

@​angular/build
Commit Type Description
20455e2a6 fix correct handling of response/request errors
32b1dcd91 fix handle undefined getOrCreateAngularServerApp during error compilation
7552a9fec fix normalize karma asset paths before lookup
1eb5b4357 fix update vite to 6.2.3

v19.2.4

Compare Source

@​schematics/angular
Commit Type Description
0a4e96bda fix replace @angular/platform-browser-dynamic with @angular/platform-browser
@​angular/build
Commit Type Description
b0b643e46 fix ensure errors for missing component resources
2cd763e89 fix ensure relative karma stack traces for test failures

v19.2.3

Compare Source

@​angular/build
Commit Type Description
5a739820b fix update babel packages

v19.2.2

Compare Source

@​angular/cli
Commit Type Description
0ee24e29b fix record analytics for nested schematics
@​angular/build
Commit Type Description
4575265f0 fix exclude all entrypoints of a library from prebundling
83fcffbb7 fix handle postcss compilation errors gracefully
78297ee47 fix provide extract-i18n does not respect
b18b9c8f2 fix remove duplicate prebundling warning
@​angular/ssr
Commit Type Description
e6e8ce960 fix prevent stream draining if write does not return a boolean

v19.2.1

Compare Source

@​schematics/angular
Commit Type Description
4c35b5721 fix prevent accidental deletion of main.ts during application builder migration
d7f9cb578 fix prevent error when tsconfig file is missing in application builder migration
@​angular-devkit/architect
Commit Type Description
3ebd7ca7c fix improve error message when configuration is missing
@​angular/build
Commit Type Description
c07330967 fix allow component HMR with a service worker
c989c91c3 fix exclude component styles from 'any' and 'all' budget calculations
96e5dcb5f fix handle undefined less stylesheet sourcemap values
angular/angular (@​angular/animations)

v19.2.4

Compare Source

core
Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#​60459)
localize
Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#​60513)
platform-browser
Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#​60455)
core
Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#​60429)
296aded9da fix execute timer trigger outside zone (#​60392)
0615ffb4f7 fix include input name in error message (#​60404)
platform-browser-dynamic
Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#​60458)
upgrade
Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

common
Commit Type Description
90a16a1088 fix support equality function in httpResource (#​60026)
compiler
Commit Type Description
56b551d273 fix incorrect spans for template literals (#​60323) (#​60331)
compiler-cli
Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#​60298)
core
Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#​59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#​60203)
b144dd946e fix fix removal of a container reference used in the component file (#​60210)
platform-server
Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#​60308)
router
Commit Type Description
7bcdf7c143 fix update symbols (#​60233)

v19.2.1

Compare Source

common
Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#​60004)
compiler-cli
Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#​60152)
core
Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#​60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#​60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#​60130)
language-service
Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#​59524)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.38.4

Compare Source

🪄 Improvements
  • chore: update default React version to 19.1.0 in documentation and settings by @​Rel1cx in #​1023

Full Changelog: Rel1cx/eslint-react@v1.38.3...v1.38.4

v1.38.3

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.38.2...v1.38.3

v1.38.2

Compare Source

🐞 Fixes
  • fix(eslint-plugin): disable prefer-shorthand-* rules in all config by @​Rel1cx in a9e6ef9

Full Changelog: Rel1cx/eslint-react@v1.38.0...v1.38.2

v1.38.1

Compare Source

v1.38.0

Compare Source

✨ New
🪄 Improvements
  • refactor: undeprecate react-x/jsx-uses-vars and react-x/jsx-no-duplicate-props rules by @​Rel1cx in #​1017

Full Changelog: Rel1cx/eslint-react@v1.37.3...v1.38.0

v1.37.3

Compare Source

🐞 Fixes
  • fix: the requested module ts-api-utils does not provide an export named unionConstituents, closes #​1009 by @​Rel1cx in #​1010

Full Changelog: Rel1cx/eslint-react@v1.37.2...v1.37.3

v1.37.2

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.37.1...v1.37.2

v1.37.1

Compare Source

🐞 Fixes
  • fix: enhance hooks-extra/prefer-use-state-lazy-initialization to correctly detect other hooks called within useState(...) by @​Rel1cx in #​1006
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.37.0...v1.37.1

v1.37.0

Compare Source

🪄 Improvements
  • refactor: remove hooks-extra/prefer-use-state-lazy-initialization from recommended presets by @​Rel1cx in #​1001

    Based on feedback of this rule, the current implementation produces more false positives than expected, so to ensure the overall quality of the rules in the recommended presets we provide, I'm removing it from the presets for now, and should add it back after we implement a better heuristic for deciding which function calls should be allowed.

Full Changelog: Rel1cx/eslint-react@v1.36.3...v1.37.0

v1.36.3

Compare Source

🐞 Fixes
  • fix: hooks-extra/prefer-use-state-lazy-initialization false positive on useState(use(promise)) closes #​999 by @​Rel1cx in #​1000

Full Changelog: Rel1cx/eslint-react@v1.36.2...v1.36.3

v1.36.2

Compare Source

No notable changes have been made in this release.

Full Changelog: Rel1cx/eslint-react@v1.36.1...v1.36.2

v1.36.1

Compare Source

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.35.0...v1.36.1

v1.35.0

Compare Source

✨ New
  • feat(plugins/dom): add no-render rule to replace ReactDom.render() with createRoot(node).render(), closes #​972 by @​Rel1cx in #​993
  • feat(plugins/dom): add no-hydrate rule to replace ReactDom.hydrate() with hydrateRoot(), closes #​973 by @​Rel1cx in #​995
🪄 Improvements
  • refactor: rename hooks-extra/no-useless-custom-hooks to hooks-extra/no-unnecessary-use-prefix by @​Rel1cx in #​996
📝 Changes you should be aware of

The following rules have been renamed:

  • react-hooks-extra/no-useless-custom-hooks to react-hooks-extra/no-unnecessary-use-prefix
  • @eslint-react/hooks-extra/no-useless-custom-hooks to @eslint-react/hooks-extra/no-unnecessary-use-prefix

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: Rel1cx/eslint-react@v1.34.1...v1.35.0

v1.34.1

Compare Source

🐞 Fixes
  • fix: false positive in react-x/no-context-provider on symbols named Provider which are imported from third-party libs, closes #​991 by @​Rel1cx in #​992

Full Changelog: Rel1cx/eslint-react@v1.34.0...v1.34.1

v1.34.0

Compare Source

🪄 Improvements
  • refactor: export the create function of each rule by @​Rel1cx in #​989
  • refactor(plugins/x): rename no-nested-components rule to no-nested-component-definitions and update related docs by @​Rel1cx in #​990
📝 Changes you should be aware of

The following rules have been renamed:

  • react-x/no-nested-components to react-x/no-nested-component-definitions
  • @eslint-react/no-nested-components to @eslint-react/no-nested-component-definitions

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: Rel1cx/eslint-react@v1.33.0...v1.34.0

v1.33.0

Compare Source

🐞 Fixes
  • fix: update rule severity for no-flush-sync and no-void-elements-with-children in recommended presets by @​Rel1cx in #​988
🪄 Improvements
  • refactor(plugins/x): rename ensure-forward-ref-using-ref to no-useless-forward-ref by @​Rel1cx in #​987
📝 Changes you should be aware of

The following rules have been renamed:

  • react-x/ensure-forward-ref-using-ref to react-x/no-useless-forward-ref
  • @eslint-react/ensure-forward-ref-using-ref to @eslint-react/no-useless-forward-ref

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: Rel1cx/eslint-react@v1.32.1...v1.33.0

v1.32.1

Compare Source

🐞 Fixes

v1.32.0

Compare Source

✨ New
🪄 Improvements

v1.31.0

Compare Source

✨ New
🪄 Improvements

v1.30.2

Compare Source

🐞 Fixes

v1.30.1

Compare Source

🐞 Fixes
🪄 Improvements
New Contributors
TanStack/config (@​tanstack/config)

v0.18.0

Compare Source

Minor Changes
  • Add beforeWriteDeclarationFile callback (#​215)

  • Pin typedoc dependency versions (#​232)

Patch Changes

v0.17.1

Compare Source

Patch Changes

v0.17.0

Compare Source

Minor Changes
Patch Changes
  • Updated dependencies [

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.

@nx-cloud
Copy link

nx-cloud bot commented Mar 10, 2025

View your CI Pipeline Execution ↗ for commit 72702f9.

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

☁️ Nx Cloud last updated this comment at 2025-03-31 08:53:30 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 10, 2025

@tanstack/angular-store

npm i https://pkg.pr.new/@tanstack/angular-store@174

@tanstack/react-store

npm i https://pkg.pr.new/@tanstack/react-store@174

@tanstack/solid-store

npm i https://pkg.pr.new/@tanstack/solid-store@174

@tanstack/store

npm i https://pkg.pr.new/@tanstack/store@174

@tanstack/vue-store

npm i https://pkg.pr.new/@tanstack/vue-store@174

@tanstack/svelte-store

npm i https://pkg.pr.new/@tanstack/svelte-store@174

commit: 72702f9

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from daad848 to 370009b Compare March 17, 2025 02:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from ea15201 to 5febbee Compare March 21, 2025 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 0a3826e to 6b60d63 Compare March 28, 2025 23:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ea9e1cd to 4795b48 Compare March 29, 2025 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4795b48 to 74d6494 Compare March 31, 2025 06:58
@lachlancollins lachlancollins merged commit e07cf6c into main Mar 31, 2025
4 checks passed
@lachlancollins lachlancollins deleted the renovate/all-minor-patch branch March 31, 2025 09:01
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.

1 participant