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
2 changes: 1 addition & 1 deletion .github/workflows/ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# pull_request: { branches: [main] }
# jobs:
# ci:
# uses: btravstack/config/.github/workflows/ci-reusable.yml@workflows-v1
# uses: btravstack/tools/.github/workflows/ci-reusable.yml@workflows-v1
# with:
# changeset: true # contract repos that enforce changesets
# integration-tests: true # run the integration suite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# jobs:
# release:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# uses: btravstack/config/.github/workflows/release-reusable.yml@main
# uses: btravstack/tools/.github/workflows/release-reusable.yml@main
# secrets:
# RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
#
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @btravstack/config
# @btravstack/tools

Shared configuration packages for [btravstack](https://github.com/btravstack)
repositories. Each repo used to hand-copy a near-identical `tools/tsconfig`,
Expand Down Expand Up @@ -102,7 +102,7 @@ on:
pull_request: { branches: [main] }
jobs:
ci:
uses: btravstack/config/.github/workflows/ci-reusable.yml@main
uses: btravstack/tools/.github/workflows/ci-reusable.yml@main
with:
changeset: true # contract repos that enforce changesets
```
Expand All @@ -115,7 +115,7 @@ on:
jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: btravstack/config/.github/workflows/release-reusable.yml@main
uses: btravstack/tools/.github/workflows/release-reusable.yml@main
secrets:
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@btravstack/config-root",
"name": "@btravstack/tools-root",
"private": true,
"description": "Shared configuration packages for btravstack repositories",
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git"
"url": "https://github.com/btravstack/tools.git"
},
"type": "module",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"config",
"conventional-commits"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/commitlint#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/commitlint#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/commitlint"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/lefthook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"git-hooks",
"lefthook"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/lefthook#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/lefthook#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/lefthook"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/oxfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"format",
"oxfmt"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/oxfmt#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/oxfmt#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/oxfmt"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/oxlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"lint",
"oxlint"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/oxlint#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/oxlint#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/oxlint"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"tsconfig",
"typescript"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/tsconfig#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/tsconfig#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/tsconfig"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"markdown",
"typedoc"
],
"homepage": "https://github.com/btravstack/config/tree/main/packages/typedoc#readme",
"homepage": "https://github.com/btravstack/tools/tree/main/packages/typedoc#readme",
"bugs": {
"url": "https://github.com/btravstack/config/issues"
"url": "https://github.com/btravstack/tools/issues"
},
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/btravstack/config.git",
"url": "https://github.com/btravstack/tools.git",
"directory": "packages/typedoc"
},
"files": [
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@ allowBuilds:
lefthook: true

overrides:
# GHSA-v2hh-gcrm-f6hx (High): fast-uri host confusion via literal backslash
# authority delimiter. Only the vulnerable <3.1.4 line is present (transitive,
# via @commitlint/cli > ajv); 3.1.4 is the first patched release. Newly
# disclosed; dev-tooling only. fast-uri is in minimumReleaseAgeExclude below
# because 3.1.4 is younger than the 7-day cutoff.
"fast-uri@<3.1.4": "3.1.4"
# GHSA-7p8r-x3mc-p8w7 (High, supersedes GHSA-v2hh-gcrm-f6hx): fast-uri,
# patched in 3.1.5. Transitive only (via @commitlint/cli > ajv); dev-tooling
# only. 3.1.5 published 2026-07-31, past the 7-day cutoff.
"fast-uri@<3.1.5": "3.1.5"

# Supply-chain maturity delay: mirror the consumer repos. Don't adopt a freshly
# published version until it has been on the registry for 7 days (10080 minutes).
minimumReleaseAge: 10080
minimumReleaseAgeStrict: true
minimumReleaseAgeExclude:
# Temporary: fast-uri 3.1.4 (the GHSA-v2hh-gcrm-f6hx override above) is younger
# than the 7-day cutoff. Remove once 3.1.4 is 7 days old (published 2026-07-19).
- fast-uri
Loading