Compare commits
12 Commits
0.28.0
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
836549479c
|
|||
| 1b34c03861 | |||
| a2bae2bb1b | |||
| c7b49df433 | |||
|
0b8f720d6a
|
|||
|
9b57393281
|
|||
|
7cfcba400e
|
|||
| 1565dea7bb | |||
| 3873667e9a | |||
|
5c36a1f31d
|
|||
|
8116b9458c
|
|||
| a26c9145d1 |
@@ -71,7 +71,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6.2.0
|
uses: actions/setup-python@v6.2.0
|
||||||
with:
|
with:
|
||||||
python-version: '3.12.13'
|
python-version: '3.14.5'
|
||||||
|
|
||||||
- name: Install GuardDog
|
- name: Install GuardDog
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6.2.0
|
uses: actions/setup-python@v6.2.0
|
||||||
with:
|
with:
|
||||||
python-version: '3.12.13'
|
python-version: '3.14.5'
|
||||||
|
|
||||||
- name: Install GuardDog
|
- name: Install GuardDog
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -16,6 +16,10 @@ const getSiteURL = () => {
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: getSiteURL(),
|
site: getSiteURL(),
|
||||||
|
|
||||||
|
image: {
|
||||||
|
dangerouslyProcessSVG: true
|
||||||
|
},
|
||||||
|
|
||||||
prefetch: true,
|
prefetch: true,
|
||||||
|
|
||||||
integrations: [
|
integrations: [
|
||||||
@@ -50,17 +54,17 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
label: "Reference",
|
label: 'Reference',
|
||||||
autogenerate: { directory: "reference" },
|
items: [{ autogenerate: { "directory": "reference" } }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Guides",
|
label: 'Guides',
|
||||||
autogenerate: { directory: "guides" },
|
items: [{ autogenerate: { "directory": "guides" } }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Applications",
|
label: 'Applications',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
autogenerate: { directory: "applications" },
|
items: [{ autogenerate: { "directory": "applications" } }]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
22
package.json
22
package.json
@@ -13,16 +13,16 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "5.0.4",
|
"@astrojs/mdx": "5.0.4",
|
||||||
"@astrojs/node": "10.0.6",
|
"@astrojs/node": "10.1.0",
|
||||||
"@astrojs/sitemap": "3.7.2",
|
"@astrojs/sitemap": "3.7.2",
|
||||||
"@astrojs/starlight": "0.38.4",
|
"@astrojs/starlight": "0.39.2",
|
||||||
"@tailwindcss/postcss": "4.2.4",
|
"@tailwindcss/postcss": "4.3.0",
|
||||||
"@tailwindcss/vite": "4.2.4",
|
"@tailwindcss/vite": "4.3.0",
|
||||||
"astro": "6.1.9",
|
"astro": "6.3.1",
|
||||||
"sanitize-html": "2.17.3",
|
"sanitize-html": "2.17.3",
|
||||||
"sharp": "0.34.5",
|
"sharp": "0.34.5",
|
||||||
"starlight-theme-rapide": "0.5.2",
|
"starlight-theme-rapide": "0.5.2",
|
||||||
"tailwindcss": "4.2.4"
|
"tailwindcss": "4.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@saithodev/semantic-release-gitea": "2.1.0",
|
"@saithodev/semantic-release-gitea": "2.1.0",
|
||||||
@@ -30,19 +30,19 @@
|
|||||||
"@semantic-release/commit-analyzer": "13.0.1",
|
"@semantic-release/commit-analyzer": "13.0.1",
|
||||||
"@semantic-release/git": "10.0.1",
|
"@semantic-release/git": "10.0.1",
|
||||||
"@semantic-release/npm": "13.1.5",
|
"@semantic-release/npm": "13.1.5",
|
||||||
"@semantic-release/release-notes-generator": "14.1.0",
|
"@semantic-release/release-notes-generator": "14.1.1",
|
||||||
"@tailwindcss/forms": "0.5.11",
|
"@tailwindcss/forms": "0.5.11",
|
||||||
"@tailwindcss/typography": "0.5.19",
|
"@tailwindcss/typography": "0.5.19",
|
||||||
"@typescript-eslint/parser": "8.59.0",
|
"@typescript-eslint/parser": "8.59.2",
|
||||||
"eslint": "10.2.1",
|
"eslint": "10.3.0",
|
||||||
"eslint-config-prettier": "10.1.8",
|
"eslint-config-prettier": "10.1.8",
|
||||||
"eslint-plugin-astro": "1.7.0",
|
"eslint-plugin-astro": "1.7.0",
|
||||||
"prettier": "3.8.3",
|
"prettier": "3.8.3",
|
||||||
"prettier-plugin-astro": "0.14.1",
|
"prettier-plugin-astro": "0.14.1",
|
||||||
"prettier-plugin-tailwindcss": "0.7.3",
|
"prettier-plugin-tailwindcss": "0.8.0",
|
||||||
"semantic-release": "25.0.3",
|
"semantic-release": "25.0.3",
|
||||||
"semantic-release-export-data": "1.2.0",
|
"semantic-release-export-data": "1.2.0",
|
||||||
"typescript": "6.0.3",
|
"typescript": "6.0.3",
|
||||||
"typescript-eslint": "8.59.0"
|
"typescript-eslint": "8.59.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user