Skip to content

Commit f0d27b0

Browse files
Bump the production-dependencies group with 9 updates
Bumps the production-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [@oxlint/plugins](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugins) | `1.77.0` | `1.78.0` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.2.0` | `7.2.2` | | [@opencode-ai/sdk](https://github.com/sst/opencode-sdk-js) | `1.18.15` | `1.18.18` | | [@legendapp/list](https://github.com/LegendApp/legend-list) | `3.3.3` | `3.3.5` | | [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.170.22` | `1.170.28` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.30.0` | `1.31.0` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.14` | `5.0.15` | | [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.226` | `0.3.232` | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.115.0` | `0.117.1` | Updates `@oxlint/plugins` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.78.0/npm/oxlint-plugins) Updates `astro` from 7.2.0 to 7.2.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.2/packages/astro) Updates `@opencode-ai/sdk` from 1.18.15 to 1.18.18 - [Release notes](https://github.com/sst/opencode-sdk-js/releases) - [Changelog](https://github.com/anomalyco/opencode-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/sst/opencode-sdk-js/commits) Updates `@legendapp/list` from 3.3.3 to 3.3.5 - [Release notes](https://github.com/LegendApp/legend-list/releases) - [Changelog](https://github.com/LegendApp/legend-list/blob/main/CHANGELOG.md) - [Commits](LegendApp/legend-list@v3.3.3...v3.3.5) Updates `@tanstack/react-router` from 1.170.22 to 1.170.28 - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.170.28/packages/react-router) Updates `lucide-react` from 1.30.0 to 1.31.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react) Updates `zustand` from 5.0.14 to 5.0.15 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.14...v5.0.15) Updates `@anthropic-ai/claude-agent-sdk` from 0.3.226 to 0.3.232 - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/claude-agent-sdk-typescript@v0.3.226...v0.3.232) Updates `@anthropic-ai/sdk` from 0.115.0 to 0.117.1 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.115.0...sdk-v0.117.1) --- updated-dependencies: - dependency-name: "@oxlint/plugins" dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: astro dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@opencode-ai/sdk" dependency-version: 1.18.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@legendapp/list" dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@tanstack/react-router" dependency-version: 1.170.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: lucide-react dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: zustand dependency-version: 5.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.3.232 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.117.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e876722 commit f0d27b0

7 files changed

Lines changed: 253 additions & 145 deletions

File tree

apps/marketing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@vercel/analytics": "^2.0.1",
15-
"astro": "^7.2.0"
15+
"astro": "^7.2.2"
1616
},
1717
"devDependencies": {
1818
"@astrojs/check": "^0.9.10",

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@effect/platform-node": "catalog:",
5050
"@effect/platform-node-shared": "catalog:",
5151
"@effect/sql-sqlite-bun": "catalog:",
52-
"@opencode-ai/sdk": "^1.18.15",
52+
"@opencode-ai/sdk": "^1.18.18",
5353
"@pierre/diffs": "catalog:",
5454
"effect": "catalog:",
5555
"node-pty": "^1.1.0"

apps/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@effect/atom-react": "catalog:",
2121
"@fontsource-variable/cascadia-mono": "^5.3.0",
2222
"@fontsource-variable/schibsted-grotesk": "^5.3.0",
23-
"@legendapp/list": "^3.3.3",
23+
"@legendapp/list": "^3.3.5",
2424
"@lexical/react": "^0.47.0",
2525
"@pierre/diffs": "catalog:",
2626
"@tanstack/react-pacer": "^0.23.0",
2727
"@tanstack/react-query": "^5.101.4",
28-
"@tanstack/react-router": "^1.170.22",
28+
"@tanstack/react-router": "^1.170.28",
2929
"@threadlines/client-runtime": "workspace:*",
3030
"@threadlines/contracts": "workspace:*",
3131
"@threadlines/shared": "workspace:*",
@@ -34,13 +34,13 @@
3434
"class-variance-authority": "^0.7.1",
3535
"effect": "catalog:",
3636
"lexical": "^0.47.0",
37-
"lucide-react": "^1.30.0",
37+
"lucide-react": "^1.31.0",
3838
"react": "19.2.8",
3939
"react-dom": "19.2.8",
4040
"react-markdown": "^10.1.0",
4141
"remark-gfm": "^4.0.1",
4242
"tailwind-merge": "^3.4.0",
43-
"zustand": "^5.0.11"
43+
"zustand": "^5.0.15"
4444
},
4545
"devDependencies": {
4646
"@rolldown/plugin-babel": "^0.2.0",

oxlint-plugin-threadlines/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@effect/platform-node": "catalog:",
11-
"@oxlint/plugins": "^1.77.0",
11+
"@oxlint/plugins": "^1.78.0",
1212
"effect": "catalog:"
1313
},
1414
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@effect/tsgo": "catalog:",
55-
"@oxlint/plugins": "^1.77.0",
55+
"@oxlint/plugins": "^1.78.0",
5656
"@types/node": "catalog:",
5757
"@typescript/native-preview": "catalog:",
5858
"vite": "catalog:",

0 commit comments

Comments
 (0)