Skip to content

Commit

Permalink
ci: upgrade trunk, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Oct 27, 2023
1 parent 3785739 commit 3c34c6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ lint:
- [email protected]
- [email protected]
- [email protected]
- eslint@8.51.0
- eslint@8.52.0
- [email protected]
- git-diff-check@SYSTEM
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected].0
- [email protected].2
- [email protected]
- [email protected]
- [email protected]
- [email protected].0
- [email protected].4
- [email protected]
disabled:
- trivy
Expand Down
1 change: 0 additions & 1 deletion commands/get-installer
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ function get_installer() (
require_array 'associative'

# define aliases for everything that is not simply: setup-util-<name>
# trunk-ignore-all(trufflehog/Gitlab)
declare -A aliases
aliases['arch']='setup-util-coreutils'
aliases['b2sum']='setup-util-coreutils'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
],
"devDependencies": {
"@bevry/update-contributors": "^1.22.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-bevry": "^3.27.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"projectz": "^2.23.0",
"valid-directory": "^3.9.0"
Expand Down

0 comments on commit 3c34c6b

Please sign in to comment.