chore: update dependencies #378
Annotations
11 warnings
|
Release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
packages/vitrify/src/node/plugins/quasar/index.ts#L94
Parameter 'id' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
packages/vitrify/src/node/frameworks/vue/fastify-ssr-plugin.ts#L97
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
packages/tools/src/env/index.ts#L17
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
packages/vitrify/src/node/frameworks/vue/fastify-csr-plugin.ts#L26
Variable 'frameworkDir' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
packages/vitrify/src/node/plugins/pinia/index.ts#L80
Parameter 'pwa' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
packages/vitrify/src/node/plugins/pinia/index.ts#L79
Parameter 'ssr' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
packages/vitrify/src/node/plugins/pinia/index.ts#L30
Parameter 'app' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
packages/tools/src/render/index.ts#L12
Parameter 'exclude' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
packages/vitrify/src/vite/vue/ssr/entry-server.ts#L40
Variable 'router' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
packages/vitrify/src/vite/vue/ssr/entry-server.ts#L26
Parameter 'fn' is declared but never used. Unused parameters should start with a '_'.
|