Skip to content

Commit b74c41d

Browse files
build(deps-dev): bump the npm-development group with 8 updates
Bumps the npm-development group with 8 updates: | Package | From | To | | --- | --- | --- | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.11` | `29.5.12` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.7` | `20.11.19` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.6.1` | `27.9.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.11.2` | `2.13.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.2` | `5.1.3` | | [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.5` | | [prettier-eslint](https://github.com/prettier/prettier-eslint) | `16.2.0` | `16.3.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.1` | `29.1.2` | Updates `@types/jest` from 29.5.11 to 29.5.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 20.10.7 to 20.11.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jest` from 27.6.1 to 27.9.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.6.1...v27.9.0) Updates `eslint-plugin-jsonc` from 2.11.2 to 2.13.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-jsonc@v2.11.2...v2.13.0) Updates `eslint-plugin-prettier` from 5.1.2 to 5.1.3 - [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.2...v5.1.3) Updates `prettier` from 3.1.1 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.1.1...3.2.5) Updates `prettier-eslint` from 16.2.0 to 16.3.0 - [Release notes](https://github.com/prettier/prettier-eslint/releases) - [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md) - [Commits](prettier/prettier-eslint@v16.2.0...v16.3.0) Updates `ts-jest` from 29.1.1 to 29.1.2 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.1...v29.1.2) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84b4e51 commit b74c41d

File tree

2 files changed

+75
-47
lines changed

2 files changed

+75
-47
lines changed

package-lock.json

Lines changed: 67 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@
7979
"octokit": "^3.1.2"
8080
},
8181
"devDependencies": {
82-
"@types/jest": "^29.5.11",
83-
"@types/node": "^20.10.7",
82+
"@types/jest": "^29.5.12",
83+
"@types/node": "^20.11.19",
8484
"@typescript-eslint/eslint-plugin": "^6.18.0",
8585
"@typescript-eslint/parser": "^6.18.0",
8686
"@vercel/ncc": "^0.38.1",
8787
"eslint": "^8.56.0",
8888
"eslint-plugin-github": "^4.10.1",
89-
"eslint-plugin-jest": "^27.6.1",
90-
"eslint-plugin-jsonc": "^2.11.2",
91-
"eslint-plugin-prettier": "^5.1.2",
89+
"eslint-plugin-jest": "^27.9.0",
90+
"eslint-plugin-jsonc": "^2.13.0",
91+
"eslint-plugin-prettier": "^5.1.3",
9292
"jest": "^29.7.0",
9393
"make-coverage-badge": "^1.2.0",
94-
"prettier": "^3.1.1",
95-
"prettier-eslint": "^16.2.0",
94+
"prettier": "^3.2.5",
95+
"prettier-eslint": "^16.3.0",
9696
"standard-version": "^9.5.0",
97-
"ts-jest": "^29.1.1",
97+
"ts-jest": "^29.1.2",
9898
"typescript": "^5.3.3"
9999
}
100100
}

0 commit comments

Comments
 (0)