mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
Merge pull request #455 from bartvdbraak/update-deps
Update dependencies and resolve vulnerabilities
This commit is contained in:
commit
8191339f5c
5 changed files with 5277 additions and 3942 deletions
4
.github/workflows/linting.yaml
vendored
4
.github/workflows/linting.yaml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
|||
node-version: [18]
|
||||
steps:
|
||||
- name: Checkout Git repository
|
||||
uses: actions/checkout@v4.1.3
|
||||
uses: actions/checkout@v4.1.6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v3.0.0
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
version: latest
|
||||
|
||||
|
|
8
.github/workflows/unlighthouse.yaml
vendored
8
.github/workflows/unlighthouse.yaml
vendored
|
@ -44,10 +44,10 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4.1.3
|
||||
uses: actions/checkout@v4.1.6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v3.0.0
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
version: latest
|
||||
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
cache: 'pnpm'
|
||||
|
||||
- name: Retrieve Vercel Preview URL
|
||||
uses: zentered/vercel-preview-url@v1.1.9
|
||||
uses: zentered/vercel-preview-url@v1.2.0
|
||||
id: vercel_preview_url
|
||||
env:
|
||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
pnpm run unlighthouse
|
||||
|
||||
- name: Upload report to Cloudflare pages
|
||||
uses: cloudflare/wrangler-action@v3.4.1
|
||||
uses: cloudflare/wrangler-action@v3.6.1
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ steps.set_variables.outputs.CLOUDFLARE_BRANCH }}
|
||||
|
|
55
package.json
55
package.json
|
@ -13,44 +13,44 @@
|
|||
"unlighthouse": "unlighthouse-ci"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-vercel": "^5.3.0",
|
||||
"@sveltejs/kit": "^2.5.7",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.0",
|
||||
"@types/eslint": "8.56.7",
|
||||
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
||||
"@typescript-eslint/parser": "^7.7.0",
|
||||
"@sveltejs/adapter-vercel": "^5.3.1",
|
||||
"@sveltejs/kit": "^2.5.10",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
||||
"@types/eslint": "8.56.10",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
||||
"@typescript-eslint/parser": "^7.13.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"clsx": "^2.1.0",
|
||||
"clsx": "^2.1.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.38.0",
|
||||
"eslint-plugin-svelte": "^2.39.3",
|
||||
"formsnap": "^1.0.0",
|
||||
"lint-staged": "^15.2.2",
|
||||
"lint-staged": "^15.2.6",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss-load-config": "^5.0.3",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-svelte": "^3.2.3",
|
||||
"postcss-load-config": "^5.1.0",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier-plugin-svelte": "^3.2.4",
|
||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||
"svelte": "^4.2.15",
|
||||
"svelte-check": "^3.6.9",
|
||||
"sveltekit-superforms": "^2.12.5",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tslib": "^2.6.2",
|
||||
"svelte": "^4.2.18",
|
||||
"svelte-check": "^3.8.0",
|
||||
"sveltekit-superforms": "^2.15.1",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.4.5",
|
||||
"unlighthouse": "^0.11.6",
|
||||
"vite": "^5.2.10",
|
||||
"zod": "^3.23.0"
|
||||
"unlighthouse": "^0.13.0",
|
||||
"vite": "^5.2.13",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@internationalized/date": "^3.5.2",
|
||||
"bits-ui": "^0.21.4",
|
||||
"@internationalized/date": "^3.5.4",
|
||||
"bits-ui": "^0.21.10",
|
||||
"cmdk-sv": "^0.0.17",
|
||||
"lucide-svelte": "^0.372.0",
|
||||
"lucide-svelte": "^0.394.0",
|
||||
"mode-watcher": "^0.3.0",
|
||||
"pocketbase": "^0.21.2",
|
||||
"pocketbase": "^0.21.3",
|
||||
"svelte-headless-table": "^0.18.2",
|
||||
"svelte-sonner": "^0.3.22",
|
||||
"svelte-sonner": "^0.3.24",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"tailwind-variants": "^0.2.1"
|
||||
},
|
||||
|
@ -60,5 +60,10 @@
|
|||
"prettier --check --plugin-search-dir=."
|
||||
],
|
||||
"*.{js,ts,svelte}": "eslint"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"xml2js": "^0.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
9149
pnpm-lock.yaml
9149
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -14,5 +14,8 @@ export default defineConfig({
|
|||
ci: {
|
||||
reporter: 'jsonExpanded',
|
||||
buildStatic: true
|
||||
},
|
||||
scanner: {
|
||||
robotsTxt: false
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue