This run took 7 seconds.
From 996fea7a9a644a629b13646881deb286d061190f Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 11 Aug 2025 06:43:32 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I3f622126602ddf2cc610cc5a30dcce72aa8bd414
---
.gitignore | 1 +
package-lock.json | 13 +++++++++++
package.json | 56 +++++++++++++++++++++++------------------------
3 files changed, 42 insertions(+), 28 deletions(-)
create mode 100644 package-lock.json
diff --git a/.gitignore b/.gitignore
index 6351bbd..9b97041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
MathJax.iml
+/node_modules/
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..9e996d0
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "mathoid-mathjax",
+ "version": "2.7.3",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "mathoid-mathjax",
+ "version": "2.7.3",
+ "license": "Apache-2.0"
+ }
+ }
+}
diff --git a/package.json b/package.json
index 02197ea..7cd0de9 100644
--- a/package.json
+++ b/package.json
@@ -1,30 +1,30 @@
{
- "name": "mathoid-mathjax",
- "version": "2.7.3",
- "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
- "keywords": [
- "math",
- "svg",
- "mathml",
- "tex",
- "latex",
- "asciimath",
- "browser",
- "browser-only"
- ],
- "maintainers": [
- "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
- ],
- "bugs": {
- "url": "http://github.com/mathjax/MathJax/issues"
- },
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/mathjax/MathJax.git"
- },
- "main": "./unpacked/MathJax.js",
- "scripts": {
- "test": "echo 'No tests here!'"
- }
+ "name": "mathoid-mathjax",
+ "version": "2.7.3",
+ "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
+ "keywords": [
+ "math",
+ "svg",
+ "mathml",
+ "tex",
+ "latex",
+ "asciimath",
+ "browser",
+ "browser-only"
+ ],
+ "maintainers": [
+ "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
+ ],
+ "bugs": {
+ "url": "http://github.com/mathjax/MathJax/issues"
+ },
+ "license": "Apache-2.0",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/mathjax/MathJax.git"
+ },
+ "main": "./unpacked/MathJax.js",
+ "scripts": {
+ "test": "echo 'No tests here!'"
+ }
}
--
2.39.5
$ date
--- stdout ---
Mon Aug 11 06:43:29 UTC 2025
--- end ---
$ git clone file:///srv/git/mediawiki-services-mathjax.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 ---
fe8f1fca1daac59d1fc92a16b938972843745359 refs/heads/master
--- end ---
$ /usr/bin/npm i --package-lock-only
--- stdout ---
up to date, audited 1 package in 76ms
found 0 vulnerabilities
--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
Editing .gitignore to remove package-lock.json
$ /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": 0,
"optional": 0,
"peer": 0,
"peerOptional": 0,
"total": 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": 0,
"optional": 0,
"peer": 0,
"peerOptional": 0,
"total": 0
}
}
}
--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
[DNM] there are no updates
$ git add .
--- stdout ---
--- end ---
$ git commit -F /tmp/tmpui0yxr_j
--- stdout ---
[master 996fea7] [DNM] there are no updates
3 files changed, 42 insertions(+), 28 deletions(-)
create mode 100644 package-lock.json
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 996fea7a9a644a629b13646881deb286d061190f Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 11 Aug 2025 06:43:32 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I3f622126602ddf2cc610cc5a30dcce72aa8bd414
---
.gitignore | 1 +
package-lock.json | 13 +++++++++++
package.json | 56 +++++++++++++++++++++++------------------------
3 files changed, 42 insertions(+), 28 deletions(-)
create mode 100644 package-lock.json
diff --git a/.gitignore b/.gitignore
index 6351bbd..9b97041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
MathJax.iml
+/node_modules/
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..9e996d0
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "mathoid-mathjax",
+ "version": "2.7.3",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "mathoid-mathjax",
+ "version": "2.7.3",
+ "license": "Apache-2.0"
+ }
+ }
+}
diff --git a/package.json b/package.json
index 02197ea..7cd0de9 100644
--- a/package.json
+++ b/package.json
@@ -1,30 +1,30 @@
{
- "name": "mathoid-mathjax",
- "version": "2.7.3",
- "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
- "keywords": [
- "math",
- "svg",
- "mathml",
- "tex",
- "latex",
- "asciimath",
- "browser",
- "browser-only"
- ],
- "maintainers": [
- "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
- ],
- "bugs": {
- "url": "http://github.com/mathjax/MathJax/issues"
- },
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/mathjax/MathJax.git"
- },
- "main": "./unpacked/MathJax.js",
- "scripts": {
- "test": "echo 'No tests here!'"
- }
+ "name": "mathoid-mathjax",
+ "version": "2.7.3",
+ "description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
+ "keywords": [
+ "math",
+ "svg",
+ "mathml",
+ "tex",
+ "latex",
+ "asciimath",
+ "browser",
+ "browser-only"
+ ],
+ "maintainers": [
+ "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
+ ],
+ "bugs": {
+ "url": "http://github.com/mathjax/MathJax/issues"
+ },
+ "license": "Apache-2.0",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/mathjax/MathJax.git"
+ },
+ "main": "./unpacked/MathJax.js",
+ "scripts": {
+ "test": "echo 'No tests here!'"
+ }
}
--
2.39.5
--- end ---