Skip to content

Commit 472056a

Browse files
authored
Update deps (#3517)
1 parent 6a12128 commit 472056a

15 files changed

Lines changed: 1096 additions & 3737 deletions

File tree

.changeset/new-coats-agree.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ jobs:
5050
# Run all the package's tests
5151
- run: pnpm test
5252

53-
# danger for PR builds
54-
- if: github.event_name == 'pull_request' && github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id && matrix.os == 'ubuntu-latest'
55-
run: "pnpm danger ci"
56-
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
5953
- run: |
6054
git add .
6155
if ! git diff --staged --exit-code --quiet; then

dangerfile.ts

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

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,20 @@
99
"@changesets/cli": "^2.29.8",
1010
"@oss-docs/sync": "^1.1.4",
1111
"@types/express": "^5.0.6",
12-
"@types/node": "^25.2.3",
12+
"@types/node": "^25.3.3",
1313
"@types/prettier": "^2.7.3",
1414
"@types/react": "^18.3.28",
1515
"chalk": "^4.1.2",
1616
"concurrently": "^9.2.1",
1717
"cross-env": "^10.1.0",
18-
"danger": "^13.0.5",
19-
"danger-plugin-lighthouse": "^0.5.2",
20-
"danger-plugin-spellcheck": "^2.1.0",
2118
"fb-watchman": "^2.0.2",
22-
"glob": "^13.0.5",
19+
"glob": "^13.0.6",
2320
"gray-matter": "4.0.3",
2421
"prettier": "^2.8.8",
2522
"reflect-metadata": "^0.2.2",
26-
"remark": "^11.0.2",
27-
"remark-html": "^10.0.0",
28-
"remark-shiki-twoslash": "^3.1.3",
29-
"serve-handler": "^6.1.6"
23+
"remark": "^13.0.0",
24+
"remark-html": "^13.0.2",
25+
"remark-shiki-twoslash": "^3.1.3"
3026
},
3127
"pnpm": {
3228
"overrides": {
@@ -41,7 +37,8 @@
4137
"rollup-plugin-typescript2": "0.36.0",
4238
"typescript": "6.0.0-dev.20260213",
4339
"tslib": "^2.6.2",
44-
"sharp": "0.28.1"
40+
"sharp": "0.34.5",
41+
"webpack": "^5.105.3"
4542
},
4643
"patchedDependencies": {
4744
"gatsby-remark-shiki-twoslash@3.0.38": "patches/gatsby-remark-shiki-twoslash@3.0.38.patch"
@@ -89,5 +86,5 @@
8986
],
9087
"onlyPublishWithReleaseLabel": true
9188
},
92-
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
89+
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
9390
}

packages/ata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "module",
1313
"types": "src/userFacingTypes.d.ts",
1414
"scripts": {
15-
"build": "esbuild src/index.ts --bundle --outfile=dist/index.js --format=esm --platform=node --target=es2015 && cpy src/userFacingTypes.d.ts dist/ --rename=index.d.ts && cpy src/ ../sandbox/src/vendor/ata",
15+
"build": "esbuild src/index.ts --bundle --outfile=dist/index.js --format=esm --platform=node --target=es2015 && cpy src/userFacingTypes.d.ts dist/ --rename=index.d.ts && cpy src/ ../sandbox/src/vendor/ata --flat",
1616
"test": "jest",
1717
"bootstrap": "pnpm build"
1818
},
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@types/jest": "^30.0.0",
24-
"cpy-cli": "^3.1.1",
24+
"cpy-cli": "^7.0.0",
2525
"esbuild": "^0.27.3",
2626
"esbuild-jest": "^0.5.0",
2727
"jest": "^30.2.0"

packages/documentation/copy/en/project-config/Compiler Options.md

