Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ardatan/graphql-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @graphql-tools/utils@10.8.5
Choose a base ref
...
head repository: ardatan/graphql-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @graphql-tools/utils@10.8.6
Choose a head ref
  • 5 commits
  • 55 files changed
  • 4 contributors

Commits on Mar 13, 2025

  1. Add JS back

    ardatan committed Mar 13, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    ardatan Arda TANRIKULU
    Copy the full SHA
    aecce3d View commit details
  2. Fix for code scanning alert no. 11: Incomplete string escaping or enc…

    …oding (#7029)
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    ardatan and github-advanced-security[bot] authored Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9f20c7a View commit details
  3. fix(mock): prevent prototype polluting assignment

    ardatan committed Mar 13, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    ardatan Arda TANRIKULU
    Copy the full SHA
    6d69ede View commit details
  4. Add missing changeset

    ardatan committed Mar 13, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    ardatan Arda TANRIKULU
    Copy the full SHA
    d123e26 View commit details
  5. chore(release): update monorepo packages versions (#7030)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    theguild-bot and github-actions[bot] authored Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7e6dec6 View commit details
Showing with 297 additions and 67 deletions.
  1. +2 −0 .github/workflows/codeql-analysis.yml
  2. +8 −0 packages/executor/CHANGELOG.md
  3. +2 −2 packages/executor/package.json
  4. +8 −0 packages/executors/apollo-link/CHANGELOG.md
  5. +2 −2 packages/executors/apollo-link/package.json
  6. +8 −0 packages/executors/envelop/CHANGELOG.md
  7. +2 −2 packages/executors/envelop/package.json
  8. +8 −0 packages/executors/legacy-ws/CHANGELOG.md
  9. +2 −2 packages/executors/legacy-ws/package.json
  10. +8 −0 packages/executors/urql-exchange/CHANGELOG.md
  11. +2 −2 packages/executors/urql-exchange/package.json
  12. +9 −0 packages/executors/yoga/CHANGELOG.md
  13. +3 −3 packages/executors/yoga/package.json
  14. +8 −0 packages/graphql-tag-pluck/CHANGELOG.md
  15. +2 −2 packages/graphql-tag-pluck/package.json
  16. +7 −0 packages/graphql-tools/CHANGELOG.md
  17. +2 −2 packages/graphql-tools/package.json
  18. +8 −0 packages/import/CHANGELOG.md
  19. +2 −2 packages/import/package.json
  20. +8 −0 packages/links/CHANGELOG.md
  21. +2 −2 packages/links/package.json
  22. +9 −0 packages/load/CHANGELOG.md
  23. +3 −3 packages/load/package.json
  24. +8 −0 packages/loaders/apollo-engine/CHANGELOG.md
  25. +2 −2 packages/loaders/apollo-engine/package.json
  26. +9 −0 packages/loaders/code-file/CHANGELOG.md
  27. +3 −3 packages/loaders/code-file/package.json
  28. +9 −0 packages/loaders/git/CHANGELOG.md
  29. +3 −3 packages/loaders/git/package.json
  30. +9 −0 packages/loaders/github/CHANGELOG.md
  31. +3 −3 packages/loaders/github/package.json
  32. +9 −0 packages/loaders/graphql-file/CHANGELOG.md
  33. +3 −3 packages/loaders/graphql-file/package.json
  34. +8 −0 packages/loaders/json-file/CHANGELOG.md
  35. +2 −2 packages/loaders/json-file/package.json
  36. +8 −0 packages/loaders/module/CHANGELOG.md
  37. +2 −2 packages/loaders/module/package.json
  38. +9 −0 packages/loaders/url/CHANGELOG.md
  39. +3 −3 packages/loaders/url/package.json
  40. +8 −0 packages/merge/CHANGELOG.md
  41. +2 −2 packages/merge/package.json
  42. +12 −0 packages/mock/CHANGELOG.md
  43. +3 −3 packages/mock/package.json
  44. +12 −4 packages/mock/src/MockStore.ts
  45. +10 −0 packages/node-require/CHANGELOG.md
  46. +4 −4 packages/node-require/package.json
  47. +8 −0 packages/relay-operation-optimizer/CHANGELOG.md
  48. +2 −2 packages/relay-operation-optimizer/package.json
  49. +8 −0 packages/resolvers-composition/CHANGELOG.md
  50. +2 −2 packages/resolvers-composition/package.json
  51. +9 −0 packages/schema/CHANGELOG.md
  52. +3 −3 packages/schema/package.json
  53. +7 −0 packages/utils/CHANGELOG.md
  54. +1 −1 packages/utils/package.json
  55. +1 −1 packages/utils/src/comments.ts
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -47,6 +47,8 @@ jobs:
fail-fast: false
matrix:
include:
- language: javascript
build-mode: none
- language: javascript-typescript
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
8 changes: 8 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor

## 1.4.6

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 1.4.5

### Patch Changes
4 changes: 2 additions & 2 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor",
"version": "1.4.5",
"version": "1.4.6",
"type": "module",
"repository": {
"type": "git",
@@ -55,7 +55,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"@graphql-typed-document-node/core": "^3.2.0",
"@repeaterjs/repeater": "^3.0.4",
"@whatwg-node/disposablestack": "^0.0.6",
8 changes: 8 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-apollo-link

## 1.0.19

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 1.0.18

### Patch Changes
4 changes: 2 additions & 2 deletions packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-apollo-link",
"version": "1.0.18",
"version": "1.0.19",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -52,7 +52,7 @@
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"tslib": "^2.3.1"
},
"devDependencies": {
8 changes: 8 additions & 0 deletions packages/executors/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-envelop

## 3.0.27

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 3.0.26

### Patch Changes
4 changes: 2 additions & 2 deletions packages/executors/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-envelop",
"version": "3.0.26",
"version": "3.0.27",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -51,7 +51,7 @@
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"@graphql-tools/wrap": "^10.0.16",
"tslib": "^2.3.1"
},
8 changes: 8 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-legacy-ws

## 1.1.17

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 1.1.16

### Patch Changes
4 changes: 2 additions & 2 deletions packages/executors/legacy-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-legacy-ws",
"version": "1.1.16",
"version": "1.1.17",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"@types/ws": "^8.0.0",
"isomorphic-ws": "^5.0.0",
"tslib": "^2.4.0",
8 changes: 8 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-urql-exchange

## 1.0.19

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 1.0.18

### Patch Changes
4 changes: 2 additions & 2 deletions packages/executors/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-urql-exchange",
"version": "1.0.18",
"version": "1.0.19",
"type": "module",
"description": "",
"repository": {
@@ -48,7 +48,7 @@
"wonka": "^6.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"@whatwg-node/promise-helpers": "^1.2.4",
"tslib": "^2.4.0"
},
9 changes: 9 additions & 0 deletions packages/executors/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-yoga

## 3.0.27

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6
- @graphql-tools/executor-envelop@3.0.27

## 3.0.26

### Patch Changes
6 changes: 3 additions & 3 deletions packages/executors/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-yoga",
"version": "3.0.26",
"version": "3.0.27",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -52,8 +52,8 @@
"graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/executor-envelop": "^3.0.26",
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/executor-envelop": "^3.0.27",
"@graphql-tools/utils": "^10.8.6",
"tslib": "^2.3.1"
},
"devDependencies": {
8 changes: 8 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/graphql-tag-pluck

## 8.3.19

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 8.3.18

### Patch Changes
4 changes: 2 additions & 2 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "8.3.18",
"version": "8.3.19",
"type": "module",
"description": "Pluck graphql-tag template literals",
"repository": {
@@ -55,7 +55,7 @@
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/traverse": "^7.26.10",
"@babel/types": "^7.26.10",
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"tslib": "^2.4.0"
},
"devDependencies": {
7 changes: 7 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-tools

## 9.0.18

### Patch Changes

- Updated dependencies []:
- @graphql-tools/schema@10.0.23

## 9.0.17

### Patch Changes
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "9.0.17",
"version": "9.0.18",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
@@ -50,7 +50,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.22",
"@graphql-tools/schema": "^10.0.23",
"tslib": "^2.4.0"
},
"optionalDependencies": {
8 changes: 8 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/import

## 7.0.18

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 7.0.17

### Patch Changes
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "7.0.17",
"version": "7.0.18",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
},
8 changes: 8 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/links

## 9.0.27

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 9.0.26

### Patch Changes
4 changes: 2 additions & 2 deletions packages/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/links",
"version": "9.0.26",
"version": "9.0.27",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -52,7 +52,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "^10.1.2",
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"apollo-upload-client": "17.0.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.5",
9 changes: 9 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/load

## 8.0.19

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6
- @graphql-tools/schema@10.0.23

## 8.0.18

### Patch Changes
6 changes: 3 additions & 3 deletions packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load",
"version": "8.0.18",
"version": "8.0.19",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -51,8 +51,8 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.22",
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/schema": "^10.0.23",
"@graphql-tools/utils": "^10.8.6",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
8 changes: 8 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/apollo-engine-loader

## 8.0.20

### Patch Changes

- Updated dependencies
[[`d123e26`](https://github.com/ardatan/graphql-tools/commit/d123e26b30b4febbbe1780bd32773b60e614dbf0)]:
- @graphql-tools/utils@10.8.6

## 8.0.19

### Patch Changes
4 changes: 2 additions & 2 deletions packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "8.0.19",
"version": "8.0.20",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
@@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.8.5",
"@graphql-tools/utils": "^10.8.6",
"@whatwg-node/fetch": "^0.10.0",
"sync-fetch": "0.6.0-2",
"tslib": "^2.4.0"
Loading