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

chore(deps-dev): bump @nx/js from 16.3.2 to 16.5.5 #1372

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @nx/js from 16.3.2 to 16.5.5.

Release notes

Sourced from @​nx/js's releases.

16.5.5

16.5.5 (2023-07-22)

Bug Fixes

  • core: revert globs migration (4105745)

16.5.4

16.5.4 (2023-07-21)

Bug Fixes

  • core: check if socketMessenger is null before using (#18116) (1bb96b7)
  • core: correctly output created and update events for the watcher on macos (#18186) (6b6038c)
  • core: do not cache external dependency hashes if they are not fully resolved (#18020) (d120c3c)
  • core: fix watch event priority (bd02995)
  • core: improve error handling for getting metadata during file wa… (#18223) (2201eca)
  • core: migrate old invalid glob syntax in target outputs (#18191) (0f3fd9c)
  • core: run ensurePackage with node_modules for yarn berry (#18144) (d4f6c0b)
  • core: use package.json version in yarn parser when node_modules are unavailable (#18121) (81a661c)
  • graph: increase dropdown indicator padding (#18146) (93a0200)
  • nx-dev: fix broken redirects after nesting tutorials (95d99e4)
  • react-native: fix tsc app (#18124) (445a527)
  • storybook: make sure skipLibCheck is true (#18212) (9382ed4)

16.5.3

16.5.3 (2023-07-18)

Bug Fixes

  • core: ensure proper yarn version detection even for nested projects (#18052) (b20b855)
  • core: fix project configuration typings (#18073) (e737581)
  • core: parse project configs only in js (#18009) (2fcf807)
  • core: write file directly instead of using fs-extra.outputFileSync (#18129) (371ba7a)
  • js: run build in watch mode when specified for faster recompile time (#18145) (6a83943)
  • misc: stat collector filters out version 16 (#18149) (9612d9b)
  • misc: update invalid main field in @​nrwl/eslint-plugin-nx package.json (#17974) (bd9e749)

16.5.2

16.5.2 (2023-07-13)

Bug Fixes

  • core: remove throttle from watch (#18077) (f8a4eaa)
  • core: use concat in buildAllWorkspaceFiles to avoid Maximum call stack size exceeded (#18065) (eba235b)
  • linter: skip verifying deps of deps by default in package.json (#18058) (d36f055)

... (truncated)

Commits
  • 6a83943 fix(js): run build in watch mode when specified for faster recompile time (#1...
  • d36f055 fix(linter): skip verifying deps of deps by default in package.json (#18058)
  • f9a615b fix(js): post-process skipped tasks by the ts compiler in tsc batch implement...
  • 9e448fe fix(js): restore registry for only localhost (#17999)
  • 97ce47a fix(js): remove duplicate alias (#17978)
  • b39cafa fix(js): add watchIgnore and runBuildTargetDependencies options to speed up b...
  • ed22afe fix(js): ignore dependencies from non-index root files for create-package-jso...
  • 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)
  • 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.3.2 to 16.5.5.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.5.5/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 Jul 24, 2023
@stackblitz
Copy link

stackblitz bot commented Jul 24, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jul 24, 2023
@netlify
Copy link

netlify bot commented Jul 24, 2023

Deploy Preview for realworld-docs ready!

Name Link
🔨 Latest commit afbafb6
🔍 Latest deploy log https://app.netlify.com/sites/realworld-docs/deploys/64bea2957edbab0008949ef2
😎 Deploy Preview https://deploy-preview-1372--realworld-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jul 24, 2023

Deploy Preview for frabjous-strudel-0577e0 failed.

Name Link
🔨 Latest commit afbafb6
🔍 Latest deploy log https://app.netlify.com/sites/frabjous-strudel-0577e0/deploys/64bea29592f08f00089d4011

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #1381.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx/js-16.5.5 branch July 31, 2023 17:23
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants