logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: d22027275c6404faef574d450e63d2c313d1e2e7
parent 60897ebbdade72ee9ff3312a5f2fd403bf6db83c
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Mon, 20 Jan 2025 01:08:06 +0000

Merge branch 'renovate/karma-webpack-5.x' into 'develop'

Update dependency karma-webpack to v5.0.1

See merge request pleroma/pleroma-fe!1903

Diffstat:

M.gitlab-ci.yml2+-
Mpackage.json2+-
Myarn.lock12++++++------
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:16 +image: node:18 stages: - check-changelog diff --git a/package.json b/package.json @@ -96,7 +96,7 @@ "karma-sinon-chai": "2.0.2", "karma-sourcemap-loader": "0.3.8", "karma-spec-reporter": "0.0.36", - "karma-webpack": "5.0.0", + "karma-webpack": "5.0.1", "lodash": "4.17.21", "mini-css-extract-plugin": "2.7.6", "mocha": "10.2.0", diff --git a/yarn.lock b/yarn.lock @@ -5618,13 +5618,13 @@ karma-spec-reporter@0.0.36: dependencies: colors "1.4.0" -karma-webpack@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-5.0.0.tgz#2a2c7b80163fe7ffd1010f83f5507f95ef39f840" - integrity sha512-+54i/cd3/piZuP3dr54+NcFeKOPnys5QeM1IY+0SPASwrtHsliXUiCL50iW+K9WWA7RvamC4macvvQ86l3KtaA== +karma-webpack@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-5.0.1.tgz#4eafd31bbe684a747a6e8f3e4ad373e53979ced4" + integrity sha512-oo38O+P3W2mSPCSUrQdySSPv1LvPpXP+f+bBimNomS5sW+1V4SuhCuW8TfJzV+rDv921w2fDSDw0xJbPe6U+kQ== dependencies: glob "^7.1.3" - minimatch "^3.0.4" + minimatch "^9.0.3" webpack-merge "^4.1.5" karma@6.4.4: @@ -6286,7 +6286,7 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.4: +minimatch@^9.0.3, minimatch@^9.0.4: version "9.0.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==