template-web-astro/package.json
Renovate [BOT] 0548e6e67c
Some checks are pending
Build, check & Test / run (push) Waiting to run
Build Docker Image / build_docker (push) Waiting to run
Lint / run (push) Waiting to run
chore(deps): update dependency simple-icons-astro to v12 (#21)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [simple-icons-astro](https://simple-icons-astro.dzeio.com) ([source](https://github.com/dzeiocom/simple-icons-astro)) | dependencies | major | [`^10` -> `^12.0.0`](https://renovatebot.com/diffs/npm/simple-icons-astro/10.4.0/12.4.0) |

---

### Release Notes

<details>
<summary>dzeiocom/simple-icons-astro (simple-icons-astro)</summary>

### [`v12.4.0`](270f2b9f24...52ebd7702d)

[Compare Source](270f2b9f24...52ebd7702d)

### [`v12.3.0`](734375f5ca...270f2b9f24)

[Compare Source](734375f5ca...270f2b9f24)

### [`v12.2.0`](7e6f4bafdc...734375f5ca)

[Compare Source](7e6f4bafdc...734375f5ca)

### [`v12.1.0`](6dd2339bbb...7e6f4bafdc)

[Compare Source](6dd2339bbb...7e6f4bafdc)

### [`v12.0.0`](bd67b42745...6dd2339bbb)

[Compare Source](bd67b42745...6dd2339bbb)

### [`v11.15.0`](673f5801a9...bd67b42745)

[Compare Source](673f5801a9...bd67b42745)

### [`v11.14.0`](d620acf4c9...673f5801a9)

[Compare Source](d620acf4c9...673f5801a9)

### [`v11.13.0`](93eb5973c3...d620acf4c9)

[Compare Source](93eb5973c3...d620acf4c9)

### [`v11.12.0`](7b530e38e8...93eb5973c3)

[Compare Source](7b530e38e8...93eb5973c3)

### [`v11.11.0`](04b6e38870...7b530e38e8)

[Compare Source](04b6e38870...7b530e38e8)

### [`v11.10.0`](b2a9d14111...04b6e38870)

[Compare Source](b2a9d14111...04b6e38870)

### [`v11.9.0`](e113b25a5f...b2a9d14111)

[Compare Source](e113b25a5f...b2a9d14111)

### [`v11.8.0`](9cbe81375a...e113b25a5f)

[Compare Source](9cbe81375a...e113b25a5f)

### [`v11.7.0`](058370a9c5...9cbe81375a)

[Compare Source](058370a9c5...9cbe81375a)

### [`v11.6.0`](7fb63c2788...058370a9c5)

[Compare Source](7fb63c2788...058370a9c5)

### [`v11.5.0`](12e72287ae...7fb63c2788)

[Compare Source](12e72287ae...7fb63c2788)

### [`v11.4.0`](5d462f53d8...12e72287ae)

[Compare Source](5d462f53d8...12e72287ae)

### [`v11.3.0`](ff197f686c...5d462f53d8)

[Compare Source](ff197f686c...5d462f53d8)

### [`v11.2.0`](2ce8b5cf31...ff197f686c)

[Compare Source](2ce8b5cf31...ff197f686c)

### [`v11.1.0`](0a6a39ae1f...2ce8b5cf31)

[Compare Source](0a6a39ae1f...2ce8b5cf31)

### [`v11.0.0`](f4d7baa84b...0a6a39ae1f)

[Compare Source](f4d7baa84b...0a6a39ae1f)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #21
Co-authored-by: Renovate Bot <renovate@dzeio.com>
Co-committed-by: Renovate Bot <renovate@dzeio.com>
2024-06-26 14:16:47 +00:00

40 lines
998 B
JSON

{
"name": "@dzeio/template",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"build": "astro build",
"check": "npm run check:astro && npm run check:typescript",
"check:astro": "astro check",
"check:typescript": "tsc --noEmit",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "vitest --coverage --run",
"test:e2e": "playwright test",
"install:test": "playwright install --with-deps",
"lint": "biome check ."
},
"dependencies": {
"@astrojs/node": "^8.0.0",
"@astrojs/tailwind": "^5",
"@dzeio/logger": "^3",
"@dzeio/object-util": "^1",
"@dzeio/url-manager": "^1",
"astro": "^4",
"lucide-astro": "^0",
"sharp": "^0",
"simple-icons-astro": "^12.0.0",
"tailwindcss": "^3"
},
"devDependencies": {
"@astrojs/check": "^0",
"@biomejs/biome": "^1.7.3",
"@playwright/test": "^1",
"@types/node": "^20",
"@vitest/coverage-v8": "^1",
"typescript": "^5",
"vitest": "^1"
}
}