Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@analogjs/vite-plugin-angular 1.17.02.2.0 age confidence
@angular-devkit/build-angular 17.3.721.0.4 age confidence
@angular/animations (source) 17.3.821.0.6 age confidence
@angular/cli 17.3.721.0.4 age confidence
@angular/compiler-cli (source) 17.3.821.0.6 age confidence
@angular/core (source) 17.3.821.0.6 age confidence
@angular/forms (source) 17.3.821.0.6 age confidence
@angular/platform-browser (source) 17.3.821.0.6 age confidence
@angular/platform-browser-dynamic (source) 17.3.821.0.6 age confidence
@angular/router (source) 17.3.821.0.6 age confidence
semantic-release ^24.2.5^25.0.2 age confidence

Release Notes

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

v2.2.0

Compare Source

Bug Fixes
  • create-analog: remove angular-devkit/build-angular from devDependencies (ada2ecc)
  • nx-plugin: adjust Vitest version for Angular v20 (c4b2ea7)
  • nx-plugin: pass Nx version for package version detection (42a9630)
  • storybook-angular: creates config.plugin array when undefined (#​1998) (0dd147c)
  • support canary Nx releases (664b1a2)
  • vitest-angular: reset TestBed between tests (6f704b0), closes #​1994
Features
  • add itemprop meta tag support to MetaTag types (543b351)
  • add itemprop meta tag support to parent and child meta tag values (830a50f)
  • add support for Vite 8.x releases (#​1989) (fd4031e)
  • storybook-angular: allows setting tsconfig via framework options (#​1999) (cbd358d)
  • vite-plugin-angular: improve dev/build performance with caches and plugin optimizations (#​1987) (47ed20f)
  • vitest-angular: added support for browser mode preview (#​2012) (dc27af2)
Performance Improvements
  • vite-plugin-angular: apply transform filter to plugins (#​2011) (0bfe92d)
  • vite-plugin-angular: pass modified files for incremental compilation (#​2010) (7cb7970)
  • vite-plugin-angular: re-use builder between compilations (#​1990) (e4ae778)

v2.1.3

Compare Source

Bug Fixes

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Bug Fixes
  • content: stripped filename to match filename also for additionalContentDirs (#​1962) (cdacae0)
  • create-analog: bump TypeScript to 5.9.x (7a94868)
  • platform: enable esbuild with Angular Compilation API (e91752e)
  • vite-plugin-angular: close compilation after each completion (39b17e9)
  • vite-plugin-angular: loosen checks on angular compilation (e183cd2)
  • vite-plugin-angular: resolve tsconfig dynamically at the correct place (#​1959) (04dd8f3)
Features
Performance Improvements
  • platform: skip deps auto-discovery when running tests (5c79ac6)

v2.0.5

Compare Source

Bug Fixes
  • nx-plugin: generate postcss configuration for Tailwind (#​1951) (2bc2395)
  • vite-plugin-angular: fix build errors for rolldown-vite integration (#​1949) (6f62a1d)

v2.0.4

Compare Source

Bug Fixes
  • nx-plugin: add Vitest 4 ui/browser deps (#​1947) (527addf)
  • nx-plugin: bump Nx app generator to Vitest 4.x (#​1946) (97aad59)
  • nx-plugin: pin to Vitest 3.x for Nx/Angular (c0d5b10)
  • vite-plugin-angular: remove Storybook ESM workaround plugin (#​1943) (52a3501)

v2.0.3

Compare Source

Performance Improvements
  • platform: use singleton instances for marked and highlighters for content (#​1935) (9c63726)

v2.0.2

Compare Source

Bug Fixes

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

Bug Fixes
  • add support for Nx 22.x (7a571d4)
  • analyze files for HMR updates (a1fad0a)
  • content-plugin: remove old migrations (1953f86)
  • content: fix server-side rendering with content resources (#​1884) (4e11f21)
  • create-analog: fix app component in templates (9ab109a)
  • create-analog: update Angular template versions (791a8ab)
  • nx-plugin: bump Nx deps to 22.x (21e31bd)
  • nx-plugin: remove tRPC from application generator (#​1898) (0b5afbb)
  • platform: externalize @​analogjs/content package until configured (#​1921) (119e2b9)
  • platform: update nitropack/vitefu deps (5d87039)
  • remove Angular v16 from release config (6afc4fa)
  • router: adjust peer deps for Angular v20 (f6612fe)
  • storybook-angular: bump Storybook deps to ^10.0.0 (c96d2af)
  • storybook-angular: don't mangle class names during the build (7a140df)
  • storybook-angular: export preset.js from root (9b70f86)
  • storybook-angular: set exports to use defaults (7c66c04)
  • storybook-angular: update type exports (f35c8f9)
  • update lockfile (3adfd16)
  • update to support Nx 22.0.2 (#​1913) (d38fa61)
  • vite-plugin-angular: expand optimization for Angular packages (43395f0)
  • vite-plugin-angular: more agx cleanup (91e0262)
  • vite-plugin-angular: remove support for Analog SFCs (#​1867) (52817cc)
  • vite-plugin-angular: remove vfile dependency (63e8dd8)
  • vitest-angular: add import attribute for json schema (5c745ef)
Features
  • astro-angular: use zoneless change detection by default (#​1899) (75149b6)
  • drop support for Angular <=16 (#​1825) (9d7176a)
  • migrate from fast-glob to tinyglobby for improved performance (#​1923) (036290a)
  • storybook-angular: add support for Storybook 10 (#​1903) (8715bea)
  • storybook-angular: add test-storybook builder as alias (4384988)
  • update Angular builders to compile to ESM (#​1868) (68d37a7)
  • upgrade to Vite 6.x (5ce9829)
  • vite-plugin-angular: add support for tsconfig as getter function (#​1892) (6411a7c)
  • vite-plugin-angular: introduce support for Angular v19 HMR/live reload (3820dc4)
BREAKING CHANGES
  • The base version of Vite is updated.

BEFORE:

Vite 5.x is the base version.

AFTER:

Vite 6.x is the base version.

v1.22.5

Compare Source

Bug Fixes
  • vite-plugin-angular: expand optimization for Angular packages (484553c)

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)

v21.0.4

Compare Source

@​schematics/angular
Commit Type Description
b671245b9 fix improve VS Code background compilation start/end detection
85a28dec7 fix remove inlineSources from library tsconfig template
@​angular/build
Commit Type Description
deb4fff61 fix add browser condition to resolver for vitest
570ce8d3e fix allow non-prefixed requests when using SSR and base href
4dd3c1a32 fix conditionally manage Vitest UI option
4b8b7caec fix ensure tests run when compilation error is resolved
bef4fcecb fix remove LmdbCacheStore export from private API
@​angular/ssr
Commit Type Description
bb54747da fix add leading slash to well-known non-Angular URLs
0cfe2e749 fix propagate status code to redirect
eadadb848 fix skip SSR processing for well-known non-Angular URLs like favicon.ico

v21.0.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
5d85f416f fix conditionally provide Zone.js change detection in the built-in test main file
@​angular/build
Commit Type Description
778b4cffc fix Add custom middleware for to present an Angular-tailored message
9b02ab2ee fix Ensure disposal of close-javascript-transformer
0fc7d576e fix ensure locale base href retains leading slash (#​32040)
b141670a2 fix inject testing polyfills in Karma unit-test executor
88c18ce68 fix support NODE_EXTRA_CA_CERTS in SSR SSL plugin

v21.0.2

Compare Source

@​angular/cli
Commit Type Description
f1a7116cd fix update @modelcontextprotocol/sdk to v1.24.0
@​angular-devkit/schematics
Commit Type Description
dc6d9469e fix remove lazy imports in node tasks
@​angular/build
Commit Type Description
f8a1939fd fix add filename truncation to test discovery
86dd3297f fix allow overriding Vitest coverage reportsDirectory option

v21.0.1

Compare Source

@​angular/cli
Commit Type Description
363496ae0 fix ensure dependencies are resolved correctly for node modules directory check
@​schematics/angular
Commit Type Description
2f58705cb fix add missing imports for lifecycle hooks in jasmine-vitest migration
c973bb9ca fix add mock names to createSpyObj transformation
4534c9848 fix do not set esModuleInterop and moduleResolution when module is preserve
16d898e75 fix fix migration of jasmine.clock().mockDate()
21c3eac72 fix handle createSpyObj without base name on refactor-jasmine-vitest
b8c99aa4c fix improve safety of done callback transformation
4a71e06fc fix silently skip when the build target already uses one of the new builders
2ffdae421 fix support testRunner option in library schematic
145de4a58 fix warn about loose matching in arrayWithExactContents
@​angular/build
Commit Type Description
d097df2d7 fix correct Vitest coverage path resolution for JSDOM on Windows
cdb607ada fix correctly configure per-browser headless mode in Vitest runner
244931ece fix correctly invoke isTTY as a function
54d542738 fix ensure correct URL joining for prerender routes
a28b38bbe fix force dev-server to use HTTP/1.1 when using SSR with SSL
59ff867f0 fix normalize --include paths to posix
@​angular/ssr
Commit Type Description
03e231216 fix handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
3cac01882 fix prevent redirect loop with encoded query parameters

v21.0.0

Compare Source

Breaking Changes

@​angular/cli
  • The ng commands will no longer automatically detect and use cnpm as the package manager. As an alternative use the .npmrc file to ensure npm uses the cnpm registry.
@​angular/build
    • TypeScript versions older than 5.9 are no longer supported.
  • The javascriptEnabled option for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.
@​schematics/angular
Commit Type Description
e417c89f9 feat Add addTypeToClassName option to relevant schematics
ede5e52bc feat add include option to jasmine-to-vitest schematic
c119910f4 feat add AGENTS.md support to ai-config schematic
d0d2a17b8 feat add Jasmine spy API transformations to jasmine-to-vitest schematic
e7d955bed feat add matcher transformations to jasmine-to-vitest schematic
629f5cb18 feat add misc transformations to jasmine-to-vitest schematic
4912f3990 feat add Tailwind CSS option to application schematic and ng new
2a518016d feat Applications are zoneless by default
2ffc527b1 feat configure Vitest for new projects and allow runner choice
58474ec7d feat introduce initial jasmine-to-vitest unit test refactor schematic
9f255f2b3 feat set packageManager in package.json on new projects
4e6c94f21 feat support different file name style guides in ng new
77741f5ee fix add 'update-typescript-lib' migration
f89750b27 fix add addImports option to jasmine-vitest schematic
9dab5780a fix add fixture.whenStable in spec files when zoneless apps
[8f0f6a5f1](https://redirect.github.com/angular/angular-cli/commit/8f0f6a5f113ffc9e81d99eeeba71f8

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) November 13, 2025 13:06
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 6 times, most recently from 241cc66 to ad750b4 Compare November 19, 2025 21:01
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 6 times, most recently from 0321030 to e5e62a5 Compare November 27, 2025 04:47
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 3 times, most recently from 245984c to e72bffc Compare December 3, 2025 18:02
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 4 times, most recently from f1b75a4 to 8eaf8a0 Compare December 12, 2025 04:05
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 3 times, most recently from 3fe9a3e to 9e2c1d0 Compare December 18, 2025 22:00
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch from 9e2c1d0 to c14f0cc Compare December 31, 2025 13:56
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