-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update angular-cli monorepo to v19 (major) #121
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-angular-cli-monorepo
base: master
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
8708cf3
to
2083cac
Compare
2083cac
to
fccb6e6
Compare
fccb6e6
to
ed80bba
Compare
e3ca48f
to
5f602cb
Compare
833afc0
to
1f535b1
Compare
1f535b1
to
3aefafd
Compare
9ba960e
to
c3a3613
Compare
bea4ff9
to
fd51c7b
Compare
fd51c7b
to
98bb970
Compare
fa1284d
to
d4d79af
Compare
d4d79af
to
8fcc649
Compare
1394a75
to
a0d4ff8
Compare
a0d4ff8
to
005beca
Compare
44f525b
to
bbcc8fa
Compare
bbcc8fa
to
651e463
Compare
55d6d47
to
7edc7f2
Compare
7edc7f2
to
85ef205
Compare
85ef205
to
2878fc8
Compare
bef736f
to
faacb0e
Compare
faacb0e
to
df7fa6b
Compare
424a821
to
8d390a7
Compare
7571c3d
to
9846539
Compare
b9f81ff
to
6926ca7
Compare
ddb2d04
to
65dd8e5
Compare
65dd8e5
to
f1154a4
Compare
8cf5aef
to
f8becbf
Compare
f8becbf
to
1701578
Compare
1701578
to
444b43b
Compare
444b43b
to
87b1a8d
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:
0.803.8
->19.1.7
7.3.9
->19.1.7
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
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 enabled--import
from execArgv when spawning workersAPP_BASE_HREF
correctly in prerendered routesngServerMode
during vite prebundling--no-server
via command lineConfiguration
📅 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.