Skip to content

Commit

Permalink
⬆️ Bump the npm-development group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm-development group with 4 updates in the / directory: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier), [typescript](https://github.com/Microsoft/TypeScript), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [ts-jest](https://github.com/kulshekhar/ts-jest).


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 `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

Updates `@typescript-eslint/parser` from 7.16.0 to 7.17.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.17.0/packages/parser)

Updates `ts-jest` from 29.2.2 to 29.2.3
- [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.2.2...v29.2.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: typescript
  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-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tiulpin committed Jul 29, 2024
1 parent 3b09d12 commit 551fa32
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 58 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.16.0",
"@typescript-eslint/parser": "^7.17.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.3",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
"ts-jest": "^29.2.3",
"typescript": "^5.5.4"
}
}
96 changes: 48 additions & 48 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
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.16.0",
"@typescript-eslint/parser": "^7.17.0",
"axios": "^1.7.2",
"esbuild": "0.23.0",
"eslint": "^8.57.0",
Expand All @@ -44,6 +44,6 @@
"nock": "^13.5.4",
"prettier": "3.3.3",
"ts-jest": "latest",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
6 changes: 3 additions & 3 deletions vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^20.14.10",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/parser": "^7.17.0",
"esbuild": "0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"js-yaml": "^4.1.0",
"prettier": "3.3.3",
"sync-request": "^6.1.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
"ts-jest": "^29.2.3",
"typescript": "^5.5.4"
}
}

0 comments on commit 551fa32

Please sign in to comment.