-
Notifications
You must be signed in to change notification settings - Fork 53
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
chore(deps): update angular-cli monorepo to v19 (major) #1325
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: frontend/blog-angular-ui/package-lock.json
|
514732a
to
3385422
Compare
05d1b45
to
ad56242
Compare
65a1448
to
1eae742
Compare
1eae742
to
1c00ca3
Compare
1c00ca3
to
b4d5f41
Compare
8cfd459
to
58b3295
Compare
ae1d443
to
fa3ca9f
Compare
c0a27f5
to
7431ee2
Compare
2302646
to
5dfdfcf
Compare
5dfdfcf
to
cb392a0
Compare
cb392a0
to
e3ed9a2
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe updates involve upgrading Angular development dependencies in the project's Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
3c1ff2b
to
675d2b1
Compare
aba9ca0
to
ae3bc6f
Compare
ae3bc6f
to
b2ee8e7
Compare
9e75869
to
5e7a57d
Compare
5e7a57d
to
f8a08e4
Compare
845cb45
to
c6d33b6
Compare
b4acfbb
to
e534951
Compare
df2e494
to
ee4634c
Compare
e1f3b0c
to
2836bed
Compare
2836bed
to
5d8ea35
Compare
f08bc98
to
0ddab98
Compare
0ddab98
to
101558d
Compare
874ee82
to
ba0ed65
Compare
ba0ed65
to
a1db714
Compare
a1db714
to
a87548d
Compare
This PR contains the following updates:
16.2.16
->19.2.0
16.2.16
->19.2.0
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v19.2.0
Compare Source
@schematics/angular
@angular-devkit/build-angular
@angular/build
allowedHosts
option for development server@angular/ssr
v19.1.9
Compare Source
@angular/build
v19.1.8
Compare Source
@angular/cli
@angular-devkit/build-angular
@angular/build
/index.html
requestsautoCsp
v19.1.7
Compare Source
@schematics/angular
@angular/build
--localize
@angular/ssr
\r\n
v19.1.6
Compare Source
@schematics/angular
@angular/ssr
is not a dependency@angular/build
@angular/ssr
v19.1.5
Compare Source
@schematics/angular
@angular-devkit/build-angular:ng-packagr
@angular/build
removeComments
option@angular/ssr
provideServerRoutesConfig
toprovideServerRouting
v19.1.4
Compare Source
@angular-devkit/schematics
@angular/build
/@​ng/components
on WindowssubPaths
with inlined localesi18n.baseHref
with a warning@angular/ssr
withEnabledBlockingInitialNavigation
v19.1.3
Compare Source
@angular/build
@ng/components
$localize
usagev19.1.2
Compare Source
@angular/build
v19.1.1
Compare Source
@angular/build
v19.1.0
Compare Source
Deprecations
@angular/build
The
baseHref
option underi18n.locales
andi18n.sourceLocale
inangular.json
is deprecated in favor ofsubPath
.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
@angular/build
package in library generation schematic@angular-devkit/architect
@angular-devkit/core
@angular-devkit/schematics
Rule
type to support returning aPromise
ofTree
@angular/build
subPath
isolatedModules
andemitDecoratorMetadata
@angular/ssr
modulepreload
for lazy-loaded routesv19.0.7
Compare Source
@angular-devkit/architect
@angular-devkit/build-angular
@angular/build
define
option defined in application builder to Vite prebundling@angular/localize/init
is imported directlyv19.0.6
Compare Source
@angular-devkit/build-angular
@angular/build
@angular/ssr
Location
header for redirects behind a proxyv19.0.5
Compare Source
@angular-devkit/build-angular
@angular/build
@angular/
packages during SSR (#29094)@angular/ssr
Content-Language
header when locale is setv19.0.4
Compare Source
@angular-devkit/build-angular
@angular/build
ng serve
v19.0.3
Compare Source
@angular/cli
ng add
@schematics/angular
CanDeactivate
guard (#29004)@angular/build
index.output
for SSR@angular/ssr
Http2ServerResponse
typev19.0.2
Compare Source
@schematics/angular
@angular/build
inject
to prevent code reorderinggetPrerenderParams
is undefined@angular/ssr
v19.0.1
Compare Source
@angular-devkit/build-angular
@angular/build
sha256
instead ofsha-256
as hash algorithm name@angular/ssr
./
v19.0.0
Compare Source
Breaking Changes
@schematics/angular
@angular-devkit/build-angular
The
browserTarget
option has been removed from the DevServer and ExtractI18n builders.buildTarget
is to be used instead.Protractor is no longer supported.
Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
@angular-devkit/core
The deprecated
fileBuffer
function is no longer available. Update your code to usestringToFileBuffer
instead to maintain compatibility.Note: that this change does not affect application developers.
@angular/build
@angular/localize/init
polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.@angular/ssr
The
CommonEngine
API now needs to be imported from@angular/ssr/node
.Before
After
@angular-devkit/schematics-cli
@schematics/angular
withEventReplay()
inprovideClientHydration
for new SSR appsbrowser
builder@angular/ssr
featuredeclaration
andsourceMap
from default tsconfigexpress
@angular/cli
@angular-devkit/architect
@angular-devkit/build-angular
browser-sync
is not installedConfiguration
📅 Schedule: Branch creation - "every weekend" (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.
This PR was generated by Mend Renovate. View the repository job log.