1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action.git synced 2026-04-12 18:01:24 +02:00

chore(deps-dev): bump eslint-plugin-jest from 28.14.0 to 29.15.1

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.14.0 to 29.15.1.
- [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](https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.15.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-02 15:04:41 +00:00
committed by GitHub
parent 70ef6fd3a4
commit 9f5e944727
2 changed files with 14 additions and 10 deletions

22
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"babel-preset-jest": "^29.6.3",
"eslint": "^9.29.0",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-jest": "^28.13.0",
"eslint-plugin-jest": "^29.15.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"semantic-release": "^24.2.5"
@@ -6060,21 +6060,22 @@
}
},
"node_modules/eslint-plugin-jest": {
"version": "28.14.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz",
"integrity": "sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==",
"version": "29.15.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz",
"integrity": "sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
"@typescript-eslint/utils": "^8.0.0"
},
"engines": {
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
"node": "^20.12.0 || ^22.0.0 || >=24.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0",
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0",
"jest": "*"
"@typescript-eslint/eslint-plugin": "^8.0.0",
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"jest": "*",
"typescript": ">=4.8.4 <7.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
@@ -6082,6 +6083,9 @@
},
"jest": {
"optional": true
},
"typescript": {
"optional": true
}
}
},

View File

@@ -74,7 +74,7 @@
"babel-preset-jest": "^29.6.3",
"eslint": "^9.29.0",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-jest": "^28.13.0",
"eslint-plugin-jest": "^29.15.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"semantic-release": "^24.2.5"