mediawiki/libs/node-cssjanus: main (log #1826589)

sourcepatches

This run took 25 seconds.

From 977e5ec6798148bf4fd42af4b6dbf691cdad3092 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 28 Mar 2025 04:31:25 +0000
Subject: [PATCH] build: Updating qunit to 2.24.1

Change-Id: Ia77588cd3edaffbb38522f24eda1f17f3d44b716
---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 0619de6..e64fb03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
 				"eslint": "8.57.0",
 				"eslint-config-wikimedia": "0.28.2",
 				"nyc": "^15.1.0",
-				"qunit": "2.20.0"
+				"qunit": "2.24.1"
 			},
 			"engines": {
 				"node": ">=10.0.0"
@@ -3360,9 +3360,9 @@
 			]
 		},
 		"node_modules/qunit": {
-			"version": "2.20.0",
-			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.20.0.tgz",
-			"integrity": "sha512-N8Fp1J55waE+QG1KwX2LOyqulZUToRrrPBqDOfYfuAMkEglFL15uwvmH1P4Tq/omQ/mGbBI8PEB3PhIfvUb+jg==",
+			"version": "2.24.1",
+			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.24.1.tgz",
+			"integrity": "sha512-Eu0k/5JDjx0QnqxsE1WavnDNDgL1zgMZKsMw/AoAxnsl9p4RgyLODyo2N7abZY7CEAnvl5YUqFZdkImzbgXzSg==",
 			"dev": true,
 			"dependencies": {
 				"commander": "7.2.0",
@@ -6724,9 +6724,9 @@
 			"dev": true
 		},
 		"qunit": {
-			"version": "2.20.0",
-			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.20.0.tgz",
-			"integrity": "sha512-N8Fp1J55waE+QG1KwX2LOyqulZUToRrrPBqDOfYfuAMkEglFL15uwvmH1P4Tq/omQ/mGbBI8PEB3PhIfvUb+jg==",
+			"version": "2.24.1",
+			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.24.1.tgz",
+			"integrity": "sha512-Eu0k/5JDjx0QnqxsE1WavnDNDgL1zgMZKsMw/AoAxnsl9p4RgyLODyo2N7abZY7CEAnvl5YUqFZdkImzbgXzSg==",
 			"dev": true,
 			"requires": {
 				"commander": "7.2.0",
diff --git a/package.json b/package.json
index 1336d19..7d6f496 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
 		"eslint": "8.57.0",
 		"eslint-config-wikimedia": "0.28.2",
 		"nyc": "^15.1.0",
-		"qunit": "2.20.0"
+		"qunit": "2.24.1"
 	},
 	"nyc": {
 		"include": [
-- 
2.39.2

$ date
--- stdout ---
Fri Mar 28 04:31:09 UTC 2025

--- end ---
$ git clone file:///srv/git/mediawiki-libs-node-cssjanus.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
3dd617d0ee51c80373534e566c3a8287c340c119 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {},
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 0,
      "critical": 0,
      "total": 0
    },
    "dependencies": {
      "prod": 1,
      "dev": 359,
      "optional": 0,
      "peer": 1,
      "peerOptional": 0,
      "total": 359
    }
  }
}

--- end ---
Upgrading n:qunit from 2.20.0 -> 2.24.1
$ /usr/bin/npm install
--- stdout ---

added 359 packages, and audited 360 packages in 4s

67 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
$ /usr/bin/npm ci
--- stdout ---

added 359 packages, and audited 360 packages in 4s

67 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

--- end ---
$ /usr/bin/npm test
--- stdout ---

> cssjanus@2.3.0 test
> eslint . && qunit test/unit.js


/src/repo/src/cssjanus.js
  79:24  warning  Found non-literal argument to RegExp Constructor  security/detect-non-literal-regexp

/src/repo/test/bench.js
   84:10  warning  Found readFileSync from package "fs" with non literal argument at index 0   security/detect-non-literal-fs-filename
   99:2   warning  Found writeFileSync from package "fs" with non literal argument at index 0  security/detect-non-literal-fs-filename
  136:2   warning  Don't use process.exit(); throw an error instead                            n/no-process-exit

✖ 4 problems (0 errors, 4 warnings)

TAP version 13
ok 1 preserve comments
ok 2 flip position
ok 3 flip negative values
ok 4 flip four value notation
ok 5 flip direction
ok 6 flip float
ok 7 flip padding
ok 8 flip padding-{edge}
ok 9 flip margin-{edge}
ok 10 flip cursor
ok 11 flip text-align
ok 12 flip text-shadow
ok 13 flip box-shadow
ok 14 flip border-{edge}
ok 15 flip border-{edge}-color
ok 16 flip border-{edge}-style
ok 17 flip border-color
ok 18 flip border-width
ok 19 flip border-style
ok 20 flip border-radius
ok 21 flip border-radius (one-way)
ok 22 flip border-top-{edge}-radius
ok 23 flip border-bottom-{edge}-radius
ok 24 flip transform translate x-axis
ok 25 flip background-position keywords
ok 26 flip background-position percentages
ok 27 do not flip background-position non-percentages
ok 28 flip background percentages
ok 29 flip background-position-x percentages
ok 30 do not flip background-position-y
ok 31 do not flip URLs when url transforms are off
ok 32 flip URLs when url transforms are on
ok 33 do not flip URLs (back-compat boolean argument)
ok 34 flip URLs (back-compat boolean argument)
ok 35 leave class names alone
ok 36 leave unknown properties alone
ok 37 flip multiple rules
ok 38 flip duplicate properties
ok 39 do not flip rules or properties with @noflip comments
ok 40 do not flip gradient notation
ok 41 long content
ok 42 do not touch CSS Logical
ok 43 do not touch dir attribute selector and dir pseudo-class selector
1..43
# pass 43
# skip 0
# todo 0
# fail 0

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {},
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 0,
      "critical": 0,
      "total": 0
    },
    "dependencies": {
      "prod": 1,
      "dev": 359,
      "optional": 0,
      "peer": 1,
      "peerOptional": 0,
      "total": 359
    }
  }
}

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
build: Updating qunit to 2.24.1

