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.3.2 #715

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/cli from 9.1.7 to 13.3.2.

Release notes

Sourced from @​angular/cli's releases.

v13.3.2

13.3.2 (2022-04-06)

@​schematics/angular

Commit Description
fix - bbe74b87e provide actionable error message when routing declaration cannot be found

@​angular/cli

Commit Description
fix - 49dc63d09 ensure lint command auto-add exits after completion

@​angular-devkit/build-angular

Commit Description
fix - c97c8e7c9 update minimatch dependency to 3.0.5

Special Thanks

Alan Agius, Charles Lyding and Morga Cezary

v13.3.1

13.3.1 (2022-03-30)

@​angular-devkit/schematics-cli

Commit Description
fix - ba3486de9 update minimist to 1.2.6

@​angular-devkit/architect-cli

Commit Description
fix - 9f8d4dea0 update minimist to 1.2.6

@​schematics/angular

Commit Description
fix - cf3cb2ecf fix extra comma added when use --change-detection=onPush and --style=none to generate a component

@​angular-devkit/benchmark

Commit Description
fix - 1f7fa6970 update minimist to 1.2.6

@​angular-devkit/build-angular

Commit Description
fix - 293526c31 add node_modules prefix to excludes RegExp
fix - 58ed97410 allow Workers in Stackblitz
fix - 4cd2331d3 don't override asset info when updating assets

@​angular-devkit/core

Commit Description
fix - c7c75820f add Angular CLI major version as analytics dimension

Special Thanks

Alan Agius and gauravsoni119

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

13.3.2 (2022-04-06)

@​angular/cli

Commit Type Description
49dc63d09 fix ensure lint command auto-add exits after completion

@​schematics/angular

Commit Type Description
bbe74b87e fix provide actionable error message when routing declaration cannot be found

@​angular-devkit/build-angular

Commit Type Description
c97c8e7c9 fix update minimatch dependency to 3.0.5

Special Thanks

Alan Agius, Charles Lyding and Morga Cezary

14.0.0-next.7 (2022-03-30)

Breaking Changes

@​angular-devkit/build-angular

  • Reflect metadata polyfill is no longer automatically provided in JIT mode Reflect metadata support is not required by Angular in JIT applications compiled by the CLI. Applications built in AOT mode did not and will continue to not provide the polyfill. For the majority of applications, the reflect metadata polyfill removal should have no effect. However, if an application uses JIT mode and also uses the previously polyfilled reflect metadata JavaScript APIs, the polyfill will need to be manually added to the application after updating. To replicate the previous behavior, the core-js package should be manually installed and the import 'core-js/proposals/reflect-metadata'; statement should be added to the application's polyfills.ts file.

Deprecations

@​angular/cli

  • The defaultCollection workspace option has been deprecated in favor of schematicCollections.

    Before

... (truncated)

Commits
  • 2715aa7 release: cut the v13.3.2 release
  • 49dc63d fix(@​angular/cli): ensure lint command auto-add exits after completion
  • bbe74b8 fix(@​schematics/angular): provide actionable error message when routing decla...
  • c97c8e7 fix(@​angular-devkit/build-angular): update minimatch dependency to 3.0.5
  • 6740dc7 release: cut the v13.3.1 release
  • 293526c fix(@​angular-devkit/build-angular): add node_modules prefix to excludes RegExp
  • cf3cb2e fix(@​schematics/angular): fix extra comma added when use --change-detection=o...
  • 4cd2331 fix(@​angular-devkit/build-angular): don't override asset info when updating a...
  • 58ed974 fix(@​angular-devkit/build-angular): allow Workers in Stackblitz
  • 6ef9e2a build: update sass to 1.49.9
  • 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 #719.