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/compiler from 13.0.3 to 18.1.0 #4377

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps @angular/compiler from 13.0.3 to 18.1.0.

Release notes

Sourced from @​angular/compiler's releases.

v18.1.0

18.1.0 (2024-07-10)

common

Commit Description
fix - f25653e231 typo in NgOptimizedImage warning (#56756)
fix - 9b35726e42 typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Description
feat - fd6cd0422d Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
fix - 341a116d61 allow more characters in let declaration name (#56764)
fix - 2a1291e942 give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Description
fix - 66e582551e avoid duplicate diagnostics for let declarations read before definition (#56843)
fix - 4d18c5bfd5 flag all conflicts between let declarations and local symbols (#56752)
fix - 9e21582456 Show template syntax errors in local compilation modified (#55855)
fix - 5996502921 type check let declarations nested inside nodes (#56752)
fix - cdebf751e4 used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Description
feat - ea3c802056 Add a schematic to migrate afterRender phase flag (#55648)
feat - 5df3e78c99 add equality function to rxjs-interop toSignal (#56447)
feat - 0a48d584f2 add support for let syntax (#56715)
feat - 352e0782ec expose signal input metadata in ComponentMirror (#56402)
feat - a655e46447 Redesign the afterRender & afterNextRender phases API (#55648)
feat - e5a6f91722 support TypeScript 5.5 (#56096)
fix - 38effcc63e Add back phase flag option as a deprecated API (#55648)
fix - 86bcfd3e49 improve docs on afterRender hooks (#56522)
fix - b2445a0953 link errors to ADEV (#55554) (#56038)
fix - 03a2acd2a3 properly remove imports in the afterRender phase migration (#56524)
fix - 4d87b9e899 rename the equality function option in toSignal (#56769) (#56922)
fix - 8bd4c074af toSignal equal option should be passed to inner computed (#56903)

forms

Commit Description
fix - 00bde8b1c2 Make NgControlStatus host bindings OnPush compatible (#55720)

http

Commit Description
fix - cc21989132 Make Content-Type header case insensitive (#56541)

language-service

Commit Description
feat - b400e2e4d4 autocompletion for the component not imported (#55595)
fix - 67b2c336bc import the default exported component correctly (#56432)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

Commit Type Description
cc21989132 fix Make Content-Type header case insensitive (#56541)

language-service

Commit Type Description
b400e2e4d4 feat autocompletion for the component not imported (#55595)
67b2c336bc fix import the default exported component correctly (#56432)

router

| Commit | Type | Description |

... (truncated)

Commits
  • aef166f fix(compiler): fix CSS animation rule scope (#56800)
  • 341a116 fix(compiler): allow more characters in let declaration name (#56764)
  • 2a1291e fix(compiler): give precedence to local let declarations over parent ones (#5...
  • 0a48d58 feat(core): add support for let syntax (#56715)
  • bbe39c1 refactor(core): integrate let instructions into the runtime (#56527)
  • 64990a5 refactor(compiler): integrate let declarations into the template pipeline (#5...
  • 0bd55a6 refactor(docs-infra): complete removal of aio directory (#56496)
  • 5162a32 refactor(compiler): expose shorthand object metadata in expression AST (#56405)
  • 6951264 refactor(compiler-cli): integrate let declarations into the template type che...
  • b7fc7fd refactor(compiler): integrate let declarations into the template binder (#56199)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/compiler-18.1.0 branch from f769ce9 to 264748b Compare July 11, 2024 10:13
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 13.0.3 to 18.1.0.
- [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.0/packages/compiler)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/compiler-18.1.0 branch from 264748b to 532cb0b Compare July 11, 2024 10:15
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 18, 2024

Superseded by #4389.

@dependabot dependabot bot closed this Jul 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-18.1.0 branch July 18, 2024 11:01
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.

None yet

0 participants