Skip to content
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

build: update cross-repo angular dependencies #47882

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Oct 26, 2022

This PR contains the following updates:

Package Type Update Change
@angular-devkit/architect-cli devDependencies minor 0.1500.1 -> 0.1501.0-next.1
@angular-devkit/build-angular dependencies minor 15.0.1 -> 15.1.0-next.1
@angular-devkit/build-angular devDependencies minor 15.0.1 -> 15.1.0-next.1
@angular-devkit/core dependencies minor 15.0.1 -> 15.1.0-next.1
@angular-devkit/schematics dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/animations dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/build-tooling devDependencies digest 90004d8 -> d94cd02
@angular/cdk dependencies minor 15.0.0 -> 15.1.0-next.0
@angular/cli dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/cli devDependencies minor 15.0.1 -> 15.1.0-next.1
@angular/common dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/compiler dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/compiler-cli (source) devDependencies minor 15.0.1 -> 15.1.0-next.1
@angular/core dependencies major ^13.0.0 || ^14.0.0-0 -> ^15.0.0
@angular/core dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/elements dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/forms dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/material dependencies minor 15.0.0 -> 15.1.0-next.0
@angular/ng-dev devDependencies digest 60bcee1 -> a2a71f7
@angular/platform-browser dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/platform-browser-dynamic dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/router (source) dependencies minor 15.0.1 -> 15.1.0-next.1
@angular/service-worker dependencies minor 15.0.1 -> 15.1.0-next.1
@schematics/angular dependencies minor 15.0.1 -> 15.1.0-next.1
angular/dev-infra action digest d87b1b5 -> c3339f5

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

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


Release Notes

angular/angular-cli

v0.1501.0-next.1

Compare Source

v0.1501.0-next.0

Compare Source

v0.1500.2

Compare Source

angular/angular

v15.1.0-next.1

Compare Source

Deprecations

router
  • CanLoad guards in the Router are deprecated. Use CanMatch
    instead.
