Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/new-coats-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
# Run all the package's tests
- run: pnpm test

# danger for PR builds
- if: github.event_name == 'pull_request' && github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id && matrix.os == 'ubuntu-latest'
run: "pnpm danger ci"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: |
git add .
if ! git diff --staged --exit-code --quiet; then
Expand Down
9 changes: 0 additions & 9 deletions dangerfile.ts

This file was deleted.

19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,20 @@
"@changesets/cli": "^2.29.8",
"@oss-docs/sync": "^1.1.4",
"@types/express": "^5.0.6",
"@types/node": "^25.2.3",
"@types/node": "^25.3.3",
"@types/prettier": "^2.7.3",
"@types/react": "^18.3.28",
"chalk": "^4.1.2",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"danger": "^13.0.5",
"danger-plugin-lighthouse": "^0.5.2",
"danger-plugin-spellcheck": "^2.1.0",
"fb-watchman": "^2.0.2",
"glob": "^13.0.5",
"glob": "^13.0.6",
"gray-matter": "4.0.3",
"prettier": "^2.8.8",
"reflect-metadata": "^0.2.2",
"remark": "^11.0.2",
"remark-html": "^10.0.0",
"remark-shiki-twoslash": "^3.1.3",
"serve-handler": "^6.1.6"
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"remark-shiki-twoslash": "^3.1.3"
},
"pnpm": {
"overrides": {
Expand All @@ -41,7 +37,8 @@
"rollup-plugin-typescript2": "0.36.0",
"typescript": "6.0.0-dev.20260213",
"tslib": "^2.6.2",
"sharp": "0.28.1"
"sharp": "0.34.5",
"webpack": "^5.105.3"
},
"patchedDependencies": {
"gatsby-remark-shiki-twoslash@3.0.38": "patches/gatsby-remark-shiki-twoslash@3.0.38.patch"
Expand Down Expand Up @@ -89,5 +86,5 @@
],
"onlyPublishWithReleaseLabel": true
},
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}
4 changes: 2 additions & 2 deletions packages/ata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "module",
"types": "src/userFacingTypes.d.ts",
"scripts": {
"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",
"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",
"test": "jest",
"bootstrap": "pnpm build"
},
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/jest": "^30.0.0",
"cpy-cli": "^3.1.1",
"cpy-cli": "^7.0.0",
"esbuild": "^0.27.3",
"esbuild-jest": "^0.5.0",
"jest": "^30.2.0"
Expand Down
57 changes: 19 additions & 38 deletions packages/documentation/copy/en/project-config/Compiler Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#allowUnreachableCode'>--allowUnreachableCode</a></code></td>
<td><p><code>boolean</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Disable error reporting for unreachable code.</p>
Expand All @@ -329,8 +328,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#allowUnusedLabels'>--allowUnusedLabels</a></code></td>
<td><p><code>boolean</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>Disable error reporting for unused labels.</p>
Expand Down Expand Up @@ -362,8 +360,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#baseUrl'>--baseUrl</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Specify the base directory to resolve bare specifier module names.</p>
Expand Down Expand Up @@ -406,8 +403,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#customConditions'>--customConditions</a></code></td>
<td><p><code>list</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Conditions to set in addition to the resolver-specific defaults when resolving imports.</p>
Expand All @@ -428,8 +424,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#declarationDir'>--declarationDir</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Specify the output directory for generated declaration files.</p>
Expand Down Expand Up @@ -637,8 +632,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#generateTrace'>--generateTrace</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>Generates an event trace and a list of types.</p>
Expand Down Expand Up @@ -725,8 +719,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#jsx'>--jsx</a></code></td>
<td><p><code>preserve</code>, <code>react</code>, <code>react-native</code>, <code>react-jsx</code>, or <code>react-jsxdev</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>Specify what JSX code is generated.</p>
Expand Down Expand Up @@ -780,8 +773,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#lib'>--lib</a></code></td>
<td><p><code>list</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Specify a set of bundled library declaration files that describe the target runtime environment.</p>
Expand Down Expand Up @@ -824,8 +816,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#mapRoot'>--mapRoot</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Specify the location where debugger should locate map files instead of generated locations.</p>
Expand Down Expand Up @@ -879,8 +870,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#moduleSuffixes'>--moduleSuffixes</a></code></td>
<td><p><code>list</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>List of file name suffixes to search when resolving a module.</p>
Expand Down Expand Up @@ -1110,8 +1100,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#out'>--out</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Deprecated setting. Use <a href="#outFile"><code>outFile</code></a> instead.</p>
Expand All @@ -1121,8 +1110,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#outDir'>--outDir</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>Specify an output folder for all emitted files.</p>
Expand All @@ -1132,8 +1120,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#outFile'>--outFile</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<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>
Expand All @@ -1143,8 +1130,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#paths'>--paths</a></code></td>
<td><p><code>object</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>Specify a set of entries that re-map imports to additional lookup locations.</p>
Expand All @@ -1154,8 +1140,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#plugins'>--plugins</a></code></td>
<td><p><code>list</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Specify a list of language service plugins to include.</p>
Expand Down Expand Up @@ -1341,8 +1326,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#sourceRoot'>--sourceRoot</a></code></td>
<td><p><code>string</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>Specify the root path for debuggers to find the reference source code.</p>
Expand All @@ -1352,8 +1336,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#stopBuildOnErrors'>--stopBuildOnErrors</a></code></td>
<td><p><code>boolean</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Skip building downstream projects on error in upstream project.</p>
Expand Down Expand Up @@ -1495,8 +1478,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#typeRoots'>--typeRoots</a></code></td>
<td><p><code>list</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description odd"><td colspan="3">
<p>Specify multiple folders that act like <code>./node_modules/@types</code>.</p>
Expand All @@ -1506,8 +1488,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#types'>--types</a></code></td>
<td><p><code>list</code></p>
</td>
<td>
</td>
<td></td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Specify type package names to be included without being referenced in a source file.</p>
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-vfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "dts watch",
"bootstrap": "pnpm build",
"build": "dts build && pnpm make-for-website && pnpm make-global",
"make-for-website": "cpy src/index.ts ../sandbox/src/vendor --rename=typescript-vfs.ts",
"make-for-website": "cpy src/index.ts ../sandbox/src/vendor --flat --rename=typescript-vfs.ts",
"make-global": "node scripts/makeGlobals.js",
"test": "dts test",
"lint": "dts lint"
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"@types/jest": "^30.0.0",
"babel-jest": "^30.2.0",
"cpy-cli": "^3.1.1",
"cpy-cli": "^7.0.0",
"dts-cli": "^2.0.5",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescriptlang-org/gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// is set up, to let react-intl do its work with RichText in
// a message: https://github.com/formatjs/react-intl/issues/1438#issuecomment-523153456

global.DOMParser = require("xmldom").DOMParser
global.DOMParser = require("@xmldom/xmldom").DOMParser

const React = require("react")
exports.wrapRootElement = ({ element }) => {
Expand Down
4 changes: 2 additions & 2 deletions packages/typescriptlang-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
"@types/jest": "^30.0.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@xmldom/xmldom": "^0.8.11",
"gatsby-plugin-typegen": "^3.1.0",
"gatsby-plugin-typescript": "^5.16.0",
"jest": "^30.2.0",
"monaco-editor": "^0.32.1",
"node-polyfill-webpack-plugin": "^4.1.0",
"semver": "^7.7.4",
"ts-jest": "^29.4.6",
"xmldom": "^0.6.0"
"ts-jest": "^29.4.6"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading