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 glob-parent and @angular/compiler-cli in /code/hello-frog #57

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Removes glob-parent. It's no longer used after updating ancestor dependency @angular/compiler-cli. These dependencies need to be updated together.

Removes glob-parent

Updates @angular/compiler-cli from 8.2.14 to 14.2.6

Release notes

Sourced from @​angular/compiler-cli's releases.

v14.2.6

14.2.6 (2022-10-12)

compiler-cli

Commit Description
fix - 3fd176a905 add missing period to error message (#47744)
perf - c3821f5ab5 minimize filesystem calls when generating shims (#47682)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, Charles Lyding, Joey Perrott, Joshua Morony, Mathew Berg, Paul Gschwendtner, Peter Dickten, Renan Ferro, Sri Ram, WD Snoeijer, markostanimirovic and Álvaro Martínez

v14.2.5

14.2.5 (2022-10-05)

Special Thanks

Alexander Wiebe, Ciprian Sauliuc, Dmytro Mezhenskyi, George Kalpakas, Joe Martin (Crowdstaffing), Jordan, Ole M, Paul Gschwendtner, Pawel Kozlowski and mgechev

v14.2.4

14.2.4 (2022-09-28)

compiler-cli

Commit Description
perf - a4b66fe1e5 cache source file for reporting type-checking diagnostics (#47508)

core

Commit Description
fix - 2c46b5ab24 correctly check for typeof of undefined in ngDevMode check (#47480)

Special Thanks

Alan Agius, Ashley Hunter, Doug Parker, Jessica Janiuk, JoostK, Kristiyan Kostadinov, Rokas Brazdžionis and Simona Cotin

v14.2.3

14.2.3 (2022-09-21)

animations

Commit Description
fix - bba2dae812 make sure that the useAnimation function delay is applied (#47468)

Special Thanks

AleksanderBodurri, Andrew Kushnir, Andrew Scott, Bob Watson, George Kalpakas, Joey Perrott, Mauro Mattos, dario-piotrowicz, fabioemoutinho and famzila

v14.2.2

14.2.2 (2022-09-14)

animations

Commit Description
fix - 937e6c5b3d make sure that the animation function delay is applied (#47285)

common

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

14.2.6 (2022-10-12)

compiler-cli

Commit Type Description
3fd176a905 fix add missing period to error message (#47744)
c3821f5ab5 perf minimize filesystem calls when generating shims (#47682)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, Charles Lyding, Joey Perrott, Joshua Morony, Mathew Berg, Paul Gschwendtner, Peter Dickten, Renan Ferro, Sri Ram, WD Snoeijer, markostanimirovic and Álvaro Martínez

15.0.0-next.5 (2022-10-05)

Breaking Changes

compiler

  • Keyframes names are now prefixed with the component's "scope name". For example, the following keyframes rule in a component definition, whose "scope name" is host-my-cmp:

    @​keyframes foo { ... }

    will become:

    @​keyframes host-my-cmp_foo { ... }

    Any TypeScript/JavaScript code which relied on the names of keyframes rules will no longer match.

    The recommended solutions in this case are to either:

    • change the component's view encapsulation to the None or ShadowDom
    • define keyframes rules in global stylesheets (e.g styles.css)
    • define keyframes rules programmatically in code.

router

  • Previously, the RouterOutlet would immediately instantiate the component being activated during navigation. Now the component is not instantiated until the change detection runs. This could affect tests which do not trigger change detection after a router navigation. In rarer cases, this can affect production code that relies on the exact timing of component availability.

Deprecations

core

    • The ability to pass an NgModule to the providedIn option for @Injectable and InjectionToken is now deprecated.

    providedIn: NgModule was intended to be a tree-shakable alternative to NgModule providers. It does not have wide usage, and in most cases is used incorrectly, in circumstances where providedIn: 'root' should be preferred. If providers should truly be scoped to a specific NgModule, use NgModule.providers instead.

... (truncated)

Commits
  • 3fd176a fix(compiler-cli): add missing period to error message (#47744)
  • c3821f5 perf(compiler-cli): minimize filesystem calls when generating shims (#47682)
  • a4b66fe perf(compiler-cli): cache source file for reporting type-checking diagnostics...
  • 403b970 refactor(common): create an NgFor alias for NgForOf directive (#47309)
  • 0e35829 fix(compiler): avoid errors for inputs with Object-builtin names (#47220)
  • 59a6fe7 refactor(compiler): replace most usages of getMutableClone (#47167) (#47271)
  • b8562ea refactor(compiler): Add a new helper method getOwningNgModule. (#47166)
  • 8e9ab02 refactor(compiler): Add a new helper method getPrimaryAngularDecorator. (#4...
  • 31429ea feat(core): support TypeScript 4.8 (#47038)
  • c01ccc5 test: update ngtsc closure fileoverview tests to reflect suppression updates ...
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/hello-frog/glob-parent-and-angular/compiler-cli--removed branch from a666aa3 to 93856e6 Compare October 13, 2022 14:40
Removes [glob-parent](https://github.com/gulpjs/glob-parent). It's no longer used after updating ancestor dependency [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli). These dependencies need to be updated together.


Removes `glob-parent`

Updates `@angular/compiler-cli` from 8.2.14 to 14.2.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.2.6/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/code/hello-frog/glob-parent-and-angular/compiler-cli--removed branch from 93856e6 to f31a676 Compare October 13, 2022 14:43
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