Skip to content

Commit e765e47

Browse files
dependabot[bot]absidue
authored andcommitted
Bump webpack-cli from 6.0.1 to 7.0.1 in the webpack group (FreeTubeApp#8816)
* Bump webpack-cli from 6.0.1 to 7.0.1 in the webpack group Bumps the webpack group with 1 update: [webpack-cli](https://github.com/webpack/webpack-cli). Updates `webpack-cli` from 6.0.1 to 7.0.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.1...webpack-cli@7.0.1) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: webpack ... Signed-off-by: dependabot[bot] <support@github.com> * Switch from --node-env= to --config-node-env= --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
1 parent 773d285 commit e765e47

File tree

2 files changed

+23
-42
lines changed

2 files changed

+23
-42
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"lint-style-fix": "stylelint --fix \"src/**/*.{css,scss}\"",
4242
"lint-yml": "eslint --config eslint.config.mjs \"**/*.yml\" \"**/*.yaml\"",
4343
"pack": "run-p pack:main pack:renderer pack:preload pack:botGuardScript && node _scripts/injectAllowedPaths.mjs",
44-
"pack:main": "webpack --mode=production --node-env=production --config _scripts/webpack.main.config.js",
45-
"pack:renderer": "webpack --mode=production --node-env=production --config _scripts/webpack.renderer.config.js",
46-
"pack:preload": "webpack --mode=production --node-env=production --config _scripts/webpack.preload.config.js",
47-
"pack:web": "webpack --mode=production --node-env=production --config _scripts/webpack.web.config.js",
44+
"pack:main": "webpack --mode=production --config-node-env=production --config _scripts/webpack.main.config.js",
45+
"pack:renderer": "webpack --mode=production --config-node-env=production --config _scripts/webpack.renderer.config.js",
46+
"pack:preload": "webpack --mode=production --config-node-env=production --config _scripts/webpack.preload.config.js",
47+
"pack:web": "webpack --mode=production --config-node-env=production --config _scripts/webpack.web.config.js",
4848
"pack:botGuardScript": "webpack --config _scripts/webpack.botGuardScript.config.js",
4949
"checkforbadtemplates": "node _scripts/findMissingTemplates.mjs",
5050
"ci": "yarn install --silent --frozen-lockfile --network-concurrency 1"
@@ -114,7 +114,7 @@
114114
"vue-eslint-parser": "^10.2.0",
115115
"vue-loader": "^17.4.2",
116116
"webpack": "^5.105.4",
117-
"webpack-cli": "^6.0.1",
117+
"webpack-cli": "^7.0.1",
118118
"webpack-dev-server": "^5.2.3"
119119
}
120120
}

yarn.lock

Lines changed: 18 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -901,10 +901,10 @@
901901
ajv "^6.12.0"
902902
ajv-keywords "^3.4.1"
903903

904-
"@discoveryjs/json-ext@^0.6.1":
905-
version "0.6.3"
906-
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83"
907-
integrity sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==
904+
"@discoveryjs/json-ext@^1.0.0":
905+
version "1.0.0"
906+
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-1.0.0.tgz#f75c08f88cfd9eb8d9b062284d5bbcc60c41bf2a"
907+
integrity sha512-dDlz3W405VMFO4w5kIP9DOmELBcvFQGmLoKSdIRstBDubKFYwaNHV1NnlzMCQpXQFGWVALmeMORAuiLx18AvZQ==
908908

909909
"@double-great/stylelint-a11y@^3.4.6":
910910
version "3.4.6"
@@ -2366,21 +2366,6 @@
23662366
"@webassemblyjs/ast" "1.14.1"
23672367
"@xtuc/long" "4.2.2"
23682368

