Skip to content

chore(deps-dev): bump @nx/devkit from 16.3.2 to 16.8.1 - #24

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nx/devkit-16.8.1
Closed

chore(deps-dev): bump @nx/devkit from 16.3.2 to 16.8.1#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nx/devkit-16.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2023

Copy link
Copy Markdown

Bumps @nx/devkit from 16.3.2 to 16.8.1.

Release notes

Sourced from @​nx/devkit's releases.

16.8.1

16.8.1 (2023-09-07)

Bug Fixes

  • angular: keep dependency-checks enabled for buildable libraries (#19047) (58b13a2)
  • core: do not prompt, only warn when projectNameAndRootLayout is … (#19037) (18acd9a)
  • core: do not validate remote cache validity (#19059) (1f9dc40)
  • core: prettier 3 shouldn't cause errors due to esm + compile cache (#19042) (ac2bea7)
  • core: register ts transpiler when running .ts backed plugins (#19027) (22dadbc)
  • js: handle nested wildcard imports and paths that start with # (#19056) (2194422)
  • js: workspace lib devDependencies should not be added to package.json (#17802) (14a4ef4)
  • linter: ensure config manipulations are run only if config is supported (#19035) (85b03c2)
  • linter: fix dep-checks projPackageJsonDeps caching for IDE (#18935) (2e1d48e)
  • linter: handle non-JSON eslintrc files when updating overrides (#19026) (4365c01)
  • misc: calculate cwd relative path correctly for generators and executors (#18933) (24de089)
  • misc: nx view-logs should open the nx-cloud link when connected … (#17808) (2e0b09a)
  • misc: use preset apps instead of empty (#19051) (655a0a7)
  • node: explicitly check that project is a library before updating imports (#19040) (6ac6473)
  • react: fix createGlobPAtternsForDependencies path (#18546) (62f526a)
  • react: set "watch: false" on module federation serve-static options (#19052) (2e52c14)
  • vite: check for undefined and create types array (#19045) (143b223)
  • webpack: enable in memory caching when building for node in watch mode (#18348) (1f10398)

16.8.0

16.8.0 (2023-09-06)

Bug Fixes

  • core: apply target defaults properly for executors defaults (#18655) (f670e74)
  • core: fix ghost alias when parsing yarn lockfile (#18646) (43b802d)
  • core: fix schema links (#18395) (ded1543)
  • core: handle symlinks on debian for watch events (#18636) (cf0b2fd)
  • core: improve error handling for copy and remove (#18656) (13925ba)
  • core: name collisions during project inference should not error out if corrected by a project.json's name (#18665) (94cc716)
  • core: nx should not break if packages were not installed (#18687) (20acfbe)
  • core: set consistent working directory when calculating runtime hash inputs (#18643) (e2ac4e3)
  • core: use Date.now() everywhere for tasks start and end times to avoid negative durations (#18595) (98a7477)
  • core: use existing version when calling "yarn set version" (#18669) (7d55f49)
  • devkit: convert-nx-executor should read projectNodes (#18684) (2ff1364)
  • js: expose schematic using the generator function with a default for the project name and root format (#18681) (61d73fc)
  • linter: Normalize paths when in getSourceFilePath (#18601) (1f9b3c4)
  • nextjs: make next build package manager agnostic (#18661) (2e1bccd)
  • core: ensure preinstall is only run once on repo (#18671) (adb39c4)
  • core: handle symlinks better for watch events on arch (#18743) (f230078)
  • core: load .env after .env.local (#18746) (4a25576)
  • core: projects within folders that start with a . should be found (#18748) (9548714)

... (truncated)

Commits
  • 18acd9a fix(core): do not prompt, only warn when projectNameAndRootLayout is … (#19037)
  • 24de089 fix(misc): calculate cwd relative path correctly for generators and executors...
  • bd1b0b7 feat(misc): introduce a way to set the project name/root format for all gener...
  • 02c5aeb fix(devkit): show example in deprecation message (#18823)
  • e8aebe1 cleanup(devkit): update project name and root helper options type (#18758)
  • b309d83 feat(devkit): warn users the project name and root will not be derived (#18718)
  • 2638bb0 fix(devkit): await prettier format for v3 compatibility (#18664)
  • adb39c4 fix(core): ensure preinstall is only run once on repo (#18671)
  • eb9caa1 feat(react): use helper to determine project name and root directory in proje...
  • e2ff519 feat(misc): save directory and name format to nx json defaults (#18683)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) from 16.3.2 to 16.8.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.8.1/packages/devkit)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  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 Sep 11, 2023
@dependabot @github

dependabot Bot commented on behalf of github Sep 25, 2023

Copy link
Copy Markdown
Author

Superseded by #30.

@dependabot dependabot Bot closed this Sep 25, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/nx/devkit-16.8.1 branch September 25, 2023 01:38
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.

0 participants