$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpvv_d8ber
--- stdout ---
[master 977e5ec] build: Updating qunit to 2.24.1
 2 files changed, 8 insertions(+), 8 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 977e5ec6798148bf4fd42af4b6dbf691cdad3092 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 28 Mar 2025 04:31:25 +0000
Subject: [PATCH] build: Updating qunit to 2.24.1

Change-Id: Ia77588cd3edaffbb38522f24eda1f17f3d44b716
---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 0619de6..e64fb03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
 				"eslint": "8.57.0",
 				"eslint-config-wikimedia": "0.28.2",
 				"nyc": "^15.1.0",
-				"qunit": "2.20.0"
+				"qunit": "2.24.1"
 			},
 			"engines": {
 				"node": ">=10.0.0"
@@ -3360,9 +3360,9 @@
 			]
 		},
 		"node_modules/qunit": {
-			"version": "2.20.0",
-			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.20.0.tgz",
-			"integrity": "sha512-N8Fp1J55waE+QG1KwX2LOyqulZUToRrrPBqDOfYfuAMkEglFL15uwvmH1P4Tq/omQ/mGbBI8PEB3PhIfvUb+jg==",
+			"version": "2.24.1",
+			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.24.1.tgz",
+			"integrity": "sha512-Eu0k/5JDjx0QnqxsE1WavnDNDgL1zgMZKsMw/AoAxnsl9p4RgyLODyo2N7abZY7CEAnvl5YUqFZdkImzbgXzSg==",
 			"dev": true,
 			"dependencies": {
 				"commander": "7.2.0",
@@ -6724,9 +6724,9 @@
 			"dev": true
 		},
 		"qunit": {
-			"version": "2.20.0",
-			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.20.0.tgz",
-			"integrity": "sha512-N8Fp1J55waE+QG1KwX2LOyqulZUToRrrPBqDOfYfuAMkEglFL15uwvmH1P4Tq/omQ/mGbBI8PEB3PhIfvUb+jg==",
+			"version": "2.24.1",
+			"resolved": "https://registry.npmjs.org/qunit/-/qunit-2.24.1.tgz",
+			"integrity": "sha512-Eu0k/5JDjx0QnqxsE1WavnDNDgL1zgMZKsMw/AoAxnsl9p4RgyLODyo2N7abZY7CEAnvl5YUqFZdkImzbgXzSg==",
 			"dev": true,
 			"requires": {
 				"commander": "7.2.0",
diff --git a/package.json b/package.json
index 1336d19..7d6f496 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
 		"eslint": "8.57.0",
 		"eslint-config-wikimedia": "0.28.2",
 		"nyc": "^15.1.0",
-		"qunit": "2.20.0"
+		"qunit": "2.24.1"
 	},
 	"nyc": {
 		"include": [
-- 
2.39.2


--- end ---
Source code is licensed under the AGPL.