From 4ceb87180e2c24e3c11fdb046b926163c30cd797 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 26 Feb 2021 11:01:47 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: Ief873317b3d528b76563d7d173bb662b1f9ed8b4
---
composer.json | 40 ++++++++++++++++++++--------------------
package-lock.json | 13 +++++++++++++
package.json | 24 ++++++++++++------------
3 files changed, 45 insertions(+), 32 deletions(-)
create mode 100644 package-lock.json
diff --git a/composer.json b/composer.json
index 7c51e7e..f8b8b13 100644
--- a/composer.json
+++ b/composer.json
@@ -1,22 +1,22 @@
{
- "name": "wikimedia/hooks-tool",
- "description" : "Hooks tool",
- "license": "MIT",
- "require": {
- "php": "^7.1",
- "wikimedia/wikipeg": "^2.0",
- "nikic/php-parser": "^4.3",
- "nette/php-generator": "^3.3"
- },
- "authors": [
- {
- "name": "Tim Starling",
- "email": "tstarling@wikimedia.org"
- }
- ],
- "autoload": {
- "psr-4": {
- "MediaWiki\\GenerateHookInterfaces\\": "src/"
- }
- }
+ "name": "wikimedia/hooks-tool",
+ "description": "Hooks tool",
+ "license": "MIT",
+ "require": {
+ "php": "^7.1",
+ "wikimedia/wikipeg": "^2.0",
+ "nikic/php-parser": "^4.3",
+ "nette/php-generator": "^3.3"
+ },
+ "authors": [
+ {
+ "name": "Tim Starling",
+ "email": "tstarling@wikimedia.org"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "MediaWiki\\GenerateHookInterfaces\\": "src/"
+ }
+ }
}
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..6b678c2
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "hooks-tool",
+ "version": "1.0.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "wikipeg": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/wikipeg/-/wikipeg-2.0.5.tgz",
+ "integrity": "sha512-FMNznSW4Qjexmgqz23YLtXoS6+GKPnbkEsI14xdRxsWv8jQWJ94ffQZ4PpUSsZm7/XAjqrjFiUnbvOOxBhJY4g=="
+ }
+ }
+}
diff --git a/package.json b/package.json
index 130212a..f8cbe2e 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,14 @@
{
- "name": "hooks-tool",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "MIT",
- "dependencies": {
- "wikipeg": "*"
- }
+ "name": "hooks-tool",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "wikipeg": "*"
+ }
}
--
2.20.1
$ date
Fri Feb 26 11:01:30 UTC 2021
$ git clone file:///srv/git/mediawiki-tools-generateHookInterfaces.git repo --depth=1 -b master
Cloning into 'repo'...
$ git config user.name libraryupgrader
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
$ git submodule update --init
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
f836215df40a5422d168bcc56a29bd72a46c93ee refs/heads/master
$ npm i --package-lock-only
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN hooks-tool@1.0.0 No description
npm WARN hooks-tool@1.0.0 No repository field.
added 1 package and audited 1 package in 0.937s
found 0 vulnerabilities
Editing .gitignore to remove package-lock.json
$ composer install
Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies (including require-dev)
Package operations: 4 installs, 0 updates, 0 removals
- Installing wikimedia/wikipeg (2.0.5): Loading from cache
- Installing nikic/php-parser (v4.10.4): Loading from cache
- Installing nette/utils (v3.2.1): Loading from cache
- Installing nette/php-generator (v3.5.3): Downloading (connecting...)Downloading (0%) Downloading (15%)Downloading (25%)Downloading (40%)Downloading (55%)Downloading (70%)Downloading (100%)
Writing lock file
Generating autoload files
$ git add .
$ git commit -F /tmp/tmpkhti8i1u
[master 4ceb871] [DNM] there are no updates
3 files changed, 47 insertions(+), 34 deletions(-)
rewrite composer.json (99%)
create mode 100644 package-lock.json
$ git format-patch HEAD~1 --stdout
From 4ceb87180e2c24e3c11fdb046b926163c30cd797 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 26 Feb 2021 11:01:47 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: Ief873317b3d528b76563d7d173bb662b1f9ed8b4
---
composer.json | 40 ++++++++++++++++++++--------------------
package-lock.json | 13 +++++++++++++
package.json | 24 ++++++++++++------------
3 files changed, 45 insertions(+), 32 deletions(-)
create mode 100644 package-lock.json
diff --git a/composer.json b/composer.json
index 7c51e7e..f8b8b13 100644
--- a/composer.json
+++ b/composer.json
@@ -1,22 +1,22 @@
{
- "name": "wikimedia/hooks-tool",
- "description" : "Hooks tool",
- "license": "MIT",
- "require": {
- "php": "^7.1",
- "wikimedia/wikipeg": "^2.0",
- "nikic/php-parser": "^4.3",
- "nette/php-generator": "^3.3"
- },
- "authors": [
- {
- "name": "Tim Starling",
- "email": "tstarling@wikimedia.org"
- }
- ],
- "autoload": {
- "psr-4": {
- "MediaWiki\\GenerateHookInterfaces\\": "src/"
- }
- }
+ "name": "wikimedia/hooks-tool",
+ "description": "Hooks tool",
+ "license": "MIT",
+ "require": {
+ "php": "^7.1",
+ "wikimedia/wikipeg": "^2.0",
+ "nikic/php-parser": "^4.3",
+ "nette/php-generator": "^3.3"
+ },
+ "authors": [
+ {
+ "name": "Tim Starling",
+ "email": "tstarling@wikimedia.org"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "MediaWiki\\GenerateHookInterfaces\\": "src/"
+ }
+ }
}
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..6b678c2
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "hooks-tool",
+ "version": "1.0.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "wikipeg": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/wikipeg/-/wikipeg-2.0.5.tgz",
+ "integrity": "sha512-FMNznSW4Qjexmgqz23YLtXoS6+GKPnbkEsI14xdRxsWv8jQWJ94ffQZ4PpUSsZm7/XAjqrjFiUnbvOOxBhJY4g=="
+ }
+ }
+}
diff --git a/package.json b/package.json
index 130212a..f8cbe2e 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,14 @@
{
- "name": "hooks-tool",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "MIT",
- "dependencies": {
- "wikipeg": "*"
- }
+ "name": "hooks-tool",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "wikipeg": "*"
+ }
}
--
2.20.1
.