Skip to content

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

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 7, 2025
Merged

chore(deps): update all non-major dependencies#181
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.14.1 -> ^1.15.0 age adoption passing confidence
@angular-devkit/build-angular ^19.2.5 -> ^19.2.6 age adoption passing confidence
@angular/animations (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@angular/cli ^19.2.5 -> ^19.2.6 age adoption passing confidence
@angular/common (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@angular/compiler (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@angular/compiler-cli (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@angular/core (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@angular/platform-browser (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@angular/router (source) ^19.2.4 -> ^19.2.5 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.38.4 -> ^1.40.3 age adoption passing confidence
@testing-library/react ^16.2.0 -> ^16.3.0 age adoption passing confidence
@vitest/coverage-istanbul (source) ^3.0.9 -> ^3.1.1 age adoption passing confidence
eslint (source) ^9.23.0 -> ^9.24.0 age adoption passing confidence
knip (source) ^5.46.4 -> ^5.47.0 age adoption passing confidence
ng-packagr ^19.2.0 -> ^19.2.1 age adoption passing confidence
nx (source) ^20.6.4 -> ^20.7.1 age adoption passing confidence
pnpm (source) 10.7.0 -> 10.7.1 age adoption passing confidence
publint (source) ^0.3.9 -> ^0.3.10 age adoption passing confidence
sherif ^1.4.0 -> ^1.5.0 age adoption passing confidence
svelte (source) ^5.25.3 -> ^5.25.7 age adoption passing confidence
vite (source) ^6.2.3 -> ^6.2.5 age adoption passing confidence
vitest (source) ^3.0.9 -> ^3.1.1 age adoption passing confidence

Release Notes

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

v1.15.0

Compare Source

Bug Fixes
Features
  • content: update marked to latest version and fix custom renderer compatibility (#​1658) (ade8a0a)
  • vite-plugin-nitro: allow customization of sitemap definition for prerendered routes (#​1650) (7edff18)
  • vite-plugin-nitro: update nitropack to 2.11.x (#​1666) (8414192)
Performance Improvements
  • vite-plugin-nitro: remove server assets from build process (#​1656) (5a148d7)
angular/angular-cli (@​angular-devkit/build-angular)

v19.2.6

Compare Source

@​angular-devkit/schematics
Commit Type Description
e5aec562f fix properly resolve relative schematics when executed from a nested directory
@​angular/build
Commit Type Description
76cfd364a fix correctly handle false value in server option
d69188c6b fix update vite to 6.2.4 due to a security issues
angular/angular (@​angular/animations)

v19.2.5

Compare Source

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#​60630)
animations
Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#​60660)
compiler
Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#​60580)
compiler-cli
Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#​60555)
core
Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#​60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#​60626)
bc79985c65 fix fix regexp for event types (#​60592)
006ac7f22f fix fixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434 fix preserve comments in internal inject migration (#​60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#​60571)
language-service
Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#​60651)
migrations
Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#​60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#​60602)
router
Commit Type Description
958e98e4f7 fix Add missing types to transition (#​60307)
service-worker
Commit Type Description
7cd89ad2c6 fix assign initializing client's app version, when a request is for worker script (#​58131)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.40.3

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v1.40.2...v1.40.3

v1.40.2

Compare Source

🐞 Fixes
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v1.40.1...v1.40.2

v1.40.1

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v1.40.0...v1.40.1

testing-library/react-testing-library (@​testing-library/react)

v16.3.0

Compare Source

eslint/eslint (eslint)

v9.24.0

Compare Source

webpro-nl/knip (knip)

v5.47.0

Compare Source

v5.46.5

Compare Source

ng-packagr/ng-packagr (ng-packagr)

v19.2.1

Compare Source

Bug Fixes
  • correctly resolve SCSS resources from nested paths (2fcbe68), closes #​3006
nrwl/nx (nx)

v20.7.1

Compare Source

20.7.1 (2025-04-02)
🩹 Fixes
  • angular: use latest version of @​analogjs/vitest-angular #​30423 (#​30560, #​30423)
  • bundling: webpack and rspack builds respect output.clean config option (#​30573)
  • core: ensure rust code is able to handle null terminal outputs (#​30494)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#​30511)
  • 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)
  • 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)
  • nx-dev: fix blog post links (#​30553)
  • nx-dev: nx homebrew install cmd (4f1587fc72)
  • rspack: allow typechecking during serve #​29267 (#​30558, #​29267)
  • 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)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.7.1: pnpm 10.7.1

Compare Source

Patch Changes

  • pnpm config set should convert the settings to their correct type before adding them to pnpm-workspace.yaml #​9355.
  • pnpm config get should read auth related settings via npm CLI #​9345.
  • Replace leading ~/ in a path in .npmrc with the home directory #​9217.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz
publint/publint (publint)

v0.3.10

Compare Source

Patch Changes
  • Support custom conditions in "exports" that points to raw TS or TSX files. This configuration is common in monorepo setups where packages refer to the raw files among themselves using a custom condition so custom aliasing isn't needed. (b34ea94)

    With this support, the "types" condition is allowed to come after any exports of the raw TS or TSX files. File existence checks are also disabled for raw TS and TSX files reference as after publish these files may intentionally be not published.

QuiiBz/sherif (sherif)

v1.5.0

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1.4.0...v1.5.0

sveltejs/svelte (svelte)

v5.25.7

Compare Source

Patch Changes
  • fix: ensure clearing of old values happens independent of root flushes (#​15664)

v5.25.6

Compare Source

Patch Changes
  • fix: ignore generic type arguments while creating AST (#​15659)

  • fix: better consider component and its snippets during css pruning (#​15630)


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 label Apr 7, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Apr 7, 2025

View your CI Pipeline Execution ↗ for commit 30003c3.

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

☁️ Nx Cloud last updated this comment at 2025-04-07 02:50:57 UTC

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 7, 2025

@tanstack/angular-store

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

@tanstack/react-store

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

@tanstack/store

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

@tanstack/solid-store

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

@tanstack/svelte-store

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

@tanstack/vue-store

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

commit: 30003c3

@renovate renovate Bot merged commit 7ee3c20 into main Apr 7, 2025
4 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch April 7, 2025 05:58
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