Skip to content

chore(deps): update test and release automation dependencies (major)#132

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-test-and-release-automation-dependencies
Open

chore(deps): update test and release automation dependencies (major)#132
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-test-and-release-automation-dependencies

Conversation

@renovate
Copy link
Copy Markdown
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.4.7 age confidence
@angular-devkit/build-angular 17.3.721.2.7 age confidence
@angular/animations (source) 17.3.821.2.8 age confidence
@angular/cli 17.3.721.2.7 age confidence
@angular/compiler-cli (source) 17.3.821.2.8 age confidence
@angular/forms (source) 17.3.821.2.8 age confidence
@angular/platform-browser (source) 17.3.821.2.8 age confidence
@angular/platform-browser-dynamic (source) 17.3.821.2.8 age confidence
@angular/router (source) 17.3.821.2.8 age confidence
semantic-release ^24.2.5^25.0.3 age confidence
typescript (source) 5.4.36.0.2 age confidence

Release Notes

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

v2.4.7

Compare Source

v2.4.6

Compare Source

v2.4.5

Compare Source

Bug Fixes
  • vite-plugin-angular: emit ?analog-{inline,raw} from JIT transform output (#​2272) (48f3ff9)

v2.4.4

Compare Source

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

Bug Fixes
  • vite-plugin-angular: bypass server.fs restrictions on ?raw template imports (#​2259) (2872a94)

v2.4.0

Compare Source

Bug Fixes
  • astro-angular: style tag ordering for multiple islands (#​2210) (b306097)
  • astro-angular: support astro v6 using vite environment api (#​2133) (e9fd9c6)
  • content: resolve content files by bare slug lookup (#​2205) (7e79d24)
  • create-analog: bump to Vitest 4.1, update CI workflow versions (54b5112)
  • fix build and unit tests (dc6842c)
  • fix vitest build and ci workflows (a4b129a)
  • nx-plugin: remove full path to main.ts for Nx projects (#​2164) (39f0d7c)
  • nx-plugin: restore builders configuration (1d2e4e8)
  • nx-plugin: restore schematics configuration (#​2167) (e74fa68)
  • platform: allow using custom vite plugins for Angular compilation (#​2102) (8bb4fb4)
  • platform: separate disabling highlighting from content discovery (#​2110) (618c42c)
  • router: fix and add unit tests for route module invalidation on file changes (b9325af)
  • router: use non-greedy regex for path normalization (#​2093) (fa5dd9b)
  • update dependencies and package manager versions across projects (#​2106) (429536c), closes #​2040
  • vite-plugin-angular: ensure sequential compilation for client and ssr bundles (#​2109) (008bd1c)
  • vite-plugin-angular: hash styleId to prevent filename exceeding max length (#​2090) (2aa2114)
  • vite-plugin-angular: normalize paths across plugin & live reload (#​2126) (cc98bf7)
  • vite-plugin-angular: skip esm transform with Rolldown for Vitest (#​2169) (20c720b)
  • vitest-angular: fix imports for snapshot serializers (#​2211) (8e9f73d)
  • vitest-angular: support environment providers (#​2129) (a90aa12)
Features
  • astro-angular: add option to move component styles to document head (#​2162) (2361afa)
  • content: extract TOC to be property on contentFile (#​2091) (4e870cc)
  • create-analog: add snapshot serializers (3318263)
  • update vite to stable v8.0.0 (#​2111) (cf35c65)
  • vite-plugin-angular: working fileReplacements and liveReload for Angular Compilation API (7adf8c1)
  • vitest-angular: add teardown.destroyAfterEach option and deprecate browserMode option (#​2054) (2fe2e1c)
  • vitest-angular: add reusable snapshot serializers (#​2163) (9089c8d)

v2.3.1

Compare Source

Bug Fixes
  • vite-plugin-angular: use single ? for JIT style resolve suffix (#​2096) (7693930)

v2.3.0

Compare Source

Bug Fixes
  • add dependsOn to astro-angular build (1a6182d)
  • build before publish (432ffa6)
  • bump build (1c61fbc)
  • publish from workflow (390dd74)
  • remove npm token from semantic release (ba42f16)
  • remove npm token publishing (1c490ad)
  • revert back to semantic release (ea10b1b)
  • storybook-angular): revert "fix(storybook-angular: add missing applyDecorators to render annotaions" (#​2088) (86e2a6a)
  • storybook-angular: add missing applyDecorators to render annotaions (#​2086) (9a14163)
  • storybook-angular: add missing await to storybook-angular preset core (#​2081) (352870a)
  • storybook-angular: resolve experimentalZoneless in Vitest path (#​2059) (447dad2)
  • update implicit dependencies for build (cfb0abc)
  • update node setup in release workflow (5bd0923)
  • update node version (4aaa6bd)
  • vite-plugin-angular: add missing tinyglobby dependency (#​2069) (8661cb6)
  • vitest-angular: add missing zone.js optional peer dependency (#​2071) (88a1a55)
  • vitest-angular: fix setupTestBed's providers option (#​2072) (2e7a02f)
Features
  • router: support optional catch all routes (#​2043) (ba9fc09)
  • vite-plugin-nitro: add option for markdown source output alongside prerendered routes (#​2082) (c15d20b)
  • vitest-angular: add setup schematic and ng-add support (#​2056) (cc26771)

v2.2.3

Compare Source

Bug Fixes
  • content: allow retrieving content file resource by slug (#​2051) (5ac1013)
  • content: export content loader tokens for custom content list/file (#​2050) (e45f189)
  • vite-plugin-nitro: trigger environment builds before server build (#​2048) (3dd3755)

v2.2.2

Compare Source

Bug Fixes
  • storybook-angular: use vite config root when angularBuilderContext unavailable (#​2033) (76cfb94)

v2.2.1

Compare Source

Bug Fixes
  • nx-plugin: add @​nx/vite for Nx workspaces (08ba372)
  • nx-plugin: add @​nx/vite to preset packages (0aca507)
  • nx-plugin: skip installing Vitest packages when skipped during migration (#​2017) (a573684)
  • storybook-angular: resolve relative styles from project root (#​2025) (33e7b6c)
  • vite-plugin-angular: improve compatibility with older TypeScript versions (#​2021) (aab2f2a)
  • vite-plugin-angular: process styles in jit mode instead of returning raw output (#​2024) (bcb6da9)
  • vitest-angular: ensure setupTestBed defaults merge (#​2019) (f36339f)

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.2.7

Compare Source

@​angular/cli
Commit Type Description
971041aa1 fix handle missing package manager during analytics initialization
@​angular/build
Commit Type Description
365cce81d fix preserve coverage ignore comments in development
9f74660c3 fix show clear error wh

Configuration

📅 Schedule: (UTC)

  • 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 2 times, most recently from c14f0cc to 862b86d Compare January 5, 2026 18:50
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 5 times, most recently from 2859227 to 36d33d9 Compare January 14, 2026 18:14
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 4 times, most recently from e992ecf to 97502b6 Compare February 5, 2026 22:15
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 3 times, most recently from b556540 to 966d8ec Compare February 17, 2026 20:07
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 5 times, most recently from 1e02139 to c73b292 Compare February 25, 2026 21:23
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 3 times, most recently from 4205644 to b3f4f71 Compare March 4, 2026 21:08
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 5 times, most recently from 9cb970e to 7a8bc4f Compare March 11, 2026 21:31
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 3 times, most recently from a3802bc to 5ca8b9f Compare March 19, 2026 00:55
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch 5 times, most recently from 5fe92d7 to fe51977 Compare March 27, 2026 08:37
@renovate renovate bot force-pushed the renovate/major-test-and-release-automation-dependencies branch from fe51977 to 82a725b Compare March 30, 2026 18:18
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.

0 participants