[Pkg-javascript-commits] [Git][js-team/node-gauge][master] 4 commits: New upstream version 4.0.3
Yadd (@yadd)
gitlab at salsa.debian.org
Sat Mar 12 08:34:15 GMT 2022
Yadd pushed to branch master at Debian JavaScript Maintainers / node-gauge
Commits:
4265952c by Yadd at 2022-03-12T09:30:29+01:00
New upstream version 4.0.3
- - - - -
9c389a18 by Yadd at 2022-03-12T09:30:31+01:00
Update upstream source from tag 'upstream/4.0.3'
Update to upstream version '4.0.3'
with Debian dir 559c4342c7f5c01bc2db59ac813d51db98d8c541
- - - - -
41c8f6fa by Yadd at 2022-03-12T09:32:36+01:00
Fix test for tap >= 15 (--no-cov)
- - - - -
fcdff0b3 by Yadd at 2022-03-12T09:33:57+01:00
releasing package node-gauge version 4.0.3-1
- - - - -
6 changed files:
- CHANGELOG.md
- README.md
- debian/changelog
- debian/tests/pkg-js/test
- lib/demo.js → docs/demo.js
- package.json
Changes:
=====================================
CHANGELOG.md
=====================================
@@ -7,6 +7,18 @@
* fix: Remove remaining uses of object-assign
* fix: remove object-assign
+### [4.0.3](https://www.github.com/npm/gauge/compare/v4.0.2...v4.0.3) (2022-03-10)
+
+
+### Bug Fixes
+
+* move demo.js to the docs folder ([#155](https://www.github.com/npm/gauge/issues/155)) ([1faf8cf](https://www.github.com/npm/gauge/commit/1faf8cf25c0bffb345f6657e20743d83c54d6695))
+
+
+### Dependencies
+
+* remove the unused direct ansi-regex dependency ([#156](https://www.github.com/npm/gauge/issues/156)) ([65be798](https://www.github.com/npm/gauge/commit/65be79895801433e02aef58cafb6f31a87287e59))
+
### [4.0.2](https://www.github.com/npm/gauge/compare/v4.0.1...v4.0.2) (2022-02-16)
=====================================
README.md
=====================================
@@ -16,7 +16,7 @@ setTimeout(() => { gauge.pulse(); gauge.show("working…", 0.99) }, 2000)
setTimeout(() => gauge.hide(), 2300)
```
-See also the [demos](demo.js):
+See also the [demos](docs/demo.js):
![](./docs/gauge-demo.gif)
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+node-gauge (4.0.3-1) unstable; urgency=medium
+
+ * Team upload
+ * New upstream version 4.0.3
+ * Fix test for tap >= 15 (--no-cov)
+
+ -- Yadd <yadd at debian.org> Sat, 12 Mar 2022 09:32:46 +0100
+
node-gauge (4.0.2-1) unstable; urgency=medium
* Team upload
=====================================
debian/tests/pkg-js/test
=====================================
@@ -1 +1 @@
-tap `ls test/*.js|grep -v test/base-theme|grep -v test/plumbing`
+tap --no-cov `ls test/*.js|grep -v test/base-theme|grep -v test/plumbing`
=====================================
lib/demo.js → docs/demo.js
=====================================
@@ -1,5 +1,5 @@
-var Gauge = require('./')
-var gaugeDefault = require('./themes.js')
+var Gauge = require('..')
+var gaugeDefault = require('../lib/themes.js')
var onExit = require('signal-exit')
var activeGauge
=====================================
package.json
=====================================
@@ -1,6 +1,6 @@
{
"name": "gauge",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "A terminal based horizontal gauge",
"main": "lib",
"scripts": {
@@ -31,7 +31,6 @@
},
"homepage": "https://github.com/npm/gauge",
"dependencies": {
- "ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
@@ -42,7 +41,7 @@
"wide-align": "^1.1.5"
},
"devDependencies": {
- "@npmcli/template-oss": "^2.7.1",
+ "@npmcli/template-oss": "^2.9.2",
"readable-stream": "^3.6.0",
"tap": "^15.1.6"
},
@@ -60,6 +59,6 @@
"lines": 90
},
"templateOSS": {
- "version": "2.7.1"
+ "version": "2.9.2"
}
}
View it on GitLab: https://salsa.debian.org/js-team/node-gauge/-/compare/7b2701629a10e9023d282964ade0ad131bda9200...fcdff0b31efc5cd3643be1227e0292f0f6e3299a
--
View it on GitLab: https://salsa.debian.org/js-team/node-gauge/-/compare/7b2701629a10e9023d282964ade0ad131bda9200...fcdff0b31efc5cd3643be1227e0292f0f6e3299a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20220312/95643e3c/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list