Skip to content

build: update angular #23050

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

Merged
merged 3 commits into from
May 6, 2022
Merged

build: update angular #23050

merged 3 commits into from
May 6, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 7b6d862 -> d49640a age adoption passing confidence
@angular/animations devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/cdk dependencies digest 39f12a8 -> 6b44d3f age adoption passing confidence
@angular/cdk devDependencies patch 14.0.0-next.11 -> 14.0.0-next.13 age adoption passing confidence
@angular/common dependencies digest 445b6b9 -> 1627482 age adoption passing confidence
@angular/common devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/compiler dependencies digest a06e296 -> 1bc04fa age adoption passing confidence
@angular/compiler devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/compiler-cli dependencies digest ca2fbd2 -> d655cb0 age adoption passing confidence
@angular/compiler-cli devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/core dependencies digest 7e9a673 -> ccac6d0 age adoption passing confidence
@angular/core devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/dev-infra-private devDependencies digest 4149a6b -> 54c89d2 age adoption passing confidence
@angular/forms dependencies digest f90e292 -> 188f3ec age adoption passing confidence
@angular/forms devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/language-service dependencies digest 3c284eb -> f3d7438 age adoption passing confidence
@angular/localize dependencies digest 740258f -> 25b76d0 age adoption passing confidence
@angular/localize devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/material dependencies digest c9fa6e8 -> 43eaae7 age adoption passing confidence
@angular/material devDependencies patch 14.0.0-next.11 -> 14.0.0-next.13 age adoption passing confidence
@angular/material-moment-adapter dependencies digest f125bf9 -> edee3a3 age adoption passing confidence
@angular/platform-browser dependencies digest 62dff5c -> 2a2374f age adoption passing confidence
@angular/platform-browser devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest c5315ac -> 04128ca age adoption passing confidence
@angular/platform-browser-dynamic devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/platform-server dependencies digest 6c99913 -> b44b9aa age adoption passing confidence
@angular/platform-server devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/router dependencies digest 5659a78 -> eef60c7 age adoption passing confidence
@angular/router devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
@angular/service-worker dependencies digest ca95514 -> fdbe7f7 age adoption passing confidence
@angular/service-worker devDependencies patch 14.0.0-next.14 -> 14.0.0-next.16 age adoption passing confidence
angular/dev-infra action digest 303acfd -> d9f50ab age adoption passing confidence

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


Release Notes

angular/angular

v14.0.0-next.16

Compare Source

Breaking Changes

router
  • initialNavigation: 'enabled' was deprecated in v11 and is replaced by
    initialNavigation: 'enabledBlocking'.
