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

Bump @angular/cli from 13.1.2 to 13.2.0 #6728

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2022

Bumps @angular/cli from 13.1.2 to 13.2.0.

Release notes

Sourced from @​angular/cli's releases.

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
fix - f2c6b2b7e correctly handle ESM builders

@​angular-devkit/build-angular

Commit Description
feat - cbe028e37 expose i18nDuplicateTranslation option of browser and server builders
fix - 509322b62 Don't use TAILWIND_MODE=watch

@​angular-devkit/build-webpack

Commit Description
fix - 820ff2a3e correctly handle ESM webpack configurations

Special Thanks

Alan Agius, Cédric Exbrayat, Derek Cormier, Doug Parker, Joey Perrott, Jordan Pittman, grant-wilson and minijus

v13.2.0-rc.1

13.2.0-rc.1 (2022-01-24)

@​angular-devkit/architect

Commit Description
fix - f2c6b2b7e correctly handle ESM builders

@​angular-devkit/build-webpack

Commit Description
fix - 820ff2a3e correctly handle ESM webpack configurations

Special Thanks

Alan Agius, Derek Cormier and Doug Parker

v13.2.0-rc.0

13.2.0-rc.0 (2022-01-19)

@​angular-devkit/build-angular

Commit Description
fix - a0784bd8c disable parsing new URL syntax
fix - acf7532bd load translations fresh start
fix - b5c4a2344 support ESNext as target for JavaScript optimizations

Special Thanks

Alan Agius, Bill Barry, Doug Parker and Joey Perrott

v13.2.0-next.2

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

13.2.0 (2022-01-26)

@​schematics/angular

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

@​angular-devkit/architect

Commit Type Description
f2c6b2b7e fix correctly handle ESM builders

@​angular-devkit/build-angular

Commit Type Description
cbe028e37 feat expose i18nDuplicateTranslation option of browser and server builders
509322b62 fix Don't use TAILWIND_MODE=watch

@​angular-devkit/build-webpack

Commit Type Description
820ff2a3e fix correctly handle ESM webpack configurations

Special Thanks

Alan Agius, Cédric Exbrayat, Derek Cormier, Doug Parker, Joey Perrott, Jordan Pittman, grant-wilson and minijus

13.1.4 (2022-01-19)

@​angular-devkit/build-angular

Commit Type Description
2f2069dba fix disable parsing new URL syntax
bddd0fb9f fix support ESNext as target for JavaScript optimizations

Special Thanks

Alan Agius, Derek Cormier and Doug Parker

... (truncated)

Commits
  • cef5afb release: cut the v13.2.0 release
  • c0713ec build: update angular
  • c5cd828 build: update all non-major dependencies
  • 2285a78 docs: fix character code in expression example (#22564)
  • fc839e1 build: add RC releases to framework peer deps
  • ae0931a build: update all non-major dependencies
  • cc24766 release: cut the v13.2.0-rc.1 release
  • 9407ee5 build: bump Angular dependency to rc
  • f2c6b2b fix(@​angular-devkit/architect): correctly handle ESM builders
  • 820ff2a fix(@​angular-devkit/build-webpack): correctly handle ESM webpack configurations
  • 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2022
@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Jan 27, 2022
@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • 7b0c557 Bump @angular/cli from 13.1.2 to 13.2.0

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request.

You can edit the title by writing /retitle in a comment.

When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 27, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
To complete the pull request process, please assign maciaszczykm after the PR has been reviewed.
You can assign the PR to them by writing /assign @maciaszczykm in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #6728 (7b0c557) into master (4a76975) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #6728   +/-   ##
=======================================
  Coverage   41.89%   41.89%           
=======================================
  Files          44       44           
  Lines        1234     1234           
  Branches      178      178           
=======================================
  Hits          517      517           
  Misses        678      678           
  Partials       39       39           

@shu-mutou
Copy link
Contributor

/close
In favor of #6688.

@k8s-ci-robot
Copy link
Contributor

@shu-mutou: Closed this PR.

In response to this:

/close
In favor of #6688.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cli-13.2.0 branch January 27, 2022 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants