mirror of https://github.com/jenkinsci/jenkins.git
Update eslint monorepo to v9.34.0 (#11013)
This commit is contained in:
commit
c549676c73
|
@ -26,12 +26,12 @@
|
|||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.3",
|
||||
"@babel/preset-env": "7.28.3",
|
||||
"@eslint/js": "9.33.0",
|
||||
"@eslint/js": "9.34.0",
|
||||
"babel-loader": "10.0.0",
|
||||
"clean-webpack-plugin": "4.0.0",
|
||||
"css-loader": "7.1.2",
|
||||
"css-minimizer-webpack-plugin": "7.0.2",
|
||||
"eslint": "9.33.0",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-formatter-checkstyle": "8.40.0",
|
||||
"globals": "16.3.0",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -1721,10 +1721,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/js@npm:9.33.0":
|
||||
version: 9.33.0
|
||||
resolution: "@eslint/js@npm:9.33.0"
|
||||
checksum: 10c0/4c42c9abde76a183b8e47205fd6c3116b058f82f07b6ad4de40de56cdb30a36e9ecd40efbea1b63a84d08c206aadbb0aa39a890197e1ad6455a8e542df98f186
|
||||
"@eslint/js@npm:9.34.0":
|
||||
version: 9.34.0
|
||||
resolution: "@eslint/js@npm:9.34.0"
|
||||
checksum: 10c0/53f1bfd2a374683d9382a6850354555f6e89a88416c34a5d34e9fbbaf717e97c2b06300e8f93e5eddba8bda8951ccab7f93a680e56ded1a3d21d526019e69bab
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -3524,9 +3524,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:9.33.0":
|
||||
version: 9.33.0
|
||||
resolution: "eslint@npm:9.33.0"
|
||||
"eslint@npm:9.34.0":
|
||||
version: 9.34.0
|
||||
resolution: "eslint@npm:9.34.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.2.0"
|
||||
"@eslint-community/regexpp": "npm:^4.12.1"
|
||||
|
@ -3534,7 +3534,7 @@ __metadata:
|
|||
"@eslint/config-helpers": "npm:^0.3.1"
|
||||
"@eslint/core": "npm:^0.15.2"
|
||||
"@eslint/eslintrc": "npm:^3.3.1"
|
||||
"@eslint/js": "npm:9.33.0"
|
||||
"@eslint/js": "npm:9.34.0"
|
||||
"@eslint/plugin-kit": "npm:^0.3.5"
|
||||
"@humanfs/node": "npm:^0.16.6"
|
||||
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
||||
|
@ -3570,7 +3570,7 @@ __metadata:
|
|||
optional: true
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: 10c0/1e1f60d2b62d9d65553e9af916a8dccf00eeedd982103f35bf58c205803907cb1fda73ef595178d47384ea80d8624a182b63682a6b15d8387e9a5d86904a2a2d
|
||||
checksum: 10c0/ba3e54fa0c8ed23d062f91519afaae77fed922a6c4d76130b6cd32154bcb406aaea4b3c5ed88e0be40828c1d5b6921592f3947dbdc5e2043de6bd7aa341fe5ea
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -4348,12 +4348,12 @@ __metadata:
|
|||
"@babel/cli": "npm:7.28.3"
|
||||
"@babel/core": "npm:7.28.3"
|
||||
"@babel/preset-env": "npm:7.28.3"
|
||||
"@eslint/js": "npm:9.33.0"
|
||||
"@eslint/js": "npm:9.34.0"
|
||||
babel-loader: "npm:10.0.0"
|
||||
clean-webpack-plugin: "npm:4.0.0"
|
||||
css-loader: "npm:7.1.2"
|
||||
css-minimizer-webpack-plugin: "npm:7.0.2"
|
||||
eslint: "npm:9.33.0"
|
||||
eslint: "npm:9.34.0"
|
||||
eslint-config-prettier: "npm:10.1.8"
|
||||
eslint-formatter-checkstyle: "npm:8.40.0"
|
||||
globals: "npm:16.3.0"
|
||||
|
|
Loading…
Reference in New Issue