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.29.0 to 9.30.0 (#354)
2971b07 · dependabot[bot] · 2025-06-30 21:09
Message
{commit_body(@commit)}
Files changed
modified
package-lock.json
+25
−17
@@ -17,7 +17,7 @@
| 17 | 17 | "devDependencies": { |
| 18 | 18 | "@eslint/js": "9.29.0", |
| 19 | 19 | "@vercel/ncc": "0.38.3", |
| 20 | − "eslint": "9.29.0", | |
| 20 | + "eslint": "9.30.0", | |
| 21 | 21 | "eslint-plugin-yml": "1.18.0", |
| 22 | 22 | "globals": "16.2.0", |
| 23 | 23 | "markdownlint-cli": "0.45.0", |
@@ -116,11 +116,10 @@
| 116 | 116 | } |
| 117 | 117 | }, |
| 118 | 118 | "node_modules/@eslint/config-array": { |
| 119 | − "version": "0.20.1", | |
| 120 | − "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.1.tgz", | |
| 121 | − "integrity": "sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==", | |
| 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==", | |
| 122 | 122 | "dev": true, |
| 123 | − "license": "Apache-2.0", | |
| 124 | 123 | "dependencies": { |
| 125 | 124 | "@eslint/object-schema": "^2.1.6", |
| 126 | 125 | "debug": "^4.3.1", |
@@ -131,11 +130,10 @@
| 131 | 130 | } |
| 132 | 131 | }, |
| 133 | 132 | "node_modules/@eslint/config-helpers": { |
| 134 | − "version": "0.2.2", | |
| 135 | − "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz", | |
| 136 | − "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==", | |
| 133 | + "version": "0.3.0", | |
| 134 | + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", | |
| 135 | + "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", | |
| 137 | 136 | "dev": true, |
| 138 | − "license": "Apache-2.0", | |
| 139 | 137 | "engines": { |
| 140 | 138 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| 141 | 139 | } |
@@ -208,7 +206,6 @@
| 208 | 206 | "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", |
| 209 | 207 | "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", |
| 210 | 208 | "dev": true, |
| 211 | − "license": "Apache-2.0", | |
| 212 | 209 | "engines": { |
| 213 | 210 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
| 214 | 211 | } |
@@ -967,19 +964,18 @@
| 967 | 964 | } |
| 968 | 965 | }, |
| 969 | 966 | "node_modules/eslint": { |
| 970 | − "version": "9.29.0", | |
| 971 | − "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.29.0.tgz", | |
| 972 | − "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==", | |
| 967 | + "version": "9.30.0", | |
| 968 | + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.30.0.tgz", | |
| 969 | + "integrity": "sha512-iN/SiPxmQu6EVkf+m1qpBxzUhE12YqFLOSySuOyVLJLEF9nzTf+h/1AJYc1JWzCnktggeNrjvQGLngDzXirU6g==", | |
| 973 | 970 | "dev": true, |
| 974 | − "license": "MIT", | |
| 975 | 971 | "dependencies": { |
| 976 | 972 | "@eslint-community/eslint-utils": "^4.2.0", |
| 977 | 973 | "@eslint-community/regexpp": "^4.12.1", |
| 978 | − "@eslint/config-array": "^0.20.1", | |
| 979 | − "@eslint/config-helpers": "^0.2.1", | |
| 974 | + "@eslint/config-array": "^0.21.0", | |
| 975 | + "@eslint/config-helpers": "^0.3.0", | |
| 980 | 976 | "@eslint/core": "^0.14.0", |
| 981 | 977 | "@eslint/eslintrc": "^3.3.1", |
| 982 | − "@eslint/js": "9.29.0", | |
| 978 | + "@eslint/js": "9.30.0", | |
| 983 | 979 | "@eslint/plugin-kit": "^0.3.1", |
| 984 | 980 | "@humanfs/node": "^0.16.6", |
| 985 | 981 | "@humanwhocodes/module-importer": "^1.0.1", |
@@ -1095,6 +1091,18 @@
| 1095 | 1091 | "url": "https://opencollective.com/eslint" |
| 1096 | 1092 | } |
| 1097 | 1093 | }, |
| 1094 | + "node_modules/eslint/node_modules/@eslint/js": { | |
| 1095 | + "version": "9.30.0", | |
| 1096 | + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.0.tgz", | |
| 1097 | + "integrity": "sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==", | |
| 1098 | + "dev": true, | |
| 1099 | + "engines": { | |
| 1100 | + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 1101 | + }, | |
| 1102 | + "funding": { | |
| 1103 | + "url": "https://eslint.org/donate" | |
| 1104 | + } | |
| 1105 | + }, | |
| 1098 | 1106 | "node_modules/eslint/node_modules/eslint-visitor-keys": { |
| 1099 | 1107 | "version": "4.2.1", |
| 1100 | 1108 | "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", |
modified
package.json
+1
−1
@@ -25,7 +25,7 @@
| 25 | 25 | }, |
| 26 | 26 | "devDependencies": { |
| 27 | 27 | "@vercel/ncc": "0.38.3", |
| 28 | − "eslint": "9.29.0", | |
| 28 | + "eslint": "9.30.0", | |
| 29 | 29 | "@eslint/js": "9.29.0", |
| 30 | 30 | "globals": "16.2.0", |
| 31 | 31 | "markdownlint-cli": "0.45.0", |
Parents: a0b139a