Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmaccess
run: npm run lint --ignore-scripts --workspace libnpmaccess
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmaccess
run: npm run postlint --ignore-scripts --workspace libnpmaccess

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmaccess
run: npm test --ignore-scripts --workspace libnpmaccess
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmdiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmdiff
run: npm run lint --ignore-scripts --workspace libnpmdiff
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmdiff
run: npm run postlint --ignore-scripts --workspace libnpmdiff

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmdiff
run: npm test --ignore-scripts --workspace libnpmdiff
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmexec
run: npm run lint --ignore-scripts --workspace libnpmexec
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmexec
run: npm run postlint --ignore-scripts --workspace libnpmexec

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmexec
run: npm test --ignore-scripts --workspace libnpmexec
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmfund.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmfund
run: npm run lint --ignore-scripts --workspace libnpmfund
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmfund
run: npm run postlint --ignore-scripts --workspace libnpmfund

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmfund
run: npm test --ignore-scripts --workspace libnpmfund
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmorg
run: npm run lint --ignore-scripts --workspace libnpmorg
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmorg
run: npm run postlint --ignore-scripts --workspace libnpmorg

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmorg
run: npm test --ignore-scripts --workspace libnpmorg
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmpack
run: npm run lint --ignore-scripts --workspace libnpmpack
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmpack
run: npm run postlint --ignore-scripts --workspace libnpmpack

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmpack
run: npm test --ignore-scripts --workspace libnpmpack
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmpublish
run: npm run lint --ignore-scripts --workspace libnpmpublish
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmpublish
run: npm run postlint --ignore-scripts --workspace libnpmpublish

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmpublish
run: npm test --ignore-scripts --workspace libnpmpublish
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmsearch
run: npm run lint --ignore-scripts --workspace libnpmsearch
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmsearch
run: npm run postlint --ignore-scripts --workspace libnpmsearch

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmsearch
run: npm test --ignore-scripts --workspace libnpmsearch
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmteam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmteam
run: npm run lint --ignore-scripts --workspace libnpmteam
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmteam
run: npm run postlint --ignore-scripts --workspace libnpmteam

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmteam
run: npm test --ignore-scripts --workspace libnpmteam
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-libnpmversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w libnpmversion
run: npm run lint --ignore-scripts --workspace libnpmversion
- name: Post Lint
run: npm run postlint --ignore-scripts -w libnpmversion
run: npm run postlint --ignore-scripts --workspace libnpmversion

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w libnpmversion
run: npm test --ignore-scripts --workspace libnpmversion
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-npmcli-arborist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w @npmcli/arborist
run: npm run lint --ignore-scripts --workspace @npmcli/arborist
- name: Post Lint
run: npm run postlint --ignore-scripts -w @npmcli/arborist
run: npm run postlint --ignore-scripts --workspace @npmcli/arborist

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w @npmcli/arborist
run: npm test --ignore-scripts --workspace @npmcli/arborist
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-npmcli-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w @npmcli/config
run: npm run lint --ignore-scripts --workspace @npmcli/config
- name: Post Lint
run: npm run postlint --ignore-scripts -w @npmcli/config
run: npm run postlint --ignore-scripts --workspace @npmcli/config

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w @npmcli/config
run: npm test --ignore-scripts --workspace @npmcli/config
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-npmcli-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w @npmcli/docs
run: npm run lint --ignore-scripts --workspace @npmcli/docs
- name: Post Lint
run: npm run postlint --ignore-scripts -w @npmcli/docs
run: npm run postlint --ignore-scripts --workspace @npmcli/docs

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w @npmcli/docs
run: npm test --ignore-scripts --workspace @npmcli/docs
- name: Check Git Status
run: node scripts/git-dirty.js

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-npmcli-mock-globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w @npmcli/mock-globals
run: npm run lint --ignore-scripts --workspace @npmcli/mock-globals
- name: Post Lint
run: npm run postlint --ignore-scripts -w @npmcli/mock-globals
run: npm run postlint --ignore-scripts --workspace @npmcli/mock-globals

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w @npmcli/mock-globals
run: npm test --ignore-scripts --workspace @npmcli/mock-globals
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-npmcli-mock-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w @npmcli/mock-registry
run: npm run lint --ignore-scripts --workspace @npmcli/mock-registry
- name: Post Lint
run: npm run postlint --ignore-scripts -w @npmcli/mock-registry
run: npm run postlint --ignore-scripts --workspace @npmcli/mock-registry

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w @npmcli/mock-registry
run: npm test --ignore-scripts --workspace @npmcli/mock-registry
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-npmcli-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: npm run lint --ignore-scripts -w @npmcli/smoke-tests
run: npm run lint --ignore-scripts --workspace @npmcli/smoke-tests
- name: Post Lint
run: npm run postlint --ignore-scripts -w @npmcli/smoke-tests
run: npm run postlint --ignore-scripts --workspace @npmcli/smoke-tests

test:
name: Test - ${{ matrix.platform.name }} - ${{ matrix.node-version }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -w @npmcli/smoke-tests
run: npm test --ignore-scripts --workspace @npmcli/smoke-tests
- name: Check Git Status
run: node scripts/git-dirty.js
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Reset Deps
run: node scripts/resetdeps.js
- name: Lint
run: node . run lint --ignore-scripts -ws -iwr --if-present
run: node . run lint --ignore-scripts --workspaces --include-workspace-root --if-present
- name: Post Lint
run: node . run postlint --ignore-scripts -ws -iwr --if-present
run: node . run postlint --ignore-scripts --workspaces --include-workspace-root --if-present
- name: Conclude Check
uses: LouisBrunner/[email protected]
if: steps.create-check.outputs.check-id && always()
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: node . test --ignore-scripts -ws -iwr --if-present
run: node . test --ignore-scripts --workspaces --include-workspace-root --if-present
- name: Check Git Status
run: node scripts/git-dirty.js
- name: Conclude Check
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:

permissions:
contents: read
id-token: write

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Run Post Pull Request Actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node . run rp-pull-request --ignore-scripts -ws -iwr --if-present -- --pr="${{ needs.release.outputs.pr-number }}" --commentId="${{ needs.release.outputs.comment-id }}"
run: node . run rp-pull-request --ignore-scripts --workspaces --include-workspace-root --if-present -- --pr="${{ needs.release.outputs.pr-number }}" --commentId="${{ needs.release.outputs.comment-id }}"
- name: Commit
id: commit
env:
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/eslint-config": "^5.0.1",
"@npmcli/template-oss": "4.24.3",
"@npmcli/template-oss": "4.24.4",
"front-matter": "^4.0.2",
"ignore-walk": "^7.0.0",
"jsdom": "^24.0.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"ciVersions": "latest",
"version": "4.24.3",
"version": "4.24.4",
"content": "../scripts/template-oss/index.js",
"workspaceRepo": {
"add": {
Expand Down
4 changes: 2 additions & 2 deletions mock-globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.24.3",
"version": "4.24.4",
"content": "../scripts/template-oss/index.js"
},
"tap": {
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.1",
"@npmcli/template-oss": "4.24.3",
"@npmcli/template-oss": "4.24.4",
"tap": "^16.3.8"
}
}
Loading
Loading