Skip to content

Commit

Permalink
build(deps-dev): bump the nx group with 8 updates (#1310)
Browse files Browse the repository at this point in the history
Bumps the nx group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `19.7.3` | `19.8.0` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `19.7.3` | `19.8.0` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `19.7.3` | `19.8.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `19.7.3` | `19.8.0` |
| [@nx/playwright](https://github.com/nrwl/nx/tree/HEAD/packages/playwright) | `19.7.3` | `19.8.0` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `19.7.3` | `19.8.0` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `19.7.3` | `19.8.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `19.7.3` | `19.8.0` |


Updates `@nx/devkit` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/devkit)

Updates `@nx/eslint` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/eslint)

Updates `@nx/eslint-plugin` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/eslint-plugin)

Updates `@nx/js` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/js)

Updates `@nx/playwright` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/playwright)

Updates `@nx/react` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/react)

Updates `@nx/vite` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/vite)

Updates `nx` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/nx)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/playwright"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 0674a9e commit 86bdde9
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 539 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"@commitlint/config-conventional": "^19.4.1",
"@eslint/js": "~9.10.0",
"@nx-aws-plugin/nx-aws-cache": "^3.2.3",
"@nx/devkit": "19.7.3",
"@nx/eslint": "19.7.3",
"@nx/eslint-plugin": "19.7.3",
"@nx/js": "19.7.3",
"@nx/playwright": "19.7.3",
"@nx/react": "19.7.3",
"@nx/vite": "19.7.3",
"@nx/devkit": "19.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/js": "19.8.0",
"@nx/playwright": "19.8.0",
"@nx/react": "19.8.0",
"@nx/vite": "19.8.0",
"@playwright/test": "^1.47.1",
"@remix-run/dev": "^2.12.0",
"@semantic-release/exec": "^6.0.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"nx": "19.7.3",
"nx": "19.8.0",
"postcss": "^8.4.45",
"react": "^18.3.1",
"react-dom": "18.3.1",
Expand Down
Loading

0 comments on commit 86bdde9

Please sign in to comment.