Skip to content

Commit

Permalink
chore(deps): pin dependencies (#6)
Browse files Browse the repository at this point in the history
[![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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuMTAwLjEifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2023
1 parent 00d118d commit 973d339
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 973d339

Please sign in to comment.