jsdoc/wmf-theme (main)

sourcepatches
From 01d3556e5a3141c4f22d9bdae07f451dffb28fb3 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sun, 19 May 2024 00:18:05 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I5af570aeae4683a2b86d0f2c9a79e6707e97996e
---
 .gitignore   | 1 +
 Gruntfile.js | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4e44164..74b560d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ node_modules
 fixtures-doc
 .DS_Store
 static/styles/lib/
+/.eslintcache
diff --git a/Gruntfile.js b/Gruntfile.js
index fb5632e..a9378e9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -9,7 +9,8 @@ module.exports = function gruntConfig( grunt ) {
 
 		eslint: {
 			options: {
-				fix: grunt.option( 'fix' )
+				fix: grunt.option( 'fix' ),
+				cache: true
 			},
 			all: [ '.' ]
 		},
-- 
2.39.2

$ date
--- stdout ---
Sun May 19 00:18:02 UTC 2024

--- 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 ---
c39211b777791dbbbb235e8f0709be07ab655871 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": 446,
      "optional": 0,
      "peer": 9,
      "peerOptional": 0,
      "total": 454
    }
  }
}

--- 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": 446,
      "optional": 0,
      "peer": 9,
      "peerOptional": 0,
      "total": 454
    }
  }
}

--- 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/tmprgc3jxyn
--- stdout ---
[master 01d3556] [DNM] there are no updates
 2 files changed, 3 insertions(+), 1 deletion(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 01d3556e5a3141c4f22d9bdae07f451dffb28fb3 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sun, 19 May 2024 00:18:05 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I5af570aeae4683a2b86d0f2c9a79e6707e97996e
---
 .gitignore   | 1 +
 Gruntfile.js | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 4e44164..74b560d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ node_modules
 fixtures-doc
 .DS_Store
 static/styles/lib/
+/.eslintcache
diff --git a/Gruntfile.js b/Gruntfile.js
index fb5632e..a9378e9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -9,7 +9,8 @@ module.exports = function gruntConfig( grunt ) {
 
 		eslint: {
 			options: {
-				fix: grunt.option( 'fix' )
+				fix: grunt.option( 'fix' ),
+				cache: true
 			},
 			all: [ '.' ]
 		},
-- 
2.39.2


--- end ---

npm dependencies

Dependencies
Development dependencies

Logs

Source code is licensed under the AGPL.