Skip to content

Commit

Permalink
fix(deps): update dependency lru-cache to v10 (#1879)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency lru-cache to v10

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Jun 20, 2023
1 parent 9afd671 commit d3ecee3
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .changeset/@envelop_graphql-jit-1879-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@envelop/graphql-jit': patch
---

dependencies updates:

- Updated dependency [`lru-cache@^10.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/10.0.0)
(from `^9.1.1`, in `dependencies`)
8 changes: 8 additions & 0 deletions .changeset/@envelop_parser-cache-1879-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@envelop/parser-cache': patch
---

dependencies updates:

- Updated dependency [`lru-cache@^10.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/10.0.0)
(from `^9.1.1`, in `dependencies`)
8 changes: 8 additions & 0 deletions .changeset/@envelop_response-cache-1879-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@envelop/response-cache': patch
---

dependencies updates:

- Updated dependency [`lru-cache@^10.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/10.0.0)
(from `^9.1.1`, in `dependencies`)
8 changes: 8 additions & 0 deletions .changeset/@envelop_validation-cache-1879-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@envelop/validation-cache': patch
---

dependencies updates:

- Updated dependency [`lru-cache@^10.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/10.0.0)
(from `^9.1.1`, in `dependencies`)
4 changes: 2 additions & 2 deletions packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
},
"dependencies": {
"graphql-jit": "^0.8.0",
"lru-cache": "^9.1.1",
"lru-cache": "^10.0.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^4.0.0",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.6.0",
"lru-cache": "^9.1.1",
"lru-cache": "^10.0.0",
"reflect-metadata": "0.1.13",
"typescript": "5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/parser-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"lru-cache": "^9.1.1",
"lru-cache": "^10.0.0",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@graphql-tools/utils": "^10.0.0",
"@whatwg-node/fetch": "^0.9.0",
"fast-json-stable-stringify": "^2.1.0",
"lru-cache": "^9.1.1",
"lru-cache": "^10.0.0",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/validation-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"hash-it": "^6.0.0",
"lru-cache": "^9.1.1",
"lru-cache": "^10.0.0",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
22 changes: 14 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit d3ecee3

Please sign in to comment.