1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 12:55:55 +00:00

bump deps

* bump @cyclonedx/webpack-plugin to 5.0.1
  * only breaking change was dropping support for old node
* bump webpack-dev-server to 5.2.2
  * misc config changes; followed [migration
    guide](https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md)
  * also configured `performance: { hints: false }` to get rid of
    warning about asset/entrypoint sizes
* bump webpack-cli to 6.0.1
  * breaking changes were meh https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#600-2024-12-19
* general `pnpm up`
This commit is contained in:
lemonslut 2025-06-07 02:29:05 -06:00
parent 8ff9b9650a
commit c9a8e15bd8
No known key found for this signature in database
3 changed files with 6378 additions and 4521 deletions

View file

@ -26,45 +26,45 @@
"font:update": "node bin/update_fonts"
},
"devDependencies": {
"@cyclonedx/webpack-plugin": "^3.14.0",
"@cyclonedx/webpack-plugin": "^5.0.1",
"@ffz/fontello-cli": "^1.0.4",
"@types/chrome": "^0.0.277",
"@types/crypto-js": "^4.2.1",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
"@types/safe-regex": "^1.1.6",
"@types/vue-clickaway": "^2.2.4",
"@types/webpack-env": "^1.18.4",
"browserslist": "^4.21.10",
"@types/webpack-env": "^1.18.8",
"browserslist": "^4.25.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"esbuild-loader": "^4.0.2",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-vue": "^9.17.0",
"css-loader": "^6.11.0",
"esbuild-loader": "^4.3.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-vue": "^9.33.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"glob": "^10.3.10",
"glob": "^10.4.5",
"json-loader": "^0.5.7",
"minify-graphql-loader": "^1.0.2",
"raw-loader": "^4.0.2",
"rimraf": "^5.0.1",
"sass": "^1.66.1",
"rimraf": "^5.0.10",
"sass": "^1.89.1",
"sass-loader": "^13.3.2",
"semver": "^7.5.4",
"typedoc": "^0.25.3",
"semver": "^7.7.2",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "^3.1.0",
"typedoc-plugin-no-inherit": "^1.4.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^5.2.2",
"vue-loader": "^15.10.2",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.0"
"typedoc-plugin-mdn-links": "^3.3.8",
"typedoc-plugin-no-inherit": "^1.6.1",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typescript": "^5.8.3",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-manifest-plugin": "^5.0.1"
},
"repository": {
"type": "git",
@ -74,28 +74,28 @@
"@ffz/icu-msgparser": "^2.0.0",
"@popperjs/core": "^2.11.8",
"crypto-js": "^4.2.0",
"dayjs": "^1.10.7",
"dayjs": "^1.11.13",
"denoflare-mqtt": "^0.0.2",
"displacejs": "^1.4.1",
"emoji-regex": "^9.2.2",
"file-saver": "^2.0.5",
"graphql": "^16.0.1",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"js-cookie": "^3.0.5",
"jszip": "^3.7.1",
"markdown-it": "^12.2.0",
"jszip": "^3.10.1",
"markdown-it": "^12.3.2",
"markdown-it-link-attributes": "^3.0.0",
"mnemonist": "^0.38.5",
"path-to-regexp": "^3.2.0",
"path-to-regexp": "^3.3.0",
"raven-js": "^3.27.2",
"react": "^18.3.1",
"safe-regex": "^2.1.1",
"sortablejs": "^1.14.0",
"sortablejs": "^1.15.6",
"sourcemapped-stacktrace": "^1.1.11",
"text-diff": "^1.0.1",
"vue": "^2.6.14",
"vue": "^2.7.16",
"vue-clickaway": "^2.2.2",
"vue-color": "^2.8.1",
"vue-color": "^2.8.2",
"vue-observe-visibility": "^1.0.0",
"vuedraggable": "^2.24.3"
},
@ -105,6 +105,9 @@
"chalk@<4": ">=4 <5",
"set-value@<4.0.1": ">=4.0.1",
"glob-parent@<5.1.2": ">=5.1.2"
}
},
"onlyBuiltDependencies": [
"esbuild"
]
}
}

10814
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -140,6 +140,10 @@ const config = {
}
},
performance: {
hints: false,
},
plugins: [
new CycloneDxWebpackPlugin({
specVersion: '1.6',
@ -317,7 +321,6 @@ if ( DEV_SERVER )
config.devServer = {
client: false,
webSocketServer: false,
magicHtml: false,
liveReload: false,
hot: false,
@ -338,12 +341,13 @@ if ( DEV_SERVER )
publicPath: '/script/',
},
proxy: {
'**': {
proxy: [
{
context: ['**'],
target: 'https://cdn2.frankerfacez.com/',
changeOrigin: true
}
},
},
],
setupMiddlewares: (middlewares, devServer) => {