diff options
author | silverwind <me@silverwind.io> | 2025-03-16 10:04:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-16 10:04:18 +0100 |
commit | 52663113d46c3adc80f54f6f4595fa8d3dcd0ae0 (patch) | |
tree | 8e098a7342e475f0be6e1f345d1b3a3f96740b2f /webpack.config.js | |
parent | c88e71c1d2d1af0ac9de73ae43484fa9063cb8d5 (diff) | |
download | gitea-52663113d46c3adc80f54f6f4595fa8d3dcd0ae0.tar.gz gitea-52663113d46c3adc80f54f6f4595fa8d3dcd0ae0.zip |
Update JS and PY deps, misc tweaks (#33903)
- Update all updateable dependencies
- Add a few more unupgradable ones to updates blocklist
- Adapt to breaking changes
- Update to typescript 5.8, enable `erasableSyntaxOnly` which
necessitated a change because of forbidden syntax
- Misc cleanups
- Tested htmx, easymde, swagger, chart.js
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 7e6f499611..931bf67071 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -249,7 +249,6 @@ export default { }, override: { 'khroma@*': {licenseName: 'MIT'}, // https://github.com/fabiospampinato/khroma/pull/33 - 'idiomorph@0.3.0': {licenseName: 'BSD-2-Clause'}, // https://github.com/bigskysoftware/idiomorph/pull/37 }, emitError: true, allow: '(Apache-2.0 OR 0BSD OR BSD-2-Clause OR BSD-3-Clause OR MIT OR ISC OR CPAL-1.0 OR Unlicense OR EPL-1.0 OR EPL-2.0)', |