Skip to content

Commit 4572d75

Browse files
build(deps-dev): bump the development group across 1 directory with 9 updates
Bumps the development group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` | | [concurrently](https://github.com/open-cli-tools/concurrently) | `8.2.2` | `9.1.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.15.0` | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `2.15.1` | `4.1.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `7.2.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.37.2` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` | Updates `@types/jest` from 29.5.12 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `concurrently` from 8.2.2 to 9.1.0 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v8.2.2...v9.1.0) Updates `eslint` from 8.57.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.15.0) Updates `eslint-plugin-cypress` from 2.15.1 to 4.1.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v2.15.1...v4.1.0) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `eslint-plugin-promise` from 6.1.1 to 7.2.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v7.2.0) Updates `eslint-plugin-react` from 7.34.1 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.1...v7.37.2) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.3) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c5c150 commit 4572d75

File tree

2 files changed

+479
-249
lines changed

2 files changed

+479
-249
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@
5959
"@babel/preset-env": "^7.25.4",
6060
"@strapi/sdk-plugin": "^5.2.6",
6161
"@strapi/strapi": "^5.0.1",
62-
"@types/jest": "^29.5.12",
62+
"@types/jest": "^29.5.14",
6363
"babel-jest": "^29.7.0",
64-
"concurrently": "^8.2.2",
64+
"concurrently": "^9.1.0",
6565
"cypress": "^13.16.0",
66-
"eslint": "^8.2.0",
66+
"eslint": "^9.15.0",
6767
"eslint-config-prettier": "^9.1.0",
68-
"eslint-plugin-cypress": "^2.12.1",
69-
"eslint-plugin-import": "^2.25.3",
68+
"eslint-plugin-cypress": "^4.1.0",
69+
"eslint-plugin-import": "^2.31.0",
7070
"eslint-plugin-node": "^11.1.0",
71-
"eslint-plugin-prettier": "^5.1.3",
72-
"eslint-plugin-promise": "^6.1.1",
73-
"eslint-plugin-react": "^7.27.0",
71+
"eslint-plugin-prettier": "^5.2.1",
72+
"eslint-plugin-promise": "^7.2.0",
73+
"eslint-plugin-react": "^7.37.2",
7474
"jest": "^29.7.0",
75-
"prettier": "3.2.5",
75+
"prettier": "3.3.3",
7676
"react": "^18.3.1",
7777
"react-dom": "^18.3.1",
7878
"react-router-dom": "^6.26.2",

0 commit comments

Comments
 (0)