Skip to content

Commit bf53d6d

Browse files
lukekarrysfritzy
authored andcommitted
chore: @npmcli/template-oss@4.5.1
1 parent b70e119 commit bf53d6d

32 files changed

+132
-161
lines changed

.github/workflows/ci-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
- name: Reset Deps
7272
run: node . run resetdeps
7373
- name: Lint
74-
run: node . run lint --ignore-scripts
74+
run: node . run lint --ignore-scripts -w docs
7575
- name: Post Lint
76-
run: node . run postlint --ignore-scripts
76+
run: node . run postlint --ignore-scripts -w docs
7777

7878
test:
7979
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmaccess.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmaccess
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmaccess
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmdiff.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmdiff
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmdiff
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmexec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmexec
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmexec
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmfund.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmfund
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmfund
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmhook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmhook
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmhook
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmorg.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmorg
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmorg
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmpack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmpack
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmpack
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmpublish
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmpublish
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmsearch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmsearch
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmsearch
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmteam.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmteam
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmteam
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-libnpmversion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w libnpmversion
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w libnpmversion
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-npmcli-arborist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w @npmcli/arborist
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w @npmcli/arborist
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- name: Reset Deps
5353
run: node . run resetdeps
5454
- name: Lint
55-
run: node . run lint --ignore-scripts
55+
run: node . run lint --ignore-scripts -ws -iwr --if-present
5656
- name: Post Lint
57-
run: node . run postlint --ignore-scripts
57+
run: node . run postlint --ignore-scripts -ws -iwr --if-present
5858
- name: Conclude Check
5959
uses: LouisBrunner/checks-action@v1.3.1
6060
if: always()

.github/workflows/ci-smoke-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Reset Deps
7474
run: node . run resetdeps
7575
- name: Lint
76-
run: node . run lint --ignore-scripts
76+
run: node . run lint --ignore-scripts -w smoke-tests
7777
- name: Post Lint
78-
run: node . run postlint --ignore-scripts
78+
run: node . run postlint --ignore-scripts -w smoke-tests
7979

8080
test:
8181
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Add Problem Matcher
131131
run: echo "::add-matcher::.github/matchers/tap.json"
132132
- name: Test
133-
run: node . test --ignore-scripts -iwr
133+
run: node . test --ignore-scripts
134134
- name: Check Git Status
135135
if: matrix && matrix.platform.os != 'windows-latest'
136136
run: node scripts/git-dirty.js

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@npmcli/eslint-config": "^3.1.0",
3030
"@npmcli/fs": "^2.1.0",
3131
"@npmcli/promise-spawn": "^3.0.0",
32-
"@npmcli/template-oss": "4.5.0",
32+
"@npmcli/template-oss": "4.5.1",
3333
"tap": "^16.0.1",
3434
"which": "^2.0.2"
3535
},
@@ -67,7 +67,7 @@
6767
],
6868
"ciVersions": "latest",
6969
"engines": "^14.17.0 || ^16.13.0 || >=18.0.0",
70-
"version": "4.5.0",
70+
"version": "4.5.1",
7171
"content": "../scripts/template-oss/index.js"
7272
}
7373
}

0 commit comments

Comments
 (0)