Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update a load of packages #3124

Open
wants to merge 26 commits into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
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
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
10 changes: 0 additions & 10 deletions dangerfile.ts

This file was deleted.

24 changes: 10 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,20 @@
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@oss-docs/sync": "^1.1.4",
"@types/express": "^4.17.6",
"@types/express": "^4.17.21",
"@types/node": "^18.19.33",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"chalk": "^4.1.2",
"concurrently": "^8.2.2",
"cross-env": "^7.0.2",
"danger": "^9.2.10",
"danger-plugin-lighthouse": "^0.5.2",
"danger-plugin-spellcheck": "^1.5.0",
"fb-watchman": "^2.0.1",
"cross-env": "^7.0.3",
"fb-watchman": "^2.0.2",
"glob": "^7.2.3",
"gray-matter": "4.0.3",
"reflect-metadata": "^0.1.13",
"gray-matter": "^4.0.3",
"reflect-metadata": "^0.2.2",
"remark": "^11.0.2",
"remark-html": "^10.0.0",
"remark-shiki-twoslash": "^3.1.3",
"serve-handler": "^6.1.2"
"serve-handler": "^6.1.5"
},
"pnpm": {
"overrides": {
Expand All @@ -35,12 +32,11 @@
"@types/react": "^18.2.77",
"@types/estree": "0.0.46",
"@types/eslint": "7.29.0",
"@types/node": "^18.19.33",
"assert": "2.0.0",
"rollup-plugin-typescript2": "0.34.1",
"typescript": "5.4.5",
"tslib": "^2.6.2",
"prettier": "^2.0.2",
"sharp": "0.28.1"
"prettier": "^2.0.2"
},
"patchedDependencies": {
"[email protected]": "patches/react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825.patch",
Expand Down Expand Up @@ -73,5 +69,5 @@
],
"onlyPublishWithReleaseLabel": true
},
"packageManager": "[email protected].2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7"
"packageManager": "[email protected].4+sha256.30a1801ac4e723779efed13a21f4c39f9eb6c9fbb4ced101bce06b422593d7c9"
}
4 changes: 2 additions & 2 deletions packages/ata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"cpy-cli": "^3.1.1",
"esbuild": "^0.17.8",
"esbuild": "^0.21.4",
"esbuild-jest": "^0.5.0",
"jest": "^29.5.0"
"jest": "^29.7.0"
},
"peerDependencies": {
"typescript": "^4.4.4"
Expand Down
6 changes: 2 additions & 4 deletions packages/community-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"license": "MIT",
"version": "1.0.0",
"dependencies": {
"moment": "2.24.0",
"moment-timezone": "0.5.28"
"moment": "^2.30.1",
"moment-timezone": "^0.5.45"
},
"scripts": {
"build": "node scripts/generateRichMeetupData.js"
},
"devDependencies": {
}
}
6 changes: 3 additions & 3 deletions packages/create-typescript-playground-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"scripts": {},
"dependencies": {
"cross-spawn": "^7.0.1",
"gunzip-maybe": "^1.4.1",
"tar-fs": "^2.1.0"
"cross-spawn": "^7.0.3",
"gunzip-maybe": "^1.4.2",
"tar-fs": "^3.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/glossary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"semi": true
},
"devDependencies": {
"ts-node": "*"
"ts-node": "^10.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/playground-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "esbuild index.ts --outdir=../typescriptlang-org/static/js/playground-worker --format=esm --target=es2020 --bundle"
},
"dependencies": {
"esbuild": "^0.17.8"
"esbuild": "^0.21.4"
},
"devDependencies": {
"typescript": "*"
Expand Down
9 changes: 4 additions & 5 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
"dependencies": {
"@typescript/playground-worker": "workspace:*",
"@typescript/sandbox": "workspace:*",
"esbuild": "^0.17.8"
"esbuild": "^0.21.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/react": "^18.3.2",
"jest": "^29.5.0",
"monaco-editor": "^0.32.1",
"monaco-typescript": "^3.7.0",
"@types/react": "^18.3.3",
"jest": "^29.7.0",
"monaco-editor": "^0.49.0",
"typescript": "*"
}
}
9 changes: 4 additions & 5 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@
"lz-string": "^1.5.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@types/jest": "^29.5.12",
"dts-cli": "^2.0.5",
"jest": "^29.5.0",
"monaco-editor": "^0.32.1",
"monaco-typescript": "^3.7.0",
"ts-jest": "^29.0.5",
"jest": "^29.7.0",
"monaco-editor": "^0.49.0",
"ts-jest": "^29.1.4",
"typescript": "*"
}
}
4 changes: 2 additions & 2 deletions packages/sandbox/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const sharedEditorOptions: import("monaco-editor").editor.IEditorOptions = {
enabled: false,
},
lightbulb: {
enabled: true,
enabled: "on" as any, // This monaco API isn't quite right; the only enum in this.
},
quickSuggestions: {
other: !isAndroid,
Expand All @@ -79,7 +79,7 @@ const sharedEditorOptions: import("monaco-editor").editor.IEditorOptions = {
acceptSuggestionOnEnter: !isAndroid ? "on" : "off",
accessibilitySupport: !isAndroid ? "on" : "off",
inlayHints: {
enabled: true,
enabled: "on",
},
}

Expand Down
16 changes: 8 additions & 8 deletions packages/ts-twoslasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/prettier": "^1.19.0",
"@types/prettier": "^1.19.1",
"dts-cli": "^2.0.5",
"jest": "^29.5.0",
"jest-file-snapshot": "^0.3.8",
"markdown-magic": "^1.0.0",
"preact": "^10.5.13",
"prettier": "^2.3.2",
"ts-jest": "^29.0.5",
"jest": "^29.7.0",
"jest-file-snapshot": "^0.5.0",
"markdown-magic": "^3.0.10",
"preact": "^10.22.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.4",
"tslib": "^2.6.2",
"typescript": "*"
},
Expand All @@ -53,7 +53,7 @@
},
"dependencies": {
"@typescript/vfs": "workspace:*",
"debug": "^4.1.1",
"debug": "^4.3.4",
"lz-string": "^1.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"ts-node": "*",
"ts-node": "^10.9.2",
"typescript": "*",
"xml-js": "^1.6.11"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript-vfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
"typescript": false
},
"dependencies": {
"debug": "^4.1.1"
"debug": "^4.3.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"cpy-cli": "^3.1.1",
"dts-cli": "^2.0.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"lz-string": "^1.5.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.4",
"tslib": "^2.6.2",
"typescript": "*"
}
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
65 changes: 32 additions & 33 deletions packages/typescriptlang-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,61 +18,60 @@
"test": "pnpm tsc && jest"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@formatjs/intl-relativetimeformat": "^4.5.15",
"@types/react-helmet": "^5.0.15",
"@babel/core": "^7.24.6",
"@types/react-helmet": "^5.0.27",
"@typescript/playground": "workspace:*",
"@typescript/sandbox": "workspace:*",
"@typescript/twoslash": "workspace:*",
"@typescript/vfs": "workspace:*",
"gatsby": "^5.13.5",
"gatsby-link": "5.6.0",
"gatsby-plugin-catch-links": "^5.6.0",
"gatsby": "^5.13.6",
"gatsby-link": "^5.13.1",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-manifest": "^5.6.0",
"gatsby-plugin-offline": "^6.6.0",
"gatsby-plugin-react-helmet": "^6.6.0",
"gatsby-plugin-sass": "^6.6.0",
"gatsby-plugin-sharp": "^5.6.0",
"gatsby-plugin-sitemap": "^6.6.0",
"gatsby-react-router-scroll": "6.6.0",
"gatsby-remark-autolink-headers": "^6.6.0",
"gatsby-remark-copy-linked-files": "^6.6.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-react-router-scroll": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-images": "^7.6.0",
"gatsby-remark-responsive-iframe": "^6.6.0",
"gatsby-remark-shiki-twoslash": "^3.0.36",
"gatsby-remark-smartypants": "^6.6.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-transformer-remark": "^6.6.0",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-remark-shiki-twoslash": "^3.0.38",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"github-slugger": "^1.5.0",
"jsdom": "^16.2.0",
"jsdom": "^20.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-intl": "^3.12.1",
"sass": "^1.26.10",
"sass": "^1.77.3",
"shiki-twoslash": "^3.1.2",
"ts-debounce": "^2.2.0",
"ts-node": "^10.9.1",
"twoslash-cli": "^1.3.22",
"ts-debounce": "^2.3.0",
"ts-node": "^10.9.2",
"twoslash-cli": "^1.3.24",
"typescript": "*",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@xmldom/xmldom": "^0.8.10",
"gatsby-plugin-typegen": "^3.1.0",
"gatsby-plugin-typescript": "^5.6.0",
"jest": "^29.5.0",
"monaco-editor": "^0.32.1",
"node-polyfill-webpack-plugin": "^3.0.0",
"gatsby-plugin-typescript": "^5.13.1",
"jest": "^29.7.0",
"monaco-editor": "^0.49.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"semver": "^7.6.2",
"ts-jest": "^29.0.5",
"xmldom": "^0.5.0"
"ts-jest": "^29.1.4"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading
Loading