Skip to content

chore(deps): update dependency @analogjs/vite-plugin-angular to v2.5.0 - autoclosed#80

Closed
pactflow-renovate-bot[bot] wants to merge 1 commit intomainfrom
renovate/analog-monorepo
Closed

chore(deps): update dependency @analogjs/vite-plugin-angular to v2.5.0 - autoclosed#80
pactflow-renovate-bot[bot] wants to merge 1 commit intomainfrom
renovate/analog-monorepo

Conversation

@pactflow-renovate-bot
Copy link
Copy Markdown

@pactflow-renovate-bot pactflow-renovate-bot Bot commented Mar 23, 2026

This PR contains the following updates:

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

Release Notes

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

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
  • content: scope slash-containing slugs to file's subdirectory (#​2318) (ee69df7)
Features
  • vite-plugin-nitro: add recursive option to PrerenderContentDir (#​2318) (42a5524)

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: let CSS ?inline imports flow through Vite's native pipeline (#​2310) (07f8b47)

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: hash styleId to prevent filename exceeding max length (#​2090) (2aa2114)

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)

Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from 77c5d05 to 99bfa9c Compare April 3, 2026 17:33
@pactflow-renovate-bot pactflow-renovate-bot 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 Apr 3, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from 99bfa9c to 9425d70 Compare April 11, 2026 14:38
@pactflow-renovate-bot pactflow-renovate-bot 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 11, 2026
@pactflow-renovate-bot pactflow-renovate-bot 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 12, 2026
@pactflow-renovate-bot pactflow-renovate-bot 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 12, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from 9425d70 to 83cf686 Compare April 13, 2026 14:51
@pactflow-renovate-bot pactflow-renovate-bot 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 13, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from 83cf686 to 956d7a2 Compare April 14, 2026 12:35
@pactflow-renovate-bot pactflow-renovate-bot 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 14, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from 956d7a2 to 5ad01b6 Compare April 17, 2026 14:39
@pactflow-renovate-bot pactflow-renovate-bot 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.6 Apr 17, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot changed the title chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.6 chore(deps): update dependency @analogjs/vite-plugin-angular to v2.4.7 Apr 17, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from 5ad01b6 to b002f95 Compare April 20, 2026 16:38
@pactflow-renovate-bot pactflow-renovate-bot 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 20, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from b002f95 to d75d397 Compare April 24, 2026 02:35
@pactflow-renovate-bot pactflow-renovate-bot 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 24, 2026
@pactflow-renovate-bot pactflow-renovate-bot 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 25, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot force-pushed the renovate/analog-monorepo branch from d75d397 to 3b515bb Compare May 2, 2026 18:36
@pactflow-renovate-bot pactflow-renovate-bot 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 May 2, 2026
@pactflow-renovate-bot pactflow-renovate-bot 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.0 - autoclosed May 6, 2026
@pactflow-renovate-bot pactflow-renovate-bot Bot deleted the renovate/analog-monorepo branch May 6, 2026 00:40
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