Skip to content

Commit 186d0be

Browse files
authored
Merge branch 'main' into renovate/tanstack-config-digest
2 parents f457768 + 2a2f9eb commit 186d0be

22 files changed

Lines changed: 104 additions & 59 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
33
"changelog": [
4-
"@svitejs/changesets-changelog-github-compact",
5-
{ "repo": "TanStack/devtools" }
4+
"@changesets/changelog-github",
5+
{ "repo": "TanStack/devtools", "disableThanks": true }
66
],
77
"commit": false,
88
"access": "public",

.changeset/small-papers-wink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/devtools-vite': patch
3+
---
4+
5+
Fix invalid syntax generated when removing parenthesized devtools JSX expressions.

.github/workflows/pr.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,6 @@ jobs:
4848
run: pnpm run build:all
4949
- name: Publish Previews
5050
run: pnpx pkg-pr-new@0.0.71 publish --pnpm './packages/*' --template './examples/*/*'
51-
provenance:
52-
name: Provenance
53-
runs-on: ubuntu-latest
54-
steps:
55-
- name: Checkout
56-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57-
with:
58-
persist-credentials: false
59-
- name: Check Provenance
60-
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
61-
with:
62-
fail-on-downgrade: true
6351
version-preview:
6452
name: Version Preview
6553
runs-on: ubuntu-latest

examples/preact/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@preact/preset-vite": "^2.10.3",
2020
"@tanstack/devtools-ui": "0.5.2",
21-
"@tanstack/devtools-vite": "0.7.0",
21+
"@tanstack/devtools-vite": "0.7.1",
2222
"sonda": "0.9.0",
2323
"vite": "^8.0.0",
2424
"vite-plugin-inspect": "11.3.3"

examples/react/a11y-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {
18-
"@tanstack/devtools-vite": "0.7.0",
18+
"@tanstack/devtools-vite": "0.7.1",
1919
"@types/react": "^19.2.0",
2020
"@types/react-dom": "^19.2.0",
2121
"@vitejs/plugin-react": "^6.0.1",

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@tanstack/devtools-ui": "0.5.2",
26-
"@tanstack/devtools-vite": "0.7.0",
26+
"@tanstack/devtools-vite": "0.7.1",
2727
"@tanstack/react-form-devtools": "^0.1.7",
2828
"@types/react": "^19.2.0",
2929
"@types/react-dom": "^19.2.0",

examples/react/bundling-repro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@biomejs/biome": "2.2.4",
5151
"@tanstack/devtools-event-client": "latest",
52-
"@tanstack/devtools-vite": "0.7.0",
52+
"@tanstack/devtools-vite": "0.7.1",
5353
"@testing-library/dom": "^10.4.0",
5454
"@testing-library/react": "^16.2.0",
5555
"@types/node": "^22.15.2",

examples/react/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^19.2.0"
1717
},
1818
"devDependencies": {
19-
"@tanstack/devtools-vite": "0.7.0",
19+
"@tanstack/devtools-vite": "0.7.1",
2020
"@types/node": "^22.15.2",
2121
"@types/react": "^19.2.0",
2222
"@types/react-dom": "^19.2.0",

examples/react/https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.5.2",
24-
"@tanstack/devtools-vite": "0.7.0",
24+
"@tanstack/devtools-vite": "0.7.1",
2525
"@types/react": "^19.2.0",
2626
"@types/react-dom": "^19.2.0",
2727
"@vitejs/plugin-react": "^6.0.1",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vite-tsconfig-paths": "^6.0.2"
2626
},
2727
"devDependencies": {
28-
"@tanstack/devtools-vite": "0.7.0",
28+
"@tanstack/devtools-vite": "0.7.1",
2929
"@testing-library/dom": "^10.4.0",
3030
"@testing-library/react": "^16.2.0",
3131
"@types/node": "^22.15.2",

0 commit comments

Comments
 (0)