Lines changed: 19 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
318318
<td><code><a href='/tsconfig/#allowUnreachableCode'>--allowUnreachableCode</a></code></td>
319319
<td><p><code>boolean</code></p>
320320
</td>
321-
<td>
322-
</td>
321+
<td></td>
323322
</tr>
324323
<tr class="option-description even"><td colspan="3">
325324
<p>Disable error reporting for unreachable code.</p>
@@ -329,8 +328,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
329328
<td><code><a href='/tsconfig/#allowUnusedLabels'>--allowUnusedLabels</a></code></td>
330329
<td><p><code>boolean</code></p>
331330
</td>
332-
<td>
333-
</td>
331+
<td></td>
334332
</tr>
335333
<tr class="option-description odd"><td colspan="3">
336334
<p>Disable error reporting for unused labels.</p>
@@ -362,8 +360,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
362360
<td><code><a href='/tsconfig/#baseUrl'>--baseUrl</a></code></td>
363361
<td><p><code>string</code></p>
364362
</td>
365-
<td>
366-
</td>
363+
<td></td>
367364
</tr>
368365
<tr class="option-description even"><td colspan="3">
369366
<p>Specify the base directory to resolve bare specifier module names.</p>
@@ -406,8 +403,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
406403
<td><code><a href='/tsconfig/#customConditions'>--customConditions</a></code></td>
407404
<td><p><code>list</code></p>
408405
</td>
409-
<td>
410-
</td>
406+
<td></td>
411407
</tr>
412408
<tr class="option-description even"><td colspan="3">
413409
<p>Conditions to set in addition to the resolver-specific defaults when resolving imports.</p>
@@ -428,8 +424,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
428424
<td><code><a href='/tsconfig/#declarationDir'>--declarationDir</a></code></td>
429425
<td><p><code>string</code></p>
430426
</td>
431-
<td>
432-
</td>
427+
<td></td>
433428
</tr>
434429
<tr class="option-description even"><td colspan="3">
435430
<p>Specify the output directory for generated declaration files.</p>
@@ -637,8 +632,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
637632
<td><code><a href='/tsconfig/#generateTrace'>--generateTrace</a></code></td>
638633
<td><p><code>string</code></p>
639634
</td>
640-
<td>
641-
</td>
635+
<td></td>
642636
</tr>
643637
<tr class="option-description odd"><td colspan="3">
644638
<p>Generates an event trace and a list of types.</p>
@@ -725,8 +719,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
725719
<td><code><a href='/tsconfig/#jsx'>--jsx</a></code></td>
726720
<td><p><code>preserve</code>, <code>react</code>, <code>react-native</code>, <code>react-jsx</code>, or <code>react-jsxdev</code></p>
727721
</td>
728-
<td>
729-
</td>
722+
<td></td>
730723
</tr>
731724
<tr class="option-description odd"><td colspan="3">
732725
<p>Specify what JSX code is generated.</p>
@@ -780,8 +773,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
780773
<td><code><a href='/tsconfig/#lib'>--lib</a></code></td>
781774
<td><p><code>list</code></p>
782775
</td>
783-
<td>
784-
</td>
776+
<td></td>
785777
</tr>
786778
<tr class="option-description even"><td colspan="3">
787779
<p>Specify a set of bundled library declaration files that describe the target runtime environment.</p>
@@ -824,8 +816,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
824816
<td><code><a href='/tsconfig/#mapRoot'>--mapRoot</a></code></td>
825817
<td><p><code>string</code></p>
826818
</td>
827-
<td>
828-
</td>
819+
<td></td>
829820
</tr>
830821
<tr class="option-description even"><td colspan="3">
831822
<p>Specify the location where debugger should locate map files instead of generated locations.</p>
@@ -879,8 +870,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
879870
<td><code><a href='/tsconfig/#moduleSuffixes'>--moduleSuffixes</a></code></td>
880871
<td><p><code>list</code></p>
881872
</td>
882-
<td>
883-
</td>
873+
<td></td>
884874
</tr>
885875
<tr class="option-description odd"><td colspan="3">
886876
<p>List of file name suffixes to search when resolving a module.</p>
@@ -1110,8 +1100,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
11101100
<td><code><a href='/tsconfig/#out'>--out</a></code></td>
11111101
<td><p><code>string</code></p>
11121102
</td>
1113-
<td>
1114-
</td>
1103+
<td></td>
11151104
</tr>
11161105
<tr class="option-description even"><td colspan="3">
11171106
<p>Deprecated setting. Use <a href="#outFile"><code>outFile</code></a> instead.</p>
@@ -1121,8 +1110,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
11211110
<td><code><a href='/tsconfig/#outDir'>--outDir</a></code></td>
11221111
<td><p><code>string</code></p>
11231112
</td>
1124-
<td>
1125-
</td>
1113+
<td></td>
11261114
</tr>
11271115
<tr class="option-description odd"><td colspan="3">
11281116
<p>Specify an output folder for all emitted files.</p>
@@ -1132,8 +1120,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
11321120
<td><code><a href='/tsconfig/#outFile'>--outFile</a></code></td>
11331121
<td><p><code>string</code></p>
11341122
</td>
1135-
<td>
1136-
</td>
1123+
<td></td>
11371124
</tr>
11381125
<tr class="option-description even"><td colspan="3">
11391126
<p>Specify a file that bundles all outputs into one JavaScript file. If <a href="#declaration"><code>declaration</code></a> is true, also designates a file that bundles all .d.ts output.</p>
@@ -1143,8 +1130,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
11431130
<td><code><a href='/tsconfig/#paths'>--paths</a></code></td>
11441131
<td><p><code>object</code></p>
11451132
</td>
1146-
<td>
1147-
</td>
1133+
<td></td>
11481134
</tr>
11491135
<tr class="option-description odd"><td colspan="3">
11501136
<p>Specify a set of entries that re-map imports to additional lookup locations.</p>
@@ -1154,8 +1140,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
11541140
<td><code><a href='/tsconfig/#plugins'>--plugins</a></code></td>
11551141
<td><p><code>list</code></p>
11561142
</td>
1157-
<td>
1158-
</td>
1143+
<td></td>
11591144
</tr>
11601145
<tr class="option-description even"><td colspan="3">
11611146
<p>Specify a list of language service plugins to include.</p>
@@ -1341,8 +1326,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
13411326
<td><code><a href='/tsconfig/#sourceRoot'>--sourceRoot</a></code></td>
13421327
<td><p><code>string</code></p>
13431328
</td>
1344-
<td>
1345-
</td>
1329+
<td></td>
13461330
</tr>
13471331
<tr class="option-description odd"><td colspan="3">
13481332
<p>Specify the root path for debuggers to find the reference source code.</p>
@@ -1352,8 +1336,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
13521336
<td><code><a href='/tsconfig/#stopBuildOnErrors'>--stopBuildOnErrors</a></code></td>
13531337
<td><p><code>boolean</code></p>
13541338
</td>
1355-
<td>
1356-
</td>
1339+
<td></td>
13571340
</tr>
13581341
<tr class="option-description even"><td colspan="3">
13591342
<p>Skip building downstream projects on error in upstream project.</p>
@@ -1495,8 +1478,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
14951478
<td><code><a href='/tsconfig/#typeRoots'>--typeRoots</a></code></td>
14961479
<td><p><code>list</code></p>
14971480
</td>
1498-
<td>
1499-
</td>
1481+
<td></td>
15001482
</tr>
15011483
<tr class="option-description odd"><td colspan="3">
15021484
<p>Specify multiple folders that act like <code>./node_modules/@types</code>.</p>
@@ -1506,8 +1488,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
15061488
<td><code><a href='/tsconfig/#types'>--types</a></code></td>
15071489
<td><p><code>list</code></p>
15081490
</td>
1509-
<td>
1510-
</td>
1491+
<td></td>
15111492
</tr>
15121493
<tr class="option-description even"><td colspan="3">
15131494
<p>Specify type package names to be included without being referenced in a source file.</p>

