Skip to content

Commit 899a46d

Browse files
authored
remove graphql-tools override (#3049)
<!-- Thank you for your Pull Request! Please describe the problem this PR fixes and a summary of the changes made. Link to any relevant issues, code snippets, or other PRs. For trivial changes, this template can be ignored in favor of a short description of the changes. --> ## Problem <!-- Describe the issue this PR is solving --> Canary checks are failing: https://github.com/aws-amplify/amplify-backend/actions/runs/19243012036/job/55010043607 Failures are specific to builds that ignore `package-lock.json`, seemingly because the override removed in this PR is holding `@graphql-tools/merge` behind. This shouldn't be necessary anymore. A release shouldn't be required, since the `form-generator` package *bundles it* with other related anyway. Only seems to impact health checks for now. ## Changes <!-- Summarize the changes introduced in this PR. This is a good place to call out critical or potentially problematic parts of the change. --> **Corresponding docs PR, if applicable:** ## Validation <!-- Describe how changes in this PR have been validated. This may include added or updated unit, integration and/or E2E tests, test workflow runs, or manual verification. If manual verification is the only way changes in this PR have been validated, you will need to write some automated tests before this PR is ready to merge. For changes to test infra, or non-functional changes, tests are not always required. Instead, you should call out _why_ you think tests are not required here. If changes affect a GitHub workflow that is not included in the PR checks, include a link to a passing test run of the modified workflow. ---> ## Checklist <!-- These items must be completed before a PR is ready to be merged. Feel free to publish a draft PR before these items are complete. --> - [ ] If this PR includes a functional change to the runtime behavior of the code, I have added or updated automated test coverage for this change. - [ ] If this PR requires a change to the [Project Architecture README](../PROJECT_ARCHITECTURE.md), I have included that update in this PR. - [ ] If this PR requires a docs update, I have linked to that docs PR above. - [ ] If this PR modifies E2E tests, makes changes to resource provisioning, or makes SDK calls, I have run the PR checks with the `run-e2e` label set. _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._
1 parent ad794d8 commit 899a46d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
"*.md": "prettier --write"
116116
},
117117
"overrides": {
118-
"minimatch": "10.0.1",
119-
"@graphql-tools/merge": "9.0.22"
118+
"minimatch": "10.0.1"
120119
}
121120
}

0 commit comments

Comments
 (0)