-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.7.0 to 8.9.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
010514f
commit 3fa21fd
Showing
2 changed files
with
109 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
{ | ||
"name": "@ideafast/idgen", | ||
"version": "0.2.1", | ||
"description": "ID generators for the IDEAFast study", | ||
"main": "./dist/lib.umd.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"repository": "https://github.com/ideafast/ideafast-idgen.git", | ||
"author": "Florian Guitton <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ideafast", | ||
"id", | ||
"generator" | ||
], | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test:mutation": "stryker run ./config/stryker.config.js", | ||
"lint": "eslint ./config ./src", | ||
"build": "tsc -p . && webpack --config ./config/webpack.config.js", | ||
"start": "webpack --config ./config/webpack.config.js --progress --color --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.25.2", | ||
"@babel/preset-env": "7.25.4", | ||
"@babel/preset-typescript": "7.24.7", | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.11.1", | ||
"@stryker-mutator/core": "8.5.0", | ||
"@stryker-mutator/jest-runner": "8.5.0", | ||
"@types/jest": "29.5.13", | ||
"@typescript-eslint/eslint-plugin": "8.7.0", | ||
"@typescript-eslint/parser": "8.7.0", | ||
"babel-loader": "9.2.1", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-rewire-ts": "1.4.0", | ||
"eslint": "9.11.1", | ||
"eslint-plugin-jest": "28.8.3", | ||
"globals": "^15.9.0", | ||
"jest": "29.7.0", | ||
"rimraf": "6.0.1", | ||
"terser-webpack-plugin": "5.3.10", | ||
"typescript": "5.6.2", | ||
"webpack": "5.95.0", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
"resolutions": { | ||
"**/glob": "^9" | ||
}, | ||
"babel": { | ||
"extends": "./config/babel.config.js" | ||
} | ||
{ | ||
"name": "@ideafast/idgen", | ||
"version": "0.2.1", | ||
"description": "ID generators for the IDEAFast study", | ||
"main": "./dist/lib.umd.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"repository": "https://github.com/ideafast/ideafast-idgen.git", | ||
"author": "Florian Guitton <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ideafast", | ||
"id", | ||
"generator" | ||
], | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test:mutation": "stryker run ./config/stryker.config.js", | ||
"lint": "eslint ./config ./src", | ||
"build": "tsc -p . && webpack --config ./config/webpack.config.js", | ||
"start": "webpack --config ./config/webpack.config.js --progress --color --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.25.2", | ||
"@babel/preset-env": "7.25.4", | ||
"@babel/preset-typescript": "7.24.7", | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.11.1", | ||
"@stryker-mutator/core": "8.5.0", | ||
"@stryker-mutator/jest-runner": "8.5.0", | ||
"@types/jest": "29.5.13", | ||
"@typescript-eslint/eslint-plugin": "8.9.0", | ||
"@typescript-eslint/parser": "8.7.0", | ||
"babel-loader": "9.2.1", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-rewire-ts": "1.4.0", | ||
"eslint": "9.11.1", | ||
"eslint-plugin-jest": "28.8.3", | ||
"globals": "^15.9.0", | ||
"jest": "29.7.0", | ||
"rimraf": "6.0.1", | ||
"terser-webpack-plugin": "5.3.10", | ||
"typescript": "5.6.2", | ||
"webpack": "5.95.0", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
"resolutions": { | ||
"**/glob": "^9" | ||
}, | ||
"babel": { | ||
"extends": "./config/babel.config.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1722,16 +1722,16 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@8.7.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.7.0.tgz#d0070f206daad26253bf00ca5b80f9b54f9e2dd0" | ||
integrity sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A== | ||
"@typescript-eslint/eslint-plugin@8.9.0": | ||
version "8.9.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.9.0.tgz#bf0b25305b0bf014b4b194a6919103d7ac2a7907" | ||
integrity sha512-Y1n621OCy4m7/vTXNlCbMVp87zSd7NH0L9cXD8aIpOaNlzeWxIK4+Q19A68gSmTNRZn92UjocVUWDthGxtqHFg== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.10.0" | ||
"@typescript-eslint/scope-manager" "8.7.0" | ||
"@typescript-eslint/type-utils" "8.7.0" | ||
"@typescript-eslint/utils" "8.7.0" | ||
"@typescript-eslint/visitor-keys" "8.7.0" | ||
"@typescript-eslint/scope-manager" "8.9.0" | ||
"@typescript-eslint/type-utils" "8.9.0" | ||
"@typescript-eslint/utils" "8.9.0" | ||
"@typescript-eslint/visitor-keys" "8.9.0" | ||
graphemer "^1.4.0" | ||
ignore "^5.3.1" | ||
natural-compare "^1.4.0" | ||
|
@@ -1756,13 +1756,21 @@ | |
"@typescript-eslint/types" "8.7.0" | ||
"@typescript-eslint/visitor-keys" "8.7.0" | ||
|
||
"@typescript-eslint/type-utils@8.7.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.7.0.tgz#d56b104183bdcffcc434a23d1ce26cde5e42df93" | ||
integrity sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ== | ||
"@typescript-eslint/scope-manager@8.9.0": | ||
version "8.9.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.9.0.tgz#c98fef0c4a82a484e6a1eb610a55b154d14d46f3" | ||
integrity sha512-bZu9bUud9ym1cabmOYH9S6TnbWRzpklVmwqICeOulTCZ9ue2/pczWzQvt/cGj2r2o1RdKoZbuEMalJJSYw3pHQ== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.7.0" | ||
"@typescript-eslint/utils" "8.7.0" | ||
"@typescript-eslint/types" "8.9.0" | ||
"@typescript-eslint/visitor-keys" "8.9.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.9.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.9.0.tgz#aa86da3e4555fe7c8b42ab75e13561c4b5a8dfeb" | ||
integrity sha512-JD+/pCqlKqAk5961vxCluK+clkppHY07IbV3vett97KOV+8C6l+CPEPwpUuiMwgbOz/qrN3Ke4zzjqbT+ls+1Q== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "8.9.0" | ||
"@typescript-eslint/utils" "8.9.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.3.0" | ||
|
||
|
@@ -1771,6 +1779,11 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19" | ||
integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.9.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.9.0.tgz#b733af07fb340b32e962c6c63b1062aec2dc0fe6" | ||
integrity sha512-SjgkvdYyt1FAPhU9c6FiYCXrldwYYlIQLkuc+LfAhCna6ggp96ACncdtlbn8FmnG72tUkXclrDExOpEYf1nfJQ== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.7.0.tgz#6c7db6baa4380b937fa81466c546d052f362d0e8" | ||
|
@@ -1785,15 +1798,29 @@ | |
semver "^7.6.0" | ||
ts-api-utils "^1.3.0" | ||
|
||
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": | ||
version "8.7.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.7.0.tgz#cef3f70708b5b5fd7ed8672fc14714472bd8a011" | ||
integrity sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw== | ||
"@typescript-eslint/[email protected]": | ||
version "8.9.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.9.0.tgz#1714f167e9063062dc0df49c1d25afcbc7a96199" | ||
integrity sha512-9iJYTgKLDG6+iqegehc5+EqE6sqaee7kb8vWpmHZ86EqwDjmlqNNHeqDVqb9duh+BY6WCNHfIGvuVU3Tf9Db0g== | ||
dependencies: | ||
"@typescript-eslint/types" "8.9.0" | ||
"@typescript-eslint/visitor-keys" "8.9.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 "^1.3.0" | ||
|
||
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": | ||
version "8.9.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.9.0.tgz#748bbe3ea5bee526d9786d9405cf1b0df081c299" | ||
integrity sha512-PKgMmaSo/Yg/F7kIZvrgrWa1+Vwn036CdNUvYFEkYbPwOH4i8xvkaRlu148W3vtheWK9ckKRIz7PBP5oUlkrvQ== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@typescript-eslint/scope-manager" "8.7.0" | ||
"@typescript-eslint/types" "8.7.0" | ||
"@typescript-eslint/typescript-estree" "8.7.0" | ||
"@typescript-eslint/scope-manager" "8.9.0" | ||
"@typescript-eslint/types" "8.9.0" | ||
"@typescript-eslint/typescript-estree" "8.9.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.7.0" | ||
|
@@ -1803,6 +1830,14 @@ | |
"@typescript-eslint/types" "8.7.0" | ||
eslint-visitor-keys "^3.4.3" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "8.9.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.9.0.tgz#5f11f4d9db913f37da42776893ffe0dd1ae78f78" | ||
integrity sha512-Ht4y38ubk4L5/U8xKUBfKNYGmvKvA1CANoxiTRMM+tOLk3lbF3DvzZCxJCRSE+2GdCMSh6zq9VZJc3asc1XuAA== | ||
dependencies: | ||
"@typescript-eslint/types" "8.9.0" | ||
eslint-visitor-keys "^3.4.3" | ||
|
||
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.12.1": | ||
version "1.12.1" | ||
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb" | ||
|