compiler-cli
Commit Type Description
7d88700933 fix accept inheriting the constructor from a class in a library (#​48156)
router
Commit Type Description
228e992db7 docs Deprecate canLoad guards in favor of canMatch (#​48180)
332461bd0c feat Add ability to override onSameUrlNavigation default per-navigation (#​48050)

Special Thanks

Alan Agius, Andrew Scott, Aristeidis Bampakos, Bob Watson, Derek Cormier, Dylan Hunn, JoostK, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Rokas Brazdžionis and piyush132000

v15.1.0-next.0

Compare Source

Deprecations

router
  • router writable properties

    The following strategies are meant to be configured by registering the
    application strategy in DI via the providers in the root NgModule or
    bootstrapApplication:

    • routeReuseStrategy
    • titleStrategy
    • urlHandlingStrategy

    The following options are meant to be configured using the options
    available in RouterModule.forRoot or provideRouter.

    • onSameUrlNavigation
    • paramsInheritanceStrategy
    • urlUpdateStrategy
    • canceledNavigationResolution

    The following options are available in RouterModule.forRoot but not
    available in provideRouter:

    • malformedUriErrorHandler - This was found to not be used anywhere
      internally.
    • errorHandler - Developers can instead subscribe to Router.events
      and filter for NavigationError.
common
Commit Type Description
b0a62bea47 fix Fix MockPlatformLocation events and missing onPopState implementation (#​48113)
core
Commit Type Description
6acae1477a feat Add TestBed.runInInjectionContext to help test functions which use inject (#​47955)
forms
Commit Type Description
0329c13e95 fix don't mutate validators array (#​47830)
d321880440 fix FormBuilder.group return right type with shorthand parameters. (#​48084)
language-service
Commit Type Description
5f0b53c735 feat Allow auto-imports to suggest multiple possible imports. (#​47787)
fd2eea5961 fix correctly handle host directive inputs/outputs (#​48147)
ce8160ecb2 fix Prevent crashes on unemitable references (#​47938)
764fa3d9c3 fix update packages/language-service/build.sh script to work with vscode-ng-language-service's new Bazel build (#​48120)
router
Commit Type Description
0a8b8a66cd docs Deprecate public members of Router that are meant to be configured elsewhere (#​48006)
73f03ad2d2 feat Add new NavigationSkipped event for ignored navigations (#​48024)
b51929a394 fix correct type of nextState parameter in canDeactivate (#​48038)
1df0ed7d6e fix Ensure renavigating in component init works with enabledBlocking (#​48063)
1976e37475 fix restore 'history.state' on popstate even if navigationId missing (#​48033)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Bjarki, Bob Watson, Brooke, Derek Cormier, Dylan Hunn, George Kalpakas, Greg Magolan, Ikko Ashimine, Ivan Rodriguez, Jessica Janiuk, JiaLiPassion, Joe Roxbury, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Mikhail Savchuk, Nebojsa Cvetkovic, Pawel Kozlowski, Volodymyr, Wooshaah and mgechev

v15.0.2

Compare Source

compiler-cli
Commit Type Description
86a21f5569 fix accept inheriting the constructor from a class in a library (#​48156)

Special Thanks

Alan Agius, Andrew Scott, Aristeidis Bampakos, Bob Watson, Derek Cormier, JoostK, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Rokas Brazdžionis, mgechev and piyush132000

angular/components

v15.1.0-next.0

Compare Source

cdk
Commit Type Description
e0a74b9c2 feat menu: Allow setting cdkMenuTriggerFor null (#​25818)
material
Commit Type Description
8554e1538 feat datepicker: Support drag and drop to adjust date ranges (#​25548)
c370e064d feat tabs: add a harness filter for tab selected state (#​25806)
44657e262 fix autocomplete: apply theme of parent form field to panel (#​25983)
9b1f49f6f fix chips: add support for aria-description (#​25935)
d02cc6817 fix datepicker: fix date picker shortcuts (#​25951)
57676e467 fix list: add radio toggles (#​25933)

Special Thanks

Amy Sorto, David Klingenberg, Joey Perrott, Karl Seamon, Miles Malerba, Sasidharan SD, Wagner Maciel and Zach Arend

v15.0.1

Compare Source

cdk
Commit Type Description
e1686a87f fix a11y: live announcer not working with aria-modal element (#​25978)
52e8f448a fix menu: not closing when inside shadow DOM (#​26112)
84bb6608f fix menu: prevent default selection key actions (#​26051)
a3c4c00e9 fix menu: remove unused var (#​26140)
material
Commit Type Description
0cd409e5b fix chips: initial value from forms not reflected in the view (#​26052)
a64ded01e fix chips: make focus overlay not affect text color (#​25892)
a779d210a fix core: icons not aligned inside mat-option (#​26054)
c0311aa37 fix core: reintroduce opacity in elevation mixin (#​26015)
4300f3929 fix core: ripples not being removed if container is hidden (#​26096)
261820ea2 fix datepicker: date range inputs not aligning in some cases (#​25967)
dc4e451a2 fix datepicker: resolve typing issue when extending datepicker input in legacy app (#​25988)
e0917085d fix form-field: allow clicking on floating label (#​26110)
00618a99c fix form-field: change selector to allow density class on form field (#​26075)
16ae0be2b fix form-field: don't block click on prefix/suffix when disabled (#​25987)
febf5dc06 fix form-field: not visually disabled if form control is disabled without emitting an event (#​26088)
e922f03be fix list: allow mat-list-item outside list (#​26092)
78bd450f1 fix list: hover indication blocking interactions (#​26016)
6e40e97be fix list: pointer events disabled around content (#​26012)
a9fea8f14 fix schematics: add undefined check (#​26081)
ffb5d077c fix schematics: ensure mdc migration compatibility with nx (#​26027)
a804a949d fix schematics: improve mdc-migration error logging (#​26060)
f61a21382 fix select: changed after checked error if option label changes (#​23315)
1566ab10d fix slide-toggle: focus indication not showing inside OnPush parent (#​26111)
c9a5474f4 fix slider: fix slider resize w/ transforms (#​26044)
8aa4a49d7 fix slider: form control w/ initial disabled state (#​25972)
dcde7684f fix slider: update VI when toggling discrete (#​25985)
c70875d38 fix toolbar: inherit toolbar color in flat buttons (#​26089)
7755aa547 perf chips: reduce amount of macro tasks (#​26113)
multiple
Commit Type Description
8b53abda9 fix remove touch tap highlights (#​26073)

Special Thanks

Andy Chrzaszcz, Bobby Galli, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Totati, Wagner Maciel and Zach Arend


Configuration

📅 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: Never, 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, click this checkbox.

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: review The PR is still awaiting reviews from at least one requested reviewer area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release labels Oct 26, 2022
@ngbot ngbot bot modified the milestone: Backlog Oct 26, 2022
@josephperrott josephperrott added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 26, 2022
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate and removed target: patch This PR is targeted for the next patch release labels Oct 27, 2022
@josephperrott josephperrott added target: patch This PR is targeted for the next patch release merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note and removed target: rc This PR is targeted for the next release-candidate labels Oct 27, 2022
@josephperrott
Copy link
Member

Caretaker Note: Please ignore Branch Manager status as this was done in testing and is not necessarily accurate

@alxhub alxhub added action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed action: merge The PR is ready for merge by the caretaker labels Oct 28, 2022
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from abb9d99 to 1e3a0e6 Compare October 28, 2022 09:37
@angular-robot angular-robot changed the title build: update cross-repo angular dependencies to v15.0.0-rc.1 build: update cross-repo angular dependencies Oct 28, 2022
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 9 times, most recently from e9e7730 to 26d1b51 Compare November 4, 2022 01:32
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 2 times, most recently from 23362f1 to d23ce76 Compare November 6, 2022 00:49
@AndrewKushnir AndrewKushnir added the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Dec 5, 2022
@AndrewKushnir
Copy link
Contributor

@josephperrott it looks like this PR has a merge conflict. Could you please rebase and resolve the conflict when you get a chance?

@AndrewKushnir AndrewKushnir removed the action: merge The PR is ready for merge by the caretaker label Dec 5, 2022
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 2 times, most recently from bb9d460 to 50f6750 Compare December 5, 2022 23:04
@angular-robot
Copy link
Collaborator Author

angular-robot commented Dec 5, 2022

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: aio/content/examples/marketing-first-app/package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.2 -> 9.1.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.1.3>
npm notice Run `npm install -g npm@9.1.3` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/compiler-cli@15.0.1
npm ERR! Found: @angular/compiler@15.1.0-next.1
npm ERR! node_modules/@angular/compiler
npm ERR!   @angular/compiler@"15.1.0-next.1" from the root project
npm ERR!   peer @angular/compiler@"15.1.0-next.1" from @angular/platform-browser-dynamic@15.1.0-next.1
npm ERR!   node_modules/@angular/platform-browser-dynamic
npm ERR!     @angular/platform-browser-dynamic@"15.1.0-next.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/compiler@"15.0.1" from @angular/compiler-cli@15.0.1
npm ERR! node_modules/@angular/compiler-cli
npm ERR!   dev @angular/compiler-cli@"~15.0.1" from the root project
npm ERR!   peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.1
npm ERR!   node_modules/@angular-devkit/build-angular
npm ERR!     dev @angular-devkit/build-angular@"~15.0.1" from the root project
npm ERR!   1 more (@ngtools/webpack)
npm ERR! 
npm ERR! Conflicting peer dependency: @angular/compiler@15.0.1
npm ERR! node_modules/@angular/compiler
npm ERR!   peer @angular/compiler@"15.0.1" from @angular/compiler-cli@15.0.1
npm ERR!   node_modules/@angular/compiler-cli
npm ERR!     dev @angular/compiler-cli@"~15.0.1" from the root project
npm ERR!     peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/build-angular@15.0.1
npm ERR!     node_modules/@angular-devkit/build-angular
npm ERR!       dev @angular-devkit/build-angular@"~15.0.1" from the root project
npm ERR!     1 more (@ngtools/webpack)
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2022-12-06T19_32_31_707Z-debug-0.log

@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Dec 6, 2022
@alan-agius4 alan-agius4 removed the request for review from jessicajaniuk December 6, 2022 18:11
@alan-agius4
Copy link
Contributor

Does not apply cleanly on patch, will send another pr separately

@alan-agius4 alan-agius4 added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Dec 6, 2022
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 50f6750 to 7f83435 Compare December 6, 2022 19:04
@AndrewKushnir AndrewKushnir added the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Dec 6, 2022
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 7f83435 to 6a81200 Compare December 6, 2022 19:34
@AndrewKushnir AndrewKushnir removed the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Dec 6, 2022
@AndrewKushnir
Copy link
Contributor

This PR was merged into the repository by commit 7c4e9ce.

@angular-robot angular-robot deleted the ng-renovate/cross-repo-angular-dependencies branch December 6, 2022 21:06
alan-agius4 pushed a commit to alan-agius4/angular that referenced this pull request Dec 7, 2022
See associated pull request for more information.

PR Close angular#47882

(cherry picked from commit 7c4e9ce)
AndrewKushnir pushed a commit that referenced this pull request Dec 7, 2022
See associated pull request for more information.

PR Close #47882

(cherry picked from commit 7c4e9ce)

PR Close #48384
@angular-automatic-lock-bot
Copy link

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 Jan 6, 2023
trekladyone pushed a commit to trekladyone/angular that referenced this pull request Feb 1, 2023
See associated pull request for more information.

PR Close angular#47882
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 merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants