Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent 4e2330f commit 6eb1283
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 233 deletions.
2 changes: 1 addition & 1 deletion example/infra/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin "aws" {
enabled = true
version = "0.24.2"
version = "0.27.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"plan": "pnpm build && terraform -chdir=infra plan"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/aws-lambda": "8.10.126",
"esbuild-cf-functions-plugin": "workspace:*"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bundler",
"plugin"
],
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": ">=16"
},
Expand Down Expand Up @@ -60,21 +60,21 @@
"esbuild": ">=0.14.46"
},
"devDependencies": {
"@beequeue/eslint-plugin": "3.0.0",
"@beequeue/eslint-plugin": "3.0.1",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@tsconfig/node16": "16.1.0",
"@types/node": "18.16.19",
"@vitest/coverage-v8": "0.33.0",
"@tsconfig/node16": "16.1.1",
"@types/node": "18.18.8",
"@vitest/coverage-v8": "0.34.6",
"dotenv": "16.3.1",
"eslint": "8.45.0",
"eslint": "8.53.0",
"lint-staged": "14.0.1",
"nanoid": "4.0.2",
"prettier": "3.0.0",
"simple-git-hooks": "2.8.1",
"prettier": "3.0.3",
"simple-git-hooks": "2.9.0",
"ts-dedent": "2.2.0",
"tsup": "7.1.0",
"typescript": "5.1.6",
"vitest": "0.33.0"
"tsup": "7.2.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
}
}

0 comments on commit 6eb1283

Please sign in to comment.