Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update angular-cli monorepo to v19.1.2 #496

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 19.0.2 -> 19.1.2 age adoption passing confidence
@angular/cli 19.0.2 -> 19.1.2 age adoption passing confidence
@angular/ssr 19.0.2 -> 19.1.2 age adoption passing confidence

Release Notes

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

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

v19.0.7

Compare Source

@​angular-devkit/architect
Commit Type Description
95c22aeff fix provide better error when builder is not defined
@​angular-devkit/build-angular
Commit Type Description
028652992 fix preserve css type for jasmine.css
@​angular/build
Commit Type Description
f7522342a fix add asset tracking to application builder watch files
e973643bf fix do not mark Babel _defineProperty helper function as pure
881095eec fix enable serving files with bundle-like names
db10af0b3 fix fix incorrect budget calculation
c822f8f15 fix handle relative URLs when constructing new URLs during server fetch
b43c648b0 fix mitigate JS transformer worker execArgv errors
1f2481a4f fix pass define option defined in application builder to Vite prebundling
c94f568a4 fix warn when @angular/localize/init is imported directly

v19.0.6

Compare Source

@​angular-devkit/build-angular
Commit Type Description
db7421231 fix jasmine.clock with app builder
@​angular/build
Commit Type Description
5fbc105ed fix force HTTP/1.1 in dev-server SSR with SSL
@​angular/ssr
Commit Type Description
2f4df6b2b fix correctly resolve pre-transform resources in Vite SSR without AppEngine
0789a9e13 fix ensure correct Location header for redirects behind a proxy

v19.0.5

Compare Source

@​angular-devkit/build-angular
Commit Type Description
6c319e44c fix fix webpack config transform for karma
@​angular/build
Commit Type Description
251bd9f22 fix Fixing auto-csp edge cases where
1047b8635 fix handle external @angular/ packages during SSR (#​29094)
376ee9966 fix provide component HMR update modules to dev-server SSR
5ea9ce376 fix use consistent path separators for template HMR identifiers
@​angular/ssr
Commit Type Description
b3c6c7eb2 fix include Content-Language header when locale is set
4203efb90 fix disable component bootstrapping during route extraction

v19.0.4

Compare Source

v19.0.3

Compare Source

@​angular/cli
Commit Type Description
4e82ca180 fix correctly select package versions in descending order during ng add
@​schematics/angular
Commit Type Description
28a51cc5e fix add required type to CanDeactivate guard (#​29004)
@​angular/build
Commit Type Description
f26e1b462 fix add timeout to route extraction
ab4e77c75 fix allow .json file replacements with application builds
06690d87e fix apply define option to JavaScript from scripts option
775e6f780 fix avoid deploy URL usage on absolute preload links
21f21eda3 fix ensure correct handling of index.output for SSR
@​angular/ssr
Commit Type Description
75cf47e71 fix apply HTML transformation to CSR responses
5880a0230 fix correctly handle serving of prerendered i18n pages
277b8a378 fix ensure compatibility for Http2ServerResponse type

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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

github-actions bot commented Dec 9, 2024

Visit the preview URL for this PR (updated for commit b29a7b0):

https://community-angular-jp-cd702--pr496-renovate-angular-cli-60qucxag.web.app

(expires Wed, 15 Jan 2025 23:23:46 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 8802296a4c40a9a250322a7988ee8afbc5ffbfee

@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v19.0.4 fix(deps): update angular-cli monorepo to v19.0.4 Dec 10, 2024
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.0.4 fix(deps): update angular-cli monorepo to v19.0.5 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from d9350a2 to 68da204 Compare December 12, 2024 18:36
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.0.5 fix(deps): update angular-cli monorepo Dec 18, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from aed7168 to 6c26781 Compare December 19, 2024 00:38
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo fix(deps): update angular-cli monorepo to v19.0.6 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 6c26781 to b29a7b0 Compare January 8, 2025 23:22
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.0.6 fix(deps): update angular-cli monorepo to v19.0.7 Jan 8, 2025
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.0.7 fix(deps): update angular-cli monorepo to v19.1.0 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from b29a7b0 to 91d838e Compare January 16, 2025 01:19
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.1.0 fix(deps): update angular-cli monorepo to v19.1.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 91d838e to 582de79 Compare January 16, 2025 14:13
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 582de79 to 563c38f Compare January 18, 2025 01:32
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.1.1 fix(deps): update angular-cli monorepo to v19.1.2 Jan 18, 2025
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