Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into renovate/all-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 19, 2024
2 parents 441c61e + 1e43e40 commit 24d6c6b
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 90 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-melons-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-apollo": patch
---

remove unused direct dependency on `lodash.merge`
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
node:
docker:
- image: cimg/node:22.9.0
- image: cimg/node:22.12.0
working_directory: ~/vscode-graphql

commands:
Expand Down
162 changes: 83 additions & 79 deletions package-lock.json

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

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,43 +37,42 @@
"vscode": "^1.90.0"
},
"dependencies": {
"@apollo/client": "3.12.2",
"@apollo/client": "3.12.3",
"@apollo/client-devtools-vscode": "4.19.1",
"@apollo/subgraph": "2.9.1",
"@graphql-tools/schema": "10.0.6",
"@apollo/subgraph": "2.9.3",
"@graphql-tools/schema": "10.0.13",
"@wry/equality": "0.5.7",
"cosmiconfig": "9.0.0",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"fractional-indexing": "2.1.0",
"glob": "11.0.0",
"graphql": "16.9.0",
"graphql-language-service": "5.2.2",
"graphql-tag": "2.12.6",
"jsonc-parser": "^3.3.1",
"lodash.debounce": "4.0.8",
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lz-string": "1.5.0",
"minimatch": "10.0.1",
"moment": "2.30.1",
"semver": "7.6.3",
"undici": "6.19.8",
"undici": "6.21.0",
"vscode-languageclient": "9.0.1",
"vscode-languageserver": "9.0.1",
"vscode-languageserver-textdocument": "1.0.12",
"vscode-uri": "3.0.8",
"which": "4.0.0",
"which": "5.0.0",
"ws": "8.18.0",
"zod": "3.23.8",
"zod": "3.24.1",
"zod-validation-error": "3.4.0"
},
"devDependencies": {
"@apollo/rover": "0.27.0-alpha.0",
"@apollo/rover": "0.27.0-preview.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript-operations": "4.2.3",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",
Expand Down

0 comments on commit 24d6c6b

Please sign in to comment.