packages/typescript-vfs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"start": "dts watch",
2323
"bootstrap": "pnpm build",
2424
"build": "dts build && pnpm make-for-website && pnpm make-global",
25-
"make-for-website": "cpy src/index.ts ../sandbox/src/vendor --rename=typescript-vfs.ts",
25+
"make-for-website": "cpy src/index.ts ../sandbox/src/vendor --flat --rename=typescript-vfs.ts",
2626
"make-global": "node scripts/makeGlobals.js",
2727
"test": "dts test",
2828
"lint": "dts lint"
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@types/jest": "^30.0.0",
4848
"babel-jest": "^30.2.0",
49-
"cpy-cli": "^3.1.1",
49+
"cpy-cli": "^7.0.0",
5050
"dts-cli": "^2.0.5",
5151
"jest": "^30.2.0",
5252
"jest-environment-jsdom": "^30.2.0",

packages/typescriptlang-org/gatsby-ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// is set up, to let react-intl do its work with RichText in
33
// a message: https://github.com/formatjs/react-intl/issues/1438#issuecomment-523153456
44

5-
global.DOMParser = require("xmldom").DOMParser
5+
global.DOMParser = require("@xmldom/xmldom").DOMParser
66

77
const React = require("react")
88
exports.wrapRootElement = ({ element }) => {

packages/typescriptlang-org/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"@types/jest": "^30.0.0",
6262
"@types/react": "^18.3.28",
6363
"@types/react-dom": "^18.3.7",
64+
"@xmldom/xmldom": "^0.8.11",
6465
"gatsby-plugin-typegen": "^3.1.0",
6566
"gatsby-plugin-typescript": "^5.16.0",
6667
"jest": "^30.2.0",
6768
"monaco-editor": "^0.32.1",
6869
"node-polyfill-webpack-plugin": "^4.1.0",
6970
"semver": "^7.7.4",
70-
"ts-jest": "^29.4.6",
71-
"xmldom": "^0.6.0"
71+
"ts-jest": "^29.4.6"
7272
},
7373
"jest": {
7474
"preset": "ts-jest",

0 commit comments

Comments
 (0)