This run took 5 seconds.
From d6222dc720263118c94829fadae5bb5fad1dd5a9 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Mon, 10 Feb 2025 00:07:04 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I7ee5dc3f435775d64b7d18861eed9665c9b31f47 --- .gitignore | 1 + Gruntfile.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 74b560d..6ca0c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ fixtures-doc .DS_Store static/styles/lib/ /.eslintcache +/.stylelintcache diff --git a/Gruntfile.js b/Gruntfile.js index a9378e9..9ca3d98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,6 +16,9 @@ module.exports = function gruntConfig( grunt ) { }, stylelint: { + options: { + cache: true + }, src: [ 'static/styles/**.css' ] } } ); -- 2.39.2
$ date --- stdout --- Mon Feb 10 00:07:01 UTC 2025 --- end --- $ git clone file:///srv/git/jsdoc-wmf-theme.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 --- 11ba215b01f7493e515992c3bb34e119a31f3824 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": 9, "dev": 458, "optional": 0, "peer": 1, "peerOptional": 0, "total": 466 } } } --- 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": 9, "dev": 458, "optional": 0, "peer": 1, "peerOptional": 0, "total": 466 } } } --- 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/tmpywqwtk9z --- stdout --- [master d6222dc] [DNM] there are no updates 2 files changed, 4 insertions(+) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From d6222dc720263118c94829fadae5bb5fad1dd5a9 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Mon, 10 Feb 2025 00:07:04 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: I7ee5dc3f435775d64b7d18861eed9665c9b31f47 --- .gitignore | 1 + Gruntfile.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 74b560d..6ca0c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ fixtures-doc .DS_Store static/styles/lib/ /.eslintcache +/.stylelintcache diff --git a/Gruntfile.js b/Gruntfile.js index a9378e9..9ca3d98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,6 +16,9 @@ module.exports = function gruntConfig( grunt ) { }, stylelint: { + options: { + cache: true + }, src: [ 'static/styles/**.css' ] } } ); -- 2.39.2 --- end ---