Skip to content

Bump @angular/animations from 18.2.3 to 19.2.13 #1290

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps @angular/animations from 18.2.3 to 19.2.13.

Release notes

Sourced from @​angular/animations's releases.

19.2.13

common

Commit Description
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 speed up resolution of base (#61392)

19.2.11

No release notes provided.

19.2.10

common

Commit Description
fix - 89056a0356 cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.2.13 (2025-05-23)

common

Commit Type Description
2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Type Description
b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101)

20.0.0-rc.2 (2025-05-21)

Deprecations

platform-browser

  • All entries of the @angular/platform-browser-dynamic

Breaking Changes

core

  • Resource.value() now returns a default value when in a loading state after reloading the error state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.reload.

common

Commit Type Description
af7881abac fix cancel reader when app is destroyed (#61528)
966df84351 fix prevent reading chunks if app is destroyed (#61354)

compiler

Commit Type Description
e74266b108 fix avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Type Description
b57084267e fix Always retain prior results for all files (#61487)
7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
7efb3384a7 fix cleanup rxResource abort listener (#58306)
b90160d10a fix cleanup testability subscriptions (#61261)
3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441)
ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333)
d62379bb13 fix move reload method from Resource to WritableResource (#61441)
a89f1cff24 fix narrow error type for resources API (#61441)
6e79eaf739 fix reading resource value after reload in the error state (#61441)
350776b412 fix TestBed.tick should ensure test components are synchronized (#61382)
648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
5dbeb42308 fix unregister onDestroy in toSignal. (#61514)

... (truncated)

Commits
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 7f26df1 build: migrate animations to use rules_js based toolchain (#61479)
  • 9aedd30 refactor(animations): mark non-default new expressions as pure (#61452)
  • 1312eb1 build: remove irrelevant madge circular deps tests (#61209)
  • c081e04 docs: fix non-working link (#61131)
  • a554208 build: Run browsers tests without platform-browser-dynamic (#60937) (#61060)
  • 6b76bca Revert "build: Run browsers tests without platform-browser-dynamic (#60937)...
  • b2b8566 build: Run browsers tests without platform-browser-dynamic (#60937)
  • aca1f45 docs: fix non-working link (#61011)
  • fa48f98 fix(animations): add missing peer dependency on @angular/common (#60660)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.2.3 to 19.2.13.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.13/packages/animations)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 19.2.13
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 26, 2025
Copy link

cloudflare-workers-and-pages bot commented May 26, 2025

Deploying timelinetools with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6f33532
Status:🚫  Build failed.

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants