From ceb009ef2b79aec062565df731e0c8d621e1ac0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 17:17:54 +0100 Subject: [PATCH] chore(deps): update dependency ts-graphql-plugin to v3.2.0 (#749) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-graphql-plugin](https://togithub.com/Quramy/ts-graphql-plugin) | [`3.1.2` -> `3.2.0`](https://renovatebot.com/diffs/npm/ts-graphql-plugin/3.1.2/3.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-graphql-plugin/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-graphql-plugin/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-graphql-plugin/3.1.2/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-graphql-plugin/3.1.2/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
Quramy/ts-graphql-plugin (ts-graphql-plugin) ### [`v3.2.0`](https://togithub.com/Quramy/ts-graphql-plugin/releases/tag/v3.2.0) [Compare Source](https://togithub.com/Quramy/ts-graphql-plugin/compare/v3.1.2...v3.2.0) #### New Features - feat: Add getDefinitionAtPosition by [@​Quramy](https://togithub.com/Quramy) in [https://github.com/Quramy/ts-graphql-plugin/pull/1248](https://togithub.com/Quramy/ts-graphql-plugin/pull/1248) #### Misc Changes - test: fix spec name typo by [@​Quramy](https://togithub.com/Quramy) in [https://github.com/Quramy/ts-graphql-plugin/pull/1243](https://togithub.com/Quramy/ts-graphql-plugin/pull/1243) - chore: Modify type imports by [@​Quramy](https://togithub.com/Quramy) in [https://github.com/Quramy/ts-graphql-plugin/pull/1244](https://togithub.com/Quramy/ts-graphql-plugin/pull/1244) - test: Refactor lang service adapter fixture by [@​Quramy](https://togithub.com/Quramy) in [https://github.com/Quramy/ts-graphql-plugin/pull/1250](https://togithub.com/Quramy/ts-graphql-plugin/pull/1250) - chore: Uninstall unused dev deps by [@​Quramy](https://togithub.com/Quramy) in [https://github.com/Quramy/ts-graphql-plugin/pull/1265](https://togithub.com/Quramy/ts-graphql-plugin/pull/1265) **Full Changelog**: https://github.com/Quramy/ts-graphql-plugin/compare/v3.1.2...v3.2.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ckomop0x/ckomop0x.me.site.v2). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 797ccdfa..2370abff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "next-sitemap": "4.2.3", "prettier": "3.2.5", "storybook": "8.0.5", - "ts-graphql-plugin": "3.1.2", + "ts-graphql-plugin": "3.2.0", "ts-jest": "29.1.2", "tsconfig-paths-webpack-plugin": "4.1.0", "typescript": "5.4.3" @@ -24871,9 +24871,9 @@ } }, "node_modules/ts-graphql-plugin": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/ts-graphql-plugin/-/ts-graphql-plugin-3.1.2.tgz", - "integrity": "sha512-zFYo9Q08Jk0VOW37jEFF7MRl9dBjAIy+JWzZmNCKSBVGG6yIba/l/Z0NjLfPSnBa3xYTm1UyxUAxQ8QnI097Zg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ts-graphql-plugin/-/ts-graphql-plugin-3.2.0.tgz", + "integrity": "sha512-YLRJuB1/L2m0olwJeiKUY01PdViyl8cpEXOePFvALA228lYmYDsRwjW0zkMfTgDC/kjqf+UQrAitJINljkZ8ug==", "dev": true, "dependencies": { "graphql-language-service": "^5.2.0" diff --git a/package.json b/package.json index 6e93a7f2..5fe29131 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "next-sitemap": "4.2.3", "prettier": "3.2.5", "storybook": "8.0.5", - "ts-graphql-plugin": "3.1.2", + "ts-graphql-plugin": "3.2.0", "ts-jest": "29.1.2", "tsconfig-paths-webpack-plugin": "4.1.0", "typescript": "5.4.3"