Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
0c8253475e
Merge 4f313af594 into 5e572dc3df 2024-09-06 21:43:00 +00:00
renovate[bot]
4f313af594
chore(deps): update dependency eslint to v9 2024-09-06 21:42:57 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- run: npm run package - run: npm run package
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4 - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
if: ${{ env.ACT }} if: ${{ env.ACT }}
with: with:
java-version: 11 java-version: 11
@ -60,7 +60,7 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- run: npm run package - run: npm run package
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4 - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
if: ${{ env.ACT}} if: ${{ env.ACT}}
with: with:
java-version: 11 java-version: 11

View file

@ -70,7 +70,7 @@
"@vercel/ncc": "0.38.1", "@vercel/ncc": "0.38.1",
"ava": "6.1.3", "ava": "6.1.3",
"c8": "10.1.2", "c8": "10.1.2",
"eslint": "9.11.0", "eslint": "9.10.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-ava": "14.0.0", "eslint-plugin-ava": "14.0.0",
"eslint-plugin-github": "5.0.1", "eslint-plugin-github": "5.0.1",