From 28fda1071637b023a8cdbabdc652302cd891622c Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 12 Feb 2025 00:06:59 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: Ib54b12e46cd8c5b3dcc432ec77707ecf1a265509
---
.gitignore | 1 +
Gruntfile.js | 3 +++
2 files changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 74b560d..6ca0c4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ fixtures-doc
.DS_Store
static/styles/lib/
/.eslintcache
+/.stylelintcache
diff --git a/Gruntfile.js b/Gruntfile.js
index a9378e9..9ca3d98 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -16,6 +16,9 @@ module.exports = function gruntConfig( grunt ) {
},
stylelint: {
+ options: {
+ cache: true
+ },
src: [ 'static/styles/**.css' ]
}
} );
--
2.39.2
$ date
--- stdout ---
Wed Feb 12 00:06:56 UTC 2025
--- end ---
$ git clone file:///srv/git/jsdoc-wmf-theme.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 ---
11ba215b01f7493e515992c3bb34e119a31f3824 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": 9,
"dev": 458,
"optional": 0,
"peer": 1,
"peerOptional": 0,
"total": 466
}
}
}
--- 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": 9,
"dev": 458,
"optional": 0,
"peer": 1,
"peerOptional": 0,
"total": 466
}
}
}
--- 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/tmpqc86vv61
--- stdout ---
[master 28fda10] [DNM] there are no updates
2 files changed, 4 insertions(+)
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 28fda1071637b023a8cdbabdc652302cd891622c Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 12 Feb 2025 00:06:59 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: Ib54b12e46cd8c5b3dcc432ec77707ecf1a265509
---
.gitignore | 1 +
Gruntfile.js | 3 +++
2 files changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 74b560d..6ca0c4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ fixtures-doc
.DS_Store
static/styles/lib/
/.eslintcache
+/.stylelintcache
diff --git a/Gruntfile.js b/Gruntfile.js
index a9378e9..9ca3d98 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -16,6 +16,9 @@ module.exports = function gruntConfig( grunt ) {
},
stylelint: {
+ options: {
+ cache: true
+ },
src: [ 'static/styles/**.css' ]
}
} );
--
2.39.2
--- end ---