Skip to content

Commit f58a87b

Browse files
ci: prepare for trusted publishing (#288)
1 parent f4ae997 commit f58a87b

File tree

20 files changed

+80
-80
lines changed

20 files changed

+80
-80
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# These are supported funding model platforms
2-
3-
github: tannerlinsley
1+
github: [tannerlinsley]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Feature Requests & Questions
3+
- name: 🤔 Feature Requests & Questions
44
url: https://github.com/TanStack/devtools/discussions
55
about: Please ask and answer questions here.
6-
- name: Community Chat
6+
- name: 💬 Community Chat
77
url: https://discord.gg/mQd7egN
88
about: A dedicated discord server hosted by TanStack
9+
- name: 🦋 TanStack Bluesky
10+
url: https://bsky.app/profile/tanstack.com
11+
about: Stay up to date with new releases of our libraries

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## ✅ Checklist
66

7-
- [ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/config/blob/main/CONTRIBUTING.md).
7+
- [ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/devtools/blob/main/CONTRIBUTING.md).
88
- [ ] I have tested this code locally with `pnpm test:pr`.
99

1010
## 🚀 Release Impact

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5.0.0
21+
uses: actions/checkout@v6.0.1
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5.0.0
26+
uses: actions/checkout@v6.0.1
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools
3030
uses: tanstack/config/.github/setup@main
3131
- name: Get base and head commits for `nx affected`
32-
uses: nrwl/nx-set-shas@v4.3.3
32+
uses: nrwl/nx-set-shas@v4.4.0
3333
with:
3434
main-branch-name: main
3535
- name: Run Checks
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v5.0.0
42+
uses: actions/checkout@v6.0.1
4343
with:
4444
fetch-depth: 0
4545
- name: Setup Tools
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v5.0.0
56+
uses: actions/checkout@v6.0.1
5757
with:
5858
fetch-depth: 0
5959
- name: Check Provenance

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5.0.0
26+
uses: actions/checkout@v6.0.1
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools
@@ -39,4 +39,3 @@ jobs:
3939
title: 'ci: Version Packages'
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"private": true,
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/tanstack/devtools.git"
6+
"url": "git+https://github.com/TanStack/devtools.git"
77
},
8-
"packageManager": "pnpm@10.17.0",
8+
"packageManager": "pnpm@10.24.0",
99
"type": "module",
1010
"scripts": {
1111
"build": "nx affected --targets=build --exclude=examples/** && size-limit",
@@ -72,7 +72,7 @@
7272
"jsdom": "^27.0.0",
7373
"knip": "^5.64.0",
7474
"markdown-link-extractor": "^4.0.2",
75-
"nx": "^21.5.3",
75+
"nx": "22.1.3",
7676
"premove": "^4.0.0",
7777
"prettier": "^3.6.2",
7878
"prettier-plugin-svelte": "^3.4.0",

packages/devtools-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/TanStack/devtools.git",
10-
"directory": "packages/devtools"
9+
"url": "git+https://github.com/TanStack/devtools.git",
10+
"directory": "packages/devtools-client"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
1313
"funding": {

packages/devtools-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/TanStack/devtools.git",
10-
"directory": "packages/devtools"
9+
"url": "git+https://github.com/TanStack/devtools.git",
10+
"directory": "packages/devtools-ui"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
1313
"funding": {

packages/devtools-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/TanStack/devtools.git",
10-
"directory": "packages/devtools"
9+
"url": "git+https://github.com/TanStack/devtools.git",
10+
"directory": "packages/devtools-utils"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
1313
"funding": {

0 commit comments

Comments
 (0)