Skip to content

Commit 1afaacf

Browse files
Update Linting
1 parent 3632abf commit 1afaacf

4 files changed

Lines changed: 450 additions & 1005 deletions

File tree

.github/workflows/tflint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
restore-keys: |
2727
tflint-v2-
2828
29-
- uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
29+
- uses: terraform-linters/setup-tflint@b480b8fcdaa6f2c577f8e4fa799e89e756bb7c93 # v6.2.2
3030

3131
- run: tflint --init
3232
working-directory: example/infra

example/infra/.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin "aws" {
22
enabled = true
3-
version = "0.37.0"
3+
version = "0.47.0"
44
source = "github.com/terraform-linters/tflint-ruleset-aws"
55
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"esbuild": ">=0.14.46"
5454
},
5555
"devDependencies": {
56-
"@antfu/eslint-config": "7.4.3",
56+
"@antfu/eslint-config": "7.7.3",
5757
"@changesets/changelog-github": "1.0.0-next.1",
5858
"@changesets/cli": "3.0.0-next.1",
59-
"@e18e/eslint-plugin": "0.2.0",
59+
"@e18e/eslint-plugin": "0.3.0",
6060
"@tsconfig/node18": "18.2.6",
6161
"@types/node": "22.19.13",
6262
"@vitest/coverage-v8": "4.0.18",
63-
"eslint": "10.0.0",
64-
"lint-staged": "16.2.7",
63+
"eslint": "10.2.0",
64+
"lint-staged": "16.4.0",
6565
"nanoid": "5.1.6",
6666
"prettier": "3.8.1",
6767
"simple-git-hooks": "2.13.1",

0 commit comments

Comments
 (0)