npm-update-package 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/dist/package.json +6 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -534,8 +534,6 @@ jobs:
|
|
|
534
534
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
535
535
|
```
|
|
536
536
|
|
|
537
|
-
See working example on [example-github-actions](https://github.com/npm-update-package/example-github-actions).
|
|
538
|
-
|
|
539
537
|
### Use token of GitHub App
|
|
540
538
|
|
|
541
539
|
```yaml
|
|
@@ -568,8 +566,6 @@ jobs:
|
|
|
568
566
|
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
|
|
569
567
|
```
|
|
570
568
|
|
|
571
|
-
See working example on [example-github-app](https://github.com/npm-update-package/example-github-app).
|
|
572
|
-
|
|
573
569
|
### Use Personal access token
|
|
574
570
|
|
|
575
571
|
```yaml
|
|
@@ -596,8 +592,6 @@ jobs:
|
|
|
596
592
|
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
|
597
593
|
```
|
|
598
594
|
|
|
599
|
-
See working example on [example-pat](https://github.com/npm-update-package/example-pat).
|
|
600
|
-
|
|
601
595
|
## Architecture
|
|
602
596
|
|
|
603
597
|
The following shows the process flow of npm-update-package.
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"type-guards": "0.15.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@
|
|
35
|
+
"@munierujp/eslint-config-typescript": "29.0.0",
|
|
36
36
|
"@tsconfig/node18": "18.2.2",
|
|
37
37
|
"@types/mustache": "4.2.2",
|
|
38
38
|
"@types/node": "18.17.15",
|
|
39
|
-
"@types/node-fetch": "2.6.
|
|
39
|
+
"@types/node-fetch": "2.6.5",
|
|
40
40
|
"@types/parse-github-url": "1.0.0",
|
|
41
|
-
"@types/semver": "7.5.
|
|
42
|
-
"eslint": "8.
|
|
43
|
-
"eslint-plugin-jest": "27.
|
|
41
|
+
"@types/semver": "7.5.2",
|
|
42
|
+
"eslint": "8.49.0",
|
|
43
|
+
"eslint-plugin-jest": "27.4.0",
|
|
44
44
|
"jest": "29.7.0",
|
|
45
45
|
"npm-run-all": "4.1.5",
|
|
46
46
|
"rimraf": "5.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"type-guards": "0.15.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@
|
|
35
|
+
"@munierujp/eslint-config-typescript": "29.0.0",
|
|
36
36
|
"@tsconfig/node18": "18.2.2",
|
|
37
37
|
"@types/mustache": "4.2.2",
|
|
38
38
|
"@types/node": "18.17.15",
|
|
39
|
-
"@types/node-fetch": "2.6.
|
|
39
|
+
"@types/node-fetch": "2.6.5",
|
|
40
40
|
"@types/parse-github-url": "1.0.0",
|
|
41
|
-
"@types/semver": "7.5.
|
|
42
|
-
"eslint": "8.
|
|
43
|
-
"eslint-plugin-jest": "27.
|
|
41
|
+
"@types/semver": "7.5.2",
|
|
42
|
+
"eslint": "8.49.0",
|
|
43
|
+
"eslint-plugin-jest": "27.4.0",
|
|
44
44
|
"jest": "29.7.0",
|
|
45
45
|
"npm-run-all": "4.1.5",
|
|
46
46
|
"rimraf": "5.0.1",
|