This is an automated email from the ASF dual-hosted git repository. hainenber pushed a commit to branch chore/move-js-yaml-loader-to-dev-deps in repository https://gitbox.apache.org/repos/asf/superset.git
commit 875e61a39188e77a53f6cb81f722612126153b92 Author: hainenber <[email protected]> AuthorDate: Sun Feb 8 15:12:14 2026 +0700 build(dev-deps): move Webpack-dedicated `js-yaml-loader` to dev deps section Signed-off-by: hainenber <[email protected]> --- superset-frontend/package-lock.json | 9 ++++++++- superset-frontend/package.json | 14 +++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index c14d33001dd..753ae927c63 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -98,7 +98,6 @@ "interweave": "^13.1.1", "jquery": "^4.0.0", "js-levenshtein": "^1.1.6", - "js-yaml-loader": "^1.2.2", "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.23", @@ -262,6 +261,7 @@ "jest-environment-jsdom": "^29.7.0", "jest-html-reporter": "^4.3.0", "jest-websocket-mock": "^2.5.0", + "js-yaml-loader": "^1.2.2", "jsdom": "^28.0.0", "lerna": "^8.2.3", "lightningcss": "^1.31.1", @@ -24290,6 +24290,7 @@ "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, "license": "MIT", "engines": { "node": "*" @@ -29637,6 +29638,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, "license": "MIT", "engines": { "node": ">= 4" @@ -40999,6 +41001,7 @@ "version": "3.14.2", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", + "dev": true, "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -41012,6 +41015,7 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/js-yaml-loader/-/js-yaml-loader-1.2.2.tgz", "integrity": "sha512-H+NeuNrG6uOs/WMjna2SjkaCw13rMWiT/D7l9+9x5n8aq88BDsh2sRmdfxckWPIHtViYHWRG6XiCKYvS1dfyLg==", + "dev": true, "license": "MIT", "dependencies": { "js-yaml": "^3.13.1", @@ -41023,6 +41027,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, "license": "MIT", "dependencies": { "minimist": "^1.2.0" @@ -41035,6 +41040,7 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, "license": "MIT", "dependencies": { "big.js": "^5.2.2", @@ -57374,6 +57380,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/un-eval/-/un-eval-1.2.0.tgz", "integrity": "sha512-Wlj/pum6dQtGTPD/lclDtoVPkSfpjPfy1dwnnKw/sZP5DpBH9fLhBgQfsqNhe5/gS1D+vkZUuB771NRMUPA5CA==", + "dev": true, "license": "MIT" }, "node_modules/unbox-primitive": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 641693300d2..ae8cd6ed179 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -110,6 +110,12 @@ "@emotion/cache": "^11.4.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", + "@luma.gl/constants": "~9.2.5", + "@luma.gl/core": "~9.2.5", + "@luma.gl/engine": "~9.2.5", + "@luma.gl/gltf": "~9.2.5", + "@luma.gl/shadertools": "~9.2.5", + "@luma.gl/webgl": "~9.2.5", "@reduxjs/toolkit": "^1.9.3", "@rjsf/core": "^5.24.13", "@rjsf/utils": "^5.24.3", @@ -174,16 +180,9 @@ "interweave": "^13.1.1", "jquery": "^4.0.0", "js-levenshtein": "^1.1.6", - "js-yaml-loader": "^1.2.2", "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.23", - "@luma.gl/constants": "~9.2.5", - "@luma.gl/core": "~9.2.5", - "@luma.gl/engine": "~9.2.5", - "@luma.gl/gltf": "~9.2.5", - "@luma.gl/shadertools": "~9.2.5", - "@luma.gl/webgl": "~9.2.5", "mapbox-gl": "^3.18.1", "markdown-to-jsx": "^9.7.3", "match-sorter": "^6.3.4", @@ -344,6 +343,7 @@ "jest-environment-jsdom": "^29.7.0", "jest-html-reporter": "^4.3.0", "jest-websocket-mock": "^2.5.0", + "js-yaml-loader": "^1.2.2", "jsdom": "^28.0.0", "lerna": "^8.2.3", "lightningcss": "^1.31.1",
