-
-
Notifications
You must be signed in to change notification settings - Fork 826
Comparing changes
Open a pull request
base repository: ardatan/graphql-tools
base: @graphql-tools/merge@6.2.14
head repository: ardatan/graphql-tools
compare: @graphql-tools/merge@6.2.15
Commits on May 11, 2021
-
chore(deps): update dependency @apollo/client to v3.3.17 (#2947)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 5791549 - Browse repository at this point
Copy the full SHA 5791549View commit details -
[deploy_website] chore(deps): update dependency typedoc-plugin-markdo…
…wn to v3.8.1 (#2948) Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 6cc574b - Browse repository at this point
Copy the full SHA 6cc574bView commit details
Commits on May 12, 2021
-
chore(deps): update dependency @types/lodash to v4.14.169 (#2949)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 41a4dc7 - Browse repository at this point
Copy the full SHA 41a4dc7View commit details -
fix(deps): update docusaurus monorepo to v2.0.0-beta.0 (#2952)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 94ce8c8 - Browse repository at this point
Copy the full SHA 94ce8c8View commit details -
chore(deps): update babel monorepo to v7.14.2 (#2953)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 3636e51 - Browse repository at this point
Copy the full SHA 3636e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e0772 - Browse repository at this point
Copy the full SHA b3e0772View commit details -
chore(deps): update dependency @types/node to v14.14.45 (#2954)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 3062612 - Browse repository at this point
Copy the full SHA 3062612View commit details
Commits on May 13, 2021
-
Make executors not generic over context types (#2958)
* Make executors not generic over context types See #2749 and 58fd4b2 for some history. There's still one more problem however: an Executor is still a generic function over any possible context type. <TContext = TBaseContext> merely sets a default if the function is called without explicit type arguments, but implementation is still required to work with any other type that may be passed for `TContext`. Since context exists to hold application-specific information, requiring executors to be generic is not useful. An application's implementation of resolvers, executors, subscribers, etc. will only work with that application's context type and can't be generic. add changeset * extend TBaseContext
Configuration menu - View commit details
-
Copy full SHA for e632c5d - Browse repository at this point
Copy the full SHA e632c5dView commit details -
fix(deps): update dependency apollo-upload-client to v15 (#2957)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 64b73d6 - Browse repository at this point
Copy the full SHA 64b73d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f092f - Browse repository at this point
Copy the full SHA 99f092fView commit details -
chore(release): update monorepo packages versions (#2959)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 84ec8b9 - Browse repository at this point
Copy the full SHA 84ec8b9View commit details -
chore(deps): update dependency @apollo/client to v3.3.18 (#2961)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 5329205 - Browse repository at this point
Copy the full SHA 5329205View commit details
Commits on May 14, 2021
-
chore(deps): update dependency eslint-plugin-import to v2.23.0 (#2962)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 7e71e98 - Browse repository at this point
Copy the full SHA 7e71e98View commit details -
fix(deps): update docusaurus monorepo to v2.0.0-beta.01adf25b0 (#2964)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 410f3af - Browse repository at this point
Copy the full SHA 410f3afView commit details -
fix(deps): update docusaurus monorepo to v2.0.0-beta.e09291062 (#2965)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 97ac926 - Browse repository at this point
Copy the full SHA 97ac926View commit details
Commits on May 15, 2021
-
chore(deps): update dependency eslint-plugin-import to v2.23.1 (#2966)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for f733cac - Browse repository at this point
Copy the full SHA f733cacView commit details -
chore(deps): update dependency eslint-plugin-import to v2.23.2 (#2967)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 9a780f5 - Browse repository at this point
Copy the full SHA 9a780f5View commit details
Commits on May 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1fc1cb5 - Browse repository at this point
Copy the full SHA 1fc1cb5View commit details
Commits on May 17, 2021
-
chore(deps): update dependency graphql-helix to v1.6.0 (#2973)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 7d215fa - Browse repository at this point
Copy the full SHA 7d215faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c1907 - Browse repository at this point
Copy the full SHA 14c1907View commit details -
chore(deps): update babel monorepo to v7.14.3 (#2974)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 37f9a5a - Browse repository at this point
Copy the full SHA 37f9a5aView commit details -
chore(deps): update typescript-eslint monorepo to v4.24.0 (#2972)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 3c7ef7d - Browse repository at this point
Copy the full SHA 3c7ef7dView commit details
Commits on May 18, 2021
-
fix(deps): update docusaurus monorepo to v2.0.0-beta.fa7aa0810 (#2975)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for ab03d16 - Browse repository at this point
Copy the full SHA ab03d16View commit details -
chore(deps): update dependency @types/node to v14.17.0 (#2976)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for cea875d - Browse repository at this point
Copy the full SHA cea875dView commit details -
chore(deps): update dependency @apollo/client to v3.3.19 (#2979)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for a23717e - Browse repository at this point
Copy the full SHA a23717eView commit details
Commits on May 21, 2021
-
chore(deps): update dependency graphql-helix to v1.6.1 (#2981)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 34263d9 - Browse repository at this point
Copy the full SHA 34263d9View commit details -
chore(deps): update dependency @types/lodash to v4.14.170 (#2983)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 8ce2706 - Browse repository at this point
Copy the full SHA 8ce2706View commit details -
fix(deps): update docusaurus monorepo to v2.0.0-beta.ff31de0ff (#2984)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 5fd1898 - Browse repository at this point
Copy the full SHA 5fd1898View commit details -
chore(deps): update dependency eslint-plugin-import to v2.23.3 (#2986)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for a8a03dc - Browse repository at this point
Copy the full SHA a8a03dcView commit details
Commits on May 22, 2021
-
chore(deps): update dependency eslint to v7.27.0 (#2987)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 4d526f9 - Browse repository at this point
Copy the full SHA 4d526f9View commit details -
fix(deps): update dependency dotenv to v10 (#2985)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 456373b - Browse repository at this point
Copy the full SHA 456373bView commit details -
fix(deps): update dependency @types/http-proxy-agent to v4 (#2982)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 2eb8bef - Browse repository at this point
Copy the full SHA 2eb8befView commit details
Commits on May 24, 2021
-
chore(deps): update dependency concurrently to v6.2.0 (#2988)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 62bc64d - Browse repository at this point
Copy the full SHA 62bc64dView commit details -
chore(deps): update dependency eslint-config-standard to v16.0.3 (#2989)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for f0359b5 - Browse repository at this point
Copy the full SHA f0359b5View commit details -
chore(deps): update typescript-eslint monorepo to v4.25.0 (#2990)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for c5d3b71 - Browse repository at this point
Copy the full SHA c5d3b71View commit details -
fix(deps): update dependency the-guild-components to v1.0.16 (#2991)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for b9a2ff6 - Browse repository at this point
Copy the full SHA b9a2ff6View commit details
Commits on May 25, 2021
-
chore(deps): update dependency @types/node to v14.17.1 (#2992)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 9b0e972 - Browse repository at this point
Copy the full SHA 9b0e972View commit details -
chore(deps): update jest monorepo to v27 (major) (#2995)
* chore(deps): update jest monorepo to v27 * Fix tests Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 608405c - Browse repository at this point
Copy the full SHA 608405cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d090d3 - Browse repository at this point
Copy the full SHA 2d090d3View commit details -
chore(deps): update jest monorepo to v27.0.1 (#2998)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 268c65a - Browse repository at this point
Copy the full SHA 268c65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a892e - Browse repository at this point
Copy the full SHA 12a892eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a69337 - Browse repository at this point
Copy the full SHA 6a69337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8852a1b - Browse repository at this point
Copy the full SHA 8852a1bView commit details -
fix(deps): update dependency ws to v7.4.6 (#3000)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 1bf0b1c - Browse repository at this point
Copy the full SHA 1bf0b1cView commit details
Commits on May 26, 2021
-
chore(deps): update dependency typedoc-plugin-markdown to v3.8.2 (#3003)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 5497d1c - Browse repository at this point
Copy the full SHA 5497d1cView commit details -
chore(deps): update dependency ts-jest to v27 (#3001)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 5cd9f67 - Browse repository at this point
Copy the full SHA 5cd9f67View commit details -
chore(deps): update dependency typescript to v4.3.2 (#3006)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for c3af9a0 - Browse repository at this point
Copy the full SHA c3af9a0View commit details
Commits on May 27, 2021
-
chore(deps): update dependency ts-jest to v27.0.1 (#3008)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for fe3a6b1 - Browse repository at this point
Copy the full SHA fe3a6b1View commit details -
chore(husky): finish migration (#3007)
configuration changed, ran the 4 to 6 tool https://typicode.github.io/husky/\#/\?id\=husky-4-to-6-cli
Configuration menu - View commit details
-
Copy full SHA for d410126 - Browse repository at this point
Copy the full SHA d410126View commit details -
* feat: enxure renovate runs `npx yarn-deduplicate --strategy fewer` after upgrading a dependency * chore: run `npx yarn-deduplicate --strategy fewer`
Configuration menu - View commit details
-
Copy full SHA for 9fe4598 - Browse repository at this point
Copy the full SHA 9fe4598View commit details
There are no files selected for viewing