Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cli 19.0.7 -> 19.1.6 age adoption passing confidence
@schematics/angular 19.0.7 -> 19.1.6 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular/cli)

v19.1.6

Compare Source

@​schematics/angular
Commit Type Description
3f7042672 fix remove additional newline after standalone property
e9778dba0 fix skip ssr migration when @angular/ssr is not a dependency
@​angular/build
Commit Type Description
27f833186 fix avoid pre-transform errors with Vite pre-bundling
8f6ee7ed9 fix ensure full rebuild after initial error build in watch mode
2b9c00f68 fix prevent fallback to serving main.js for unknown requests
45abd15b7 fix prevent server manifest generation when no server features are enabled
@​angular/ssr
Commit Type Description
5bf5e5fd2 fix prioritize the first matching route over subsequent ones

v19.1.5

Compare Source

@​schematics/angular
Commit Type Description
14e3a71e4 fix update library schematic to use @angular-devkit/build-angular:ng-packagr
@​angular/build
Commit Type Description
d53d25fc1 fix allow tailwindcss 4.x as a peer dependency
bd9d379f0 fix disable TypeScript removeComments option
e73e9102e fix handle empty module case to avoid TypeError
bb413456e fix keep background referenced HMR update chunks
2011d3428 fix support template updates that also trigger global stylesheet changes
688019946 fix update vite to version 6.0.11
@​angular/ssr
Commit Type Description
94643d54d fix enhance dynamic route matching for better performance and accuracy
747557aa0 fix redirect to locale pathname instead of full URL
bbbc1eb7a fix rename provideServerRoutesConfig to provideServerRouting

v19.1.4

Compare Source

@​angular-devkit/schematics
Commit Type Description
aa6f0d051 fix ensure collections can be resolved via test runner in pnpm workspaces
@​angular/build
Commit Type Description
ff8192a35 fix correct path for /@​ng/components on Windows
14d2f7ca0 fix include extracted routes in the manifest during prerendering
c87a38f5b fix only issue invalid i18n config error for duplicate subPaths with inlined locales
d50788cf9 fix replace deprecation of i18n.baseHref with a warning
@​angular/ssr
Commit Type Description
bcc5fab75 fix prevent route matcher error when SSR routing is not used
9bacf3981 fix properly manage catch-all routes with base href
59c757781 fix unblock route extraction with withEnabledBlockingInitialNavigation

v19.1.3

Compare Source

@​angular/build
Commit Type Description
7d8c34172 fix allow asset changes to reload page on incremental updates
9fa29af37 fix handle relative @ng/components
c4de34703 fix perform full reload for templates with $localize usage

v19.1.2

Compare Source

@​angular/build
Commit Type Description
939d1612a fix perform incremental background file updates with component updates
304027207 fix prevent full page reload on HMR updates with SSR enabled
148acbd58 fix reset component updates on dev-server index request

v19.1.1

Compare Source

@​angular/build
Commit Type Description
298506751 fix resolve HMR-prefixed files in SSR with Vite

v19.1.0

Compare Source

Deprecations

@​angular/build
  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

@​schematics/angular
Commit Type Description
02825eec5 feat use @angular/build package in library generation schematic
88431b756 fix application migration should migrate ng-packagr builder package
@​angular-devkit/architect
Commit Type Description
2b8a02bac feat require build schemas from modules
fe1ae6933 fix avoid Node.js resolution for relative builder schema
@​angular-devkit/core
Commit Type Description
ce7c4e203 fix handle Windows drive letter case insensitivity in path functions
@​angular-devkit/schematics
Commit Type Description
2f55209dd fix update Rule type to support returning a Promise of Tree
@​angular/build
Commit Type Description
2c9d7368f feat add ng-packagr builder to the package
0a570c0c2 feat add support for customizing URL segments with i18n
298b554a7 feat enable component template hot replacement by default
d350f357b fix correctly validate locales subPath
8aa1ce608 fix handle loaders correctly in SSR bundles for external packages
3b7e6a8c6 fix invalidate component template updates with dev-server SSR
8fa682e57 fix remove deleted assets from output during watch mode
48cae815c fix skip vite SSR warmup file configuration when SSR is disabled
ba16ad6b5 fix support incremental build file results in watch mode
955acef3d fix trigger browser reload on asset changes with Vite dev server
e74300a2c fix use component updates for component style HMR
6a19c217e fix warn when using both isolatedModules and emitDecoratorMetadata
@​angular/ssr
Commit Type Description
8d7a51dfc feat add modulepreload for lazy-loaded routes
41ece633b feat redirect to preferred locale when accessing root route without a specified locale
3feecddbb fix disable component boostrapping when running route extraction
6edb90883 fix throw error when using route matchers

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

Copy link

nx-cloud bot commented Jan 16, 2025

View your CI Pipeline Execution ↗ for commit 63f3176.

Command Status Duration Result
nx run-many -t e2e-suite --parallel 1 ✅ Succeeded 11m 29s View ↗
nx run-many -t test --codeCoverage ✅ Succeeded 1m 21s View ↗
nx run-many -t build,typecheck,check-rule-docs,... ✅ Succeeded 52s View ↗
nx-cloud record -- pnpm nx sync:check ✅ Succeeded 4s View ↗
nx-cloud record -- pnpm format-check ✅ Succeeded 5s View ↗
nx run-many -t test ✅ Succeeded 39s View ↗
nx run-many -t build ✅ Succeeded 20s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-09 12:53:10 UTC

@renovate renovate bot changed the title chore: update angular-cli monorepo to v19.1.0 chore: update angular-cli monorepo to v19.1.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from f0347a7 to 3997416 Compare January 19, 2025 09:02
@renovate renovate bot changed the title chore: update angular-cli monorepo to v19.1.1 chore: update angular-cli monorepo to v19.1.2 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 3997416 to 74aecf3 Compare January 20, 2025 17:20
@renovate renovate bot changed the title chore: update angular-cli monorepo to v19.1.2 chore: update angular-cli monorepo to v19.1.3 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 74aecf3 to 28d71ad Compare January 22, 2025 20:42
@renovate renovate bot changed the title chore: update angular-cli monorepo to v19.1.3 chore: update angular-cli monorepo to v19.1.4 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 4 times, most recently from 100f25a to 103f099 Compare January 29, 2025 17:31
@renovate renovate bot changed the title chore: update angular-cli monorepo to v19.1.4 chore: update angular-cli monorepo to v19.1.5 Jan 29, 2025
@renovate renovate bot changed the title chore: update angular-cli monorepo to v19.1.5 chore: update angular-cli monorepo Feb 5, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 103f099 to 05c7036 Compare February 5, 2025 21:58
@renovate renovate bot changed the title chore: update angular-cli monorepo chore: update angular-cli monorepo to v19.1.6 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 3 times, most recently from 03b0cd4 to dd46a62 Compare February 9, 2025 10:57
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from dd46a62 to 1b2737c Compare February 9, 2025 11:58
@JamesHenry JamesHenry merged commit 159042c into main Feb 9, 2025
10 checks passed
@JamesHenry JamesHenry deleted the renovate/angular-cli-monorepo branch February 9, 2025 12:53
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.

1 participant