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 @nrwl/cli from 12.7.0 to 15.9.3 #806

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2023

Bumps @nrwl/cli from 12.7.0 to 15.9.3.

Release notes

Sourced from @​nrwl/cli's releases.

15.9.3

15.9.3 (2023-04-27)

Bug Fixes

  • angular: consider app-routing.module.ts when setting up module federation host routes (#16285) (44a0c83)
  • angular: fix migrations cli type and use @​angular-devkit/build-angular to determine ng devkit version (#16157) (8754cd2)
  • angular: fix path and selector handling in directive generator (#16017) (c4b602a)
  • angular: host and remote app generation with directory (#16113) (ac44887)
  • angular: throw error when generating component with multiple candidate modules (#16332) (e9725e9)
  • angular: validate standalone option in the directive generator (#16051) (d6b80b3)
  • bundling: add missing @​babel/core dependency to @​nrwl/webpack (#16023) (6f5dbd9)
  • core: anyOf should validate if at least 1 condition passes (#14769) (3bcc072)
  • core: correctly pass resolved compilerOptions to ts-node (#16240) (8c4d791)
  • core: deleted projects should not be in cached graph (#16210) (4f67552)
  • core: do not attempt to remove non-existent package from package.json (#16399) (b6d1cad)
  • core: do not expect each package to have hoisted version in lockfile (#16393) (1f714fd)
  • core: don't error if lock file not present when precomputing js dependencies (#16094) (5000fa2)
  • core: don't show global version warning when Nx is invoked by itself (#16102) (c46f81b)
  • core: ensurePackage fails on pnpm workspaces (#16002) (0867dba)
  • core: fix "migrate-to-inputs" migration (#16145) (926908e)
  • core: fix cache recalculation (#16468) (0ab5be8)
  • core: fix NX_PERF_LOGGING toggles (#16054) (20cb87b)
  • core: hide message when migrating to a new major and already connected to cloud (#16466) (2ca198b)
  • core: only use native hasher if available (#16197) (6fd9038)
  • core: respect analyzePackageJson for processProjectGraph (#16220) (2baf547)
  • core: run-many doesn't strip quotes surrounding target names (#16211) (ffe3fb1)
  • core: should not throw 'unable to resolve nx/package.json' (#16072) (9a0ab09)
  • core: support yarn berry patches in pruned lock file (#15993) (6b398d6)
  • core: use located tsconfig name for tsconfig-paths when registering local plugin transpiler (#16476) (2742ed1)
  • core: use the module name as the name of the nx plugin (#16335) (121c6bd)
  • devkit: tree.children should support writes to directories that have the same name as their parent (#16074) (995f1a8)
  • js: remove thirdParty default so that package.json will be generated by default (#16015) (b6ae2da)
  • js: report createGlobPatternsForDependencies errors on tailwind (#16266) (7abdfd4)
  • js: update swc options so path mappings can work in all environments (#16390) (037919a)
  • linter: don't confuse buildable libs for secondary ng entry point (#16367) (426f22a)
  • linter: support ESM js imports in ast utils (#16049) (2b5e7d7)
  • misc: allow npmScope to be single @ (#16053) (1ccff1c)
  • misc: create-nx-workspace should display short error messages (#16474) (ddbf33b)
  • misc: create-nx-workspace should show some stdout if stderr empty on error (#16020) (fcaf69c)
  • misc: create-nx-workspace should work with custom presets on windows (#16473) (6ed88ef)
  • misc: shared deps that rely on default configuration are filtered out (#16193) (5989783)
  • nextjs: Let Next.js handler serve public/ folder (#16318) (7008532)
  • nextjs: use require("next") since exports.default is no longer provided (#16497) (a62db8a)
  • node: update ts-jest config for jest 29 (#16201) (2361aea)
  • react-native: add aliasFields to handle replaced files in browser env (#16106) (ec0dff3)
  • react: install rollup package when generating lib (#16373) (fafe2e4)
  • storybook: add @​swc/core when adding storybook-addon-swc package for Next.js storybook config (#16553) (33303fe)
  • storybook: v7 gen docs and install react deps (#16057) (d6bb263)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nrwl-jason, a new releaser for @​nrwl/cli since your current version.


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 [@nrwl/cli](https://github.com/nrwl/nx/tree/HEAD/packages/cli) from 12.7.0 to 15.9.3.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.9.3/packages/cli)

---
updated-dependencies:
- dependency-name: "@nrwl/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 Apr 28, 2023
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