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 angular #24949

Merged
merged 1 commit into from Apr 6, 2023
Merged

Conversation

angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Apr 4, 2023

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 6f91ab9 -> 2080cd3
@angular/animations devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/build-tooling devDependencies digest 1bd47a3 -> a8012d3
@angular/cdk dependencies digest a35ef9f -> 1c67057
@angular/cdk devDependencies patch 15.2.5 -> 15.2.6
@angular/common dependencies digest b0d7291 -> f5b969b
@angular/common devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/compiler dependencies digest 743f6b2 -> 3205fad
@angular/compiler devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/compiler-cli dependencies digest 9446882 -> ceeb6cb
@angular/compiler-cli (source) devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/core dependencies digest f412673 -> 845f192
@angular/core devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/forms dependencies digest 4b014a5 -> f694379
@angular/forms devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/language-service dependencies digest eb2cb76 -> c578464
@angular/localize dependencies digest 1849b7f -> f8cf02d
@angular/localize devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/material dependencies digest 785e142 -> f9f64e9
@angular/material devDependencies patch 15.2.5 -> 15.2.6
@angular/material-moment-adapter dependencies digest 684cb3d -> adba6cf
@angular/ng-dev devDependencies digest 80af881 -> 68a6d97
@angular/platform-browser dependencies digest 45ba356 -> 1e583f7
@angular/platform-browser devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/platform-browser-dynamic dependencies digest 3fb794a -> 1cf5507
@angular/platform-browser-dynamic devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/platform-server dependencies digest 60fc0c1 -> 287f11a
@angular/platform-server devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/router dependencies digest 3160ff0 -> 1f9279c
@angular/router (source) devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
@angular/service-worker dependencies digest bbe41ef -> d5292a6
@angular/service-worker devDependencies patch 16.0.0-next.5 -> 16.0.0-next.7
angular/dev-infra action digest 0189d65 -> d28e5f7

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


Release Notes

angular/angular

v16.0.0-next.7

Compare Source

Breaking Changes

core
  • QueryList.filter now supports type guard functions, which will result in type narrowing. Previously if you used type guard functions, it resulted in no changes to the return type. Now the type would be narrowed, which might require updates to the application code that relied on the old behavior.
  • The ReflectiveInjector and related symbols were removed. Please update the code to avoid references to the ReflectiveInjector symbol. Use Injector.create as a replacement to create an injector instead.
platform-browser
  • The deprecated BrowserTransferStateModule was removed, since it's no longer needed. The TransferState class can be injected without providing the module. The BrowserTransferStateModule was empty starting from v14 and you can just remove the reference to that module from your applications.
core
Commit Type Description
b2327f4df1 feat Allow typeguards on QueryList.filter (#​48042)
b35fa73968 feat change the URL sanitization to only block javascript: URLs (#​49659)
061f3d1086 feat Drop public factories property for IterableDiffers : Breaking change (#​49598)
a5f1737d1c feat expose onDestroy on ApplicationRef (#​49677)
aad05ebeb4 feat support usage of non-experimental decorators with TypeScript 5.0 (#​49492)
df1dfc4c17 fix make sure that lifecycle hooks are not tracked (#​49701)
a4e749ffca fix When using setInput, mark view dirty in same was as markForCheck (#​49711)
3b863ddc1e refactor Remove ReflectiveInjector symbol (#​48103)
http
Commit Type Description
aff1512950 feat allow HttpClient to cache requests (#​49509)
platform-browser
Commit Type Description
761e02d912 feat add a public API function to enable non-destructive hydration (#​49666)
81e7d15ef6 feat enable HTTP request caching when using provideClientHydration (#​49699)
9bd9a11f4e refactor remove deprecated BrowserTransferStateModule symbol (#​49718)
platform-server
Commit Type Description
7870fb07fe feat rename provideServerSupport to provideServerRendering (#​49678)
router
Commit Type Description
b203e4c19d fix create correct URL relative to path with empty child (#​49691)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Charles Lyding, Dylan Hunn, Guillaume Weghsteen, Jessica Janiuk, JoostK, Matthieu Riegler, Pawel Kozlowski, Robin Richtsfeld, Sandra Limacher and vikram menon

v16.0.0-next.6

Compare Source

Breaking Changes

  • Deprecated EventManager method addGlobalEventListener has been removed as it is not used by Ivy.
Commit Type Description
2703fd6260 refactor remove deprecated EventManager method addGlobalEventListener (#​49645)
core
Commit Type Description
d7d6514add feat Add ability to configure NgZone in bootstrapApplication (#​49557)
e883198460 feat implement takeUntilDestroyed in rxjs-interop (#​49154)
8997bdc03b feat prototype implementation of @​angular/core/rxjs-interop (#​49154)
forms
Commit Type Description
07a1aa3004 feat Improve typings form (async)Validators (#​48679)
router
Commit Type Description
f982a3f965 feat Opt-in for binding Router information to component inputs (#​49633)
fa3909e8b4 fix Ensure initial navigation clears current navigation when blocking (#​49572)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, John Manners, Johnny GΓ©rard, Kristiyan Kostadinov, Matthieu Riegler, Pawel Kozlowski, Sarthak Thakkar and Vinit Neogi

angular/components

v15.2.6

Compare Source

cdk
Commit Type Description
cc5f7d0890 fix menu: move focus when opening via click (#​26874)
material
Commit Type Description
fd58310a1f fix core: don't use font shorthand property in typography-level (#​26865)

Special Thanks

Jonathan Meier and Kristiyan Kostadinov


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 Apr 4, 2023
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 4, 2023
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 22 times, most recently from dc4621f to faadf63 Compare April 6, 2023 04:17
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate and removed target: minor This PR is targeted for the next minor release labels Apr 6, 2023
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 3 times, most recently from 5a26acd to f81adfc Compare April 6, 2023 08:18
@angular-robot angular-robot bot merged commit 67195e1 into angular:main Apr 6, 2023
5 checks passed
@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 May 7, 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: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants