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 #21875

Merged
merged 1 commit into from
Oct 6, 2021
Merged

build: update angular #21875

merged 1 commit into from
Oct 6, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest b8940cb -> 2cfccd6
@angular/animations devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/cdk dependencies digest e5a4849 -> 410f0a5
@angular/common dependencies digest 417e63e -> 68bd5e4
@angular/common devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/compiler dependencies digest 4322661 -> 6f1ce1e
@angular/compiler devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/compiler-cli dependencies digest 10ce3e8 -> a90db9e
@angular/compiler-cli devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/core dependencies digest f28e1be -> 796bf7e
@angular/core devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/forms dependencies digest 44d91cd -> a859d1c
@angular/forms devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/language-service dependencies digest 6a27af2 -> 303e92d
@angular/localize dependencies digest 4fdcb42 -> 2d19694
@angular/localize devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/material dependencies digest cad080a -> 6c2aebf
@angular/material-moment-adapter dependencies digest 1bb8e4c -> f4dd213
@angular/platform-browser dependencies digest eba73ff -> 3ed06be
@angular/platform-browser devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/platform-browser-dynamic dependencies digest 55827dd -> e84fbdd
@angular/platform-browser-dynamic devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/platform-server dependencies digest 7c59660 -> 9ad8c88
@angular/platform-server devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/router dependencies digest c73fdb5 -> 3673c4d
@angular/router devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12
@angular/service-worker dependencies digest cbfa0e7 -> a67cca0
@angular/service-worker devDependencies patch 13.0.0-next.11 -> 13.0.0-next.12

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


Release Notes

angular/angular

v13.0.0-next.12

Compare Source

Breaking Changes

core
  • TypeScript versions older than 4.4.2 are no longer supported.
service-worker
  • The return type of SwUpdate#activateUpdate and SwUpdate#checkForUpdate changed to Promise<boolean>.

Although unlikely, it is possible that this change will cause TypeScript type-checking to fail in
some cases. If necessary, update your types to account for the new
return type.

Deprecations

service-worker
  • The SwUpdate#activated observable is deprecated.

The SwUpdate#activated observable only emits values as a direct response to calling
SwUpdate#activateUpdate() and was only useful for determining whether the call resulted in an
update or not. Now, the return value of SwUpdate#activateUpdate() can be used to determine the
outcome of the operation and therefore using SwUpdate#activated does not offer any benefit.

  • The SwUpdate#availalbe observable is deprecated.

The new SwUpdate#versionUpdates observable provides the same information and more. Therefore, it
is possible to rebuild the same behavior as SwUpdate#availalbe using the events emitted by
SwUpdate#versionUpdates and filtering for VersionReadyEvent events.
As a result, the SwUpdate#availalbe observable is now redundant.

bazel
Commit Type Description
dbe656d1e0 fix ngc-wrapped should not rely on linker for external workspaces (#​43690)
compiler-cli
Commit Type Description
263feba5c2 fix handle nullable expressions correctly in the nullish coalescing extended template diagnostic (#​43572)
core
Commit Type Description
c14085e434 feat drop support for TypeScript 4.2 and 4.3 (#​43642)
7fd0428aae fix don't rethrow errors if test teardown has been disabled (#​43635)
language-service
Commit Type Description
69957f72e2 feat provide snippets for attribute (#​43590)
router
Commit Type Description
2ab2a080b6 fix unset attachRef when router-outlet is destroyed to avoid mounting a destroyed component (#​43697)
service-worker
Commit Type Description
59225f5586 feat SwUpdate#activeUpdate and SwUpdate#checkForUpdate should have a meaningful outcome (#​43668)
0dc45446fe feat expose more version update events (#​43668)
fddb50b597 fix make ngsw.json generation deterministic and correct (#​43679)

Special Thanks

Alan Agius, Andrew Scott, Doug Parker, George Kalpakas, Kristiyan Kostadinov, Maximilian KΓΆller, Paul Gschwendtner, Wey-Han Liaw and ivanwonder


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: 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 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 Oct 6, 2021
@google-cla google-cla bot added the cla: yes label Oct 6, 2021
@filipesilva filipesilva merged commit 0f6935f into master Oct 6, 2021
@renovate renovate bot deleted the renovate/angular branch October 6, 2021 11:15
@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 Nov 6, 2021
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: 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

3 participants