diff --git a/package-lock.json b/package-lock.json index 13af7134..3e43407e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "babel-jest": "^30.0.5", "eslint": "^8.57.1", "eslint-config-react-app": "^7.0.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "fs-extra": "^11.3.0", "jest": "^29.7.0", "prettier": "^3.5.3", @@ -4657,6 +4657,42 @@ } } }, + "node_modules/@typescript-eslint/project-service": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.38.0.tgz", + "integrity": "sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.38.0", + "@typescript-eslint/types": "^8.38.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.38.0.tgz", + "integrity": "sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@typescript-eslint/scope-manager": { "version": "7.18.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", @@ -4675,6 +4711,23 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz", + "integrity": "sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <5.9.0" + } + }, "node_modules/@typescript-eslint/type-utils": { "version": "7.18.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", @@ -6845,20 +6898,20 @@ } }, "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.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", + "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", "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", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "eslint": "^8.57.0 || ^9.0.0", "jest": "*" }, "peerDependenciesMeta": { @@ -6870,6 +6923,148 @@ } } }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz", + "integrity": "sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.38.0", + "@typescript-eslint/visitor-keys": "8.38.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.38.0.tgz", + "integrity": "sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz", + "integrity": "sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.38.0", + "@typescript-eslint/tsconfig-utils": "8.38.0", + "@typescript-eslint/types": "8.38.0", + "@typescript-eslint/visitor-keys": "8.38.0", + "debug": "^4.3.4", + "fast-glob": "^3.3.2", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^2.1.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.38.0.tgz", + "integrity": "sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.7.0", + "@typescript-eslint/scope-manager": "8.38.0", + "@typescript-eslint/types": "8.38.0", + "@typescript-eslint/typescript-estree": "8.38.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <5.9.0" + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": { + "version": "8.38.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz", + "integrity": "sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.38.0", + "eslint-visitor-keys": "^4.2.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-jest/node_modules/eslint-visitor-keys": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-jest/node_modules/semver": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", + "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-plugin-jest/node_modules/ts-api-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz", + "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12" + }, + "peerDependencies": { + "typescript": ">=4.8.4" + } + }, "node_modules/eslint-plugin-jsx-a11y": { "version": "6.10.2", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", @@ -13333,9 +13528,9 @@ } }, "node_modules/typescript": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", "bin": { @@ -13742,7 +13937,7 @@ } }, "packages/api-request-buffer": { - "version": "0.1.5", + "version": "0.1.6", "license": "BSD-3-Clause", "dependencies": { "debug": "^4.4.1" @@ -13761,7 +13956,7 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", "typedoc": "^0.28.5", @@ -13779,10 +13974,10 @@ } }, "packages/request-rate-clock": { - "version": "0.1.6", + "version": "0.1.8", "license": "BSD-3-Clause", "dependencies": { - "timeout-promise-wrapper": "^0.1.10" + "timeout-promise-wrapper": "^0.1.11" }, "devDependencies": { "@babel/cli": "^7.28.0", @@ -13798,7 +13993,7 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", "typedoc": "^0.28.5", @@ -13816,7 +14011,7 @@ } }, "packages/savepromise": { - "version": "0.2.6", + "version": "0.2.7", "license": "BSD-3-Clause", "devDependencies": { "@babel/cli": "^7.28.0", @@ -13832,10 +14027,10 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", - "timeout-promise-wrapper": "^0.1.10", + "timeout-promise-wrapper": "^0.1.11", "typedoc": "^0.28.5", "typescript": "^5.8.3" } @@ -13851,7 +14046,7 @@ } }, "packages/timeout-promise-wrapper": { - "version": "0.1.10", + "version": "0.1.11", "license": "BSD-3-Clause", "devDependencies": { "@babel/cli": "^7.28.0", @@ -13867,7 +14062,7 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", "typedoc": "^0.28.5", diff --git a/package.json b/package.json index 4a6d6afa..a02a54a7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "babel-jest": "^30.0.5", "eslint": "^8.57.1", "eslint-config-react-app": "^7.0.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "fs-extra": "^11.3.0", "jest": "^29.7.0", "prettier": "^3.5.3", diff --git a/packages/api-request-buffer/package.json b/packages/api-request-buffer/package.json index 786e11f5..ab0ba2df 100644 --- a/packages/api-request-buffer/package.json +++ b/packages/api-request-buffer/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", "typedoc": "^0.28.5", diff --git a/packages/request-rate-clock/package.json b/packages/request-rate-clock/package.json index deb5e4e6..eb7ba4cc 100644 --- a/packages/request-rate-clock/package.json +++ b/packages/request-rate-clock/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", "typedoc": "^0.28.5", diff --git a/packages/savepromise/package.json b/packages/savepromise/package.json index 37d142c9..9aa8d3d1 100644 --- a/packages/savepromise/package.json +++ b/packages/savepromise/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", "timeout-promise-wrapper": "^0.1.11", diff --git a/packages/timeout-promise-wrapper/package.json b/packages/timeout-promise-wrapper/package.json index fad070fe..1b2411fa 100644 --- a/packages/timeout-promise-wrapper/package.json +++ b/packages/timeout-promise-wrapper/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^7.18.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^28.11.0", + "eslint-plugin-jest": "^29.0.1", "jest": "^29.7.0", "source-map-support": "^0.5.21", "typedoc": "^0.28.5",