neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Bump eslint from 9.31.0 to 9.38.0 (#394)
d6f6c37 · dependabot[bot] · 2026-02-28 13:34
Message
{commit_body(@commit)}
Files changed
modified
package-lock.json
+49
−40
@@ -17,7 +17,7 @@
| 17 | 17 | "devDependencies": { |
| 18 | 18 | "@eslint/js": "9.31.0", |
| 19 | 19 | "@vercel/ncc": "0.38.3", |
| 20 | − "eslint": "9.31.0", | |
| 20 | + "eslint": "9.38.0", | |
| 21 | 21 | "eslint-plugin-yml": "1.18.0", |
| 22 | 22 | "globals": "16.3.0", |
| 23 | 23 | "markdownlint-cli": "0.45.0", |
@@ -91,16 +91,20 @@
| 91 | 91 | } |
| 92 | 92 | }, |
| 93 | 93 | "node_modules/@eslint-community/eslint-utils": { |
| 94 | − "version": "4.4.0", | |
| 95 | − "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", | |
| 96 | − "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", | |
| 94 | + "version": "4.9.0", | |
| 95 | + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", | |
| 96 | + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", | |
| 97 | 97 | "dev": true, |
| 98 | + "license": "MIT", | |
| 98 | 99 | "dependencies": { |
| 99 | − "eslint-visitor-keys": "^3.3.0" | |
| 100 | + "eslint-visitor-keys": "^3.4.3" | |
| 100 | 101 | }, |
| 101 | 102 | "engines": { |
| 102 | 103 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| 103 | 104 | }, |
| 105 | + "funding": { | |
| 106 | + "url": "https://opencollective.com/eslint" | |
| 107 | + }, | |
| 104 | 108 | "peerDependencies": { |
| 105 | 109 | "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |
| 106 | 110 | } |
@@ -116,12 +120,13 @@
| 116 | 120 | } |
| 117 | 121 | }, |
| 118 | 122 | "node_modules/@eslint/config-array": { |
| 119 | − "version": "0.21.0", | |
| 120 | − "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz", | |
| 121 | − "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==", | |
| 123 | + "version": "0.21.1", | |
| 124 | + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", | |
| 125 | + "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", | |
| 122 | 126 | "dev": true, |
| 127 | + "license": "Apache-2.0", | |
| 123 | 128 | "dependencies": { |
| 124 | − "@eslint/object-schema": "^2.1.6", | |
| 129 | + "@eslint/object-schema": "^2.1.7", | |
| 125 | 130 | "debug": "^4.3.1", |
| 126 | 131 | "minimatch": "^3.1.2" |
| 127 | 132 | }, |
@@ -130,18 +135,22 @@
| 130 | 135 | } |
| 131 | 136 | }, |
| 132 | 137 | "node_modules/@eslint/config-helpers": { |
| 133 | − "version": "0.3.0", | |
| 134 | − "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", | |
| 135 | − "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", | |
| 138 | + "version": "0.4.1", | |
| 139 | + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz", | |
| 140 | + "integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==", | |
| 136 | 141 | "dev": true, |
| 142 | + "license": "Apache-2.0", | |
| 143 | + "dependencies": { | |
| 144 | + "@eslint/core": "^0.16.0" | |
| 145 | + }, | |
| 137 | 146 | "engines": { |
| 138 | 147 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| 139 | 148 | } |
| 140 | 149 | }, |
| 141 | 150 | "node_modules/@eslint/core": { |
| 142 | − "version": "0.14.0", | |
| 143 | − "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz", | |
| 144 | − "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==", | |
| 151 | + "version": "0.16.0", | |
| 152 | + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz", | |
| 153 | + "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==", | |
| 145 | 154 | "dev": true, |
| 146 | 155 | "license": "Apache-2.0", |
| 147 | 156 | "dependencies": { |
@@ -202,22 +211,23 @@
| 202 | 211 | } |
| 203 | 212 | }, |
| 204 | 213 | "node_modules/@eslint/object-schema": { |
| 205 | − "version": "2.1.6", | |
| 206 | − "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", | |
| 207 | − "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", | |
| 214 | + "version": "2.1.7", | |
| 215 | + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", | |
| 216 | + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", | |
| 208 | 217 | "dev": true, |
| 218 | + "license": "Apache-2.0", | |
| 209 | 219 | "engines": { |
| 210 | 220 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| 211 | 221 | } |
| 212 | 222 | }, |
| 213 | 223 | "node_modules/@eslint/plugin-kit": { |
| 214 | − "version": "0.3.1", | |
| 215 | − "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz", | |
| 216 | − "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==", | |
| 224 | + "version": "0.4.0", | |
| 225 | + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz", | |
| 226 | + "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==", | |
| 217 | 227 | "dev": true, |
| 218 | 228 | "license": "Apache-2.0", |
| 219 | 229 | "dependencies": { |
| 220 | − "@eslint/core": "^0.14.0", | |
| 230 | + "@eslint/core": "^0.16.0", | |
| 221 | 231 | "levn": "^0.4.1" |
| 222 | 232 | }, |
| 223 | 233 | "engines": { |
@@ -964,25 +974,24 @@
| 964 | 974 | } |
| 965 | 975 | }, |
| 966 | 976 | "node_modules/eslint": { |
| 967 | − "version": "9.31.0", | |
| 968 | − "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz", | |
| 969 | − "integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==", | |
| 977 | + "version": "9.38.0", | |
| 978 | + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz", | |
| 979 | + "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==", | |
| 970 | 980 | "dev": true, |
| 971 | 981 | "license": "MIT", |
| 972 | 982 | "dependencies": { |
| 973 | − "@eslint-community/eslint-utils": "^4.2.0", | |
| 983 | + "@eslint-community/eslint-utils": "^4.8.0", | |
| 974 | 984 | "@eslint-community/regexpp": "^4.12.1", |
| 975 | − "@eslint/config-array": "^0.21.0", | |
| 976 | − "@eslint/config-helpers": "^0.3.0", | |
| 977 | − "@eslint/core": "^0.15.0", | |
| 985 | + "@eslint/config-array": "^0.21.1", | |
| 986 | + "@eslint/config-helpers": "^0.4.1", | |
| 987 | + "@eslint/core": "^0.16.0", | |
| 978 | 988 | "@eslint/eslintrc": "^3.3.1", |
| 979 | − "@eslint/js": "9.31.0", | |
| 980 | − "@eslint/plugin-kit": "^0.3.1", | |
| 989 | + "@eslint/js": "9.38.0", | |
| 990 | + "@eslint/plugin-kit": "^0.4.0", | |
| 981 | 991 | "@humanfs/node": "^0.16.6", |
| 982 | 992 | "@humanwhocodes/module-importer": "^1.0.1", |
| 983 | 993 | "@humanwhocodes/retry": "^0.4.2", |
| 984 | 994 | "@types/estree": "^1.0.6", |
| 985 | − "@types/json-schema": "^7.0.15", | |
| 986 | 995 | "ajv": "^6.12.4", |
| 987 | 996 | "chalk": "^4.0.0", |
| 988 | 997 | "cross-spawn": "^7.0.6", |
@@ -1092,17 +1101,17 @@
| 1092 | 1101 | "url": "https://opencollective.com/eslint" |
| 1093 | 1102 | } |
| 1094 | 1103 | }, |
| 1095 | − "node_modules/eslint/node_modules/@eslint/core": { | |
| 1096 | − "version": "0.15.1", | |
| 1097 | − "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", | |
| 1098 | − "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", | |
| 1104 | + "node_modules/eslint/node_modules/@eslint/js": { | |
| 1105 | + "version": "9.38.0", | |
| 1106 | + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz", | |
| 1107 | + "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==", | |
| 1099 | 1108 | "dev": true, |
| 1100 | − "license": "Apache-2.0", | |
| 1101 | − "dependencies": { | |
| 1102 | − "@types/json-schema": "^7.0.15" | |
| 1103 | − }, | |
| 1109 | + "license": "MIT", | |
| 1104 | 1110 | "engines": { |
| 1105 | 1111 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| 1112 | + }, | |
| 1113 | + "funding": { | |
| 1114 | + "url": "https://eslint.org/donate" | |
| 1106 | 1115 | } |
| 1107 | 1116 | }, |
| 1108 | 1117 | "node_modules/eslint/node_modules/eslint-visitor-keys": { |
modified
package.json
+1
−1
@@ -25,7 +25,7 @@
| 25 | 25 | }, |
| 26 | 26 | "devDependencies": { |
| 27 | 27 | "@vercel/ncc": "0.38.3", |
| 28 | − "eslint": "9.31.0", | |
| 28 | + "eslint": "9.38.0", | |
| 29 | 29 | "@eslint/js": "9.31.0", |
| 30 | 30 | "globals": "16.3.0", |
| 31 | 31 | "markdownlint-cli": "0.45.0", |
Parents: 905cf79