Skip to content

Commit 3df8ef3

Browse files
chore(deps): update devdependencies (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <dadajian@expediagroup.com>
1 parent a7364b3 commit 3df8ef3

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"@typescript-eslint/no-unsafe-call": "error"
1212
},
1313
"root": true,
14-
"ignorePatterns": ["dist", "docs"]
14+
"ignorePatterns": ["build", "dist", "docs"]
1515
}

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
}
88

99
dependencies {
10-
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.0.2")
11-
implementation("com.expediagroup", "graphql-kotlin-federation", "7.0.2")
10+
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.1.0")
11+
implementation("com.expediagroup", "graphql-kotlin-federation", "7.1.0")
1212
}
1313

1414
sourceSets {

bun.lockb

1.04 KB
Binary file not shown.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"devDependencies": {
2828
"@graphql-codegen/cli": "5.0.2",
2929
"@total-typescript/ts-reset": "0.5.1",
30-
"@typescript-eslint/eslint-plugin": "7.5.0",
31-
"bun-types": "1.1.2",
30+
"@typescript-eslint/eslint-plugin": "7.6.0",
31+
"bun-types": "1.1.3",
3232
"eslint": "8.57.0",
3333
"husky": "9.0.11",
3434
"prettier": "3.2.5",
3535
"tsup": "8.0.2",
36-
"typescript": "5.4.4"
36+
"typescript": "5.4.5"
3737
},
3838
"scripts": {
3939
"build": "tsup src/plugin.ts --clean --dts --external graphql",

renovate.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"packageRules": [
77
{
88
"matchDepTypes": ["devDependencies"],
9+
"matchPackagePatterns": ["gradle", "graphql-kotlin"],
910
"matchUpdateTypes": ["patch", "minor"],
1011
"groupName": "devDependencies",
1112
"automerge": true
@@ -15,11 +16,6 @@
1516
"matchUpdateTypes": ["patch", "minor"],
1617
"groupName": "dependencies",
1718
"automerge": true
18-
},
19-
{
20-
"matchPackagePatterns": ["gradle"],
21-
"groupName": "devDependencies",
22-
"automerge": true
2319
}
2420
]
2521
}

0 commit comments

Comments
 (0)