Skip to content

build: update angular#25895

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/angular
Sep 28, 2023
Merged

build: update angular#25895
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/angular

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented Sep 23, 2023

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 914324e -> ab6afbc
@angular/animations devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/bazel devDependencies digest 029a92c -> f731eda
@angular/build-tooling devDependencies digest 4ed5693 -> 2cfafd6
@angular/cdk dependencies digest 3dbb262 -> 2012c27
@angular/cdk devDependencies patch 17.0.0-next.4 -> 17.0.0-next.5
@angular/common dependencies digest 6f48ac1 -> b305660
@angular/common devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/compiler dependencies digest cded431 -> 3cf7ced
@angular/compiler devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/compiler-cli dependencies digest 0c285d6 -> b62c956
@angular/compiler-cli (source) devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/core dependencies digest ba20742 -> a77b580
@angular/core devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/forms dependencies digest 3cf1bf0 -> 16ca005
@angular/forms devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/language-service dependencies digest 9f73400 -> 1e66e7e
@angular/localize dependencies digest b3d875d -> d24d3f7
@angular/localize devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/material dependencies digest b96b50d -> 759f9cf
@angular/material devDependencies patch 17.0.0-next.4 -> 17.0.0-next.5
@angular/material-moment-adapter dependencies digest fa84136 -> bfdad92
@angular/ng-dev devDependencies digest 5eb122d -> cabb66d
@angular/platform-browser dependencies digest 66d8c79 -> 99ff190
@angular/platform-browser devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/platform-browser-dynamic dependencies digest b4eed00 -> f38629b
@angular/platform-browser-dynamic devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/platform-server dependencies digest e1f56c2 -> ba46754
@angular/platform-server devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/router dependencies digest f0e11a9 -> 9ce8432
@angular/router (source) devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
@angular/service-worker dependencies digest 1b2f44f -> d75d651
@angular/service-worker devDependencies patch 17.0.0-next.5 -> 17.0.0-next.6
angular/dev-infra action digest c71cf50 -> 76c632f

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v17.0.0-next.6

Compare Source

Breaking Changes

router
  • Absolute redirects no longer prevent further redirects.
    Route configurations may need to be adjusted to prevent infinite
    redirects where additional redirects were previously ignored after an
    absolute redirect occurred.
  • The setupTestingRouter function has been removed. Use
    RouterModule.forRoot or provideRouter to setup the Router for
    tests instead.

Deprecations

animations
  • The AnimationDriver.NOOP symbol is deprecated, use NoopAnimationDriver instead.
animations
Commit Type Description
0598613950 refactor deprecation of AnimationDriver.NOOP (#​51843)
compiler
Commit Type Description
23bfa10ac8 fix add diagnostic for inaccessible deferred trigger (#​51922)
31295a3cf9 fix allocating unnecessary slots in conditional instruction (#​51913)
compiler-cli
Commit Type Description
377a7abfda fix bypass static resolving of the component's changeDetection field in local compilation mode (#​51848)
f91f222b55 fix resolve component encapsulation enum in local compilation mode (#​51848)
core
Commit Type Description
c7127b98b5 feat add schematic to escape block syntax characters (#​51905)
3cbb2a8ecf feat implement deferred block interaction triggers (#​51830)
8be2c48b7c feat implement new block syntax (#​51891)
687b96186c feat support deferred hover triggers (#​51874)
e2e3d69a27 feat support deferred triggers with implicit triggers (#​51922)
16f5fc40a4 feat support deferred viewport triggers (#​51874)
dcf18dc74c fix allow toSignal calls in reactive context (#​51831)
platform-browser
Commit Type Description
3c0577f991 perf disable styles of removed components instead of removing (#​51808)
router
Commit Type Description
86e91463af feat Add option to skip the first view transition (#​51825)
ce1b915868 fix Allow redirects after an absolute redirect (#​51731)
3c6258c85b fix Remove deprecated setupTestingRouter function (#​51826)
service-worker
Commit Type Description
dcaad169ec fix throw a critical error when handleFetch fails (#​51885)
angular/components (@​angular/cdk)

v17.0.0-next.5

Compare Source

Breaking Changes

material
  • There are new styles emitted by mat.radio-theme that are not
    emitted by any of: mat.radio-color, mat.radio-typography,
    mat.radio-density. If you rely on the partial mixins only and don't
    call mat.radio-theme, you can add mat.radio-base to get the
    missing styles.
material-experimental
Commit Type Description
fbc7bdda93 feat theming: add M3 slider support (#​27826)
6b57edb1b1 feat theming: add M3 snackbar support (#​27824)
545db61b41 feat theming: add M3 toolbar support (#​27812)
1930b1dacf feat theming: add M3 tooltip support (#​27810)
material
Commit Type Description
4c3ef50d6e fix datepicker: improved missing dateAdapters error message to include matLuxon and matDateFns (#​26889)
943b5dabf3 fix radio: move unthemable tokens to theme mixin (#​27809)
cdk
Commit Type Description
d336370565 fix menu: context menu closing immediately on control + click on Safari (#​27838)

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Sep 23, 2023
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Sep 23, 2023
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 21 times, most recently from be34cf2 to a3e79ce Compare September 27, 2023 20:17
@alan-agius4 alan-agius4 merged commit 73db6db into angular:main Sep 28, 2023
@angular-robot angular-robot deleted the ng-renovate/angular branch September 28, 2023 07:17
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants