Skip to content

Commit

Permalink
update launching
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer committed Jan 29, 2024
1 parent a182416 commit 4654c04
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
28 changes: 15 additions & 13 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.18.2-beta.14
version: 1.19.0
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
uri: https://github.com/trunk-io/plugins
ref: 3b669ebca634c090a400a989f3a753a33fb09003
ref: v1.4.2

# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
Expand All @@ -17,6 +17,8 @@ runtimes:
- node@18.12.1
- python@3.10.8
tools:
enabled:
- gh@2.42.1
runtimes: [node]

# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
Expand All @@ -29,17 +31,17 @@ lint:
enabled:
- eslint
- actionlint@1.6.26
- checkov@3.1.51
- checkov@3.2.0
- git-diff-check
- markdownlint@0.38.0
- markdownlint@0.39.0
- oxipng@9.0.0
- prettier@3.1.1
- renovate@37.122.0
- prettier@3.2.4
- renovate@37.154.0
- shellcheck@0.9.0
- shfmt@3.6.0
- svgo@3.2.0
- trivy@0.48.2
- trufflehog@3.63.7
- trivy@0.48.3
- trufflehog@3.65.0
- yamllint@1.33.0
ignore:
- linters: [markdownlint]
Expand All @@ -57,14 +59,14 @@ lint:
- docs/**
- linters: [prettier]
paths:
# Ignore all files
- "**"
# Except for json files in conf/
- "!conf/**/*.json"
# Ignore all files
- "**"
# Except for json files in conf/
- "!conf/**/*.json"
actions:
disabled:
- trunk-announce
- trunk-check-pre-push
- trunk-fmt-pre-commit
enabled:
- trunk-upgrade-available
- trunk-upgrade-available
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.0.0-alpha.0",
"version": "9.0.0-alpha.2",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down Expand Up @@ -31,8 +31,7 @@
"test": "node Makefile.js test",
"test:cli": "mocha",
"test:fuzz": "node Makefile.js fuzz",
"test:performance": "node Makefile.js perf",
"trunk": "trunk"
"test:performance": "node Makefile.js perf"
},
"gitHooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -103,7 +102,7 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@trunkio/launcher": "^1.2.4",
"@trunkio/launcher": "^1.3.0",
"@wdio/browser-runner": "^8.14.6",
"@wdio/cli": "^8.14.6",
"@wdio/concise-reporter": "^8.14.0",
Expand Down

0 comments on commit 4654c04

Please sign in to comment.