Skip to content

Commit

Permalink
chore: @npmcli/template-oss@4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and fritzy committed Oct 12, 2022
1 parent b70e119 commit bf53d6d
Show file tree
Hide file tree
Showing 32 changed files with 132 additions and 161 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w docs
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w docs

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmaccess
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmaccess

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmdiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmdiff
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmdiff

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmexec
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmexec

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmfund.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmfund
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmfund

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmhook
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmhook

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmorg
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmorg

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmpack
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmpack

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmpublish
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmpublish

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmsearch
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmsearch

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmteam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmteam
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmteam

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-libnpmversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w libnpmversion
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w libnpmversion

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-npmcli-arborist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w @npmcli/arborist
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w @npmcli/arborist

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -ws -iwr --if-present
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -ws -iwr --if-present
- name: Conclude Check
uses: LouisBrunner/checks-action@v1.3.1
if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
- name: Reset Deps
run: node . run resetdeps
- name: Lint
run: node . run lint --ignore-scripts
run: node . run lint --ignore-scripts -w smoke-tests
- name: Post Lint
run: node . run postlint --ignore-scripts
run: node . run postlint --ignore-scripts -w smoke-tests

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: node . test --ignore-scripts -iwr
run: node . test --ignore-scripts
- name: Check Git Status
if: matrix && matrix.platform.os != 'windows-latest'
run: node scripts/git-dirty.js
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.5.0",
"@npmcli/template-oss": "4.5.1",
"tap": "^16.0.1",
"which": "^2.0.2"
},
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"ciVersions": "latest",
"engines": "^14.17.0 || ^16.13.0 || >=18.0.0",
"version": "4.5.0",
"version": "4.5.1",
"content": "../scripts/template-oss/index.js"
}
}
Loading

0 comments on commit bf53d6d

Please sign in to comment.