]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove eslint deps from the pinned deps list and update their minor version (#42215)
authorJulien Déramond <juderamond@gmail.com>
Sat, 21 Mar 2026 06:27:45 +0000 (07:27 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2026 06:27:45 +0000 (07:27 +0100)
package-lock.json
package.json

index 6269e74770405464b2bce4d86bf6742073ac997f..f3ce9ddaf830fb05053acb23be7100c397e5871d 100644 (file)
         "bundlewatch": "^0.4.1",
         "clipboard": "^2.0.11",
         "cross-env": "^10.1.0",
-        "eslint": "10.0.3",
-        "eslint-config-xo": "0.50.0",
+        "eslint": "^10.1.0",
+        "eslint-config-xo": "^0.50.0",
         "eslint-plugin-html": "^8.1.4",
         "eslint-plugin-import-x": "^4.16.2",
         "eslint-plugin-markdown": "^5.1.0",
-        "eslint-plugin-unicorn": "63.0.0",
+        "eslint-plugin-unicorn": "^63.0.0",
         "find-unused-sass-variables": "^6.1.1",
         "github-slugger": "^2.0.0",
         "globals": "^17.0.0",
       }
     },
     "node_modules/eslint": {
-      "version": "10.0.3",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.3.tgz",
-      "integrity": "sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==",
+      "version": "10.1.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.1.0.tgz",
+      "integrity": "sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
         "@eslint-community/eslint-utils": "^4.8.0",
         "@eslint-community/regexpp": "^4.12.2",
         "@eslint/config-array": "^0.23.3",
-        "@eslint/config-helpers": "^0.5.2",
+        "@eslint/config-helpers": "^0.5.3",
         "@eslint/core": "^1.1.1",
         "@eslint/plugin-kit": "^0.6.1",
         "@humanfs/node": "^0.16.6",
         "escape-string-regexp": "^4.0.0",
         "eslint-scope": "^9.1.2",
         "eslint-visitor-keys": "^5.0.1",
-        "espree": "^11.1.1",
+        "espree": "^11.2.0",
         "esquery": "^1.7.0",
         "esutils": "^2.0.2",
         "fast-deep-equal": "^3.1.3",
index 70e5d2529e6066b38a931b2e722b739a197656ff..8cfa589505395bcc96b33fd63b47d516a425063b 100644 (file)
@@ -94,7 +94,7 @@
     "docs-serve": "npm run astro-dev -- --host",
     "docs-serve-only": "npx sirv-cli _site --port 9001",
     "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
-    "update-deps": "ncu -u -x @docsearch/js,eslint,eslint-config-xo,eslint-plugin-unicorn,karma-browserstack-launcher,karma-rollup-preprocessor,sass,vnu-jar",
+    "update-deps": "ncu -u -x @docsearch/js,karma-browserstack-launcher,karma-rollup-preprocessor,sass,vnu-jar",
     "release": "npm-run-all dist release-sri docs-build release-zip*",
     "release-sri": "node build/generate-sri.mjs",
     "release-version": "node build/change-version.mjs",
     "bundlewatch": "^0.4.1",
     "clipboard": "^2.0.11",
     "cross-env": "^10.1.0",
-    "eslint": "10.0.3",
-    "eslint-config-xo": "0.50.0",
+    "eslint": "^10.1.0",
+    "eslint-config-xo": "^0.50.0",
     "eslint-plugin-html": "^8.1.4",
     "eslint-plugin-import-x": "^4.16.2",
     "eslint-plugin-markdown": "^5.1.0",
-    "eslint-plugin-unicorn": "63.0.0",
+    "eslint-plugin-unicorn": "^63.0.0",
     "find-unused-sass-variables": "^6.1.1",
     "github-slugger": "^2.0.0",
     "globals": "^17.0.0",