Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@analogjs/vite-plugin-angular 1.17.0 -> 1.22.4 age confidence
@angular-devkit/build-angular 17.3.7 -> 17.3.17 age confidence
@angular/animations (source) 17.3.8 -> 17.3.12 age confidence
@angular/cli 17.3.7 -> 17.3.17 age confidence
@angular/common (source) 17.3.8 -> 17.3.12 age confidence
@angular/compiler (source) 17.3.8 -> 17.3.12 age confidence
@angular/compiler-cli (source) 17.3.8 -> 17.3.12 age confidence
@angular/core (source) 17.3.8 -> 17.3.12 age confidence
@angular/forms (source) 17.3.8 -> 17.3.12 age confidence
@angular/platform-browser (source) 17.3.8 -> 17.3.12 age confidence
@angular/platform-browser-dynamic (source) 17.3.8 -> 17.3.12 age confidence
@angular/router (source) 17.3.8 -> 17.3.12 age confidence
rxjs (source) 7.8.1 -> 7.8.2 age confidence
semantic-release ^24.2.5 -> ^24.2.9 age confidence
semver 7.7.2 -> 7.7.3 age confidence
tslib (source) 2.6.2 -> 2.8.1 age confidence
typescript (source) 5.4.3 -> 5.9.3 age confidence
zone.js (source, changelog) 0.14.5 -> 0.15.1 age confidence

Release Notes

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

v1.22.4

Compare Source

Bug Fixes
  • storybook-angular: adjust package ranges for 1.x (386c98d)

v1.22.3

Compare Source

Bug Fixes
  • add support for Nx 22.x (10d48e4)

v1.22.2

Compare Source

