Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

build(deps-dev): Bump @nx/js from 16.7.4 to 16.8.1 #2761

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2023

Bumps @nx/js from 16.7.4 to 16.8.1.

Release notes

Sourced from @​nx/js'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
  • 85b03c2 fix(linter): ensure config manipulations are run only if config is supported ...
  • 14a4ef4 fix(js): workspace lib devDependencies should not be added to package.json (#...
  • 353d8d0 cleanup(core): move js lockfile parsing to v2 plugin (#18779)
  • 74c812e chore(js): update js plugin unit tests to use "as-provided" option when gener...
  • 90ca436 feat(linter): add option to ignore files based on pattern (#18863)
  • 226dfaf feat(js): carry-over known build options (main, tsConfig, etc.) when running ...
  • d70a6ce docs(core): clarify waitUntilTargets
  • bbae14b fix(core): do not use joinPathFragments for generating files (#18753)
  • e34219a feat(linter): add flat config support to generators (#18534)
  • 078cf9a fix(js): fix swc opens swc.js instead of compiling on windows (#18723)
  • 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/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) from 16.7.4 to 16.8.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.8.1/packages/js)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #2768.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx/js-16.8.1 branch September 25, 2023 15:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants