Compare commits

..

2 Commits

Author SHA1 Message Date
chiranjib-swain
1f68aae655 build(deps-dev): update TypeScript ESLint packages and jest plugin 2025-09-17 11:37:47 +05:30
dependabot[bot]
d6dc4f13ab build(deps-dev): bump eslint from 8.55.0 to 9.35.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 9.35.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v9.35.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 11:17:16 +00:00
2 changed files with 642 additions and 845 deletions

1475
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -39,8 +39,8 @@
"dependencies": {
"@actions/cache": "^4.0.3",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@octokit/core": "^7.0.3",
"@actions/github": "^5.1.1",
"@octokit/core": "^4.2.0",
"@octokit/plugin-retry": "^4.1.1",
"lodash.deburr": "^4.1.0",
"semver": "^7.5.4"
@@ -50,13 +50,13 @@
"@types/lodash.deburr": "^4.1.6",
"@types/node": "^24.1.0",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"@vercel/ncc": "^0.36.1",
"ansi-styles": "5.2.0",
"eslint": "^8.46.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.6.2",
"jest-circus": "^29.5.0",