Skip to content

Commit 78cf389

Browse files
chore(deps): update nuxt framework to ^3.17.7 (#258)
* chore(deps): update nuxt framework to ^3.17.7 * ci: fix ci * ci: fix ci * fix: package-lock.json * ci: fix ci * ci: fix ci * chore: remove eslint * ci: upgrade node version * chore: npm and nuxt-module-build config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gugustinette <[email protected]>
1 parent 577b59e commit 78cf389

File tree

11 files changed

+1843
-15407
lines changed

11 files changed

+1843
-15407
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 20
40+
node-version: 24
4141
cache: npm # or pnpm / yarn
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5
4444
- name: Install dependencies
45-
run: npm ci
45+
run: npm ci
4646
- name: Setup playground
4747
run: npm run dev:prepare
4848
- name: Build with VitePress

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18
14+
node-version: 24
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm ci
17-
- name: Lint with ESLint
18-
run: npm run lint
1917
- name: Prepare testing with the playground
2018
run: npm run dev:prepare
2119
- name: Test package

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: 24
3131
registry-url: https://registry.npmjs.org/
3232
- run: npm ci
33-
- name: Lint with ESLint
34-
run: npm run lint
3533
- name: Prepare testing with the playground
3634
run: npm run dev:prepare
3735
- name: Test package

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
22
"editor.tabSize": 2,
3-
// Lint on save
4-
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": "always"
6-
},
73
}

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ npm run dev
7676
# Build the playground
7777
npm run dev:build
7878

79-
# Run ESLint
80-
npm run lint
81-
8279
# Run Vitest
8380
npm run test
8481
npm run test:watch

eslint.config.mjs

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)