From f8b2a503d10d31914ae9f99e469531967a516a77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:44:46 -0500 Subject: [PATCH] Version Packages (#748) Co-authored-by: github-actions[bot] --- .changeset/big-glasses-beg.md | 6 ------ .changeset/good-ants-switch.md | 7 ------- packages/astro-check/CHANGELOG.md | 12 ++++++++++++ packages/astro-check/package.json | 4 ++-- packages/language-server/CHANGELOG.md | 10 ++++++++++ packages/language-server/package.json | 2 +- packages/ts-plugin/CHANGELOG.md | 6 ++++++ packages/ts-plugin/package.json | 2 +- packages/vscode/CHANGELOG.md | 6 ++++++ packages/vscode/package.json | 6 +++--- pnpm-lock.yaml | 6 +++--- 11 files changed, 44 insertions(+), 23 deletions(-) delete mode 100644 .changeset/big-glasses-beg.md delete mode 100644 .changeset/good-ants-switch.md diff --git a/.changeset/big-glasses-beg.md b/.changeset/big-glasses-beg.md deleted file mode 100644 index c578717d..00000000 --- a/.changeset/big-glasses-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/language-server': patch -'@astrojs/check': minor ---- - -Remove temporary workaround `astro check` that disabled checking JSX and TSX files diff --git a/.changeset/good-ants-switch.md b/.changeset/good-ants-switch.md deleted file mode 100644 index e8d70c16..00000000 --- a/.changeset/good-ants-switch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/language-server': minor -'@astrojs/ts-plugin': minor -'astro-vscode': minor ---- - -Enables more accurate types when using JSX-based frameworks. This internal refactor to Astro's JSX types will be an invisible change for most users, but fixes a number of type checking problems for users of other JSX frameworks. diff --git a/packages/astro-check/CHANGELOG.md b/packages/astro-check/CHANGELOG.md index 2228bcf2..1d871e45 100644 --- a/packages/astro-check/CHANGELOG.md +++ b/packages/astro-check/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/check +## 0.4.0 + +### Minor Changes + +- a314bcc: Remove temporary workaround `astro check` that disabled checking JSX and TSX files + +### Patch Changes + +- Updated dependencies [a314bcc] +- Updated dependencies [dab6801] + - @astrojs/language-server@2.6.0 + ## 0.3.4 ### Patch Changes diff --git a/packages/astro-check/package.json b/packages/astro-check/package.json index 925bd62d..f4d9c796 100644 --- a/packages/astro-check/package.json +++ b/packages/astro-check/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/check", - "version": "0.3.4", + "version": "0.4.0", "author": "withastro", "license": "MIT", "repository": { @@ -26,7 +26,7 @@ "test:match": "pnpm run test -g" }, "dependencies": { - "@astrojs/language-server": "^2.5.5", + "@astrojs/language-server": "^2.6.0", "chokidar": "^3.5.3", "fast-glob": "^3.3.1", "kleur": "^4.1.5", diff --git a/packages/language-server/CHANGELOG.md b/packages/language-server/CHANGELOG.md index 26119d5c..7b3e6d9f 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/language-server +## 2.6.0 + +### Minor Changes + +- dab6801: Enables more accurate types when using JSX-based frameworks. This internal refactor to Astro's JSX types will be an invisible change for most users, but fixes a number of type checking problems for users of other JSX frameworks. + +### Patch Changes + +- a314bcc: Remove temporary workaround `astro check` that disabled checking JSX and TSX files + ## 2.5.5 ### Patch Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index 04e97472..06868932 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/language-server", - "version": "2.5.5", + "version": "2.6.0", "author": "withastro", "license": "MIT", "repository": { diff --git a/packages/ts-plugin/CHANGELOG.md b/packages/ts-plugin/CHANGELOG.md index 0d2061b0..dce53840 100644 --- a/packages/ts-plugin/CHANGELOG.md +++ b/packages/ts-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/ts-plugin +## 1.4.0 + +### Minor Changes + +- dab6801: Enables more accurate types when using JSX-based frameworks. This internal refactor to Astro's JSX types will be an invisible change for most users, but fixes a number of type checking problems for users of other JSX frameworks. + ## 1.3.1 ### Patch Changes diff --git a/packages/ts-plugin/package.json b/packages/ts-plugin/package.json index f66cbb32..a8529458 100644 --- a/packages/ts-plugin/package.json +++ b/packages/ts-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/ts-plugin", - "version": "1.3.1", + "version": "1.4.0", "description": "A TypeScript Plugin providing Astro intellisense", "main": "dist/index.js", "type": "commonjs", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index e4af5505..765391a4 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-vscode +## 2.6.0 + +### Minor Changes + +- dab6801: Enables more accurate types when using JSX-based frameworks. This internal refactor to Astro's JSX types will be an invisible change for most users, but fixes a number of type checking problems for users of other JSX frameworks. + ## 2.5.6 ### Patch Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 74a143ae..855d5ccb 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -24,7 +24,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.5.6", + "version": "2.6.0", "author": "withastro", "license": "MIT", "publisher": "astro-build", @@ -218,8 +218,8 @@ "update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot" }, "devDependencies": { - "@astrojs/language-server": "^2.5.4", - "@astrojs/ts-plugin": "^1.3.1", + "@astrojs/language-server": "^2.6.0", + "@astrojs/ts-plugin": "^1.4.0", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", "@types/node": "^18.17.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 89a26cba..2f3980ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,7 +42,7 @@ importers: packages/astro-check: dependencies: '@astrojs/language-server': - specifier: ^2.5.5 + specifier: ^2.6.0 version: link:../language-server chokidar: specifier: ^3.5.3 @@ -235,10 +235,10 @@ importers: version: 0.12.0 devDependencies: '@astrojs/language-server': - specifier: ^2.5.4 + specifier: ^2.6.0 version: link:../language-server '@astrojs/ts-plugin': - specifier: ^1.3.1 + specifier: ^1.4.0 version: link:../ts-plugin '@types/glob': specifier: ^8.1.0