Skip to content

Commit 35a8858

Browse files
authored
build: exclude flawed dendency versions (#19065)
* build: exclude flawed dendency versions * pin `trunk-io/trunk-action` in more places
1 parent 425202e commit 35a8858

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/annotate_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Trunk Check
23-
uses: trunk-io/trunk-action@v1
23+
uses: trunk-io/trunk-action@v1.1.17
2424
with:
2525
post-annotations: true # only for fork PRs

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
run: npm install
2626

2727
- name: Lint Files (eslint)
28-
uses: trunk-io/trunk-action@v1
28+
uses: trunk-io/trunk-action@v1.1.17
2929
with:
3030

3131
# Run on everything except the docs folder.
3232
arguments: --ignore=docs/** --filter=eslint
3333
check-mode: all
3434

3535
- name: Lint Files (other)
36-
uses: trunk-io/trunk-action@v1
36+
uses: trunk-io/trunk-action@v1.1.17
3737
with:
3838

3939
# Run on everything except the docs folder.
@@ -46,15 +46,15 @@ jobs:
4646
run: node Makefile checkLicenses
4747

4848
- name: Lint Docs Files (eslint)
49-
uses: trunk-io/trunk-action@v1
49+
uses: trunk-io/trunk-action@v1.1.17
5050
with:
5151

5252
# Run only on the docs folder.
5353
arguments: --ignore=** --ignore=!docs/** --filter=eslint
5454
check-mode: all
5555

5656
- name: Lint Docs Files (other)
57-
uses: trunk-io/trunk-action@v1
57+
uses: trunk-io/trunk-action@v1.1.17
5858
with:
5959

6060
# Run only on the docs folder.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"bugs": "https://github.com/eslint/eslint/issues/",
9999
"dependencies": {
100100
"@eslint-community/eslint-utils": "^4.2.0",
101-
"@eslint-community/regexpp": "^4.11.0",
101+
"@eslint-community/regexpp": "^4.12.1",
102102
"@eslint/config-array": "^0.18.0",
103103
"@eslint/core": "^0.7.0",
104104
"@eslint/eslintrc": "^3.1.0",
@@ -141,7 +141,7 @@
141141
"@trunkio/launcher": "^1.3.0",
142142
"@types/node": "^20.11.5",
143143
"@typescript-eslint/parser": "^8.4.0",
144-
"@wdio/browser-runner": "^9.0.5",
144+
"@wdio/browser-runner": "9.2.1",
145145
"@wdio/cli": "^9.0.5",
146146
"@wdio/concise-reporter": "^9.0.4",
147147
"@wdio/mocha-framework": "^9.0.5",

0 commit comments

Comments
 (0)