Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the lint group with 11 updates #203

Merged
merged 3 commits into from
Jul 6, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixup: downgrade ESLint to v8 while TS plugin catches up
  • Loading branch information
mcous committed Jul 6, 2024
commit dbf64cf4a4ed6be85423c0e62e1f608e4130f960
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ extends:
- "plugin:jsdoc/recommended-typescript-error"
- "plugin:n/recommended"
- "plugin:promise/recommended"
- "plugin:sonarjs/recommended"
- "plugin:sonarjs/recommended-legacy"
- "plugin:unicorn/recommended"
- "prettier"

5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -19,6 +19,11 @@ updates:
development:
dependency-type: "development"

# TODO(mcous, 2024-07-06): update to ESLint v9 + flat config
ignore:
- dependency-name: 'eslint'
versions: ['>=9']

# Update GitHub Actions dependencies
- package-ecosystem: "github-actions"
directory: "/"
2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

Loading
Oops, something went wrong.
Loading
Oops, something went wrong.