Skip to content

Commit

Permalink
chore(deps): update devdependencies (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dan Adajian <[email protected]>
  • Loading branch information
renovate[bot] and danadajian authored Apr 15, 2024
1 parent a7364b3 commit 3df8ef3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"@typescript-eslint/no-unsafe-call": "error"
},
"root": true,
"ignorePatterns": ["dist", "docs"]
"ignorePatterns": ["build", "dist", "docs"]
}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
}

dependencies {
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.0.2")
implementation("com.expediagroup", "graphql-kotlin-federation", "7.0.2")
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.1.0")
implementation("com.expediagroup", "graphql-kotlin-federation", "7.1.0")
}

sourceSets {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@total-typescript/ts-reset": "0.5.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"bun-types": "1.1.2",
"@typescript-eslint/eslint-plugin": "7.6.0",
"bun-types": "1.1.3",
"eslint": "8.57.0",
"husky": "9.0.11",
"prettier": "3.2.5",
"tsup": "8.0.2",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"scripts": {
"build": "tsup src/plugin.ts --clean --dts --external graphql",
Expand Down
6 changes: 1 addition & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["gradle", "graphql-kotlin"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies",
"automerge": true
Expand All @@ -15,11 +16,6 @@
"matchUpdateTypes": ["patch", "minor"],
"groupName": "dependencies",
"automerge": true
},
{
"matchPackagePatterns": ["gradle"],
"groupName": "devDependencies",
"automerge": true
}
]
}

0 comments on commit 3df8ef3

Please sign in to comment.