From: Julien Déramond Date: Sat, 21 Mar 2026 06:27:45 +0000 (+0100) Subject: Remove eslint deps from the pinned deps list and update their minor version (#42215) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404ad566d8caaa99509f7917d6a590be5ee67c1a;p=thirdparty%2Fbootstrap.git Remove eslint deps from the pinned deps list and update their minor version (#42215) --- diff --git a/package-lock.json b/package-lock.json index 6269e74770..f3ce9ddaf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,12 +43,12 @@ "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", @@ -8150,16 +8150,16 @@ } }, "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", @@ -8172,7 +8172,7 @@ "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", diff --git a/package.json b/package.json index 70e5d2529e..8cfa589505 100644 --- a/package.json +++ b/package.json @@ -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", @@ -143,12 +143,12 @@ "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",