Skip to content

Commit

Permalink
Merge branch 'main' into chore-change-glob-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid authored Oct 18, 2024
2 parents a8c54f0 + 5ef4f75 commit 8f3d571
Show file tree
Hide file tree
Showing 40 changed files with 7,826 additions and 5,706 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-pumpkins-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solidjs/start": patch
---

Show proper dev overlay for ErrorEvent with no error property.
5 changes: 0 additions & 5 deletions .changeset/quiet-mirrors-judge.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/shy-tables-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solidjs/start": patch
---

lazy load dev overlay
5 changes: 5 additions & 0 deletions .changeset/thin-beers-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solidjs/start": patch
---

fix passing empty revalidation header from actions
6 changes: 3 additions & 3 deletions examples/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1"
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 1 addition & 0 deletions examples/bare/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ p {
outline: none;
width: 200px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}

.increment:focus {
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1"
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 1 addition & 0 deletions examples/basic/src/components/Counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
outline: none;
width: 200px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}

.increment:focus {
Expand Down
8 changes: 4 additions & 4 deletions examples/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1"
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 1 addition & 0 deletions examples/experiments/src/components/Counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
outline: none;
width: 200px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}

.increment:focus {
Expand Down
8 changes: 4 additions & 4 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1"
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions examples/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"date-fns": "^3.6.0",
"solid-js": "^1.8.18",
"solid-js": "^1.9.1",
"marked": "^12.0.1",
"unstorage": "1.10.2",
"vinxi": "^0.4.1"
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"unstorage": "1.10.2",
"vinxi": "^0.4.1"
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function TodoApp(props: RouteSectionProps) {
</ul>
</section>

<Show when={todos().length || addingTodo.length}>
<Show when={todos().length + addingTodo.length - removingTodo.length}>
<footer class="footer">
<span class="todo-count">
<strong>{remainingCount()}</strong> {remainingCount() === 1 ? " item " : " items "} left
Expand Down
8 changes: 4 additions & 4 deletions examples/with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@types/node": "^20.12.7"
},
"dependencies": {
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"unstorage": "1.10.2",
"vinxi": "^0.4.1"
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions examples/with-authjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@babel/core": "7.24.4",
"@solid-mediakit/auth": "^2.0.11",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1"
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
6 changes: 3 additions & 3 deletions examples/with-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"drizzle-kit": "^0.22.7"
},
"dependencies": {
"@solidjs/router": "^0.14.1",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.2",
"better-sqlite3": "^11.0.0",
"drizzle-orm": "^0.31.2",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1"
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=20"
Expand Down
8 changes: 4 additions & 4 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"@vinxi/plugin-mdx": "^3.7.1",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1",
"solid-js": "^1.9.1",
"vinxi": "^0.4.3",
"solid-mdx": "^0.0.7"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions examples/with-mdx/src/components/Counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
outline: none;
width: 200px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}

.increment:focus {
Expand Down
8 changes: 4 additions & 4 deletions examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@prisma/client": "^5.12.1",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"prisma": "^5.12.1",
"solid-js": "^1.8.18",
"vinxi": "^0.4.1"
"solid-js": "^1.9.1",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions examples/with-solid-styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"solid-js": "^1.8.18",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.1",
"solid-styled": "^0.11.1",
"vinxi": "^0.4.1",
"vinxi": "^0.4.3",
"vite-plugin-solid-styled": "^0.11.1"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions examples/with-solid-styled/src/components/Counter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function Counter() {
outline: none;
width: 200px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}
button:focus {
Expand Down
8 changes: 4 additions & 4 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"solid-js": "^1.8.18",
"solid-js": "^1.9.1",
"tailwindcss": "^3.4.3",
"vinxi": "^0.4.1"
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions examples/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@typeschema/valibot": "^0.13.4",
"solid-js": "^1.8.18",
"solid-js": "^1.9.1",
"valibot": "^0.29.0",
"vinxi": "^0.4.1"
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 1 addition & 0 deletions examples/with-trpc/src/components/Counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
outline: none;
width: 200px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}

.increment:focus {
Expand Down
8 changes: 4 additions & 4 deletions examples/with-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"@unocss/reset": "^0.59.2",
"solid-js": "^1.8.18",
"solid-js": "^1.9.1",
"unocss": "^0.59.2",
"vinxi": "^0.4.1"
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
Expand Down
Empty file.
8 changes: 4 additions & 4 deletions examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"type": "module",
"devDependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "^1.0.8",
"@solidjs/testing-library": "^0.8.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/ui": "^1.5.0",
"jsdom": "^24.0.0",
"solid-js": "^1.8.18",
"solid-js": "^1.9.1",
"typescript": "^5.4.5",
"vinxi": "^0.4.1",
"vinxi": "^0.4.3",
"vite": "^5.2.8",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0"
Expand Down
1 change: 1 addition & 0 deletions examples/with-vitest/src/components/Counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
outline: none;
width: 200px;
font-variant-numeric: tabular-nums;
cursor: pointer;
}

.increment:focus {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@kobalte/core": "^0.13.1",
"@kobalte/utils": "^0.9.0",
"@solidjs/meta": "^0.29.0",
"@solidjs/router": "^0.14.1",
"@solidjs/router": "^0.14.7",
"@solidjs/start": "workspace:*",
"@tailwindcss/typography": "^0.5.9",
"@vinxi/plugin-mdx": "^3.7.1",
Expand All @@ -44,7 +44,7 @@
"graphql": "^16.7.1",
"postcss": "^8.4.38",
"rimraf": "^3.0.2",
"solid-js": "^1.8.18",
"solid-js": "^1.9.1",
"solid-mdx": "^0.0.7",
"solid-start-mdx": "workspace:*",
"solid-transition-group": "^0.2.3",
Expand All @@ -56,7 +56,7 @@
"turbo": "^1.10.7",
"typescript": "5.3.3",
"valibot": "~0.29.0",
"vinxi": "^0.4.1",
"vinxi": "^0.4.3",
"vite": "^5.1.1"
},
"dependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @solidjs/start

## 1.0.8

### Patch Changes

- 292f1cd: fix #1638 - devOverlay causing hydration mismatch

## 1.0.7

### Patch Changes

- 592fef1: Removes unused `vite-plugin-inspect` dependency.
- 65c8ac0: Fixed fetchEvent flakyness by storing the event in h3 context.
- 894594c: fix dev overlay being pulled in even when not used
- 7ae221b: encode api url components
- d719c6c: Update env.d.ts

## 1.0.6

### Patch Changes
Expand Down
Loading

0 comments on commit 8f3d571

Please sign in to comment.