-
Notifications
You must be signed in to change notification settings - Fork 6
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 all dependencies to v17 j:cdx-227 (major) #1309
Merged
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
renovate
bot
requested review from
olamothe,
louis-bompart and
btaillon-coveo
and removed request for
a team
May 8, 2023 00:34
Thanks for your contribution @renovate[bot] !
|
Pull Request Report PR Title ✅ Title follows the conventional commit spec. |
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
June 13, 2023 20:55
f9ac13e
to
9763170
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
July 26, 2023 16:08
9763170
to
fb4767b
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
September 8, 2023 21:20
fb4767b
to
ec0e4e0
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
4 times, most recently
from
October 26, 2023 18:53
0383409
to
cc188c3
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
2 times, most recently
from
October 26, 2023 19:16
3df580e
to
f1b1b84
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
October 26, 2023 19:48
f1b1b84
to
a617b51
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
3 times, most recently
from
October 26, 2023 20:27
4a28137
to
36bfbca
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
2 times, most recently
from
October 26, 2023 21:09
2aaf954
to
74baf7e
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
October 26, 2023 21:25
74baf7e
to
3a69fe8
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
2 times, most recently
from
October 27, 2023 06:04
003e846
to
e212bd1
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
2 times, most recently
from
October 27, 2023 06:43
9958a55
to
418f242
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
October 27, 2023 07:01
418f242
to
4f5a998
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
October 27, 2023 07:29
4f5a998
to
6a5804d
Compare
This was referenced Oct 27, 2023
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
October 27, 2023 15:31
6a5804d
to
385d18b
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
October 27, 2023 15:54
385d18b
to
4ce6bae
Compare
This was referenced Oct 27, 2023
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
November 8, 2023 16:12
4ce6bae
to
f1e114c
Compare
renovate
bot
changed the title
fix(deps): update all dependencies to v16 j:cdx-227 (major)
fix(deps): update all dependencies to v17 j:cdx-227 (major)
Nov 8, 2023
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
January 15, 2024 21:33
f1e114c
to
9af9808
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
January 31, 2024 22:58
9af9808
to
3f60b9d
Compare
renovate
bot
force-pushed
the
renovate/major-angular
branch
from
February 1, 2024 14:25
3f60b9d
to
66f6924
Compare
louis-bompart
approved these changes
Feb 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
^15.0.0
->^17.0.0
Release Notes
angular/angular-cli (@angular-devkit/core)
v17.0.5
Compare Source
Rolling back bbbe13d67 which appears to break file watching on Mac devices.
v17.0.4
Compare Source
@schematics/angular
@angular-devkit/build-angular
serve-path
v17.0.3
Compare Source
@angular-devkit/build-angular
v17.0.2
Compare Source
@angular-devkit/build-angular
localize
is enabled when using the esbuild based buildersv17.0.1
Compare Source
@angular/cli
@schematics/angular
dist
downlevelIteration
fromtsconfig.json
for new workspaces@angular-devkit/build-angular
deleteOutputPath
when usingesbuild-builder
ng serve
v17.0.0
Compare Source
Breaking Changes
@schematics/angular
ng generate application
andng new
. The--no-routing
command line option can be used to disable this behaviour.ng g interceptor
now generate a functional interceptor by default. or guard by default. To generate a class-based interceptor the--no-functional
command flag should be used.rootModuleClassName
,rootModuleFileName
andmain
options have been removed from the publicpwa
andapp-shell
schematics.appId
option has been removed.@angular-devkit/build-angular
Node.js v16 support has been removed
Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17.
For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule
@angular-devkit/schematics
runExternalSchematicAsync
andrunSchematicAsync
methods have been removed in favor ofrunExternalSchematic
andrunSchematic
.Deprecations
@angular-devkit/build-angular
browserTarget
in the dev-server and extract-i18n builders have been deprecated in favor ofbuildTarget
.@angular/cli
@angular/ssr
as part of the ng updatepackageGroup
@schematics/angular
ng new --ssr
@nguniversal
to@angular/ssr
@nguniversal/builders
ng new
generated applicationng new
to use the esbuild application builder based builderREQUEST
andRESPONSE
tokens@angular/ssr
during migrationesModuleInterop
by default for ESM compliancessr
option to application schematicsbaseUrl
fromtsconfig.json
@angular-devkit/build-angular
buildTarget
option to dev-server andextract-i18n
buildersvite
browser-esbuild
builderbaseUrl
URL is not set to root@angular/common/locales/global
Angular is running in development mode.
in the server console when running prerender in dev modeAngular is running in development mode.
in the server console when running prerender in dev modessr
option definitionfetch
to load assets from memory@angular-devkit/schematics
runExternalSchematicAsync
andrunSchematicAsync
@angular/pwa
@angular/ssr
CommonEngine
prerender
andssr
for all build configuration@ngtools/webpack
v16.2.10
Compare Source
@angular-devkit/build-angular
v16.2.9
Compare Source
16.2.9 (2023-11-01)
@schematics/angular
@angular-devkit/schematics
v16.2.8
Compare Source
@angular/cli
--migrate-only
when--name
is used duringng update
v16.2.7
Compare Source
@schematics/angular
v16.2.6
Compare Source
@angular-devkit/build-angular
v16.2.5
Compare Source
@angular-devkit/build-angular
Angular is running in development mode.
in the server console when using dev-serverv16.2.4
Compare Source
@schematics/angular
@angular/cli
version specifier to use^
v16.2.3
Compare Source
@angular-devkit/build-angular
| Commit
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.