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.4.0 #1329

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2023

Bumps @nx/js from 16.3.2 to 16.4.0.

Release notes

Sourced from @​nx/js's releases.

16.4.0

16.4.0 (2023-06-23)

Bug Fixes

  • angular: do not overwrite ng-packagr version if already installed (#17353) (cd0b76d)
  • js: do not overwrite supported typescript version (#17350) (c68b4bf)
  • angular: dynamic host should not generate webpack.prod.config.js (#17385) (a775325)
  • core: do not ship source maps with nx packages (#17389) (8a7f79f)
  • core: reorganize global installation check for better clarity (#17373) (6c84353)
  • nextjs: Update Next.js page generator to support app/ router (#17394) (02d9486)
  • node: When serving using js:node executor NODE_ENV should not be undefined (#17375) (8f771e0)
  • react-native: fix pod install to not throw error on stderr (#17382) (aa6b639)
  • storybook: re-enable x-prompt and remove custom handling (#17360) (6d147b6)
  • testing: resolve full paths to vite configs for vitest (#17396) (ca38a23)
  • core: fix pnpm lockfile parsing in v6.1 (#17407) (05fb178)
  • core: increase interval attempts for daemon server available on … (#16813) (5c7db06)
  • js: dont ignore args option on node executor (#17463) (417ac38)
  • js: pass buildTargetOptions in executor (#17459) (392366f)
  • js: use export type for exports from schema.d.ts files (#17392) (d26d0f4)
  • nextjs: Update package.json build scripts (#17424) (1b7cb39)
  • node: apply migration patch to 16.0.0 and 14.7.6 migrations as well (#17419) (b8cfbcc)
  • storybook: add all Storybook CLI options to schema (#17358) (3cb7b8f)
  • storybook: correctly identify if uses vite-based framework (#17465) (4819264)
  • webpack: micro-frontend dev builds in React are not working in S… (#17403) (3997d3f)
  • core: avoid terminal flickering when doing dynamic rendering (152cf00)
  • core: match tasks by id in run-many terminal output lifecycles (#17460) (2d87f77)
  • bundling: support BABEL_ENV over NODE_ENV for babel config (#17529) (9fa9fda)
  • core: properly hash tasks that depend on outputs of other tasks (#17512) (83895e4)
  • js: mark importPath option as important since it is required for publishable libs (#17509) (20359e7)
  • nextjs: Update @​nx/next to be a devDependency (#17510) (cb1bd5e)
  • testing: fix windows e2e storage ENOENT (#17506) (fc42b7b)
  • vite: properly find projectRoot (#17517) (8992400)
  • core: fix logic for determining if task can be hashed upfront (#17540) (d1c1c1a)
  • angular: find module from options should support full path #17547 (#17550) (860d82a)
  • angular: fix @angular-eslint/* package updates to consider angular installed version (#17526) (e39ee11)
  • core: properly hash tasks that depend on outputs of other tasks … (#17556) (5fc4238)
  • js: add support for waitUntilTargets back (#17553) (35ed047)
  • js: Ensure runTimeArgs are not ignored (#17527) (478fb8b)
  • bundling: update esbuild project generator to support standalone… (#17558) (ec48f61)
  • core: ensure createPackageJson does not override existing config (#17471) (2653809)
  • core: ensure its file before reading (#17597) (c8dc4d8)
  • core: handle string and array parserOptions.project values (#17500) (f18d50c)
  • linter: fix relative path detection (#17592) (a21ab98)
  • react: component test regex should not use global (#17548) (76b7d61)
  • vite: enable e2e tests (#17577) (be8867d)
  • vite: enable remaining e2e (#17593) (4ff5596)
  • core: dedupe project files in rust (#17618) (00d07b1)

... (truncated)

Commits
  • 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)
  • fffd84c fix(react): ssr should serve correctly and e2e should function (#17725)
  • 1fcba1a feat(angular): support angular v16.1 (#17155)
  • b7d05a0 feat(nx-plugin): update e2e tests to use local-registry and be simpler (#17639)
  • 335c2d5 fix(js): detect helpers correctly when pnpm external nodes are suffixed with ...
  • d31eb50 cleanup(js): improve the tsc executor batch implementation (#17503)
  • f3f7406 fix(testing): update default webpack config for react CT (#17562)
  • 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.4.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.4.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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 25, 2023
@stackblitz
Copy link

stackblitz bot commented Jun 25, 2023

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

@netlify
Copy link

netlify bot commented Jun 25, 2023

Deploy Preview for realworld-docs ready!

Name Link
🔨 Latest commit 9453dc6
🔍 Latest deploy log https://app.netlify.com/sites/realworld-docs/deploys/649863d7da50a00008a1c017
😎 Deploy Preview https://deploy-preview-1329--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 settings.

@netlify
Copy link

netlify bot commented Jun 25, 2023

Deploy Preview for frabjous-strudel-0577e0 failed.

Name Link
🔨 Latest commit 9453dc6
🔍 Latest deploy log https://app.netlify.com/sites/frabjous-strudel-0577e0/deploys/649863d7fa2cb20008a7f71d

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2023

Superseded by #1335.

@dependabot dependabot bot closed this Jul 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx/js-16.4.0 branch July 3, 2023 16:51
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