1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00

Upgrade @go-task/go-npm to support pnpm

This commit is contained in:
Andrey Nering 2022-12-05 22:24:10 -03:00
parent b3627fcb18
commit 983f6fff5d
3 changed files with 10 additions and 8 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Installation via npm now supports [pnpm](https://pnpm.io/) as well
([go-task/go-npm#2](https://github.com/go-task/go-npm/issues/2), [go-task/go-npm#3](https://github.com/go-task/go-npm/pull/3)).
- It's now possible to run Taskfiles from subdirectories! A new `USER_WORKING_DIR` special
variable was added to add even more flexibility for monorepos
([#289](https://github.com/go-task/task/issues/289), [#920](https://github.com/go-task/task/pull/920)).

14
package-lock.json generated
View File

@ -10,13 +10,13 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@go-task/go-npm": "^0.1.16"
"@go-task/go-npm": "^0.1.17"
}
},
"node_modules/@go-task/go-npm": {
"version": "0.1.16",
"resolved": "https://registry.npmjs.org/@go-task/go-npm/-/go-npm-0.1.16.tgz",
"integrity": "sha512-Al7m7XiF50Pm8TRE2FtvUXyuxybIzWZGKfijFwOyKI8AJAaeQHol5j4qmNo6LAFQ+moQFvuSKeLkXqSBX00Z/g==",
"version": "0.1.17",
"resolved": "https://registry.npmjs.org/@go-task/go-npm/-/go-npm-0.1.17.tgz",
"integrity": "sha512-j+xydQWrAxsqLYjweok1fWzDmBAA1g/gmFbPyG8kRI/d/+rzXGGLlro8zdS6mJ3Is+8BrIy2ZBmQkoONhowh7A==",
"bin": {
"go-npm": "bin/index.js"
}
@ -24,9 +24,9 @@
},
"dependencies": {
"@go-task/go-npm": {
"version": "0.1.16",
"resolved": "https://registry.npmjs.org/@go-task/go-npm/-/go-npm-0.1.16.tgz",
"integrity": "sha512-Al7m7XiF50Pm8TRE2FtvUXyuxybIzWZGKfijFwOyKI8AJAaeQHol5j4qmNo6LAFQ+moQFvuSKeLkXqSBX00Z/g=="
"version": "0.1.17",
"resolved": "https://registry.npmjs.org/@go-task/go-npm/-/go-npm-0.1.17.tgz",
"integrity": "sha512-j+xydQWrAxsqLYjweok1fWzDmBAA1g/gmFbPyG8kRI/d/+rzXGGLlro8zdS6mJ3Is+8BrIy2ZBmQkoONhowh7A=="
}
}
}

View File

@ -29,6 +29,6 @@
},
"homepage": "https://taskfile.dev",
"dependencies": {
"@go-task/go-npm": "^0.1.16"
"@go-task/go-npm": "^0.1.17"
}
}