build: update cross-repo angular dependencies by angular-robot · Pull Request #49188 · angular/angular · GitHub
Skip to content

build: update cross-repo angular dependencies - #49188

Closed
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies
Closed

angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/cross-repo-angular-dependencies

Conversation

@angular-robot

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
@angular-devkit/architect-cli devDependencies patch 0.1600.0-next.1 -> 0.1600.0-next.2
@angular-devkit/build-angular dependencies patch 16.0.0-next.1 -> 16.0.0-next.2
@angular-devkit/build-angular devDependencies patch 16.0.0-next.1 -> 16.0.0-next.2
@angular-devkit/core dependencies patch 16.0.0-next.1 -> 16.0.0-next.2
@angular-devkit/schematics dependencies patch 16.0.0-next.1 -> 16.0.0-next.2
@angular/animations dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/build-tooling devDependencies digest c57ba78 -> 1cb2d56
@angular/cdk dependencies major 15.2.0-rc.0 -> 16.0.0-next.0
@angular/cli dependencies patch 16.0.0-next.1 -> 16.0.0-next.2
@angular/cli devDependencies patch 16.0.0-next.1 -> 16.0.0-next.2
@angular/common dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/compiler dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/compiler-cli (source) devDependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/core dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/elements dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/forms dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/material dependencies major 15.2.0-rc.0 -> 16.0.0-next.0
@angular/ng-dev devDependencies digest 99a6d6b -> 0422415
@angular/platform-browser dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/platform-browser-dynamic dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/router (source) dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@angular/service-worker dependencies patch 16.0.0-next.0 -> 16.0.0-next.1
@schematics/angular dependencies patch 16.0.0-next.1 -> 16.0.0-next.2
angular/dev-infra action digest c12a0ca -> 37e5bac

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


Release Notes

angular/angular-cli

v0.1600.0-next.2

Compare Source

angular/angular

v16.0.0-next.1

Compare Source

Breaking Changes

compiler
    • TypeScript 4.8 is no longer supported.
core
  • Node.js v14 support has been removed

    Node.js v14 is planned to be End-of-Life on 2023-04-30. Angular will stop supporting Node.js v14 in Angular v16. Angular v16 will continue to officially support Node.js versions v16 and v18.

router
  • Tests which mock ActivatedRoute instances may need to be adjusted
    because Router.createUrlTree now does the right thing in more
    scenarios. This means that tests with invalid/incomplete ActivatedRoute mocks
    may behave differently than before. Additionally, tests may now navigate
    to a real URL where before they would navigate to the root. Ensure that
    tests provide expected routes to match.
    There is rarely production impact, but it has been found that relative
    navigations when using an ActivatedRoute that does not appear in the
    current router state were effectively ignored in the past. By creating
    the correct URLs, this sometimes resulted in different navigation
    behavior in the application. Most often, this happens when attempting to
    create a navigation that only updates query params using an empty
    command array, for example router.navigate([], {relativeTo: route, queryParams: newQueryParams}). In this case, the relativeTo property
    should be removed.
common
Commit Type Description
3c9d49a4d7 fix make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#​49181)
compiler
Commit Type Description
79cdfeb392 feat drop support for TypeScript 4.8 (#​49155)
compiler-cli
Commit Type Description
b6c6dfd278 fix do not persist component analysis if template/styles are missing (#​49184)
core
Commit Type Description
99d874fe3b feat add support for TypeScript 5.0 (#​49126)
0f5c8003cc feat introduce concept of DestroyRef (#​49158)
e9edea363c fix update zone.js peerDependencies ranges (#​49244)
f594725951 refactor remove Node.js v14 support (#​49255)
migrations
Commit Type Description
87affadb87 fix avoid migrating the same class multiple times in standalone migration (#​49245)
7dd19570e8 fix delete barrel exports in standalone migration (#​49176)
platform-server
Commit Type Description
a08a8ff108 fix bundle @​angular/domino in via esbuild (#​49229)
router
Commit Type Description
455c728525 feat helper functions to convert class guards to functional (#​48709)
7e35a917c5 fix add error message when using loadComponent with a NgModule (#​49164)
31f210bf2c fix Router.createUrlTree should work with any ActivatedRoute (#​48508)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Craig Spence, Doug Parker, Iván Navarro, Jessica Janiuk, JiaLiPassion, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Michael Ziluck, Paul Gschwendtner, Pawel Kozlowski, Stephanie Tuerk, Vincent and Virginia Dooley

angular/components

v16.0.0-next.0

Compare Source

material
Commit Type Description
506bca5712 feat tabs: add stretchTabs to MatTabsConfig (#​26644)
8a32172678 fix card: refactor to depend on @​angular/material/core/tokens (#​26674)

Special Thanks

Alan Agius, Joel Kesler, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Wagner Maciel and Zach Arend

v15.2.1

Compare Source

Breaking Changes

  • the description for body-1 and body-2 has changed
material
Commit Type Description
9a57674fea fix chips: allow attribute selectors for chips (#​26683)
fdf1dc4b07 fix chips: chips should assume their minimum density rather than error for small densities (#​26688)
d61443b62d fix chips: remove spans from top level of component (#​26689)
5e67c1a345 fix chips: styling not updating when actions are removed (#​26696)
a87735e4ba fix list: add disabled attribute for mat-list-item buttons (#​26672)
54d157f3d2 fix schematics: migrate to mdc components selectively bug (#​26427)
4338e5ee57 fix snack-bar: misaligned lines on safari for long messages (#​26692)
Commit Type Description
b71fa77f7d docs reverse body-1 and body-2 typography description (#​26330)

Special Thanks

Hamza jayri, Kristiyan Kostadinov, Matthieu Riegler, Miles Malerba, OneSidedPrism, VICTORIA JOHNSON and llorenspujol

v15.2.0

Compare Source

cdk
Commit Type Description
62bd54e8e feat testing: add method to set the text of an element
material
Commit Type Description
b42650c88 feat chips: add test harness support for edit input
5e96eb04c fix chips: add opt-out for single-select checkmarks (#​26338)
46cfbe566 fix core: add checkmark for single-select (#​25962)

Special Thanks

Amy Sorto, Hamza jayri, Jonas Brems, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, 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: 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: 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 Feb 23, 2023
@ngbot ngbot Bot modified the milestone: Backlog Feb 23, 2023
@pullapprove
pullapprove Bot requested a review from josephperrott February 23, 2023 21:07
@alan-agius4
alan-agius4 requested review from devversion and removed request for josephperrott February 23, 2023 21:07
@pullapprove
pullapprove Bot requested a review from josephperrott February 23, 2023 21:07
@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 4 times, most recently from acdb4ab to 9bf703d Compare February 27, 2023 23:07
@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 8 times, most recently from ccfdd99 to 1814569 Compare March 6, 2023 19:07
See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 1814569 to 169bde4 Compare March 7, 2023 16:08

@josephperrott josephperrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@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 Mar 7, 2023
@josephperrott
josephperrott removed the request for review from devversion March 7, 2023 22:44
@josephperrott josephperrott added target: major This PR is targeted for the next major release and removed target: patch This PR is targeted for the next patch release labels Mar 7, 2023
@jessicajaniuk

Copy link
Copy Markdown
Contributor

This PR was merged into the repository by commit 984d0f4.

@angular-robot
angular-robot deleted the ng-renovate/cross-repo-angular-dependencies branch March 8, 2023 02:34
@angular-automatic-lock-bot

Copy link
Copy Markdown

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Apr 8, 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: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants