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 13.2.3 #684

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/cli from 9.1.7 to 13.2.3.

Release notes

Sourced from @​angular/cli's releases.

v13.2.3

13.2.3 (2022-02-09)

@​angular-devkit/build-angular

Commit Description
fix - 8c8377fee block Karma from starting until build is complete

@​ngtools/webpack

Commit Description
fix - 1317e470e support locating PNPM lock file during NGCC processing

Special Thanks

Alan Agius, Derek Cormier and Joey Perrott

v13.2.2

13.2.2 (2022-02-02)

@​angular-devkit/build-angular

Commit Description
fix - cc5505cfc add whatwg-url to downlevel exclusion list
fix - ff54b49e7 ensure to use content hash as filenames hashing mechanism
perf - b0e2bb289 update license-webpack-plugin to 4.0.1

@​angular-devkit/core

Commit Description
fix - c8826a973 correctly resolve schema references defaults

Special Thanks

Alan Agius, Derek Cormier and Joey Perrott

v13.2.1

13.2.1 (2022-01-31)

@​angular-devkit/build-angular

Commit Description
fix - acd752773 invalid browsers version ranges

Special Thanks

Alan Agius

v13.2.0

13.2.0 (2022-01-26)

@​schematics/angular

Commit Description
fix - 41a828e20 updated Angular new project version to v13.2.0-next.0

@​angular-devkit/architect

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

13.2.3 (2022-02-09)

@​angular-devkit/build-angular

Commit Type Description
8c8377fee fix block Karma from starting until build is complete

@​ngtools/webpack

Commit Type Description
1317e470e fix support locating PNPM lock file during NGCC processing

Special Thanks

Alan Agius, Derek Cormier and Joey Perrott

14.0.0-next.0 (2022-02-02)

Breaking Changes

@​angular/cli

  • --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.

@​angular-devkit/build-angular

  • browser and karma builders script and styles options input files extensions are now validated.

Valid extensions for scripts are:

  • .js
  • .cjs
  • .mjs
  • .jsx
  • .cjsx
  • .mjsx

Valid extensions for styles are:

  • .css
  • .less
  • .sass

... (truncated)

Commits
  • 6e9ccda release: cut the v13.2.3 release
  • 8c8377f fix(@​angular-devkit/build-angular): block Karma from starting until build is ...
  • 214aede build: fix bazel build on windows
  • 1317e47 fix(@​ngtools/webpack): support locating PNPM lock file during NGCC processing
  • c6b97eb build: setup OpenSSF Scorecard
  • bb374a1 release: cut the v13.2.2 release
  • 687f224 docs(@​angular/cli): update @angular/cli package readme
  • c8826a9 fix(@​angular-devkit/core): correctly resolve schema references defaults
  • 76c08e2 build: stop publishing @angular-devkit/build-optimizer to NPM
  • 491e210 build: use bazel for snapshot builds
  • 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 #693.