2369-
"@webpack-cli/configtest@^3.0.1":
2370-
version "3.0.1"
2371-
resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-3.0.1.tgz#76ac285b9658fa642ce238c276264589aa2b6b57"
2372-
integrity sha512-u8d0pJ5YFgneF/GuvEiDA61Tf1VDomHHYMjv/wc9XzYj7nopltpG96nXN5dJRstxZhcNpV1g+nT6CydO7pHbjA==
2373-
2374-
"@webpack-cli/info@^3.0.1":
2375-
version "3.0.1"
2376-
resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-3.0.1.tgz#3cff37fabb7d4ecaab6a8a4757d3826cf5888c63"
2377-
integrity sha512-coEmDzc2u/ffMvuW9aCjoRzNSPDl/XLuhPdlFRpT9tZHmJ/039az33CE7uH+8s0uL1j5ZNtfdv0HkfaKRBGJsQ==
2378-
2379-
"@webpack-cli/serve@^3.0.1":
2380-
version "3.0.1"
2381-
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-3.0.1.tgz#bd8b1f824d57e30faa19eb78e4c0951056f72f00"
2382-
integrity sha512-sbgw03xQaCLiT6gcY/6u3qBDn01CWw/nbaXl3gTdTFuJJ75Gffv3E3DBpgvY2fkkrdS1fpjaXNOmJlnbtKauKg==
2383-
23842369
"@xmldom/xmldom@^0.8.8":
23852370
version "0.8.10"
23862371
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
@@ -3131,7 +3116,7 @@ colord@^2.9.3:
31313116
resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"
31323117
integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==
31333118

3134-
colorette@^2.0.10, colorette@^2.0.14:
3119+
colorette@^2.0.10:
31353120
version "2.0.16"
31363121
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
31373122
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
@@ -3143,10 +3128,10 @@ combined-stream@^1.0.8:
31433128
dependencies:
31443129
delayed-stream "~1.0.0"
31453130

3146-
commander@^12.1.0:
3147-
version "12.1.0"
3148-
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
3149-
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
3131+
commander@^14.0.3:
3132+
version "14.0.3"
3133+
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.3.tgz#425d79b48f9af82fcd9e4fc1ea8af6c5ec07bbc2"
3134+
integrity sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==
31503135

31513136
commander@^2.20.0:
31523137
version "2.20.3"
@@ -3297,7 +3282,7 @@ crc@^3.8.0:
32973282
dependencies:
32983283
buffer "^5.1.0"
32993284

3300-
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
3285+
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.6:
33013286
version "7.0.6"
33023287
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
33033288
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -8406,18 +8391,14 @@ wcwidth@^1.0.1:
84068391
dependencies:
84078392
defaults "^1.0.3"
84088393

8409-
webpack-cli@^6.0.1:
8410-
version "6.0.1"
8411-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-6.0.1.tgz#a1ce25da5ba077151afd73adfa12e208e5089207"
8412-
integrity sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw==
8413-
dependencies:
8414-
"@discoveryjs/json-ext" "^0.6.1"
8415-
"@webpack-cli/configtest" "^3.0.1"
8416-
"@webpack-cli/info" "^3.0.1"
8417-
"@webpack-cli/serve" "^3.0.1"
8418-
colorette "^2.0.14"
8419-
commander "^12.1.0"
8420-
cross-spawn "^7.0.3"
8394+
webpack-cli@^7.0.1:
8395+
version "7.0.1"
8396+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-7.0.1.tgz#fb3775866c49a642e17d4f0793c5f16365d423cc"
8397+
integrity sha512-QeNvbQ3q67tiY7UqjbsfhK2026YTVhtW8XsfdrrGfGUtBe6EQpxBB1w9SbB2eLTZzx4m8tRvm8dqKo8rBNfeFg==
8398+
dependencies:
8399+
"@discoveryjs/json-ext" "^1.0.0"
8400+
commander "^14.0.3"
8401+
cross-spawn "^7.0.6"
84218402
envinfo "^7.14.0"
84228403
fastest-levenshtein "^1.0.12"
84238404
import-local "^3.0.2"

0 commit comments

Comments
 (0)