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

build(deps-dev): bump @angular/cli from 12.2.4 to 14.1.0 #1872

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps @angular/cli from 12.2.4 to 14.1.0.

Release notes

Sourced from @​angular/cli's releases.

v14.1.0

14.1.0 (2022-07-20)

@​schematics/angular

Commit Description
![](https://img.shields.io/badge/707911d42-feat-blue) support controlling addDependency utility rule install behavior
![](https://img.shields.io/badge/a8fe4fcc3-fix-green) Allow skipping existing dependencies in E2E schematic
![](https://img.shields.io/badge/b8bf3b480-fix-green) only issue a warning for addDependency existing specifier

@​angular/cli

Commit Description
![](https://img.shields.io/badge/3884b8652-fix-green) add esbuild browser builder to workspace schema

@​angular-devkit/build-angular

Commit Description
![](https://img.shields.io/badge/a7709b718-feat-blue) add externalDependencies to the esbuild browser builder
![](https://img.shields.io/badge/248860ad6-feat-blue) add Sass file support to experimental esbuild-based builder
![](https://img.shields.io/badge/b06ae5514-feat-blue) add service worker support to experimental esbuild builder
![](https://img.shields.io/badge/b5f6d862b-feat-blue) Identify third-party sources in sourcemaps
![](https://img.shields.io/badge/b3a14d056-fix-green) allow third-party sourcemaps to be ignored in esbuild builder
![](https://img.shields.io/badge/53dd929e5-fix-green) ensure esbuild builder sourcemap sources are relative to workspace

@​angular-devkit/schematics

Commit Description
![](https://img.shields.io/badge/526cdb263-feat-blue) allow chain rule to accept iterables of rules

@​angular/create

Commit Description
![](https://img.shields.io/badge/cfe93fbc8-feat-blue) add support for yarn create and npm init

Special Thanks

Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]

v14.1.0-rc.3

14.1.0-rc.1 (2022-07-14)

@​schematics/angular

Commit Description
![](https://img.shields.io/badge/b8bf3b480-fix-green) only issue a warning for addDependency existing specifier
![](https://img.shields.io/badge/14f8f5c5a-fix-green) remove browserslist configuration

@​angular/cli

Commit Description
![](https://img.shields.io/badge/2731fe7f6-fix-green) handle cases when completion is enabled and running in an older CLI workspace
![](https://img.shields.io/badge/669345998-fix-green) remove deprecation warning of no prefixed schema options

@​angular-devkit/build-angular

Commit Description
![](https://img.shields.io/badge/248860ad6-feat-blue) add Sass file support to experimental esbuild-based builder

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

14.1.0 (2022-07-20)

@​angular/cli

Commit Type Description
[3884b8652](https://github.com/angular/angular-cli/commit/3884b865262c1ffa5652ac0f4d67bbf59087f453) fix add esbuild browser builder to workspace schema

@​schematics/angular

Commit Type Description
[707911d42](https://github.com/angular/angular-cli/commit/707911d423873623d4201d2fbce4a294ab73a135) feat support controlling addDependency utility rule install behavior
[a8fe4fcc3](https://github.com/angular/angular-cli/commit/a8fe4fcc315fd408b5b530a44a02c1655b5450a8) fix Allow skipping existing dependencies in E2E schematic
[b8bf3b480](https://github.com/angular/angular-cli/commit/b8bf3b480bef752641370e542ebb5aee649a8ac6) fix only issue a warning for addDependency existing specifier

@​angular-devkit/build-angular

Commit Type Description
[a7709b718](https://github.com/angular/angular-cli/commit/a7709b718c953d83f3bde00fa3bf896501359946) feat add externalDependencies to the esbuild browser builder
[248860ad6](https://github.com/angular/angular-cli/commit/248860ad674b54f750bb5c197588bb6d031be208) feat add Sass file support to experimental esbuild-based builder
[b06ae5514](https://github.com/angular/angular-cli/commit/b06ae55140c01f8b5107527fd0af1da3b04a721f) feat add service worker support to experimental esbuild builder
[b5f6d862b](https://github.com/angular/angular-cli/commit/b5f6d862b95afd0ec42d9b3968e963f59b1b1658) feat Identify third-party sources in sourcemaps
[b3a14d056](https://github.com/angular/angular-cli/commit/b3a14d05629ba6e3b23c09b1bfdbc4b35d534813) fix allow third-party sourcemaps to be ignored in esbuild builder
[53dd929e5](https://github.com/angular/angular-cli/commit/53dd929e59f98a7088d150e861d18e97e6de4114) fix ensure esbuild builder sourcemap sources are relative to workspace

@​angular-devkit/schematics

Commit Type Description
[526cdb263](https://github.com/angular/angular-cli/commit/526cdb263a8c74ad228f584f70dc029aa69351d7) feat allow chain rule to accept iterables of rules

@​angular/create

Commit Type Description
[cfe93fbc8](https://github.com/angular/angular-cli/commit/cfe93fbc89fad2f58826f0118ce7ff421cd0e4f2) feat add support for yarn create and npm init

Special Thanks

Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]

14.0.7 (2022-07-20)

@​schematics/angular

... (truncated)

Commits
  • c4b59c8 release: cut the v14.1.0 release
  • a8fe4fc fix(@​schematics/angular): Allow skipping existing dependencies in E2E schematic
  • cf83bfd ci: change shell to bash in fail_fast job
  • b5f6d86 feat(@​angular-devkit/build-angular): Identify third-party sources in sourcemaps
  • 163618e build: fix snapshot build package.json substitution
  • 0569998 docs: remove @latest reference from npm init command
  • f698c2c fix(@​schematics/angular): incorrect logo for Angular Material
  • cf9362e fix(@​angular-devkit/build-angular): fallback to use projectRoot when sourceRo...
  • e96709e ci: extract rebase PR login into a common command
  • 0b65387 ci: disable husky
  • Additional commits viewable in [compare view](https://github.com/angular/angular-cli/compare/12.2.4...14.1.0)

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)

┆Issue is synchronized with this Asana task by Unito

Bumps [@angular/cli](https://github.com/angular/angular-cli) from 12.2.4 to 14.1.0.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@12.2.4...14.1.0)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2022

Superseded by #1934.

@dependabot dependabot bot closed this Aug 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/cli-14.1.0 branch August 9, 2022 10:59
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