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
4 changes: 1 addition & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# These are supported funding model platforms

github: tannerlinsley
github: [tannerlinsley]
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Feature Requests & Questions
- name: πŸ€” Feature Requests & Questions
url: https://github.com/TanStack/devtools/discussions
about: Please ask and answer questions here.
- name: Community Chat
- name: πŸ’¬ Community Chat
url: https://discord.gg/mQd7egN
about: A dedicated discord server hosted by TanStack
- name: πŸ¦‹ TanStack Bluesky
url: https://bsky.app/profile/tanstack.com
about: Stay up to date with new releases of our libraries
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## βœ… Checklist

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

## πŸš€ Release Impact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.1
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Fix formatting
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Get base and head commits for `nx affected`
uses: nrwl/nx-set-shas@v4.3.3
uses: nrwl/nx-set-shas@v4.4.0
with:
main-branch-name: main
- name: Run Checks
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- name: Setup Tools
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- name: Check Provenance
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- name: Setup Tools
Expand All @@ -39,4 +39,3 @@ jobs:
title: 'ci: Version Packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tanstack/devtools.git"
"url": "git+https://github.com/TanStack/devtools.git"
},
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.24.0",
"type": "module",
"scripts": {
"build": "nx affected --targets=build --exclude=examples/** && size-limit",
Expand Down Expand Up @@ -72,7 +72,7 @@
"jsdom": "^27.0.0",
"knip": "^5.64.0",
"markdown-link-extractor": "^4.0.2",
"nx": "^21.5.3",
"nx": "22.1.3",
"premove": "^4.0.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"directory": "packages/devtools"
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/devtools-client"
},
"homepage": "https://tanstack.com/devtools",
"funding": {
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"directory": "packages/devtools"
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/devtools-ui"
},
"homepage": "https://tanstack.com/devtools",
"funding": {
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"directory": "packages/devtools"
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/devtools-utils"
},
"homepage": "https://tanstack.com/devtools",
"funding": {
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"directory": "packages/devtools"
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/devtools-vite"
},
"homepage": "https://tanstack.com/devtools",
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/devtools"
},
"homepage": "https://tanstack.com/devtools",
Expand Down
4 changes: 2 additions & 2 deletions packages/event-bus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"directory": "packages/devtools"
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/devtools-event-client"
},
"homepage": "https://tanstack.com/devtools",
"funding": {
Expand Down
4 changes: 2 additions & 2 deletions packages/event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"directory": "packages/devtools"
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/devtools-event-bus"
},
"homepage": "https://tanstack.com/devtools",
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/preact-devtools"
},
"homepage": "https://tanstack.com/devtools",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/react-devtools"
},
"homepage": "https://tanstack.com/devtools",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/solid-devtools"
},
"homepage": "https://tanstack.com/devtools",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/devtools.git",
"url": "git+https://github.com/TanStack/devtools.git",
"directory": "packages/vue-devtools"
},
"homepage": "https://tanstack.com/devtools",
Expand Down
Loading
Loading