Skip to content

Commit 7983b7f

Browse files
authored
chore: update typescript eslint to 8.26.0 (#49)
* chore: update typescript eslint to 8.26.0 * chore: update worflow * chore: revert workflow concurrency
1 parent 3621d72 commit 7983b7f

File tree

3 files changed

+61
-65
lines changed

3 files changed

+61
-65
lines changed

.github/workflows/cr.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
branches:
77
- main
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
build:
1511
runs-on: ubuntu-latest
@@ -47,6 +43,6 @@ jobs:
4743
run: pnpm test
4844

4945
- name: Publish
50-
run: pnpm dlx pkg-pr-new publish --compact './packages/vite-plugin-lwc' './packages/create-lwc' --template './examples/*' --packageManager="pnpm"
46+
run: pnpm dlx pkg-pr-new publish --compact './packages/vite-plugin-lwc' './packages/create-lwc' --template './examples/*'
5147
env:
5248
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"playwright": "^1.50.1",
2727
"simple-git-hooks": "^2.11.1",
2828
"typescript": "^5.8.2",
29-
"typescript-eslint": "^8.25.0",
29+
"typescript-eslint": "^8.26.0",
3030
"vite": "^6.2.0",
31-
"vitest": "^3.0.7",
32-
"vite-plugin-lwc": "workspace:^"
31+
"vite-plugin-lwc": "workspace:^",
32+
"vitest": "^3.0.7"
3333
},
3434
"pnpm": {
3535
"requiredScripts": [

pnpm-lock.yaml

+57-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)