labs/striker: main (log #1699850)

sourcepatches

This run took 5 seconds.

From 3f8ed0ebb56989063e10fd360e3e02d9d64f2359 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 13 Jan 2025 00:07:32 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I6d48a60297d6bb6341a1dbd864c256764bfd88e3
---
 .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 ---
Mon Jan 13 00:07:28 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 ---
f4450403660020d89751b3ddff82050be689ac40 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/tmp70_k6cbe
--- stdout ---
[master 3f8ed0e] [DNM] there are no updates
 2 files changed, 4 insertions(+)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 3f8ed0ebb56989063e10fd360e3e02d9d64f2359 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 13 Jan 2025 00:07:32 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I6d48a60297d6bb6341a1dbd864c256764bfd88e3
---
 .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 ---
Source code is licensed under the AGPL.