joejordanbrown / popover

Angular CDK Popover, no default style, examples using @angular/material
MIT License
212 stars 75 forks source link

chore(deps-dev): bump @angular/cli from 9.1.7 to 14.0.1 #773

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/cli from 9.1.7 to 14.0.1.

Release notes

Sourced from @​angular/cli's releases.

v14.0.1

14.0.1 (2022-06-08)

@​schematics/angular

Commit Description
fix - 73dcf39c6 remove strict setting under application project

@​angular/cli

Commit Description
fix - e4fb96657 add text to help output to indicate that additional commands are available when ran in different context
fix - 7952e5790 avoid creating unnecessary global configuration
fix - 66a1d6b9d correct scope cache command
fix - e2d964289 correctly print package manager name when an install is needed
fix - 75fd3330d during an update only use package manager force option with npm 7+
fix - e223890c1 ensure full process exit with older local CLI versions
fix - 0cca3638a handle project being passed as a flag
fix - b1451cb5e improve resilience of logging during process exit
fix - 17fec1357 provide actionable error when project cannot be determined

@​angular-devkit/build-angular

Commit Description
fix - c788d5b56 log modified and removed files when using the verbose option
fix - 6e8fe0ed5 replace dev-server socket path from /ws to /ng-cli-ws
fix - 651adadf4 update Angular peer dependencies to 14.0 stable

@​angular/pwa

Commit Description
fix - cfd264d06 add peer dependency on Angular CLI

Special Thanks

Alan Agius, Charles Lyding and Doug Parker

v14.0.0

14.0.0 (2022-06-02)

Breaking Changes

@​angular-devkit/schematics-cli

  • camel case arguments are no longer allowed.

@​angular-devkit/architect-cli

  • camel case arguments are no longer allowed.

@​angular/cli

  • Several changes to the ng analytics command syntax.

    • ng analytics project <setting> has been replaced with ng analytics <setting>
    • ng analytics <setting> has been replaced with ng analytics <setting> --global
  • Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.

  • Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.

  • --all option from ng update has been removed without replacement. To update packages which don’t provide ng update capabilities in your workspace package.json use npm update, yarn upgrade-interactive or yarn upgrade instead.

  • Deprecated option --prod has been removed from all builders. --configuration production/-c production should be used instead if the default configuration of the builder is not configured to production.

  • Deprecated ng x18n and ng i18n-extract commands have been removed in favor of ng extract-i18n.

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

14.0.1 (2022-06-08)

@​angular/cli

Commit Type Description
e4fb96657 fix add text to help output to indicate that additional commands are available when ran in different context
7952e5790 fix avoid creating unnecessary global configuration
66a1d6b9d fix correct scope cache command
e2d964289 fix correctly print package manager name when an install is needed
75fd3330d fix during an update only use package manager force option with npm 7+
e223890c1 fix ensure full process exit with older local CLI versions
0cca3638a fix handle project being passed as a flag
b1451cb5e fix improve resilience of logging during process exit
17fec1357 fix provide actionable error when project cannot be determined

@​schematics/angular

Commit Type Description
73dcf39c6 fix remove strict setting under application project

@​angular-devkit/build-angular

Commit Type Description
c788d5b56 fix log modified and removed files when using the verbose option
6e8fe0ed5 fix replace dev-server socket path from /ws to /ng-cli-ws
651adadf4 fix update Angular peer dependencies to 14.0 stable

@​angular/pwa

Commit Type Description
cfd264d06 fix add peer dependency on Angular CLI

Special Thanks

Alan Agius, Charles Lyding and Doug Parker

14.0.0 (2022-06-02)

Breaking Changes

@​angular/cli

... (truncated)

Commits
  • 75016d7 release: cut the v14.0.1 release
  • e2d9642 fix(@​angular/cli): correctly print package manager name when an install is ne...
  • c788d5b fix(@​angular-devkit/build-angular): log modified and removed files when using...
  • 651adad fix(@​angular-devkit/build-angular): update Angular peer dependencies to 14.0 ...
  • 0cca363 fix(@​angular/cli): handle project being passed as a flag
  • 17fec13 fix(@​angular/cli): provide actionable error when project cannot be determined
  • 613ba31 test(@​angular/cli): move completion command test in own directory
  • 792930d docs: remove azure builder reference
  • cfd264d fix(@​angular/pwa): add peer dependency on Angular CLI
  • e223890 fix(@​angular/cli): ensure full process exit with older local CLI versions
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #782.