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: [prettier](https://github.com/prettier/prettier), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `prettier` from 3.3.2 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.3.2...3.3.3)

Updates `@typescript-eslint/parser` from 7.15.0 to 7.16.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.16.0/packages/parser)

Updates `ts-jest` from 29.1.5 to 29.2.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.5...v29.2.2)

---
updated-dependencies:
- dependency-name: prettier
  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
- dependency-name: ts-jest
  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 Jul 15, 2024
1 parent c11f536 commit aa51170
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 48 deletions.
6 changes: 3 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
],
"devDependencies": {
"@types/node": "^20.14.10",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.3.2",
"ts-jest": "^29.1.5",
"prettier": "3.3.3",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
}
}
142 changes: 103 additions & 39 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 @@ -38,7 +38,7 @@
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
Expand Down
4 changes: 2 additions & 2 deletions scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/parser": "^7.16.0",
"axios": "^1.7.2",
"esbuild": "0.23.0",
"eslint": "^8.57.0",
Expand All @@ -42,7 +42,7 @@
"jest": "latest",
"js-yaml": "^4.1.0",
"nock": "^13.5.4",
"prettier": "3.3.2",
"prettier": "3.3.3",
"ts-jest": "latest",
"typescript": "^5.5.3"
}
Expand Down
6 changes: 3 additions & 3 deletions vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"devDependencies": {
"@types/node": "^20.14.10",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/parser": "^7.16.0",
"esbuild": "0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"sync-request": "^6.1.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
}
}

0 comments on commit aa51170

Please sign in to comment.