Skip to content

chore(deps): update analog monorepo to ^2.5.0#95

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

chore(deps): update analog monorepo to ^2.5.0#95
renovate[bot] wants to merge 1 commit intomainfrom
renovate/analog-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
@analogjs/vite-plugin-angular ^2.2.3^2.5.0 age confidence
@analogjs/vitest-angular (source) ^2.2.3^2.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
  • 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)

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 these updates again.


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

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 1, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: tripr-app-frontend@0.0.0
npm error Found: @angular/compiler@21.1.5
npm error node_modules/@angular/compiler
npm error   @angular/compiler@"^21.1.5" from the root project
npm error   peer @angular/compiler@"^21.0.0" from @angular/build@21.1.4
npm error   node_modules/@angular/build
npm error     dev @angular/build@"^21.1.4" from the root project
npm error   3 more (@angular/compiler-cli, @angular/core, @angular/platform-browser-dynamic)
npm error
npm error Could not resolve dependency:
npm error dev @analogjs/vite-plugin-angular@"^2.5.0" from the root project
npm error
npm error Conflicting peer dependency: @angular/compiler@21.2.10
npm error node_modules/@angular/compiler
npm error   peer @angular/compiler@"21.2.10" from @angular/compiler-cli@21.2.10
npm error   node_modules/@angular/compiler-cli
npm error     dev @angular/compiler-cli@"^21.1.5" from the root project
npm error     peer @angular/compiler-cli@"^21.0.0" from @angular-devkit/build-angular@21.2.9
npm error     node_modules/@angular-devkit/build-angular
npm error       peerOptional @angular-devkit/build-angular@"^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0" from @analogjs/vite-plugin-angular@2.5.0
npm error       node_modules/@analogjs/vite-plugin-angular
npm error         dev @analogjs/vite-plugin-angular@"^2.5.0" from the root project
npm error     3 more (@angular/localize, ng-packagr, @angular/build)
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-29T20_15_02_874Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-29T20_15_02_874Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from b2de88d to cd574ca Compare March 2, 2026 01:52
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.3.0 chore(deps): update analog monorepo to ^2.3.1 Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from cd574ca to 1204984 Compare March 5, 2026 18:45
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 1204984 to 92373fd Compare March 13, 2026 18:55
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 92373fd to 90a6049 Compare March 30, 2026 18:04
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.3.1 chore(deps): update analog monorepo to ^2.4.0 Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 90a6049 to ce33d4e Compare April 7, 2026 17:12
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.0 chore(deps): update analog monorepo to ^2.4.1 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from ce33d4e to a25a101 Compare April 8, 2026 19:05
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.1 chore(deps): update analog monorepo to ^2.4.3 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from a25a101 to e8a9097 Compare April 9, 2026 14:57
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.3 chore(deps): update analog monorepo to ^2.4.4 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from e8a9097 to 35f9690 Compare April 10, 2026 12:49
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.4 chore(deps): update analog monorepo to ^2.4.5 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 35f9690 to d34a8dd Compare April 13, 2026 14:00
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.5 chore(deps): update analog monorepo to ^2.4.6 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from d34a8dd to 6f69af9 Compare April 13, 2026 17:29
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.6 chore(deps): update analog monorepo to ^2.4.7 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 6f69af9 to 2539f69 Compare April 16, 2026 16:44
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.7 chore(deps): update analog monorepo to ^2.4.8 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 2539f69 to 2a6f946 Compare April 20, 2026 05:58
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.8 chore(deps): update analog monorepo to ^2.4.9 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 2a6f946 to 75a6a8b Compare April 21, 2026 10:06
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.9 chore(deps): update analog monorepo to ^2.4.10 Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/analog-monorepo branch from 75a6a8b to e76596a Compare April 28, 2026 19:50
@renovate renovate Bot changed the title chore(deps): update analog monorepo to ^2.4.10 chore(deps): update analog monorepo to ^2.5.0 Apr 28, 2026
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