This run took 7 seconds.
From 2187d625a0543a5bc38d2fae0f1d070f0b21dd88 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Wed, 15 Jan 2025 00:07:17 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I840a8f136f74db299ebaaef6bc29417de025af73 --- .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 15 00:07:13 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/tmp48g2oh28 --- stdout --- [master 2187d62] [DNM] there are no updates 2 files changed, 4 insertions(+) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From 2187d625a0543a5bc38d2fae0f1d070f0b21dd88 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Wed, 15 Jan 2025 00:07:17 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I840a8f136f74db299ebaaef6bc29417de025af73 --- .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 ---