Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/graphql-config-1752-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'graphql-config': patch
---

dependencies updates:

- Updated dependency [`@graphql-tools/url-loader@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/url-loader/v/9.0.0) (from `^8.0.0`, in `dependencies`)
- Updated dependency [`@graphql-tools/utils@^11.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.0.0) (from `^10.0.0`, in `dependencies`)
16 changes: 8 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- master

jobs:
# dependencies:
# uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
# with:
# preCommit: 'pnpm run prettier'
# installDependencies: true
# packageManager: 'pnpm'
# secrets:
# githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
with:
preCommit: 'pnpm run prettier'
installDependencies: true
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}

canary:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[![GraphQLConf 2024 Banner: September 10-12, San Francisco. Hosted by the GraphQL Foundation](https://github.com/user-attachments/assets/bdb8cd5d-5186-4ece-b06b-b00a499b7868)](https://graphql.org/conf/2024/?utm_source=github&utm_medium=graphql_config&utm_campaign=readme)

<!-- Uncomment when we remove GraphQL Conf banner -->
<!-- ![GraphQL Config](https://i.imgur.com/hw5tXw2.gif 'GraphQL Config') -->
![GraphQL Config](https://i.imgur.com/hw5tXw2.gif 'GraphQL Config')

[![npm version](https://badge.fury.io/js/graphql-config.svg)](https://npmjs.com/package/graphql-config)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,24 @@
"@graphql-tools/json-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.1.0",
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/url-loader": "^8.0.0",
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/url-loader": "^9.0.0",
"@graphql-tools/utils": "^11.0.0",
"cosmiconfig": "^8.1.0",
"jiti": "^2.0.0",
"minimatch": "^9.0.5",
"minimatch": "^10.0.0",
"string-env-interpolation": "^1.0.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.1",
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@types/node": "22.14.0",
"@types/node": "22.19.13",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"bob-the-bundler": "7.0.1",
"cosmiconfig-toml-loader": "1.0.0",
"del": "8.0.0",
"eslint": "9.24.0",
"del": "8.0.1",
"eslint": "9.39.3",
"eslint-config-prettier": "10.1.8",
"graphql": "16.12.0",
"husky": "9.1.7",
Expand Down
Loading
Loading