This run took 5 seconds.
From ca244d822f43b6a024355a5ec2e20f14a215a9d8 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Sun, 12 Jan 2025 00:12:13 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I9858463c4e77d0d4fab5449b5abf31a92a23822e --- .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 --- Sun Jan 12 00:12:09 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/tmpb_8tk3_b --- stdout --- [master ca244d8] [DNM] there are no updates 2 files changed, 4 insertions(+) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From ca244d822f43b6a024355a5ec2e20f14a215a9d8 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Sun, 12 Jan 2025 00:12:13 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I9858463c4e77d0d4fab5449b5abf31a92a23822e --- .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 ---