Skip to content

chore: bump @nrwl/cli from 12.6.3 to 12.6.5 #3717

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps @nrwl/cli from 12.6.3 to 12.6.5.

Release notes

Sourced from @​nrwl/cli's releases.

Release 12.6.5

Bug Fixes

  • angular: lock version of angular-devkit to ~12.1.0 (#6620) (9c0180f)
  • core: fix reading nx.json without projects property (#6613) (4a99282)
  • misc: NxCloud activation link is not displayed (#6619) (e1c578b)
  • misc: read settings in .editorconfig when formatting files in generators (#6616) (2375820)
  • testing: handle migrating base jest config without projects (#6601) (1f28233)

Release 12.6.4

Bug Fixes

  • angular: webpack-server needs to work when there is no defaultConfiguration set (#6588) (770f8b6)
  • core: add better option validation (#6557) (01ec0ab)
  • core: apply verbose flag to combined options if the schema allows it (#6593) (463b9c2), closes #6520 #4160
  • core: define fileExist method for ts host (#6582) (9ddc072), closes #6500
  • core: flush changes using the tree write file options (#6592) (3adfa08)
  • core: target project locator should handle tsconfig paths fully (#6528) (010490e)
  • core: warn for project-graph error while it is experimental (#6562) (1308aa7)
  • misc: make generated schemas compliant with json schema spec (#6548) (2025a86)
  • nextjs: generate nextjs library with "next/babel" preset rather than the default "@​nrwl/react/babel" preset (#6545) (4c038b7)
  • nextjs: use next.js image types (#6556) (28fa04a)
  • node: change default debug port to 9229 to allow for easy debugging (#6536) (81d779d)
  • testing: remove installation of babel packages for jest projects (#6546) (bfa35b5)
  • web: remove unnecessary packages from being installed with @​nrwl/web (#6554) (12e337e)
Commits
  • 4b9f797 Release 12.6.5
  • 9c0180f fix(angular): lock version of angular-devkit to ~12.1.0 (#6620)
  • e1c578b fix(misc): NxCloud activation link is not displayed (#6619)
  • 2375820 fix(misc): read settings in .editorconfig when formatting files in generators...
  • 4a99282 fix(core): fix reading nx.json without projects property (#6613)
  • 1f28233 fix(testing): handle migrating base jest config without projects (#6601)
  • c7d1386 Release 12.6.4
  • 9ddc072 fix(core): define fileExist method for ts host (#6582)
  • 770f8b6 fix(angular): webpack-server needs to work when there is no defaultConfigurat...
  • 463b9c2 fix(core): apply verbose flag to combined options if the schema allows it (#6...
  • 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 dependabot bot added the dependencies Issue about dependencies of the package label Aug 9, 2021
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

Bumps [@nrwl/cli](https://github.com/nrwl/nx) from 12.6.3 to 12.6.5.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@12.6.3...12.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nrwl/cli-12.6.5 branch from 630f88e to 66fc77b Compare August 9, 2021 17:08
Copy link
Contributor

@MichaelDeBoey MichaelDeBoey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be done by running nx migrate latest and following all steps from https://nx.dev/latest/react/core-concepts/updating-nx

@MichaelDeBoey MichaelDeBoey mentioned this pull request Aug 15, 2021
@bradzacher bradzacher closed this Aug 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2021

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.

@bradzacher bradzacher deleted the dependabot/npm_and_yarn/nrwl/cli-12.6.5 branch August 16, 2021 01:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants