Merge pull request #455 from bartvdbraak/update-deps

Update dependencies and resolve vulnerabilities
This commit is contained in:
Bart van der Braak 2024-06-12 01:08:55 +02:00 committed by GitHub
commit 8191339f5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5277 additions and 3942 deletions

View file

@ -15,10 +15,10 @@ jobs:
node-version: [18] node-version: [18]
steps: steps:
- name: Checkout Git repository - name: Checkout Git repository
uses: actions/checkout@v4.1.3 uses: actions/checkout@v4.1.6
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v3.0.0 uses: pnpm/action-setup@v4.0.0
with: with:
version: latest version: latest

View file

@ -44,10 +44,10 @@ jobs:
fi fi
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4.1.3 uses: actions/checkout@v4.1.6
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v3.0.0 uses: pnpm/action-setup@v4.0.0
with: with:
version: latest version: latest
@ -58,7 +58,7 @@ jobs:
cache: 'pnpm' cache: 'pnpm'
- name: Retrieve Vercel Preview URL - 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 id: vercel_preview_url
env: env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
@ -84,7 +84,7 @@ jobs:
pnpm run unlighthouse pnpm run unlighthouse
- name: Upload report to Cloudflare pages - name: Upload report to Cloudflare pages
uses: cloudflare/wrangler-action@v3.4.1 uses: cloudflare/wrangler-action@v3.6.1
with: with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ steps.set_variables.outputs.CLOUDFLARE_BRANCH }} command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ steps.set_variables.outputs.CLOUDFLARE_BRANCH }}

View file

@ -13,44 +13,44 @@
"unlighthouse": "unlighthouse-ci" "unlighthouse": "unlighthouse-ci"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-vercel": "^5.3.0", "@sveltejs/adapter-vercel": "^5.3.1",
"@sveltejs/kit": "^2.5.7", "@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.0", "@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "8.56.7", "@types/eslint": "8.56.10",
"@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.7.0", "@typescript-eslint/parser": "^7.13.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"clsx": "^2.1.0", "clsx": "^2.1.1",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0", "eslint-plugin-svelte": "^2.39.3",
"formsnap": "^1.0.0", "formsnap": "^1.0.0",
"lint-staged": "^15.2.2", "lint-staged": "^15.2.6",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"postcss-load-config": "^5.0.3", "postcss-load-config": "^5.1.0",
"prettier": "^3.2.5", "prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.3", "prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14", "prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.15", "svelte": "^4.2.18",
"svelte-check": "^3.6.9", "svelte-check": "^3.8.0",
"sveltekit-superforms": "^2.12.5", "sveltekit-superforms": "^2.15.1",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.4",
"tslib": "^2.6.2", "tslib": "^2.6.3",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"unlighthouse": "^0.11.6", "unlighthouse": "^0.13.0",
"vite": "^5.2.10", "vite": "^5.2.13",
"zod": "^3.23.0" "zod": "^3.23.8"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@internationalized/date": "^3.5.2", "@internationalized/date": "^3.5.4",
"bits-ui": "^0.21.4", "bits-ui": "^0.21.10",
"cmdk-sv": "^0.0.17", "cmdk-sv": "^0.0.17",
"lucide-svelte": "^0.372.0", "lucide-svelte": "^0.394.0",
"mode-watcher": "^0.3.0", "mode-watcher": "^0.3.0",
"pocketbase": "^0.21.2", "pocketbase": "^0.21.3",
"svelte-headless-table": "^0.18.2", "svelte-headless-table": "^0.18.2",
"svelte-sonner": "^0.3.22", "svelte-sonner": "^0.3.24",
"tailwind-merge": "^2.3.0", "tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1" "tailwind-variants": "^0.2.1"
}, },
@ -60,5 +60,10 @@
"prettier --check --plugin-search-dir=." "prettier --check --plugin-search-dir=."
], ],
"*.{js,ts,svelte}": "eslint" "*.{js,ts,svelte}": "eslint"
},
"pnpm": {
"overrides": {
"xml2js": "^0.5.0"
}
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -14,5 +14,8 @@ export default defineConfig({
ci: { ci: {
reporter: 'jsonExpanded', reporter: 'jsonExpanded',
buildStatic: true buildStatic: true
},
scanner: {
robotsTxt: false
} }
}); });