Skip to content

Commit 7b2687a

Browse files
authored
chore: update deps based on dependabot suggestions (tldraw#8303)
i couldn't, ahem, depend on what dependabot was doing in tldraw#8299 it was doing things like updating Next to the next major version for no apparent reason. this recreates it cleanly. (drive-by fix for a posthog link in perf tests) ### Change type - [ ] `bugfix` - [ ] `improvement` - [ ] `feature` - [ ] `api` - [x] `other`
1 parent 00a8c03 commit 7b2687a

14 files changed

Lines changed: 835 additions & 1077 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"gray-matter": "^4.0.3",
7070
"instantsearch.js": "^4.77.1",
7171
"js-cookie": "^3.0.5",
72-
"next": "^15.4.10",
72+
"next": "^15.5.14",
7373
"next-mdx-remote-client": "^1.1.2",
7474
"next-themes": "^0.3.0",
7575
"query-string": "^9.1.1",

apps/dotcom/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"fast-glob": "^3.3.3",
7777
"identity-obj-proxy": "^3.0.0",
7878
"json5": "^2.2.3",
79-
"kysely": "^0.27.5",
79+
"kysely": "^0.28.12",
8080
"lazyrepo": "0.0.0-alpha.27",
8181
"pg": "^8.13.1",
8282
"vite": "^8.0.0",

apps/dotcom/sync-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@tldraw/worker-shared": "workspace:*",
3838
"itty-router": "^5.0.18",
3939
"jose": "^5.9.6",
40-
"kysely": "^0.27.5",
40+
"kysely": "^0.28.12",
4141
"lodash.throttle": "^4.1.1",
4242
"pg": "^8.13.1",
4343
"pg-logical-replication": "^2.0.7",

apps/dotcom/zero-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type": "module",
2828
"dependencies": {
2929
"@rocicorp/zero": "0.26.1",
30-
"kysely": "^0.27.5",
30+
"kysely": "^0.28.12",
3131
"pg": "^8.13.1"
3232
},
3333
"devDependencies": {

apps/examples/e2e/fixtures/analytics-reporter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export class PerformanceAnalyticsReporter {
3535

3636
try {
3737
const payload = this.formatPayload(results, testContext)
38+
// See https://eu.posthog.com/project/45972/insights/ZdpGyj1r
3839
await this.sendToPostHog(payload)
3940
// eslint-disable-next-line no-console
4041
console.log(`Sent ${results.length} performance metrics to PostHog`)

apps/examples/e2e/tests/README-PERFORMANCE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Performance Testing
22

33
FPS performance tests for tldraw to detect regressions and track improvements.
4+
These are tracked in https://eu.posthog.com/project/45972/insights/ZdpGyj1r
45

56
```bash
67
# Run all performance tests

internal/apps-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build:staging": "yarn run -T tsx build-workspace-app.ts"
4040
},
4141
"dependencies": {
42-
"@google/clasp": "^2.5.0"
42+
"@google/clasp": "^3.2.0"
4343
},
4444
"devDependencies": {
4545
"@types/google-apps-script": "^1.0.91"

internal/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"recast": "^0.22.0",
4545
"rimraf": "^4.4.1",
4646
"semver": "^7.6.3",
47-
"svgo": "^3.3.2",
47+
"svgo": "^3.3.3",
4848
"typescript": "^5.8.3"
4949
},
5050
"scripts": {
@@ -61,7 +61,7 @@
6161
"jszip": "^3.10.1",
6262
"minimist": "^1.2.8",
6363
"proper-lockfile": "^4.1.2",
64-
"tar": "^7.4.3",
64+
"tar": "^7.5.11",
6565
"tmp": "^0.2.3",
6666
"toml": "^3.0.0"
6767
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@
141141
"esbuild": "^0.27.4",
142142
"mime": "^4.0.6",
143143
"purgecss": "^5.0.0",
144-
"svgo": "^3.3.2"
144+
"svgo": "^3.3.3"
145145
}
146146
}

packages/create-tldraw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"picocolors": "^1.1.1",
5353
"string-width": "^7.2.0",
5454
"strip-ansi": "^7.1.0",
55-
"tar": "^7.4.3"
55+
"tar": "^7.5.11"
5656
},
5757
"// because this is bundled, all dependencies should be dev dependencies.": null
5858
}

0 commit comments

Comments
 (0)