Skip to content

Commit 0daa298

Browse files
authored
Big dep update (#3509)
1 parent 72e6bbf commit 0daa298

28 files changed

Lines changed: 7234 additions & 5788 deletions

File tree

.changeset/tough-friends-warn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-typescript-playground-plugin": patch
3+
"@typescript/vfs": patch
4+
"@typescript/twoslash": patch
5+
---
6+
7+
Bump dependencies

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2828
with:
29-
node-version: "18.x"
29+
node-version: "20.x"
3030
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3131

3232
- run: pnpm install

.github/workflows/deploy-prod-static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3535
with:
36-
node-version: "18.x"
36+
node-version: "20.x"
3737

3838
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3939

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.TS_BOT_TOKEN }}
2525
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2626
with:
27-
node-version: "18.x"
27+
node-version: "20.x"
2828
registry-url: "https://registry.npmjs.org/"
2929
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3030

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Getting Started
77

8-
This repo uses pnpm workspaces with node 18+, and [watchman](https://facebook.github.io/watchman/docs/install.html). (Windows users can install [watchman via chocolatey](https://chocolatey.org/packages/watchman))
8+
This repo uses pnpm workspaces with node 20+, and [watchman](https://facebook.github.io/watchman/docs/install.html). (Windows users can install [watchman via chocolatey](https://chocolatey.org/packages/watchman))
99

1010
With those set up, clone this repo and run `pnpm install`.
1111

package.json

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,66 @@
22
"private": true,
33
"name": "root",
44
"engines": {
5-
"node": ">=18",
6-
"pnpm": ">=9"
5+
"node": ">= 20.19"
76
},
87
"devDependencies": {
9-
"@changesets/changelog-github": "^0.5.0",
10-
"@changesets/cli": "^2.27.5",
8+
"@changesets/changelog-github": "^0.5.2",
9+
"@changesets/cli": "^2.29.8",
1110
"@oss-docs/sync": "^1.1.4",
12-
"@types/express": "^4.17.6",
13-
"@types/node": "^18.19.121",
14-
"@types/react": "^18.3.2",
11+
"@types/express": "^5.0.6",
12+
"@types/node": "^25.2.3",
13+
"@types/prettier": "^2.7.3",
14+
"@types/react": "^18.3.28",
1515
"chalk": "^4.1.2",
16-
"concurrently": "^8.2.2",
17-
"cross-env": "^7.0.2",
16+
"concurrently": "^9.2.1",
17+
"cross-env": "^10.1.0",
1818
"danger": "^13.0.5",
1919
"danger-plugin-lighthouse": "^0.5.2",
2020
"danger-plugin-spellcheck": "^2.1.0",
21-
"fb-watchman": "^2.0.1",
22-
"glob": "^7.2.3",
21+
"fb-watchman": "^2.0.2",
22+
"glob": "^13.0.5",
2323
"gray-matter": "4.0.3",
24-
"reflect-metadata": "^0.1.13",
24+
"prettier": "^2.8.8",
25+
"reflect-metadata": "^0.2.2",
2526
"remark": "^11.0.2",
2627
"remark-html": "^10.0.0",
2728
"remark-shiki-twoslash": "^3.1.3",
28-
"serve-handler": "^6.1.2"
29+
"serve-handler": "^6.1.6"
2930
},
3031
"pnpm": {
3132
"overrides": {
3233
"remark-shiki-twoslash>@typescript/twoslash": "link:./packages/ts-twoslasher",
3334
"remark-shiki-twoslash>@typescript/vfs": "link:./packages/typescript-vfs",
3435
"shiki-twoslash>@typescript/twoslash": "link:./packages/ts-twoslasher",
3536
"shiki-twoslash>@typescript/vfs": "link:./packages/typescript-vfs",
36-
"@types/react": "^18.2.77",
37+
"@types/react": "^18.3.28",
3738
"@types/estree": "0.0.46",
3839
"@types/eslint": "7.29.0",
3940
"assert": "2.0.0",
4041
"rollup-plugin-typescript2": "0.36.0",
4142
"typescript": "6.0.0-dev.20260213",
4243
"tslib": "^2.6.2",
43-
"prettier": "^2.0.2",
4444
"sharp": "0.28.1"
4545
},
4646
"patchedDependencies": {
47-
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": "patches/react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825.patch",
48-
"react-intl@3.12.1": "patches/react-intl@3.12.1.patch",
4947
"gatsby-remark-shiki-twoslash@3.0.38": "patches/gatsby-remark-shiki-twoslash@3.0.38.patch"
50-
}
48+
},
49+
"ignoredBuiltDependencies": [
50+
"@parcel/watcher",
51+
"core-js",
52+
"core-js-pure",
53+
"es5-ext",
54+
"lmdb",
55+
"msgpackr-extract",
56+
"spawn-sync",
57+
"unrs-resolver"
58+
],
59+
"onlyBuiltDependencies": [
60+
"esbuild",
61+
"gatsby",
62+
"gatsby-cli",
63+
"sharp"
64+
]
5165
},
5266
"jest": {
5367
"transformIgnorePatterns": [
@@ -75,5 +89,5 @@
7589
],
7690
"onlyPublishWithReleaseLabel": true
7791
},
78-
"packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7"
92+
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
7993
}

packages/ata/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"access": "public"
2121
},
2222
"devDependencies": {
23-
"@types/jest": "^29.5.12",
23+
"@types/jest": "^30.0.0",
2424
"cpy-cli": "^3.1.1",
25-
"esbuild": "^0.17.8",
25+
"esbuild": "^0.27.3",
2626
"esbuild-jest": "^0.5.0",
27-
"jest": "^29.5.0"
27+
"jest": "^30.2.0"
2828
},
2929
"peerDependencies": {
3030
"typescript": ">=4.4.4"

packages/community-meta/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
"license": "MIT",
55
"version": "1.0.0",
66
"dependencies": {
7-
"moment": "2.24.0",
8-
"moment-timezone": "0.5.28"
7+
"moment": "2.30.1",
8+
"moment-timezone": "0.6.0"
99
},
1010
"scripts": {
1111
"build": "node scripts/generateRichMeetupData.js"
12-
},
13-
"devDependencies": {
1412
}
1513
}

packages/create-typescript-playground-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"scripts": {},
1717
"dependencies": {
18-
"cross-spawn": "^7.0.5",
19-
"gunzip-maybe": "^1.4.1",
20-
"tar-fs": "^2.1.0"
18+
"cross-spawn": "^7.0.6",
19+
"gunzip-maybe": "^1.4.2",
20+
"tar-fs": "^3.1.1"
2121
}
2222
}

0 commit comments

Comments
 (0)