Skip to content

chore(deps): update dependency @analogjs/vite-plugin-angular to v2.5.1#103

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/analog-monorepo
Open

chore(deps): update dependency @analogjs/vite-plugin-angular to v2.5.1#103
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/analog-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@analogjs/vite-plugin-angular 2.1.22.5.1 age confidence

Release Notes

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

v2.5.1

Compare Source

Bug Fixes
  • vite-plugin-angular: keep fallback-block components eager in defer walker (6f90b77)
  • vite-plugin-angular: preserve TS sourcemaps in test pipeline (#​2333) (46c608f)
  • vite-plugin-angular: strip TS in fastCompile bypass for non-Angular files (#​2327) (d337c55)
  • vite-plugin-angular: support @​defer nested inside @​switch / @​case (28c9600)
  • vite-plugin-angular: wrap binary/integer-literal receivers in member access (8a0bae6)

v2.5.0

Compare Source

Bug Fixes
  • add angular-compiler to publish script (5c86802)
  • angular-compiler: add type-only import elision to angular compiler (#​2249) (f66f042)
  • angular-compiler: auto-import decorator classes for signal api downleveling in jit (d8a6265)
  • angular-compiler: construct setClassMetadata entries as plain objects (546f427)
  • angular-compiler: correct signal aliases, query refs, inheritance (d57bc61)
  • angular-compiler: dedupe declarations across imports and module exports (919009a)
  • angular-compiler: default contentChild() descendants to true (4849312)
  • angular-compiler: defensive BinaryOperator map for Angular v19/v20 (1a91f93)
  • angular-compiler: defensive isAssignment check for Angular 20.0.0 (8583dd1)
  • angular-compiler: emit /@​PURE/ on Ivy field assignments (c0d4f69)
  • angular-compiler: emit bracket access for non-identifier field keys (956c703)
  • angular-compiler: emit defer deps as import().then(m => m.X) (56d9fd5)
  • angular-compiler: emit invalidfactory for explicit import type di tokens (2f2204f)
  • angular-compiler: extract output() alias in registry (e7b1d0d)
  • angular-compiler: forward @​Injectable provider config to compileInjectable (ed9c264)
  • angular-compiler: hoist helpers via appendLeft when insertPos is 0 (8a15184)
  • angular-compiler: hoisted helpers survive type-only import elision (99e1ba4)
  • angular-compiler: hostDirectives, emitExpr safety, TDZ hoisting, misc compilation fixes (#​2255) (796e3e0)
  • angular-compiler: improve handling of type elision for imports/exports (#​2257) (1605a7b)
  • angular-compiler: make hoisting dependency-aware to prevent TDZ (#​2286) (f33f6b5)
  • angular-compiler: merge styleUrl into existing inline styles array (56b109f)
  • angular-compiler: parse signal query read/descendants options (175356c)
  • angular-compiler: preserve @​Injectable in JIT mode for providedIn registration (1a9745c)
  • angular-compiler: preserve constructor di token imports from elision (#​2270) (9de43fa)
  • angular-compiler: preserve ivy fields when lowering trailing class field (79cd5c1)
  • angular-compiler: preserve operator precedence in emitted binary expressions (#​2275) (e2dfb5a)
  • angular-compiler: provide flat defer fields on Angular v17 (70a4d9b)
  • angular-compiler: reject ambiguous union/intersection DI tokens (c379707)
  • angular-compiler: set componentMeta.interpolation for partial mode on v19/v20 (a09ff88)
  • angular-compiler: skip arrow fn types when finding assignment = … (#​2274) (992e180)
  • angular-compiler: strip ESM .js extension when probing dts re-exports (d1f65ef)
  • angular-compiler: track hasTransform on signal inputs in registry (fd8acd4)
  • angular-compiler: unwrap forwardRef inside @​Inject decorator (dcb221a)
  • angular-compiler: use original export name for aliased defer imports (6ab34dd)
  • angular-compiler: wrap switch cases in blocks for biome lint (8fc75d9)
  • angular-compiler: wrap Write*Expr emissions in parens for nesting precedence (48f80e4)
  • content: scope slash-containing slugs to file's subdirectory (#​2318) (ee69df7)
  • correct release config replacement file path (c91ce2d)
  • platform: reset cached tViews between SSR requests for correct i18n locale switching (#​2301) (a29465d)
  • router: reset cached tViews between SSR requests for correct i18n locale switching (#​2295) (d2ce3e5)
  • storybook-angular: forward applyDecorators in testing (#​2236) (31d996c)
  • storybook-angular: use oxc config instead of esbuild for Vite 8 (#​2313) (ef16e7e)
  • vite-plugin-angular,angular-compiler: support Vite 6-8 and fix type-elision helper loss (0aa26e0)
  • vite-plugin-angular: add Vite Plugin Registry compatibility (#​2314) (c3444d1)
  • vite-plugin-angular: bypass server.fs restrictions on ?raw template imports (#​2259) (87512a2)
  • vite-plugin-angular: fix vitest sourcemap plugin for Vite 7 (74d52e7)
  • vite-plugin-angular: handle .ts files not in Angular program (#​2265) (fda852d)
  • vite-plugin-angular: honor Vitest test.css semantics to skip CSS preprocessing (#​2298) (d7bd331)
  • vite-plugin-angular: keep barrel registry in sync at dev time (f5f7ef1)
  • vite-plugin-angular: let CSS ?inline imports flow through Vite's pipeline (#​2311) (ae803bb)
  • vite-plugin-angular: return empty CSS instead of raw SCSS when test.css is disabled (#​2306) (eef84de)
  • vite-plugin-angular: route template/style imports through virtual module ids (#​2287) (98cfe64)
  • vite-plugin-angular: stop matching .tsrx in TS extension regex (2d23b19)
  • vite-plugin-angular: use empty string instead of undefined for mapRoot/sourceRoot overrides (beta) (#​2322) (cfd6cd6)
  • vite-plugin-angular: use virtual modules for external JIT styles (#​2283) (add0337)
  • vitest-angular: clean generated snapshot ids (#​2238) (ac933ba)
  • vitest-angular: normalize snapshot whitespace (#​2237) (d1ba31f)
Features
  • add @​analogjs/angular-compiler package (#​2221) (d2dfbe0)
  • angular-compiler: add partial compilation mode for library support (#​2269) (bfe0c62)
  • angular-compiler: expand tuple barrel imports for spartan-style libs (bf4595f)
  • angular-compiler: resolve ${var} interpolation in metadata strings (79ade33)
  • angular-compiler: structured debug logging via obug (b155f53)
  • angular-compiler: support useDefineForClassFields: false (#​2267) (f0a5908)
  • astro-angular: add support for client hydration with Angular components (#​2212) (d36de5b)
  • docs: add AI integrations guide (#​2234) (545f8fc)
  • improve hmr with dynamic ivy field copying and directive/pipe support (d568bf2)
  • platform: add shiki skipLangs option for analog v2 (#​2282) (d6e932c)
  • platform: passthrough fastCompile and fastCompileMode to vite-plugin-angular (f085ecc)
  • resolve ngmodule exports to correct sub-entry import paths (07bc3d1)
  • runtime i18n support with $localize (#​2268) (7dbc7df)
  • vite-plugin-angular: add globalThis external-registry hook for fastCompile (aabb5ab)
  • vite-plugin-nitro: add recursive option to PrerenderContentDir (#​2318) (42a5524)
Performance Improvements
  • angular-compiler: optimize using oxc, add tests, consolidate strings (#​2260) (64a4696)

2.4.10 (2026-04-21)

Bug Fixes
  • vite-plugin-angular: let CSS ?inline imports flow through Vite's native pipeline (#​2310) (07f8b47)

2.4.9 (2026-04-20)

Bug Fixes
  • content: scope slash-containing slugs to file's subdirectory (#​2318) (ee69df7)
Features
  • vite-plugin-nitro: add recursive option to PrerenderContentDir (#​2318) (42a5524)

v2.4.10

Compare Source

Bug Fixes
  • vite-plugin-angular: let CSS ?inline imports flow through Vite's native pipeline (#​2310) (07f8b47)

v2.4.9

Compare Source

Bug Fixes
  • vite-plugin-angular: return empty CSS instead of raw SCSS when test.css is disabled (#​2306) (5069b75)

v2.4.8

Compare Source

Bug Fixes
  • vite-plugin-angular: honor Vitest test.css semantics to skip CSS preprocessing (#​2298) (90ac242)

v2.4.7

Compare Source

Bug Fixes
  • vite-plugin-angular: route template/style imports through virtual module ids (#​2287) (6ae244c)

v2.4.6

Compare Source

Bug Fixes
  • vite-plugin-angular: use virtual modules for external JIT styles (#​2283) (358faf7)

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

Bug Fixes
  • vite-plugin-angular: handle ?inline style imports in load hook for Vitest (#​2271) (32d5b2d)

v2.4.3

Compare Source

Bug Fixes
  • vite-plugin-angular: bypass Vite 8.0.5+ Denied ID for style ?inline imports (#​2264) (812c011)

v2.4.2

Compare Source

Bug Fixes
  • vite-plugin-angular: bypass Vite 7.3.2+ server.fs restrictions for style ?inline imports (#​2262) (7e43cc4)

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 8, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from b9c7cdc to 9b6b3d8 Compare December 16, 2025 18:54
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.1.3 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.0 Dec 16, 2025
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch 2 times, most recently from 32e2471 to a8c0820 Compare January 5, 2026 21:13
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.0 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.1 Jan 5, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from a8c0820 to e3b5da0 Compare January 14, 2026 18:27
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.1 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.2 Jan 14, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from e3b5da0 to d0e483f Compare January 19, 2026 19:44
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.2 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.3 Jan 29, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from d0e483f to 62c7e86 Compare January 29, 2026 18:01
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 62c7e86 to 0d1e6ad Compare February 12, 2026 16:15
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 0d1e6ad to 8e67b95 Compare February 26, 2026 02:17
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.2.3 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.3.0 Feb 26, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.3.0 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.3.1 Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 8e67b95 to 919cf43 Compare March 2, 2026 01:52
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 919cf43 to 23955e0 Compare March 30, 2026 21:30
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.3.1 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.0 Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 23955e0 to 4f8332e Compare April 7, 2026 14:08
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.0 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.1 Apr 7, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.1 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.2 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 4f8332e to eceff4f Compare April 8, 2026 17:11
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.2 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.3 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch 2 times, most recently from 44de050 to 552cc01 Compare April 9, 2026 17:21
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.3 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.4 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 552cc01 to 39a392a Compare April 10, 2026 13:03
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.4 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.5 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 39a392a to 4563932 Compare April 13, 2026 17:15
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.5 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.7 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 4563932 to ae2f270 Compare April 16, 2026 18:00
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.7 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.8 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from ae2f270 to 2b1d335 Compare April 20, 2026 05:56
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.8 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.9 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 2b1d335 to 5835ebe Compare April 21, 2026 10:49
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.9 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.10 Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 5835ebe to a46dd78 Compare April 28, 2026 18:40
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.10 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.5.0 Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from a46dd78 to 4ae7c5f Compare May 12, 2026 11:48
@renovate renovate Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.5.0 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.5.1 May 13, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 4ae7c5f to c437620 Compare May 13, 2026 13:12
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