Skip to content

update: bump nx from 15.6.3 to 16.0.0 in /shooting#141

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shooting/nx-16.0.0
Closed

update: bump nx from 15.6.3 to 16.0.0 in /shooting#141
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/shooting/nx-16.0.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps nx from 15.6.3 to 16.0.0.

Release notes

Sourced from nx's releases.

16.0.0

16.0.0 (2023-04-27)

Bug Fixes

  • angular: fix migrations cli type and use @​angular-devkit/build-angular to determine ng devkit version (#16157) (e9f97f8)
  • angular: fix path and selector handling in directive generator (#16017) (9b60863)
  • angular: fix path handling and validate standalone option in pipe generator (#16080) (74633f5)
  • angular: host and remote app generation with directory (#16113) (44c5471)
  • angular: validate standalone option in the directive generator (#16051) (bf9542a)
  • bundling: add missing @​babel/core dependency to @​nrwl/webpack (#16023) (bfea455)
  • core: anyOf should validate if at least 1 condition passes (#14769) (c3ba5ab)
  • core: deleted projects should not be in cached graph (#16210) (1df2d68)
  • core: don't error if lock file not present when precomputing js dependencies (#16094) (18c016b)
  • core: don't show global version warning when Nx is invoked by itself (#16102) (2887596)
  • core: ensurePackage fails on pnpm workspaces (#16002) (b3a3f2a)
  • core: fix "migrate-to-inputs" migration (#16145) (aaa1113)
  • core: fix broken command-line unit test (#16152) (00ed85d)
  • core: fix NX_PERF_LOGGING toggles (#16054) (45a1a6e)
  • core: fix parallel cli argument not default to 3 when not specified (#13837) (f14aac6)
  • core: only use native hasher if available (#16197) (7625956)
  • core: respect analyzePackageJson for processProjectGraph (#16220) (afb37c8)
  • core: should not throw 'unable to resolve nx/package.json' (#16072) (8092df3)
  • core: split nightly e2e target (#16176) (6889f93)
  • core: support yarn berry patches in pruned lock file (#15993) (30f993e)
  • core: update links shown after create-nx-workspace (4d01b61)
  • devkit: tree.children should support writes to directories that have the same name as their parent (#16074) (63e67bf)
  • esbuild: don't set outfile or outdir if already defined (#14636) (3636756)
  • js: remove thirdParty default so that package.json will be generated by default (#16015) (c02ec9f)
  • linter: support ESM js imports in ast utils (#16049) (89d0b8b)
  • misc: allow npmScope to be single @ (#16053) (c0d95a7)
  • misc: create-nx-workspace should show some stdout if stderr empty on error (#16020) (778400b)
  • misc: fix docs for nx watch --includeDependentProjects (#16026) (775f651)
  • misc: shared deps that rely on default configuration are filtered out (#16193) (432e074)
  • node: update ts-jest config for jest 29 (#16201) (3f4d010)
  • nx-dev: adjust tab cmp spacing (#16027) (059447b)
  • react-native: add aliasFields to handle replaced files in browser env (#16106) (7a4adf5)
  • repo: add CODEOWNERS to prettier ignore list (#16224) (0024706)
  • repo: cache nightly node_modules per run to avoid stale graph (#16216) (98501aa)
  • repo: enable mac tests on nightly and fix CI (#16150) (e81bdd4)
  • repo: fix codeowners (#16218) (7c5c36d)
  • repo: use lerna command in e2e with yarn --silent (#16155) (cb5a7d8)
  • storybook: v7 gen docs and install react deps (#16057) (c91c365)
  • testing: correctly error with jest.mock for invalid filepaths (#15445) (083f4f1)
  • testing: allow removing projects in standalone apps (#16093) (5afb5fc)
  • testing: merge reporter/coverage values from vite config (#16165) (9ba8444)
  • testing: prevent loop w/ Cypress watch & Vite processor (#16099) (8b4e5f6)
  • angular: consider app-routing.module.ts when setting up module federation host routes (#16285) (3e45445)
  • core: correctly pass resolved compilerOptions to ts-node (#16240) (98b4aa6)
  • core: migrate should read both generators and schematics (#16294) (bd63cbf)

... (truncated)

Commits
  • b1e3545 fix(core): do not strip additional angular.json properties (#16615)
  • 24b2dee feat(core): remove tasks runner v2 (#16616)
  • 68f019e chore(core): add missing formatFiles call to migration (#16614)
  • f91920d docs(core): make migrate latest more prominent (#16596)
  • f004e22 fix(repo): replace remaining instances of yarn with pnpm (#16571)
  • 9753acb fix(core): handle nested gitignores in the filewatcher
  • eb425b6 fix(angular): fix the imports of @​angular-devkit/architect/node for n… (#16595)
  • 010ddee feat(core): update nx schema to include more tasksRunnerOptions options (#16591)
  • 0add1a1 fix(core): use nx@next when migrating to next (#16557)
  • ac64773 feat(core): update dependsOn configuration to use dependencies property (#16584)
  • 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 [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 15.6.3 to 16.0.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.0.0/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2023

Superseded by #145.

@dependabot dependabot bot closed this May 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shooting/nx-16.0.0 branch May 1, 2023 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants