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.5 #98

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/core 19.0.1 -> 19.1.5 age adoption passing confidence
@angular-devkit/core 19.1.3 -> 19.1.5 age adoption passing confidence
@angular-devkit/schematics 19.0.1 -> 19.1.5 age adoption passing confidence
@angular-devkit/schematics 19.1.3 -> 19.1.5 age adoption passing confidence
@angular-devkit/schematics-cli 19.1.3 -> 19.1.5 age adoption passing confidence

Release Notes

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

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

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

v19.0.2

Compare Source

@​schematics/angular
Commit Type Description
2f53e2af5 fix skip SSR routing prompt in webcontainer
@​angular/build
Commit Type Description
f9da163f8 fix minimize reliance on esbuild inject to prevent code reordering
c497749e6 fix prevent errors with parameterized routes when getPrerenderParams is undefined
@​angular/ssr
Commit Type Description
c8cd90e0f fix handle nested redirects not explicitly defined in router config

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.

@changeset-bot
Copy link

changeset-bot bot commented Oct 13, 2021

⚠️ No Changeset found

Latest commit: b735546

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud
Copy link

nx-cloud bot commented Oct 13, 2021

☁️ Nx Cloud Report

CI is running/has finished running commands for commit f9db626. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


🟥 Failed Commands
nx affected:build --parallel

Sent with 💌 from NxCloud.

@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 45b8450 to 80fd9a7 Compare October 21, 2021 01:05
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v12.2.10 fix(deps): update angular-cli monorepo to v12.2.11 Oct 21, 2021
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 80fd9a7 to 2f540b2 Compare October 28, 2021 00:48
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v12.2.11 fix(deps): update angular-cli monorepo to v12.2.12 Oct 28, 2021
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from 1748dad to d75b7d4 Compare November 3, 2021 22:01
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v12.2.12 fix(deps): update angular-cli monorepo to v12.2.13 Nov 3, 2021
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from d75b7d4 to 02a8861 Compare November 8, 2021 14:41
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from 6dff7b2 to a253e1e Compare November 18, 2021 11:42
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from a253e1e to 9533a74 Compare November 26, 2021 13:25
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 9533a74 to 724cace Compare December 7, 2021 19:59
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v12.2.13 fix(deps): update angular-cli monorepo to v12.2.14 Dec 7, 2021
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from 0af59bf to bb7d9a2 Compare December 14, 2021 00:36
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from bb7d9a2 to fed6d1f Compare December 18, 2021 12:32
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from fed6d1f to c0e9e5c Compare December 28, 2021 12:38
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 3 times, most recently from a7fdcb3 to e45ac07 Compare January 13, 2022 00:40
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v12.2.14 fix(deps): update angular-cli monorepo to v12.2.15 Jan 13, 2022
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from a98666c to 144ba06 Compare January 24, 2022 12:11
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 144ba06 to 3197e24 Compare January 31, 2022 19:12
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v12.2.15 fix(deps): update angular-cli monorepo to v12.2.16 Jan 31, 2022
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 3197e24 to 111a004 Compare February 19, 2022 21:14
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from f273532 to 622e49a Compare March 6, 2022 07:28
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 9ee4a6b to f9db626 Compare April 27, 2023 02:10
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v14.2.11 fix(deps): update angular-cli monorepo to v14.2.12 Jun 28, 2023
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from 4a0d0d4 to 5ecc8dd Compare June 30, 2023 11:39
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 5ecc8dd to d954a11 Compare October 5, 2023 16:16
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v14.2.12 fix(deps): update angular-cli monorepo to v14.2.13 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 3 times, most recently from 08ecf76 to 627b728 Compare October 7, 2024 18:34
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v14.2.13 fix(deps): update angular-cli monorepo Oct 7, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 3 times, most recently from 30ff55c to 22049e6 Compare October 8, 2024 07:10
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 22049e6 to 1809ffc Compare October 23, 2024 19:01
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch 4 times, most recently from 5ae8e3a to 0e55df5 Compare December 3, 2024 18:27
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo fix(deps): update angular-cli monorepo - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/angular-cli-monorepo branch December 8, 2024 18:36
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo - autoclosed fix(deps): update angular-cli monorepo Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from b9b1bd6 to 0e55df5 Compare December 9, 2024 00:54
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 0e55df5 to 61f1d8a Compare January 27, 2025 20:11
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo fix(deps): update angular-cli monorepo to v19.1.4 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 61f1d8a to 4a5fabb Compare January 28, 2025 01:03
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 4a5fabb to b735546 Compare January 29, 2025 17:40
@renovate renovate bot changed the title fix(deps): update angular-cli monorepo to v19.1.4 fix(deps): update angular-cli monorepo to v19.1.5 Jan 29, 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