NBS-LLC / ng-spotify-importer

Import playlists into Spotify.
https://nickwanders.com/projects/ng-spotify-importer/
GNU General Public License v3.0
108 stars 17 forks source link

Bump @angular-devkit/build-angular from 13.3.1 to 13.3.2 #170

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular-devkit/build-angular from 13.3.1 to 13.3.2.

Release notes

Sourced from @​angular-devkit/build-angular'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

Changelog

Sourced from @​angular-devkit/build-angular'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
  • See full diff in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)