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

Bump @angular/core from 13.3.11 to 15.2.10 #203

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps @angular/core from 13.3.11 to 15.2.10.

Release notes

Sourced from @​angular/core's releases.

v15.2.10

15.2.10 (2023-10-04)

service-worker

Commit Description
fix - 9fe08968b8 throw a critical error when handleFetch fail (#51989)

v15.2.9

15.2.9 (2023-05-03)

common

Commit Description
fix - 9107e931ca fix incorrectly reported distortion for padded images (#49889)

compiler-cli

Commit Description
fix - 7c58885797 catch fatal diagnostic when getting diagnostics for components (#50046)

v15.2.8

15.2.8 (2023-04-19)

core

Commit Description
fix - 2fff8fadbe handle invalid classes in class array bindings (#49924)

http

Commit Description
fix - 05a0225deb prevent headers from throwing an error when initializing numerical values (#49379)

router

Commit Description
fix - 09a42d988e canceledNavigationResolution: 'computed' with redirects to the current URL (#49793)

v15.2.7

15.2.7 (2023-04-12)

compiler

Commit Description
fix - b0c1a90f55 Produce diagnositc if directive used in host binding is not exported (#49792)

compiler-cli

Commit Description
fix - a40529af2e Catch FatalDiagnosticError during template type checking (#49792)

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

17.0.0-next.6 (2023-09-27)

Breaking Changes

router

  • Absolute redirects no longer prevent further redirects. Route configurations may need to be adjusted to prevent infinite redirects where additional redirects were previously ignored after an absolute redirect occurred.
  • The setupTestingRouter function has been removed. Use RouterModule.forRoot or provideRouter to setup the Router for tests instead.

Deprecations

animations

  • The AnimationDriver.NOOP symbol is deprecated, use NoopAnimationDriver instead.

animations

Commit Type Description
0598613950 refactor deprecation of AnimationDriver.NOOP (#51843)

compiler

Commit Type Description
23bfa10ac8 fix add diagnostic for inaccessible deferred trigger (#51922)
31295a3cf9 fix allocating unnecessary slots in conditional instruction (#51913)

compiler-cli

Commit Type Description
377a7abfda fix bypass static resolving of the component's changeDetection field in local compilation mode (#51848)
f91f222b55 fix resolve component encapsulation enum in local compilation mode (#51848)

core

Commit Type Description
c7127b98b5 feat add schematic to escape block syntax characters (#51905)
3cbb2a8ecf feat implement deferred block interaction triggers (#51830)
8be2c48b7c feat implement new block syntax (#51891)
687b96186c feat support deferred hover triggers (#51874)
e2e3d69a27 feat support deferred triggers with implicit triggers (#51922)
16f5fc40a4 feat support deferred viewport triggers (#51874)
dcf18dc74c fix allow toSignal calls in reactive context (#51831)

platform-browser

Commit Type Description
3c0577f991 perf disable styles of removed components instead of removing (#51808)

... (truncated)

Commits
  • 9d66548 test(common): test rounding problems in image distortion detection (#49889)
  • 6764fb6 test(common): show ngOptimizedImage distortion detection failure on padded im...
  • 2fff8fa fix(core): handle invalid classes in class array bindings (#49924)
  • bce7f6b refactor(core): Remove ununsed Zone mock from testing internals. (#49873)
  • 08ba492 refactor(core): improve styling coverage (#49868)
  • f266a05 refactor(core): drop IE workarounds (#49763)
  • 702ec90 fix(core): When using setInput, mark view dirty in same way as markForCheck...
  • ffdfdc2 refactor(migrations): log a link to the standalone migration (#49752)
  • da5f316 refactor(core): Use the nullish coalescing assignment in render3 functions (#...
  • d9efa1b feat(core): change the URL sanitization to only block javascript: URLs (#49659)
  • 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/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 13.3.11 to 15.2.10.
- [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/15.2.10/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2023
@SchoolGuy SchoolGuy closed this Jan 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/core-15.2.10 branch January 7, 2024 10:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant