Skip to content

Commit 894ffa9

Browse files
chore(deps): update angular to v19.0.0-rc.3 (#497)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular-devkit/build-angular](https://redirect.github.com/angular/angular-cli) | [`19.0.0-rc.2` -> `19.0.0-rc.3`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/19.0.0-rc.2/19.0.0-rc.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular-devkit%2fbuild-angular/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular-devkit%2fbuild-angular/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular-devkit%2fbuild-angular/19.0.0-rc.2/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular-devkit%2fbuild-angular/19.0.0-rc.2/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@angular/cli](https://redirect.github.com/angular/angular-cli) | [`19.0.0-rc.2` -> `19.0.0-rc.3`](https://renovatebot.com/diffs/npm/@angular%2fcli/19.0.0-rc.2/19.0.0-rc.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcli/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcli/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcli/19.0.0-rc.2/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcli/19.0.0-rc.2/19.0.0-rc.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>angular/angular-cli (@&#8203;angular-devkit/build-angular)</summary> ### [`v19.0.0-rc.3`](https://redirect.github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1900-rc3-2024-11-18) [Compare Source](https://redirect.github.com/angular/angular-cli/compare/19.0.0-rc.2...740b312586bb513e53fcfe8c0ae35c8ea30dc57a) ##### [@&#8203;schematics/angular](https://redirect.github.com/schematics/angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | | [4b4e000dd](https://redirect.github.com/angular/angular-cli/commit/4b4e000dd60bb43df5c8694eb8a0bc0b45d1cf8d) | fix | don't show server routing prompt when using `browser` builder | | [9e6ab1bf2](https://redirect.github.com/angular/angular-cli/commit/9e6ab1bf231b35aceb989337fac55a6136594c5d) | fix | use default import for `express` | ##### [@&#8203;angular-devkit/build-angular](https://redirect.github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | [ea5ae68da](https://redirect.github.com/angular/angular-cli/commit/ea5ae68da9e7f2b598bae2ca9ac8be9c20ce7888) | fix | bring back style tags in browser builder | | [25d928b4f](https://redirect.github.com/angular/angular-cli/commit/25d928b4fde00ae8396f6b9cfcd92b5254fc49aa) | fix | fix hanging terminal when `browser-sync` is not installed | ##### [@&#8203;angular/build](https://redirect.github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | [2551df533](https://redirect.github.com/angular/angular-cli/commit/2551df533d61400c0fda89db77a93378480f5047) | fix | fully disable component style HMR in JIT mode | ##### [@&#8203;angular/ssr](https://redirect.github.com/angular/ssr) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------- | | [4ecf63a77](https://redirect.github.com/angular/angular-cli/commit/4ecf63a777871bf214bf42fe1738c206bde3201c) | fix | export PrerenderFallback | | [fb05e7f0a](https://redirect.github.com/angular/angular-cli/commit/fb05e7f0abd9d68ac03f243c7774260619b8a623) | fix | use wildcard server route configuration on the '/' route when the app router is empty | <!-- CHANGELOG SPLIT MARKER --> </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/json-derulo/angular-ecmascript-intl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea67cd1 commit 894ffa9

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

Diff for: package-lock.json

+51-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"zone.js": "~0.15.0"
3434
},
3535
"devDependencies": {
36-
"@angular-devkit/build-angular": "19.0.0-rc.2",
37-
"@angular/cli": "19.0.0-rc.2",
36+
"@angular-devkit/build-angular": "19.0.0-rc.3",
37+
"@angular/cli": "19.0.0-rc.3",
3838
"@angular/compiler-cli": "19.0.0-rc.3",
3939
"@eslint/js": "^9.2.0",
4040
"@types/jasmine": "~5.1.0",

0 commit comments

Comments
 (0)