Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ overrides:
"@typescript-eslint/no-unsafe-argument": "off"
"@typescript-eslint/no-unsafe-assignment": "off"
sonarjs/no-duplicate-string: "off"
sonarjs/void-use: "off"
unicorn/no-useless-undefined: "off"

- files: ["src/action/**/*"]
Expand Down
7 changes: 6 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ updates:
# TODO(mcous, 2024-07-06): update to ESLint v9 + flat config
- dependency-name: "eslint"
versions: [">=9"]
# rimraf dropped support for ESLint v18
- dependency-name: "eslint-plugin-uniciorn"
versions: [">=57"]

# dependencies that do not support Node <20
- dependency-name: "rimraf"
versions: [">=6"]
- dependency-name: "vitest"
versions: [">=3"]

# Update GitHub Actions dependencies
- package-ecosystem: "github-actions"
Expand Down
Loading
Loading