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

chore(deps): bump @angular/compiler from 14.0.3 to 14.0.4 in /src/main/resources/generator/dependencies/angular #2304

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2022

Bumps @angular/compiler from 14.0.3 to 14.0.4.

Release notes

Sourced from @​angular/compiler's releases.

v14.0.4

14.0.4 (2022-06-29)

animations

Commit Description
fix - 51be9bbe29 cleanup DOM elements when the root view is removed (#45143)
fix - 999aca86c8 enable shadowElements to leave when their parent does (#46459)

common

Commit Description
fix - 42aed6b13e handle CSS custom properties in NgStyle (#46451)

core

Commit Description
fix - 1e7f22f00a trigger ApplicationRef.destroy when Platform is destroyed (#46497)
fix - 8bde2dbc71 Update ngfor error code to be negative (#46555)
fix - 57e8fc00eb Updates error to use RuntimeError code (#46526)

forms

Commit Description
fix - 74a26d870e Convert existing reactive errors to use RuntimeErrorCode. (#46560)
fix - 747872212d Update a Forms validator error to use RuntimeError (#46537)

router

Commit Description
fix - d6fac9e914 Ensure that new RouterOutlet instances work after old ones are destroyed (#46554)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bezael, Chad Ramos, Chellappan, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Jeremy Meiss, Jessica Janiuk, Joey Perrott, KMathy, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, Ramesh Thiruchelvam, Vaibhav Kumar, arturovt, dario-piotrowicz and renovate[bot]

Changelog

Sourced from @​angular/compiler's changelog.

14.0.4 (2022-06-29)

animations

Commit Type Description
51be9bbe29 fix cleanup DOM elements when the root view is removed (#45143)
999aca86c8 fix enable shadowElements to leave when their parent does (#46459)

common

Commit Type Description
42aed6b13e fix handle CSS custom properties in NgStyle (#46451)

core

Commit Type Description
1e7f22f00a fix trigger ApplicationRef.destroy when Platform is destroyed (#46497)
8bde2dbc71 fix Update ngfor error code to be negative (#46555)
57e8fc00eb fix Updates error to use RuntimeError code (#46526)

forms

Commit Type Description
74a26d870e fix Convert existing reactive errors to use RuntimeErrorCode. (#46560)
747872212d fix Update a Forms validator error to use RuntimeError (#46537)

router

Commit Type Description
d6fac9e914 fix Ensure that new RouterOutlet instances work after old ones are destroyed (#46554)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bezael, Chad Ramos, Chellappan, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Jeremy Meiss, Jessica Janiuk, Joey Perrott, KMathy, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, Ramesh Thiruchelvam, Vaibhav Kumar, arturovt, dario-piotrowicz and renovate[bot]

14.1.0-next.2 (2022-06-22)

animations

Commit Type Description
342effeb7d fix reset the start and done fns on player reset (#46364)

core

Commit Type Description
ddd6d66203 fix deduplicate imports of standalone components in JIT compiler (#46439)
3d8787c961 fix handle NgModules with standalone pipes in TestBed correctly (#46407)
bb7c80477b fix make parent injector argument required in createEnvironmentInjector (#46397)

http

Commit Type Description
82acbf919b feat improve error message for nullish header (#46059)

platform-server

Commit Type Description
08d3db232c fix invalid style attribute being generated for null values (#46433)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

@codecov
Copy link

codecov bot commented Jun 30, 2022

Codecov Report

Merging #2304 (2fe1a59) into main (5ebbc38) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##                main     #2304   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2451      2451           
===========================================
  Files            543       543           
  Lines           9343      9343           
  Branches         222       222           
===========================================
  Hits            9343      9343           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f88191b...2fe1a59. Read the comment docs.

@pascalgrimaud
Copy link
Member

@dependabot rebase

Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 14.0.3 to 14.0.4.
- [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/14.0.4/packages/compiler)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/main/resources/generator/dependencies/angular/angular/compiler-14.0.4 branch from b31c62b to 2fe1a59 Compare June 30, 2022 04:52
@qmonmert qmonmert mentioned this pull request Jun 30, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 30, 2022

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/src/main/resources/generator/dependencies/angular/angular/compiler-14.0.4 branch June 30, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant