Skip to content

Commit 86c350d

Browse files
dependabot[bot]ardatangithub-actions[bot]
authored
build(deps): bump @theguild/federation-composition from 0.21.0 to 0.21.1 in the actions-deps group across 1 directory (#7798)
* build(deps): bump @theguild/federation-composition Bumps the actions-deps group with 1 update in the / directory: [@theguild/federation-composition](https://github.com/graphql-hive/federation-composition). Updates `@theguild/federation-composition` from 0.21.0 to 0.21.1 - [Release notes](https://github.com/graphql-hive/federation-composition/releases) - [Changelog](https://github.com/graphql-hive/federation-composition/blob/main/CHANGELOG.md) - [Commits](graphql-hive/federation-composition@v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: "@theguild/federation-composition" dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> * Update pr.yml * chore(dependencies): updated changesets for modified dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e4376fb commit 86c350d

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-tools/import": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@theguild/federation-composition@^0.21.1` ↗︎](https://www.npmjs.com/package/@theguild/federation-composition/v/0.21.1) (from `^0.21.0`, in `dependencies`)

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
1414
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1515
secrets:
16-
githubToken: ${{ secrets.GITHUB_TOKEN }}
16+
githubToken: ${{ secrets.GH_BOT_TOKEN }}
1717

1818
alpha:
1919
permissions:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@graphql-tools/utils": "^10.11.0",
55-
"@theguild/federation-composition": "^0.21.0",
55+
"@theguild/federation-composition": "^0.21.1",
5656
"resolve-from": "5.0.0",
5757
"tslib": "^2.4.0"
5858
},

0 commit comments

Comments
 (0)