Merge pull request 'Update dependency license-checker-rseidelsohn to v4.4.1 (forgejo)' (#5185) from renovate/forgejo-license-checker-rseidelsohn-4.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5185
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
Gusted 2024-08-31 23:07:47 +00:00
commit c71f8abcb1
3 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View file

@ -85,7 +85,7 @@
"eslint-plugin-vue-scoped-css": "2.8.1",
"eslint-plugin-wc": "2.1.1",
"happy-dom": "15.7.0",
"license-checker-rseidelsohn": "4.3.0",
"license-checker-rseidelsohn": "4.4.1",
"markdownlint-cli": "0.41.0",
"postcss-html": "1.7.0",
"stylelint": "16.9.0",
@ -11314,9 +11314,9 @@
}
},
"node_modules/license-checker-rseidelsohn": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.3.0.tgz",
"integrity": "sha512-A2LQ+3kUIG1hCJ/hh4WUvPsyhooT7o5mFhNyTean0cqH3rZeB1ZUCthxlcdgWESSqx+3DLC6J/8ghbiWRYKdUA==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.4.1.tgz",
"integrity": "sha512-kxpezsFXlzTBsTf+AUqnxybSgsiAeB/xMvkMNJJ2mvxDZhMuOWy8ZAWcgtY/eDyNiywKGxuASvfTz1k5f7NCmQ==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {

View file

@ -84,7 +84,7 @@
"eslint-plugin-vue-scoped-css": "2.8.1",
"eslint-plugin-wc": "2.1.1",
"happy-dom": "15.7.0",
"license-checker-rseidelsohn": "4.3.0",
"license-checker-rseidelsohn": "4.4.1",
"markdownlint-cli": "0.41.0",
"postcss-html": "1.7.0",
"stylelint": "16.9.0",

View file

@ -1,6 +1,6 @@
import fastGlob from 'fast-glob';
import wrapAnsi from 'wrap-ansi';
import licenseChecker from 'license-checker-rseidelsohn';
import {init as licenseChecker} from 'license-checker-rseidelsohn';
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin';
import {VueLoaderPlugin} from 'vue-loader';
@ -33,7 +33,7 @@ for (const path of glob('web_src/css/themes/*.css')) {
const isProduction = env.NODE_ENV !== 'development';
if (isProduction) {
licenseChecker.init({
licenseChecker({
start: baseDirectory,
production: true,
onlyAllow: 'Apache-2.0; 0BSD; BSD-2-Clause; BSD-3-Clause; BlueOak-1.0.0; MIT; ISC; Unlicense; CC-BY-4.0',