From 6c83c67157f3b9208fc222528863e52d26e9d507 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:38:29 -0700 Subject: [PATCH 1/2] Bump versions for recent changes --- packages/ata/package.json | 2 +- packages/playground/package.json | 4 ++-- packages/sandbox/package.json | 6 +++--- packages/ts-twoslasher/package.json | 4 ++-- packages/typescript-vfs/package.json | 2 +- packages/typescriptlang-org/package.json | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/ata/package.json b/packages/ata/package.json index 1f3f4b045f96..d42d37a4fc39 100644 --- a/packages/ata/package.json +++ b/packages/ata/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/ata", - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "homepage": "https://github.com/microsoft/TypeScript-Website", "repository": { diff --git a/packages/playground/package.json b/packages/playground/package.json index af6ba70d1b2c..acc30a13730a 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/playground", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "license": "MIT", "private": true, @@ -16,7 +16,7 @@ }, "dependencies": { "@typescript/playground-worker": "0.1.0", - "@typescript/sandbox": "0.1.0", + "@typescript/sandbox": "0.1.1", "esbuild": "^0.13.4" }, "devDependencies": { diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 8a1e1b1e3aa5..f5d8bf690e00 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/sandbox", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website", @@ -43,8 +43,8 @@ ] }, "dependencies": { - "@typescript/ata": "0.9.3", - "@typescript/vfs": "1.4.0" + "@typescript/ata": "0.9.4", + "@typescript/vfs": "1.4.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^13.0.1", diff --git a/packages/ts-twoslasher/package.json b/packages/ts-twoslasher/package.json index 965e6e26fc7c..dc0c98689e3e 100755 --- a/packages/ts-twoslasher/package.json +++ b/packages/ts-twoslasher/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/twoslash", - "version": "3.2.3", + "version": "3.2.4", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website", @@ -54,7 +54,7 @@ }, "dependencies": { "@types/lz-string": "^1.3.0", - "@typescript/vfs": "1.4.0", + "@typescript/vfs": "1.4.1", "debug": "^4.1.1", "lz-string": "^1.4.4" }, diff --git a/packages/typescript-vfs/package.json b/packages/typescript-vfs/package.json index a38bb41f0cb6..c879ff30d06e 100755 --- a/packages/typescript-vfs/package.json +++ b/packages/typescript-vfs/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/vfs", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website", diff --git a/packages/typescriptlang-org/package.json b/packages/typescriptlang-org/package.json index 7fefd0bad9c8..ee36c2bb6f92 100644 --- a/packages/typescriptlang-org/package.json +++ b/packages/typescriptlang-org/package.json @@ -23,9 +23,9 @@ "@formatjs/intl-relativetimeformat": "^4.5.15", "@types/node-fetch": "^2.5.3", "@types/react-helmet": "^5.0.15", - "@typescript/playground": "0.1.0", - "@typescript/sandbox": "0.1.0", - "@typescript/twoslash": "3.2.3", + "@typescript/playground": "0.1.1", + "@typescript/sandbox": "0.1.1", + "@typescript/twoslash": "3.2.4", "gatsby": "^3.8.1", "gatsby-link": "3.10.0", "gatsby-plugin-catch-links": "^3.10.0", From ab73f2841a0f924eb870acb35a04433dd6bc2ca6 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:48:31 -0700 Subject: [PATCH 2/2] lockfile --- packages/sandbox/package.json | 2 +- packages/ts-twoslasher/package.json | 2 +- packages/typescript-vfs/package.json | 2 +- yarn.lock | 24 ++++++++++++------------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index f5d8bf690e00..71517a68ea28 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@typescript/ata": "0.9.4", - "@typescript/vfs": "1.4.1" + "@typescript/vfs": "1.5.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^13.0.1", diff --git a/packages/ts-twoslasher/package.json b/packages/ts-twoslasher/package.json index dc0c98689e3e..9aba1ca1d580 100755 --- a/packages/ts-twoslasher/package.json +++ b/packages/ts-twoslasher/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "@types/lz-string": "^1.3.0", - "@typescript/vfs": "1.4.1", + "@typescript/vfs": "1.5.0", "debug": "^4.1.1", "lz-string": "^1.4.4" }, diff --git a/packages/typescript-vfs/package.json b/packages/typescript-vfs/package.json index c879ff30d06e..c4421a55db27 100755 --- a/packages/typescript-vfs/package.json +++ b/packages/typescript-vfs/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/vfs", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website", diff --git a/yarn.lock b/yarn.lock index cbd0ab417d78..26a082cfbb3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6024,7 +6024,7 @@ __metadata: languageName: node linkType: hard -"@typescript/ata@0.9.3, @typescript/ata@workspace:packages/ata": +"@typescript/ata@0.9.4, @typescript/ata@workspace:packages/ata": version: 0.0.0-use.local resolution: "@typescript/ata@workspace:packages/ata" dependencies: @@ -6054,13 +6054,13 @@ __metadata: languageName: unknown linkType: soft -"@typescript/playground@0.1.0, @typescript/playground@workspace:packages/playground": +"@typescript/playground@0.1.1, @typescript/playground@workspace:packages/playground": version: 0.0.0-use.local resolution: "@typescript/playground@workspace:packages/playground" dependencies: "@types/jest": ^25.1.3 "@typescript/playground-worker": 0.1.0 - "@typescript/sandbox": 0.1.0 + "@typescript/sandbox": 0.1.1 esbuild: ^0.13.4 jest: ^29.5.0 monaco-editor: ^0.32.1 @@ -6069,14 +6069,14 @@ __metadata: languageName: unknown linkType: soft -"@typescript/sandbox@0.1.0, @typescript/sandbox@workspace:packages/sandbox": +"@typescript/sandbox@0.1.1, @typescript/sandbox@workspace:packages/sandbox": version: 0.0.0-use.local resolution: "@typescript/sandbox@workspace:packages/sandbox" dependencies: "@rollup/plugin-commonjs": ^13.0.1 "@types/jest": ^25.1.3 - "@typescript/ata": 0.9.3 - "@typescript/vfs": 1.4.0 + "@typescript/ata": 0.9.4 + "@typescript/vfs": 1.5.0 jest: ^29.5.0 monaco-editor: ^0.32.1 monaco-typescript: ^3.7.0 @@ -6086,14 +6086,14 @@ __metadata: languageName: unknown linkType: soft -"@typescript/twoslash@3.2.3, @typescript/twoslash@workspace:packages/ts-twoslasher": +"@typescript/twoslash@3.2.4, @typescript/twoslash@workspace:packages/ts-twoslasher": version: 0.0.0-use.local resolution: "@typescript/twoslash@workspace:packages/ts-twoslasher" dependencies: "@types/jest": ^25.1.3 "@types/lz-string": ^1.3.33 "@types/prettier": ^1.19.0 - "@typescript/vfs": 1.4.0 + "@typescript/vfs": 1.5.0 debug: ^4.1.1 husky: ^4.2.3 jest: ^29.5.0 @@ -6121,7 +6121,7 @@ __metadata: languageName: node linkType: hard -"@typescript/vfs@1.4.0, @typescript/vfs@workspace:packages/typescript-vfs": +"@typescript/vfs@1.5.0, @typescript/vfs@workspace:packages/typescript-vfs": version: 0.0.0-use.local resolution: "@typescript/vfs@workspace:packages/typescript-vfs" dependencies: @@ -28857,9 +28857,9 @@ resolve@^2.0.0-next.3: "@types/react": ^16.9.20 "@types/react-dom": ^16.9.5 "@types/react-helmet": ^5.0.15 - "@typescript/playground": 0.1.0 - "@typescript/sandbox": 0.1.0 - "@typescript/twoslash": 3.2.3 + "@typescript/playground": 0.1.1 + "@typescript/sandbox": 0.1.1 + "@typescript/twoslash": 3.2.4 concurrently: ^5.1.0 gatsby: ^3.8.1 gatsby-link: 3.10.0