mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
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:
commit
c71f8abcb1
3 changed files with 7 additions and 7 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue