Skip to content

Commit

Permalink
⬆️ Bump the npm-development group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm-development group with 3 updates: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `eslint-plugin-jest` from 28.2.0 to 28.3.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@v28.2.0...v28.3.0)

Updates `@types/node` from 20.12.7 to 20.12.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/parser` from 7.7.1 to 7.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tiulpin committed May 2, 2024
1 parent 4b4a649 commit f6f71dd
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 39 deletions.
6 changes: 3 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"cli.json"
],
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/parser": "^7.4.0",
"@types/node": "^20.12.8",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.3.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.2.5",
Expand Down
157 changes: 128 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.5",
"prettier-eslint": "^16.3.0",
Expand Down
6 changes: 3 additions & 3 deletions scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/parser": "^7.4.0",
"@types/node": "^20.12.8",
"@typescript-eslint/parser": "^7.8.0",
"axios": "^1.6.8",
"esbuild": "0.20.2",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.3.0",
"jest": "latest",
"js-yaml": "^4.1.0",
"nock": "^13.5.4",
Expand Down
6 changes: 3 additions & 3 deletions vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"azure-pipelines-tool-lib": "^2.0.7"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/parser": "^7.4.0",
"@types/node": "^20.12.8",
"@typescript-eslint/parser": "^7.8.0",
"esbuild": "0.20.2",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.3.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.2.5",
Expand Down

0 comments on commit f6f71dd

Please sign in to comment.