-
Notifications
You must be signed in to change notification settings - Fork 12
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 (major) #113
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-angular-cli-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ac0e280
to
be7541f
Compare
deff70b
to
20c5605
Compare
15145c2
to
c60d216
Compare
c60d216
to
d28a20f
Compare
1e6d1c8
to
c779a54
Compare
c779a54
to
8ac1802
Compare
b3b2ecb
to
5df090f
Compare
5df090f
to
2d9e0bb
Compare
f14b9c1
to
f41ea8a
Compare
f963efe
to
5f7be23
Compare
135157c
to
caf21f0
Compare
778198e
to
d61f414
Compare
d61f414
to
fccf7cb
Compare
3a6db00
to
cf42825
Compare
cf42825
to
22585b2
Compare
22585b2
to
2e1906f
Compare
c94e06f
to
29edd65
Compare
d8fbf68
to
3770105
Compare
888ef33
to
4784189
Compare
4784189
to
14244ef
Compare
14244ef
to
ef5c948
Compare
768d2ad
to
ae7d54c
Compare
ae7d54c
to
17a0cb6
Compare
5f7fffd
to
c60efb8
Compare
8ecd5a4
to
c8b1f52
Compare
5eca02a
to
f225790
Compare
06031a1
to
555fafc
Compare
555fafc
to
a8dcfec
Compare
53a1218
to
eb6ad63
Compare
eb6ad63
to
a396f31
Compare
38f6c35
to
8541d7f
Compare
8541d7f
to
3ddf18d
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.1.0
->19.1.8
16.1.0
->19.1.8
Release Notes
angular/angular-cli (@angular-devkit/core)
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
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 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 enabledConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.