common
Commit Type Description
10691c626b fix properly cast http param values to strings (#​42643)
compiler
Commit Type Description
bb8d7091c6 fix exclude empty styles from emitted metadata (#​45459)
compiler-cli
Commit Type Description
9cf14ff03d feat exclude abstract classes from strictInjectionParameters requirement (#​44615)
752ddbc165 feat Support template binding to protected component members (#​45823)
32c625d027 fix handle forwardRef in imports of standalone component (#​45869)
9cfea3d522 fix report invalid imports in standalone components during resolve phase (#​45827)
core
Commit Type Description
e702cafcf2 feat allow to throw on unknown elements in tests (#​45479)
6662a97c61 feat allow to throw on unknown elements in tests (#​45479)
a6675925b0 feat allow to throw on unknown properties in tests (#​45853)
29039fcdbc feat support TypeScript 4.7 (#​45749)
401dec46eb feat update TestBed to recognize Standalone Components (#​45809)
f3eb7d9ecb fix Ensure the StandaloneService is retained after closure minification (#​45783)
fa755b2a54 fix prevent BrowserModule providers from being loaded twice (#​45826)
4e413d9240 fix support nested arrays of providers in EnvironmentInjector (#​45789)
fde4942cdf fix throw if standalone components are present in @NgModule.bootstrap (#​45825)
aafac7228f fix verify standalone component imports in JiT (#​45777)
forms
Commit Type Description
2dbdebc646 feat Add FormBuilder.nonNullable. (#​45852)
platform-server
Commit Type Description
dff5586d52 feat implement renderApplication function (#​45785)
22c71be94c fix update renderApplication to move appId to options (#​45844)
router
Commit Type Description
41e2a68e30 feat add type properties to all router events (#​44189)
d4fc12fa19 fix Remove deprecated initialNavigation option (#​45729)

Special Thanks

AleksanderBodurri, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Charles Lyding, Cédric Exbrayat, Dylan Hunn, George Kalpakas, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, Ryan Day, Zack Elliott, cexbrayat and dario-piotrowicz

v14.0.0-next.15

Compare Source

Breaking Changes

common
  • Adds new required class member that any implementors of the LocationStrategy will need to satisfy.
    Location does not depend on PlatformLocation anymore.
router
  • When a guard returns a UrlTree, the router would previously schedule
    the redirect navigation within a setTimeout. This timeout is now removed,
    which can result in test failures due to incorrectly written tests.
    Tests which perform navigations should ensure that all timeouts are
    flushed before making assertions. Tests should ensure they are capable
    of handling all redirects from the original navigation.
bazel
Commit Type Description
68597bb0ca feat speed up dev-turnaround by bundling types only when packaging (#​45405)
970a3b5c70 fix add this_is_bazel marker (#​45728)
common
Commit Type Description
31d7c3bd71 feat add getState method to LocationStrategy interface (#​45648)
core
Commit Type Description
5771b18a98 feat add the bootstrapApplication function (#​45674)
5a10fc4f82 feat implement standalone directives, components, and pipes (#​45687)
localize
Commit Type Description
a50e2da64a fix ensure transitively loaded compiler code is tree-shakable (#​45405)
router
Commit Type Description
dea8c86cd5 feat add ariaCurrentWhenActive input to RouterLinkActive directive (#​45167)
4962a4a332 feat Allow loadChildren to return a Route array (#​45700)
50004c143b feat Support lazy loading standalone components with loadComponent (#​45705)
7b367d9d90 refactor Remove unnecessary setTimeout in UrlTree redirects (#​45735)

Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, George Kalpakas, Joey Perrott, Michal Materowski, Paul Gschwendtner, Pawel Kozlowski, Sumit Arora and dario-piotrowicz

angular/components

v14.0.0-next.13

Compare Source

cdk
Commit Type Description
8946ce2b8f fix menu: allow scrolling while menu is open
material
Commit Type Description
00cf4a2f26 feat autocomplete: add clear method to test harness (#​24752)
08851de204 fix menu: add constructor overloads for non-deprecated signatures (#​24860)
material-experimental
Commit Type Description
30f51814a5 fix mdc-snack-bar: avoid multiple snack bars on the page if opened in quick succession (#​24757)
f86faf534a fix mdc-table: add inherit background to rows (#​24867)

Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel

v14.0.0-next.12

Compare Source

Deprecations

material
  • mat.define-dark-theme no longer accepts $primary, $accent and $warn.
    Pass a single config map instead.
  • mat.define-light-theme no longer accepts $primary, $accent and $warn.
    Pass a single config map instead.
  • Custom Material themes should no longer access primary, accent, warn,
    is-dark, foreground and background from the theme map, but instead use the actual color
    configuration (mat.get-color-config($theme)).
  • Passing a color configuration directly to a -theme mixin
    is not supported. Pass the theme container object instead or use the dedicated
    -color mixins.
material-experimental
Commit Type Description
ce67406f4a fix mdc-slider: remove pointerdown passive eve… (#​24766)
d3428ba5a2 fix mdc-snack-bar: avoid querying the DOM on each change detection (#​24770)
material
Commit Type Description
4e5e286e9e fix autocomplete: outside click in Angular zone. (#​24817)
8dfbbed549 fix table: accessibility improvements on table examples
f30609c925 refactor core: deprecate legacy theming API (#​24835)
cdk
Commit Type Description
c6a1d1519e feat dialog: move experimental CDK dialog into stable (#​24804)
49c1921316 feat drag-drop: adding method to set drag position (#​24769)
653457eaf4 feat menu: move experimental CDK menu into stable (#​24826)
0faba6e5fc fix overlay: animations interrupted on repeat insertions (#​24815)

Special Thanks

Andrew Seguin, Diego Bonura, Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Martin Forstner, Paul Gschwendtner, Ruslan Lekhman, Sukka, Wagner Maciel, Zach Arend and renovate[bot]


Configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Apr 28, 2022
@renovate renovate bot force-pushed the renovate/angular branch 2 times, most recently from 753b175 to d859576 Compare April 28, 2022 13:35
@clydin clydin force-pushed the renovate/angular branch from d859576 to 9a4b207 Compare April 28, 2022 13:52
@renovate renovate bot force-pushed the renovate/angular branch from 9a4b207 to 82c57bd Compare April 28, 2022 14:21
@clydin clydin force-pushed the renovate/angular branch from 82c57bd to 9a4b207 Compare April 28, 2022 14:34
@renovate renovate bot force-pushed the renovate/angular branch from 9a4b207 to 1b83eed Compare April 28, 2022 14:36
@clydin clydin force-pushed the renovate/angular branch from 1b83eed to f6a561f Compare April 28, 2022 14:43
@clydin clydin added state: blocked on upstream and removed action: merge The PR is ready for merge by the caretaker labels Apr 28, 2022
@renovate renovate bot force-pushed the renovate/angular branch 19 times, most recently from 7ce7e9a to c014153 Compare May 5, 2022 17:53
@renovate renovate bot force-pushed the renovate/angular branch 3 times, most recently from c0380a6 to d439b3a Compare May 6, 2022 02:07
@renovate renovate bot force-pushed the renovate/angular branch from d439b3a to 38ac560 Compare May 6, 2022 11:55
clydin added 2 commits May 6, 2022 11:11
The `ɵParsedTranslation` type is now exported from the root entry point and can be used without the `private` deep import.
…versions utility

This change allows renovate to automatically manage the dependency updates for the `ts-node` package used by the E2E schematic.
@clydin clydin added target: rc This PR is targeted for the next release-candidate action: merge The PR is ready for merge by the caretaker and removed state: blocked on upstream target: minor This PR is targeted for the next minor release labels May 6, 2022
@clydin clydin requested a review from dgp1130 May 6, 2022 15:17
@clydin clydin added this to the v14 milestone May 6, 2022
@dgp1130 dgp1130 merged commit 1b2b8d9 into main May 6, 2022
@clydin clydin deleted the renovate/angular branch May 6, 2022 18:19
@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 Jun 6, 2022
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 target: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants