From b8268e46ac9a0bcd3a9d6030be2b4649d7d35d7c Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Wed, 10 Jan 2024 19:33:41 +0100 Subject: [PATCH] Version Packages (#3487) Co-authored-by: github-actions[bot] --- .changeset/clean-spies-sip.md | 10 ---------- .changeset/plenty-bees-fry.md | 7 ------- .changeset/slimy-fireants-dream.md | 7 ------- .../graphql-language-service-cli/CHANGELOG.md | 11 +++++++++++ .../graphql-language-service-cli/package.json | 4 ++-- .../CHANGELOG.md | 8 ++++++++ .../package.json | 2 +- packages/vscode-graphql-syntax/CHANGELOG.md | 11 +++++++++++ packages/vscode-graphql-syntax/package.json | 2 +- packages/vscode-graphql/CHANGELOG.md | 18 ++++++++++++++++++ packages/vscode-graphql/package.json | 4 ++-- 11 files changed, 54 insertions(+), 30 deletions(-) delete mode 100644 .changeset/clean-spies-sip.md delete mode 100644 .changeset/plenty-bees-fry.md delete mode 100644 .changeset/slimy-fireants-dream.md diff --git a/.changeset/clean-spies-sip.md b/.changeset/clean-spies-sip.md deleted file mode 100644 index 3235781f9a1..00000000000 --- a/.changeset/clean-spies-sip.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'vscode-graphql': patch -'vscode-graphql-syntax': patch ---- - -- add ruby syntax support -- add graphql syntax support in markdown codeblocks for js, ts, jsx, tsx, svelte, vue, ruby, rescript, reason, ocaml, php and python -- make textmate injectors more performant and specific, eliminate redundant config - -Big thanks to [@RedCMD](https://github.com/RedCMD) and [@aeschli](https://github.com/aeschli) for your help! diff --git a/.changeset/plenty-bees-fry.md b/.changeset/plenty-bees-fry.md deleted file mode 100644 index 9d9f2990806..00000000000 --- a/.changeset/plenty-bees-fry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'graphql-language-service-cli': patch -'graphql-language-service-server': patch -'vscode-graphql': patch ---- - -Bump graphql & graphql-tools version to fix potential runtime security bugs diff --git a/.changeset/slimy-fireants-dream.md b/.changeset/slimy-fireants-dream.md deleted file mode 100644 index 72c9ae3da83..00000000000 --- a/.changeset/slimy-fireants-dream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'graphql-language-service-cli': patch -'graphql-language-service-server': patch -'vscode-graphql': patch ---- - -Fixes to svelte parsing, tag parsing refactor diff --git a/packages/graphql-language-service-cli/CHANGELOG.md b/packages/graphql-language-service-cli/CHANGELOG.md index a10c2cb1c84..279b97b23a5 100644 --- a/packages/graphql-language-service-cli/CHANGELOG.md +++ b/packages/graphql-language-service-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # graphql-language-service-cli +## 3.3.29 + +### Patch Changes + +- [#3488](https://github.com/graphql/graphiql/pull/3488) [`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e) Thanks [@acao](https://github.com/acao)! - Bump graphql & graphql-tools version to fix potential runtime security bugs + +- [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18) Thanks [@acao](https://github.com/acao)! - Fixes to svelte parsing, tag parsing refactor + +- Updated dependencies [[`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e), [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18)]: + - graphql-language-service-server@2.11.7 + ## 3.3.28 ### Patch Changes diff --git a/packages/graphql-language-service-cli/package.json b/packages/graphql-language-service-cli/package.json index 3479f28a6ea..199c5102411 100644 --- a/packages/graphql-language-service-cli/package.json +++ b/packages/graphql-language-service-cli/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-cli", - "version": "3.3.28", + "version": "3.3.29", "description": "An interface for building GraphQL language services for IDEs", "contributors": [ "Hyohyeon Jeong ", @@ -38,7 +38,7 @@ "@babel/polyfill": "^7.12.1", "@types/yargs": "16.0.5", "graphql-language-service": "^5.2.0", - "graphql-language-service-server": "^2.11.6", + "graphql-language-service-server": "^2.11.7", "yargs": "^16.2.0" }, "devDependencies": { diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index c0b8f5d0fcf..d362026e6da 100644 --- a/packages/graphql-language-service-server/CHANGELOG.md +++ b/packages/graphql-language-service-server/CHANGELOG.md @@ -1,5 +1,13 @@ # graphql-language-service-server +## 2.11.7 + +### Patch Changes + +- [#3488](https://github.com/graphql/graphiql/pull/3488) [`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e) Thanks [@acao](https://github.com/acao)! - Bump graphql & graphql-tools version to fix potential runtime security bugs + +- [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18) Thanks [@acao](https://github.com/acao)! - Fixes to svelte parsing, tag parsing refactor + ## 2.11.6 ### Patch Changes diff --git a/packages/graphql-language-service-server/package.json b/packages/graphql-language-service-server/package.json index 22532e8b4f7..f355225297c 100644 --- a/packages/graphql-language-service-server/package.json +++ b/packages/graphql-language-service-server/package.json @@ -1,6 +1,6 @@ { "name": "graphql-language-service-server", - "version": "2.11.6", + "version": "2.11.7", "description": "Server process backing the GraphQL Language Service", "contributors": [ "Greg Hurrell (https://greg.hurrell.net/)", diff --git a/packages/vscode-graphql-syntax/CHANGELOG.md b/packages/vscode-graphql-syntax/CHANGELOG.md index 5216bc15b7f..e9b0dd632ec 100644 --- a/packages/vscode-graphql-syntax/CHANGELOG.md +++ b/packages/vscode-graphql-syntax/CHANGELOG.md @@ -1,5 +1,16 @@ # vscode-graphql-syntax +## 1.2.3 + +### Patch Changes + +- [#3490](https://github.com/graphql/graphiql/pull/3490) [`334224b4`](https://github.com/graphql/graphiql/commit/334224b4502fda9fd77684da63cac00b8a7c1ee7) Thanks [@acao](https://github.com/acao)! - - add ruby syntax support + + - add graphql syntax support in markdown codeblocks for js, ts, jsx, tsx, svelte, vue, ruby, rescript, reason, ocaml, php and python + - make textmate injectors more performant and specific, eliminate redundant config + + Big thanks to [@RedCMD](https://github.com/RedCMD) and [@aeschli](https://github.com/aeschli) for your help! + ## 1.2.2 ### Patch Changes diff --git a/packages/vscode-graphql-syntax/package.json b/packages/vscode-graphql-syntax/package.json index feb95ad9e45..48ba49a208a 100644 --- a/packages/vscode-graphql-syntax/package.json +++ b/packages/vscode-graphql-syntax/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql-syntax", - "version": "1.2.2", + "version": "1.2.3", "displayName": "GraphQL: Syntax Highlighting", "description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript", "publisher": "GraphQL", diff --git a/packages/vscode-graphql/CHANGELOG.md b/packages/vscode-graphql/CHANGELOG.md index 0e21709cdb2..c174266290c 100644 --- a/packages/vscode-graphql/CHANGELOG.md +++ b/packages/vscode-graphql/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 0.8.22 + +### Patch Changes + +- [#3490](https://github.com/graphql/graphiql/pull/3490) [`334224b4`](https://github.com/graphql/graphiql/commit/334224b4502fda9fd77684da63cac00b8a7c1ee7) Thanks [@acao](https://github.com/acao)! - - add ruby syntax support + + - add graphql syntax support in markdown codeblocks for js, ts, jsx, tsx, svelte, vue, ruby, rescript, reason, ocaml, php and python + - make textmate injectors more performant and specific, eliminate redundant config + + Big thanks to [@RedCMD](https://github.com/RedCMD) and [@aeschli](https://github.com/aeschli) for your help! + +- [#3488](https://github.com/graphql/graphiql/pull/3488) [`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e) Thanks [@acao](https://github.com/acao)! - Bump graphql & graphql-tools version to fix potential runtime security bugs + +- [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18) Thanks [@acao](https://github.com/acao)! - Fixes to svelte parsing, tag parsing refactor + +- Updated dependencies [[`d5028be2`](https://github.com/graphql/graphiql/commit/d5028be252ed385af972e090dda22788835da71e), [`22771f35`](https://github.com/graphql/graphiql/commit/22771f35d00e4f80cb851e2a1f93db074e238e18)]: + - graphql-language-service-server@2.11.7 + ## 0.8.21 ### Patch Changes diff --git a/packages/vscode-graphql/package.json b/packages/vscode-graphql/package.json index 68556d9b278..af94fee7daa 100644 --- a/packages/vscode-graphql/package.json +++ b/packages/vscode-graphql/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql", - "version": "0.8.21", + "version": "0.8.22", "private": true, "license": "MIT", "displayName": "GraphQL: Language Feature Support", @@ -173,7 +173,7 @@ }, "dependencies": { "graphql": "^16.8.1", - "graphql-language-service-server": "^2.11.6", + "graphql-language-service-server": "^2.11.7", "vscode-languageclient": "8.0.2" } }