From 24829d556f6180c6c2e4795b663f29bbb6819776 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 22 Jan 2025 00:07:25 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I86e7aac5b3145781bb59f9eb70a88c770fe259b4
---
.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 ---
Wed Jan 22 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 ---
1a40467016ad74a5e39e9672c75e7c1bf1630016 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/tmp3dpfaot6
--- stdout ---
[master 24829d5] [DNM] there are no updates
2 files changed, 4 insertions(+)
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 24829d556f6180c6c2e4795b663f29bbb6819776 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 22 Jan 2025 00:07:25 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I86e7aac5b3145781bb59f9eb70a88c770fe259b4
---
.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 ---