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 @nx/js from 16.0.2 to 16.5.0 #535

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2023

Bumps @nx/js from 16.0.2 to 16.5.0.

Release notes

Sourced from @​nx/js's releases.

16.5.0

16.5.0 (2023-07-05)

Bug Fixes

  • bundling: separate image and font resources so they do not conflict (#17763) (9c0c30e)
  • core: fix globbing in rust (#17803) (38101fd)
  • misc: prevent unexpected targets from root package.json when setting up root project (#17805) (c6ad657)
  • nest: do not overwrite tsconfig files with undefined in migration (#17783) (9195111)
  • nextjs: Custom server should run on fresh apps without errors (#17806) (bd7157b)
  • nextjs: For serve executor keepAliveTimeout should be camelCased (#17792) (cf08214)
  • nextjs: KeepAliveTimeout arg (#17801) (47c95ae)
  • nextjs: update workspace libs setup in weback config (#17795) (fdf7555)
  • storybook: fix 6.1.0 migration to prevent wiping out eslintrc (#17753) (b736992)
  • webpack: sync webpack version to @​nx/webpack (#17707) (77430cb)
  • webpack: use correct version for migration (#17789) (e1db93c)
  • angular: process only angular projects in migration (#17833) (20d45bb)
  • core: cli option --graph should work with scoped package names (#17820) (f2d7dcb)
  • core: fix lockfile remapping for yarn berry with aliases (#17853) (cfe1fa0)
  • core: fix race condition in task scheduler (#17837) (03ffa42)
  • core: fix workspace validation for implicitDependencies that are… (#17825) (c0508e3)
  • core: improve error message when native binaries are not found for a supported platform (#17817) (fc4b6a8)
  • core: pin @​yarnpkg/parsers version to avoid dropping support for node.js v16 (#17860) (b70c7f4)
  • core: point to daemon logs when daemon closes unexpectedly (#17827) (6588ff9)
  • core: remove check for taskGraph equality (#17862) (9579404)
  • misc: fix misc issues with move generators (#17814) (7055c72)
  • nx-plugin: pass in e2e project name create package preset (#17824) (2941ddc)
  • angular: normalize path in move generator (#17877) (fced370)
  • core: fix project file map for root projects (#17894) (1590461)
  • js: ignore watch errors when a process is already killed on Windows (#17891) (9bb60a7)
  • js: normalize tsconfig paths used as correlation keys in batch implementation (#17888) (4d76d0c)
  • js: skip watcher if --watch=false for node executor (#17887) (b7d283b)
  • linter: create-package-json should omit non-npm and ignored packages (#17883) (3d77b4d)
  • nextjs: Running nx build --configuration=development should not throw an error (#17866) (3008be1)
  • nextjs: set localhost as hostname default (#17856) (88c655f)
  • nx-dev: skip docs for private package (#17843) (0608318)
  • linter: apply missing deps fix in a single patch for deps check (#17924) (55c0a16)
  • linter: ensure no trailing commas on deps-check obsolete package fix (#17915) (a70e1a8)
  • core: ignore root projects for project inference (#17949) (90584d3)
  • js: js:node executor resolves main.js and build options correctly (#17884) (47d23c8)
  • nextjs: Respect CLI output path when provided (#17947) (50ee990)

Features

  • core: set rust watcher as default (#17728) (a4c92d8)
  • core: use rust utilities for caching operations (#17638) (d327210)
  • nextjs: allow withNx to be used with other executors such as run-commands (#17819) (77ca8d7)
  • storybook: move tsconfig one level up (#17749) (e58cc79)

... (truncated)

Commits
  • 47d23c8 fix(js): js:node executor resolves main.js and build options correctly (#17884)
  • 9bb60a7 fix(js): ignore watch errors when a process is already killed on Windows (#17...
  • b7d283b fix(js): skip watcher if --watch=false for node executor (#17887)
  • 4d76d0c fix(js): normalize tsconfig paths used as correlation keys in batch implement...
  • bd7157b fix(nextjs): Custom server should run on fresh apps without errors (#17806)
  • c6ad657 fix(misc): prevent unexpected targets from root package.json when setting up ...
  • d729fcf fix(misc): update semver dependency (#17759)
  • ef8c4ed feat(linter): add rule for dependency checking (#17581)
  • 512b8ba fix(js): fix yarn3 verdaccio setup (#17742)
  • c08d943 fix(js): fix yarn setup to work with yarn3 (#17716)
  • 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/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) from 16.0.2 to 16.5.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.5.0/packages/js)

---
updated-dependencies:
- dependency-name: "@nx/js"
  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 Jul 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2023

Superseded by #538.

@dependabot dependabot bot closed this Jul 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx/js-16.5.0 branch July 10, 2023 23:02
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