Bug Fixes
  • vite-plugin-angular: allow TestBed.overrideXXX() APIs in AOT mode (#​1909) (a8fd510)

v1.22.1

Compare Source

Bug Fixes
  • create-analog: add overrides for Vitest 4 and .env gitignore (837de30)

v1.22.0

Compare Source

Features
  • add support for Vitest 4 (4e9ff62)

v1.21.3

Compare Source

Bug Fixes
  • vite-plugin-angular: log warning when configured tsconfig path doesn't exist (19a58ba)

v1.21.2

Compare Source

Bug Fixes
  • storybook-angular: don't mangle class names during the build (00d74d1)

v1.21.1

Compare Source

Bug Fixes
  • add provenance to package publishing steps (c2c1534)
  • vite-plugin-angular: use configured resolve conditions then defaults (#​1882) (b79ab7b)

v1.21.0

Compare Source

Bug Fixes
Features

v1.20.2

Compare Source

What's Changed

New Contributors

Full Changelog: analogjs/analog@v1.20.1...v1.20.2

v1.20.1

Compare Source

Bug Fixes
  • storybook-angular: update support for CSS and preprocessor options (#​1850) (c5a9fa6)

v1.20.0

Compare Source

Bug Fixes
Features

v1.19.4

Compare Source

Bug Fixes
  • storybook-angular: add platform-browser to optimized dependencies (#​1817) (170b56c)

v1.19.3

Compare Source

Bug Fixes
  • vite-plugin-angular: update file emitter after compilation (#​1812) (474b6cc)

v1.19.2

Compare Source

Performance Improvements
  • vite-plugin-angular: decrease dev server startup time by emitting files on demand (#​1807) (f829652)

v1.19.1

Compare Source

Bug Fixes
  • nx-plugin: add css for tailwind, fix global import reference (#​1796) (28b9558)
  • nx-plugin: fix platform server dep for new app (#​1797) (c3d9660)
  • storybook-angular: prevent duplicate loading of analogjs plugins (#​1794) (6aeed12)
  • vite-plugin-angular: skip compilation for inline assets, .nx for HMR (#​1795) (0f4413a)

v1.19.0

Compare Source

Bug Fixes
  • create-analog: add overrides for Vite 7 to templates (07f0a88)
  • create-analog: remove extra comma from minimal template (906998d)
  • create-analog: update template package.json deps (#​1789) (abb9900)
  • nx-plugin: add caret to platform-server package for preset (a97ad4b)
  • nx-plugin: support migration for Angular v20 app component (#​1785) (7f2a240)
  • vite-plugin-nitro: fix page handler URLs (#​1788) (5fdcf7f)
Features

v1.18.0

Compare Source

Bug Fixes
  • create-analog: fix template and styles for SFCs (#​1778) (902fe23)
  • create-analog: update template dependencies to Angular v20 (#​1768) (8e1fae5)
  • nx-plugin: add fallback for json.files property in preset (6e2241a)
  • nx-plugin: ensure that tags option is used on app generation (#​1764) (df001b0)
  • vite-plugin-angular: trigger compilation from external templates/styles (#​1779) (e3a1f27)
Features
  • vite-plugin-nitro: support static server side data fetching during prerendering (#​1771) (377cdd2)

v1.17.1

Compare Source

Bug Fixes
  • nx-plugin: ensure that tags option is used on app generation (#​1764) (df001b0)
angular/angular-cli (@​angular-devkit/build-angular)

v17.3.17

Compare Source

@​angular-devkit/build-angular
Commit Type Description
743d85bac fix update http-proxy-middleware to v2.0.8

v17.3.16

Compare Source

@​angular-devkit/build-angular
Commit Type Description
5aa53b40c fix remove undici from dependencies
fce61564d fix update vite to 5.4.17

v17.3.15

Compare Source

@​angular-devkit/build-angular
Commit Type Description
0525fec61 fix update vite to 5.4.16 due to a security issues

v17.3.14

Compare Source

@​angular-devkit/build-angular
Commit Type Description
cb8f859f1 fix update vite to 5.4.15

v17.3.13

Compare Source

@​angular-devkit/build-angular
Commit Type Description
22901df02 fix update babel packages

v17.3.12

Compare Source

@​angular-devkit/build-angular
Commit Type Description
d83237028 fix update vite to version 5.4.14

v17.3.11

Compare Source

@​angular-devkit/build-angular
Commit Type Description
8bad9cee0 fix update http-proxy-middleware to 2.0.7

v17.3.10

Compare Source

@​angular-devkit/build-angular
Commit Type Description
30489d8fd fix update vite to 4.1.8

v17.3.9

Compare Source

@​angular-devkit/build-angular
Commit Type Description
e2c5c034d fix clear context in Karma by default for single run executions
88501f3d5 fix upgrade webpack to 5.94.0

v17.3.8

Compare Source

@​angular/cli
Commit Type Description
3ada6eb52 fix clarify optional migration instructions during ng update
@​angular-devkit/schematics
Commit Type Description
4b6ba8df1 fix SchematicTestRunner.runExternalSchematic fails with "The encoded data was not valid for encoding utf-8"
angular/angular (@​angular/animations)

v17.3.12

Compare Source

compiler
Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002) (#​57003)

v17.3.11

Compare Source

17.3.11 (2024-06-05)

v17.3.10

Compare Source

v17.3.9

Compare Source

reactivex/rxjs (rxjs)

v7.8.2

Compare Source

semantic-release/semantic-release (semantic-release)

v24.2.9

Compare Source

Bug Fixes

v24.2.8

Compare Source

Bug Fixes

v24.2.7

Compare Source

Performance Improvements

v24.2.6

Compare Source

Bug Fixes
npm/node-semver (semver)

v7.7.3

Compare Source

Bug Fixes
Chores
Microsoft/tslib (tslib)

v2.8.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

v2.6.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 enabled auto-merge (squash) July 19, 2025 16:45
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 7 times, most recently from 19387db to f4a3707 Compare August 1, 2025 09:53
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 2 times, most recently from 47b97e2 to 6db306e Compare August 7, 2025 00:59
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 4 times, most recently from 346a109 to f219666 Compare August 19, 2025 20:20
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 4 times, most recently from f12914b to d9bb341 Compare August 22, 2025 23:47
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 3 times, most recently from 8cc3592 to fff415f Compare September 2, 2025 13:38
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 3 times, most recently from fd5c94c to 45b03e4 Compare September 11, 2025 21:08
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 3 times, most recently from cfc68c8 to e905659 Compare September 23, 2025 13:15
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 3 times, most recently from 1a15716 to 6b12f3f Compare October 6, 2025 18:01
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 6 times, most recently from 56b7977 to bf6938c Compare October 13, 2025 23:07
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 8 times, most recently from 5b4c43a to d803bf0 Compare October 23, 2025 13:53
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch 3 times, most recently from a36ca7f to a2c7a1c Compare October 27, 2025 22:12
@renovate renovate bot force-pushed the renovate/test-and-release-automation-dependencies branch from a2c7a1c to a425bec Compare October 29, 2025 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant