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: bump nx from 17.0.3 to 17.1.2 #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2023

Bumps nx from 17.0.3 to 17.1.2.

Release notes

Sourced from nx's releases.

17.1.2

🩹 Fixes

  • core: drop file lock after its used (#20165)
  • devkit: make parseTargetString more tolerant to bad graph shapes (#20170)
  • release: catch 403 when publishing an existing version (#20155)
  • vite: vitest should use v8 as default (#20156)
  • webpack: maintain entry arrays that are accessed from within composePlugins() (#20187)

❤️ Thank You

17.1.1

🚀 Features

  • angular: remove usage of cypressProjectGenerator from ng-add generator (#19816)
  • angular: support angular v17 (#19689)
  • angular: update angular supported version to the stable 17.0.0 (#20135)
  • core: support changelog customizations and project changelogs (#19704)
  • core: remove parcel/watcher (#19751)
  • core: merge target configurations from plugin results (#19935)
  • core: change exec to run adhoc tasks (#19910)
  • core: change the signature of createNodes to return a project root map instead of project name map (#20102)
  • js: skipPackageJson in js lib generator (#19821)
  • linter: Support no fail on empty lint run (#19954)
  • linter: update typescript-eslint to v6 (#19548)
  • misc: remove usages of @​nx/cypress:cypress-project internally (#19766)
  • module-federation: use nx run-many to build static remotes in parallel (#19987)
  • nextjs: can set compiler when setting up nxComponentTestingPreset (#19171)
  • nuxt: nuxt executors, generators, docs (#19855)
  • nx-dev: limit ai chat query length (#20034)
  • nx-dev: add short-embed UI interactions and styles (b8cd45eb67)
  • react-native: run pod commands with bundler (#19727)
  • react-native: upgrade react-native to 0.72.6 (#19763)
  • release: add 'git-tag' currentVersionResolver and conventional commits support (#19267)
  • repo: add exports to package.json of package (#20090)
  • storybook: bump supported version to 7.5.3 (#20078)
  • testing: move test config more into nx.json targetDefaults (#19963)
  • testing: add migration for moving test target defaults (#19993)
  • webpack: add NxWebpackPlugin that works with normal Webpack configuration (#19984)

... (truncated)

Commits
  • 2bc73cc fix(core): drop file lock after its used (#20165)
  • 1d94c37 cleanup(core): create root map in js and send to rust instead of full… (#20166)
  • dcbf60b fix(core): always ignore ".git/", "node_modules" and ".nx/" directories even ...
  • b4faf2d fix(core): fix changelog configuration (#20138)
  • 08a4891 feat(core): change the signature of createNodes to return a project root map ...
  • c7d0d21 chore(repo): update nx to 17.1.0-beta.4 (#20124)
  • 4f23523 fix(core): should use nx cloud if access token specified by env (#19975)
  • d4ef5c0 fix(core): always load nxignore last for highest priority (#20104)
  • 25d6ec3 feat(angular): support angular v17 (#19689)
  • c2d63af fix(nx-cloud): fallback to nx-cloud bin if enterprise is outdated and… (#20098)
  • 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)

@dependabot dependabot bot added the chore label Nov 14, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nx-17.1.2 branch from 0f75744 to 89eac8b Compare November 15, 2023 04:04
@threeal
Copy link
Owner

threeal commented Nov 15, 2023

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2023

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nx-17.1.2 branch 4 times, most recently from a6d548e to 49f99ec Compare November 16, 2023 13:04
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 17.0.3 to 17.1.2.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/17.1.2/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nx-17.1.2 branch from 49f99ec to 936ed1e Compare November 16, 2023 14:22
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2023

Looks like nx is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Nov 17, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx-17.1.2 branch November 17, 2023 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant