From 973d339c744324ac544b77c5dddc2ca28c2b7530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:33:46 -0600 Subject: [PATCH] chore(deps): pin dependencies (#6) 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 | Type | Update | Change | |---|---|---|---| | [@types/debug](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/debug) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | pin | [`^4.1.7` -> `4.1.7`](https://renovatebot.com/diffs/npm/@types%2fdebug/4.1.7/4.1.7) | | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | devDependencies | pin | [`^5.46.0` -> `5.47.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.47.0/5.47.0) | | [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | devDependencies | pin | [`^5.46.0` -> `5.47.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.47.0/5.47.0) | | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | devDependencies | pin | [`^8.29.0` -> `8.30.0`](https://renovatebot.com/diffs/npm/eslint/8.30.0/8.30.0) | | [eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import) | devDependencies | pin | [`^2.26.0` -> `2.26.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.26.0/2.26.0) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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://app.renovatebot.com/dashboard#github/apollographql/federation-subgraph-compatibility). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index db41349be..5b754b8f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,12 +17,12 @@ "debug": "^4.3.4" }, "devDependencies": { - "@types/debug": "^4.1.7", + "@types/debug": "4.1.7", "@types/node": "16.18.11", - "@typescript-eslint/eslint-plugin": "^5.46.0", - "@typescript-eslint/parser": "^5.46.0", - "eslint": "^8.29.0", - "eslint-plugin-import": "^2.26.0", + "@typescript-eslint/eslint-plugin": "5.47.0", + "@typescript-eslint/parser": "5.47.0", + "eslint": "8.30.0", + "eslint-plugin-import": "2.26.0", "prettier": "2.8.1", "ts-node": "10.9.1", "typescript": "4.9.4" diff --git a/package.json b/package.json index 64a4f9d00..8427a425a 100644 --- a/package.json +++ b/package.json @@ -35,12 +35,12 @@ "debug": "^4.3.4" }, "devDependencies": { - "@types/debug": "^4.1.7", + "@types/debug": "4.1.7", "@types/node": "16.18.11", - "@typescript-eslint/eslint-plugin": "^5.46.0", - "@typescript-eslint/parser": "^5.46.0", - "eslint": "^8.29.0", - "eslint-plugin-import": "^2.26.0", + "@typescript-eslint/eslint-plugin": "5.47.0", + "@typescript-eslint/parser": "5.47.0", + "eslint": "8.30.0", + "eslint-plugin-import": "2.26.0", "prettier": "2.8.1", "typescript": "4.9.4", "ts-node": "10.9.1"