Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: bump @nrwl/tao from 12.3.5 to 12.4.0 #3543

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

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2021

Bumps @nrwl/tao from 12.3.5 to 12.4.0.

Release notes

Sourced from @​nrwl/tao's releases.

Release 12.4.0

Bug Fixes

  • angular: fix typo in karma-project generator factory definition (#5888) (43f7d75)
  • angular: override TSLint deprecation message to point to Nx ESLint conversion generator (#5893) (668ed1c)
  • core: add support for formatting using all extensions prettier supports (#5890) (4563386)
  • core: clean up tmp directories during migrate (#5971) (702f158)
  • core: fix aliased args parsing (#5973) (2c533ac)
  • core: fix remove generator for custom layout (#5921) (a0b2df5)
  • core: override isDirectory in wrapped angular schematics host (#5869) (d3992e9)
  • core: throw error for non-existing proj on getSourceDirOfDependentProjects (#6017) (d40ca95)
  • devkit: include targetDependencies and plugins when updating workspace config (#5898) (d8cd862)
  • nest: fix lint convertor incomplete type (#5995) (68b598f)
  • node: don't clobber packageJson.main if it exists (#5836) (b4d27fc)
  • repo: fix flaky cross-os new line check (#5938) (6ca30d8)
  • storybook: fix broken migration test (#5951) (c64d9df)
  • storybook: fix import for findNodes (#5974) (c7a5f6d)
  • storybook: generating stories without an existing e2e project (#5799) (0dd8999)
  • testing: fix buffer issue on e2e test (#5916) (d023eaf)
  • testing: fix disabled angular storybook test (#5884) (223f455)
  • testing: fix failing workspace e2e tests (#5846) (0de2725)
  • testing: fix ts-jest transformer migration (#6024) (1a1039f)

Features

  • core: expose utilities for retrieving source dirs of dependent projects (#5976) (e182700)
  • core: first step to common JSON behavior and common fileutils (#5859) (a2c2d94)
  • core: sort projects in nx.json, workspace.json, and tsconfig.base.json (#5945) (5b2e594)
  • core: use common fileutils in [@nrwl](https://github.com/nrwl)/cli and create-nx-plugin (#5940) (868de62)
  • misc: fixMissingBuildDependencies should not require package.json (04b1401)
  • nextjs: support webpack 5 (8801930)
  • nx-plugin: migrate generators to @​nrwl/devkit (#5744) (251b417)
  • storybook: schematic to migrate stories to Storybook 6.2 (#5401) (dd45382)
  • testing: support for Jest 27 (#5873) (f975178), closes #5771

Release 12.3.6

Bug Fixes

  • angular: generate the outputs property for build targets (#5867) (e8bffc0)
  • angular: update angular deps to use the latest minor versions (#5858) (a6772c4)
  • core: add nxignore and gitignore to the list of files affecting the hashing (27d8633)
  • core: displayed commands do not wrap strings into quotes correctly (9791fd4)
  • core: list files from the tree in the ngcli-adapter (#5860) (87cae06)
  • core: update project package.json on move (9c67c69)
  • nextjs: change to use default next export instead of next-dev-server so prod mode is respected (92ea179)
  • react: fix externals for buildable libraries (#5540) (d3c45b3), closes #5508
  • repo: remove npm lock file and merge yarnrc files (#5851) (bb8b99c)
  • repo: resolve xmlhttprequest-ssl to v1.6.2 (#5842) (f92ac89)
  • testing: enable and fix several disabled unit and e2e tests (#5711) (76a3092)

... (truncated)

Commits
  • 0e2c229 Release 12.4.0
  • 04b1401 feat(misc): fixMissingBuildDependencies should not require package.json
  • c39a56c docs(core): update files for generators/executors and fix plugins link (#6020)
  • d40ca95 fix(core): throw error for non-existing proj on getSourceDirOfDependentProjec...
  • e182700 feat(core): expose utilities for retrieving source dirs of dependent projects...
  • b8162c4 cleanup(angular): migrate stories generator to nx devkit (#6010)
  • a2f7511 feat(repo): notify slack on nightly github actions (#6016)
  • d4e277a docs(core): default flavour redirection per pages (#6013)
  • 6c9aaaf docs(core): add id to navigation menu (#6012)
  • 31ee288 docs(core): fix sitemap config (#6011)
  • 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)

@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.

@dependabot dependabot bot added the dependencies Issue about dependencies of the package label Jun 17, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nrwl/tao-12.4.0 branch from 7562bb1 to 9977d6e Compare June 17, 2021 06:48
Bumps [@nrwl/tao](https://github.com/nrwl/nx) from 12.3.5 to 12.4.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@12.3.5...12.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nrwl/tao-12.4.0 branch from 9977d6e to 671e5b4 Compare June 17, 2021 06:51
@nx-cloud
Copy link

nx-cloud bot commented Jun 17, 2021

Nx Cloud Report

CI ran the following commands for commit 671e5b4. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --target=build --all --parallel
#000000 nx run-many --target=typecheck --all --parallel

Sent with 💌 from NxCloud.

@bradzacher bradzacher merged commit 336a1bc into master Jun 17, 2021
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/nrwl/tao-12.4.0 branch June 17, 2021 18:20
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 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.

1 participant