Skip to content

chore(deps): bump @analogjs/vite-plugin-angular from 2.4.10 to 2.5.0 in /booklore-ui#56

Merged
github-actions[bot] merged 1 commit into
developfrom
dependabot/npm_and_yarn/booklore-ui/analogjs/vite-plugin-angular-2.5.0
May 1, 2026
Merged

chore(deps): bump @analogjs/vite-plugin-angular from 2.4.10 to 2.5.0 in /booklore-ui#56
github-actions[bot] merged 1 commit into
developfrom
dependabot/npm_and_yarn/booklore-ui/analogjs/vite-plugin-angular-2.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps @analogjs/vite-plugin-angular from 2.4.10 to 2.5.0.

Release notes

Sourced from @​analogjs/vite-plugin-angular's releases.

v2.5.0

2.5.0 (2026-04-28)

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)

... (truncated)

Changelog

Sourced from @​analogjs/vite-plugin-angular's changelog.

2.5.0 (2026-04-28)

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)

... (truncated)

Commits
  • 418aca8 chore: release 2.5.0 [skip ci]
  • 4c90c4e Merge branch 'beta'
  • f9a4aee chore: release 2.5.0-beta.52 [skip ci]
  • 4241f4a docs(content): document hierarchical content and recursive prerender (#2318)
  • 42a5524 feat(vite-plugin-nitro): add recursive option to PrerenderContentDir (#2318)
  • ee69df7 fix(content): scope slash-containing slugs to file's subdirectory (#2318)
  • 579f307 chore: release 2.5.0-beta.51 [skip ci]
  • cfd6cd6 fix(vite-plugin-angular): use empty string instead of undefined for mapRoot/s...
  • e610d77 chore: release 2.5.0-beta.50 [skip ci]
  • aabb5ab feat(vite-plugin-angular): add globalThis external-registry hook for fastCompile
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@analogjs/vite-plugin-angular](https://github.com/analogjs/analog) from 2.4.10 to 2.5.0.
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.4.10...v2.5.0)

---
updated-dependencies:
- dependency-name: "@analogjs/vite-plugin-angular"
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions Bot merged commit d06c553 into develop May 1, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/booklore-ui/analogjs/vite-plugin-angular-2.5.0 branch May 1, 2026 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants