Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2022

Bumps @angular/compiler from 11.2.14 to 14.0.6.

Release notes

Sourced from @​angular/compiler's releases.

v14.0.6

14.0.6 (2022-07-13)

compiler-cli

Commit Description
fix - 99697dae66 only consider used pipes for inline type-check requirement (#46807)

forms

Commit Description
fix - 4f469cbef3 expose ControlConfig in public API (#46594)
fix - e8c8b695f2 Move all remaining errors in Forms to use RuntimeErrorCode. (#46654)

localize

Commit Description
fix - 14863acb1a add --project option to ng-add schematic (#46664)

Special Thanks

Alan Agius, Andrew Scott, Bob Watson, Dylan Hunn, George Kalpakas, Ivaylo Kirov, Jessica Janiuk, JoostK, Joshua VanAllen, Lukas Matta, Marcin Wosinek, Nicolas Molina Monroy, Paul Gschwendtner, SoulsMark, Uday Sony, dario-piotrowicz, markostanimirovic and zhysky

v14.0.5

14.0.5 (2022-07-06)

router

Commit Description
fix - a3bd65e2b8 Ensure APP_INITIALIZER of enabledBlocking option completes (#46634)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, George Kalpakas, Paul Gschwendtner and Pawel Kozlowski

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

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

14.0.6 (2022-07-13)

compiler-cli

Commit Type Description
99697dae66 fix only consider used pipes for inline type-check requirement (#46807)

forms

Commit Type Description
4f469cbef3 fix expose ControlConfig in public API (#46594)
e8c8b695f2 fix Move all remaining errors in Forms to use RuntimeErrorCode. (#46654)

localize

Commit Type Description
14863acb1a fix add --project option to ng-add schematic (#46664)

Special Thanks

Alan Agius, Andrew Scott, Bob Watson, Dylan Hunn, George Kalpakas, Ivaylo Kirov, Jessica Janiuk, JoostK, Joshua VanAllen, Lukas Matta, Marcin Wosinek, Nicolas Molina Monroy, Paul Gschwendtner, SoulsMark, Uday Sony, dario-piotrowicz, markostanimirovic and zhysky

14.1.0-next.4 (2022-07-06)

Deprecations

core

  • The bit field signature of inject() has been deprecated, in favor of the new options object. Correspondingly, InjectFlags is deprecated as well.

compiler

Commit Type Description
6f11a58040 feat Add extended diagnostic to warn when text attributes are intended to be bindings (#46161)

core

Commit Type Description
96c6139c9a feat add ability to set inputs on ComponentRef (#46641)
a7a14df5f8 feat introduce EnvironmentInjector.runInContext API (#46653)
fa52b6e906 feat options object to supersede bit flags for inject() (#46649)
af20112222 feat support the descendants option for ContentChild queries (#46638)

router

Commit Type Description
6c1357dd7d feat Add stable cancelation code to NavigationCancel event (#46675)
e8c7dd10e9 fix Ensure APP_INITIALIZER of enabledBlocking option completes (#46026)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Scott, Aristeidis Bampakos, Bob Watson, George Kalpakas, Paul Gschwendtner and Pawel Kozlowski

14.0.5 (2022-07-06)

router

| Commit | Type | Description |

... (truncated)

Commits
  • 79a973a build(bazel): remove tsec patch to enable runfiles on Windows (#46447)
  • 8ecfd71 fix(compiler-cli): don't emit empty providers array (#46301)
  • bb8d709 fix(compiler): exclude empty styles from emitted metadata (#45459)
  • a88bf20 refactor(compiler-cli): increase minimum version of partial declarations (#45...
  • 58e8f4b Revert "fix(compiler): scope css keyframes in emulated view encapsulation (#4...
  • 4d6a1d6 fix(compiler): scope css keyframes in emulated view encapsulation (#42608)
  • a50e2da fix(localize): ensure transitively loaded compiler code is tree-shakable (#45...
  • 68597bb feat(bazel): speed up dev-turnaround by bundling types only when packaging (#...
  • d3c0fa3 refactor(compiler-cli): propagate standalone flag in .d.ts metadata (#45672)
  • 99b3af4 refactor(compiler-cli): emit isStandalone flag in partial declarations (#45672)
  • 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 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/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 11.2.14 to 14.0.6.
- [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.6/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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2022

Superseded by #254.

@dependabot dependabot bot closed this Jul 20, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-14.0.6 branch July 20, 2022 20:28
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.

1 participant