14.4.0
Some checks failed
ci / test (16, macos-latest) (push) Has been cancelled
ci / test (16, ubuntu-latest) (push) Has been cancelled
ci / test (16, windows-latest) (push) Has been cancelled
ci / test (18, macos-latest) (push) Has been cancelled
ci / test (18, ubuntu-latest) (push) Has been cancelled
ci / test (18, windows-latest) (push) Has been cancelled
ci / test (20, macos-latest) (push) Has been cancelled
ci / test (20, ubuntu-latest) (push) Has been cancelled
ci / test (20, windows-latest) (push) Has been cancelled

* update deps (silverwind)
* add more os to ci matrix (silverwind)
* support regex for include/exclude and merge cli/config options (silverwind)
* higlight .snap files (silverwind)
This commit is contained in:
silverwind 2023-08-26 01:24:19 +02:00
parent 2a2ed06d42
commit 714b6acfcd
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "updates",
"version": "14.3.5",
"version": "14.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "14.3.5",
"version": "14.4.0",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

@ -1,6 +1,6 @@
{
"name": "updates",
"version": "14.3.5",
"version": "14.4.0",
"description": "Flexible npm and poetry dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",