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 17.3.7 to 18.1.5 in /ui/ui-editors #2824

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps @angular/core from 17.3.7 to 18.1.5.

Release notes

Sourced from @​angular/core's releases.

v18.1.5

18.1.5 (2024-08-14)

compiler-cli

Commit Description
fix - 5401332b0e generate valid TS 5.6 type checking code (#57303)

core

Commit Description
fix - e39b22a932 Account for addEventListener to be passed a Window or Document. (#57282)
fix - db65bc25ca Account for addEventListener to be passed a Window or Document. (#57354)
fix - 0e024ecc27 complete post-hydration cleanup in components that use ViewContainerRef (#57300)
fix - 822db64b93 skip hydration for i18n nodes that were not projected (#57356)
fix - 810f76f574 take skip hydration flag into account while hydrating i18n blocks (#57299)

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.1.5 (2024-08-14)

compiler-cli

Commit Type Description
5401332b0e fix generate valid TS 5.6 type checking code (#57303)

core

Commit Type Description
e39b22a932 fix Account for addEventListener to be passed a Window or Document. (#57282)
db65bc25ca fix Account for addEventListener to be passed a Window or Document. (#57354)
0e024ecc27 fix complete post-hydration cleanup in components that use ViewContainerRef (#57300)
822db64b93 fix skip hydration for i18n nodes that were not projected (#57356)
810f76f574 fix take skip hydration flag into account while hydrating i18n blocks (#57299)

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.1.3 (2024-07-31)

compiler

Commit Type Description
31dea066d6 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
1f9e090910 fix emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Type Description
f7ab04018e fix errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
eaa83f9d27 fix hydration error in some let declaration setups (#57173)

... (truncated)

Commits
  • f99bb20 refactor(core): Add experimental support to have one event contract when ther...
  • 97e5dcb refactor(core): Call stopPropagation and preventDefault unconditionally withi...
  • db65bc2 fix(core): Account for addEventListener to be passed a Window or Document. (#...
  • 822db64 fix(core): skip hydration for i18n nodes that were not projected (#57356)
  • 810f76f fix(core): take skip hydration flag into account while hydrating i18n blocks ...
  • 0e024ec fix(core): complete post-hydration cleanup in components that use ViewContain...
  • e39b22a fix(core): Account for addEventListener to be passed a Window or Document. (#...
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 6eac1b3 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 0c72976 refactor(core): Remove clickmod support from Angular. (#57201)
  • 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 17.3.7 to 18.1.5.
- [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/18.1.5/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  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 Sep 18, 2024
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