From 19eb3fe881e2b0ba2371e5c5d87e7dee97e1ddf7 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 18 Jan 2025 00:07:25 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I8b1788abb0404c019af0508f76536e371571a501
---
.gitignore | 1 +
Gruntfile.js | 3 +++
2 files changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 3f716fe..83266d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/striker/local_settings.py
/tests/cover
/vagrant_settings.py
+/.stylelintcache
diff --git a/Gruntfile.js b/Gruntfile.js
index 68453af..2776b9c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -12,6 +12,9 @@ module.exports = function ( grunt ) {
all: '.'
},
stylelint: {
+ options: {
+ cache: true
+ },
all: [
'static/css/*.{css,less}',
'!static/css/thirdparty/**'
--
2.39.2
$ date
--- stdout ---
Sat Jan 18 00:07:21 UTC 2025
--- end ---
$ git clone file:///srv/git/labs-striker.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 ---
38c974dbbb575a8ccf848d761233be7c237061a6 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": 30,
"dev": 392,
"optional": 53,
"peer": 18,
"peerOptional": 0,
"total": 492
}
}
}
--- 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": 30,
"dev": 392,
"optional": 53,
"peer": 18,
"peerOptional": 0,
"total": 492
}
}
}
--- 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/tmpgprle6yq
--- stdout ---
[master 19eb3fe] [DNM] there are no updates
2 files changed, 4 insertions(+)
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 19eb3fe881e2b0ba2371e5c5d87e7dee97e1ddf7 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 18 Jan 2025 00:07:25 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I8b1788abb0404c019af0508f76536e371571a501
---
.gitignore | 1 +
Gruntfile.js | 3 +++
2 files changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 3f716fe..83266d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
/striker/local_settings.py
/tests/cover
/vagrant_settings.py
+/.stylelintcache
diff --git a/Gruntfile.js b/Gruntfile.js
index 68453af..2776b9c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -12,6 +12,9 @@ module.exports = function ( grunt ) {
all: '.'
},
stylelint: {
+ options: {
+ cache: true
+ },
all: [
'static/css/*.{css,less}',
'!static/css/thirdparty/**'
--
2.39.2
--- end ---