-
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
🪧 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
a9e684f
to
c086161
Compare
0b1dfd6
to
e887ddd
Compare
e887ddd
to
ffd3b88
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- frontend/blog-angular-ui/package.json (1 hunks)
Additional comments not posted (2)
frontend/blog-angular-ui/package.json (2)
32-32
: Verify compatibility with@angular-devkit/build-angular
v18.1.4.The update from version
16.2.14
to18.1.4
is a major version change. Ensure that the project is compatible with this version and review any migration guides provided by Angular.
33-33
: Verify compatibility with@angular/cli
v18.1.4.The update from version
16.2.14
to18.1.4
is a major version change. Ensure that the project is compatible with this version and review any migration guides provided by Angular.
ffd3b88
to
ccd7bd9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- frontend/blog-angular-ui/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- frontend/blog-angular-ui/package.json
ccd7bd9
to
6f30046
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- frontend/blog-angular-ui/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- frontend/blog-angular-ui/package.json
6f30046
to
c7af86b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- frontend/blog-angular-ui/package.json (1 hunks)
Additional comments not posted (2)
frontend/blog-angular-ui/package.json (2)
32-32
: LGTM! But verify compatibility and functionality.The version of
@angular-devkit/build-angular
has been updated from16.2.14
to18.2.2
. Ensure that the project is compatible with the new version and that all functionalities work as expected.Run the following script to verify compatibility and functionality:
33-33
: LGTM! But verify compatibility and functionality.The version of
@angular/cli
has been updated from16.2.14
to18.2.2
. Ensure that the project is compatible with the new version and that all functionalities work as expected.Run the following script to verify compatibility and functionality:
9ed563d
to
3e772f4
Compare
3e772f4
to
79dc459
Compare
a324adc
to
c4ff607
Compare
c4ff607
to
54c63ae
Compare
54c63ae
to
020a6e6
Compare
9e75869
to
5e7a57d
Compare
5e7a57d
to
f8a08e4
Compare
845cb45
to
c6d33b6
Compare
c6d33b6
to
b4acfbb
Compare
b4acfbb
to
e534951
Compare
This PR contains the following updates:
16.2.16
->19.0.2
16.2.16
->19.0.2
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v19.0.2
Compare Source
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 installedbrowserTarget
@angular-devkit/core
fileBuffer
function in favor ofstringToFileBuffer
@angular/build
sass
tostylePreprocessorOptions
in application builderoutputMode
option to the application builderssr.experimentalPlatform
optionssr.entry
during prerendering to enable access to local API routesssr.entry
in Vite dev-server when available--prerendering
or--app-shell
are no-opsindex.csr.html
is always generated when prerendering or SSR are enabled--import
from execArgv when spawning workersAPP_BASE_HREF
correctly in prerendered routesngServerMode
during vite prebundling--no-server
via command linereqHandler
for server.ts request handling@angular/localize/init
polyfill and related warnings@angular/ssr
createRequestHandler
andcreateNodeRequestHandler
utilitiesgetHeaders
Method toAngularAppEngine
andAngularNodeAppEngine
for handling pages static headersisMainModule
functionAngularAppEngine
as public APIwriteResponseToNodeResponse
andcreateWebRequestFromNodeRequest
in public APIAngularServerApp
AngularNodeAppEngine
API for Node.js integrationCommonEngine
API to/node
entry-point@angular/platform-server
provideServerRoutesConfig
in browser contextRESPONSE_INIT
,REQUEST
, andREQUEST_CONTEXT
tokensnull
to avoid requiring them to be set to optionalbootstrap is not a function
errorRenderMode.AppShell
v18.2.12
Compare Source
@angular/cli
@angular/build
v18.2.11
Compare Source
v18.2.10
Compare Source
@angular-devkit/build-angular
http-proxy-middleware
to3.0.3
@angular/build
v18.2.9
Compare Source
@schematics/angular
@angular/build
v18.2.8
Compare Source
@schematics/angular
index.csr.html
in resources asset group@angular/build
Ctrl + C
not terminating dev-server with SSRv18.2.7
Compare Source
@schematics/angular
@angular/build
animate
to valid self-closing elementsv18.2.6
Compare Source
@angular/build
v18.2.5
Compare Source
@angular/build
5.4.6
v18.2.4
Compare Source
@angular/build
v18.2.3
Compare Source
@angular-devkit/build-angular
webpack-dev-middleware
to7.4.2
v18.2.2
Compare Source
@angular-devkit/build-angular
5.94.0
v18.2.1
Compare Source
18.2.1 (2024-08-21)
@angular-devkit/schematics-cli
@angular/cli
@angular-devkit/build-angular
@angular/build
v18.2.0
Compare Source
@angular/build
v18.1.4
Compare Source
18.1.4 (2024-08-07)
@angular/build
v18.1.3
Compare Source
@angular/build
nonce
attribute to script tags when inline critical CSS is disabledextract-i18n
builder for librariesv18.1.2
Compare Source
@angular/build
v18.1.1
Compare Source
@angular-devkit/build-angular
@angular/build
v18.1.0
Compare Source
@angular/cli
ng update
to keep newline at the end of package.json@angular-devkit/build-angular
5.29.2
@angular/build
v18.0.7
Compare Source
@angular/cli
ng update
to keep newline at the end of package.json@angular-devkit/build-angular
5.29.2
@angular/build
v18.0.6
Compare Source
@angular/build
v18.0.5
Compare Source
18.0.5 (2024-06-20)
@schematics/angular
@angular-devkit/build-angular
@angular/build
.mjs
files when using ViteConfiguration
📅 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.