Skip to content

Commit

Permalink
Update all NodeJS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jan 1, 2025
1 parent 94b5df7 commit 036575c
Show file tree
Hide file tree
Showing 10 changed files with 1,136 additions and 1,930 deletions.
36 changes: 18 additions & 18 deletions kitsune-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
"test:unit": "vitest"
},
"devDependencies": {
"@iconify-json/eos-icons": "^1.2.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "5.0.1",
"@iconify-json/eos-icons": "^1.2.2",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"houdini": "1.3.1",
"houdini-svelte": "2.0.1",
"prettier": "^3.4.1",
"globals": "^15.14.0",
"houdini": "1.4.0",
"houdini-svelte": "2.1.0",
"prettier": "^3.4.2",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.3.0",
"svelte-check": "^4.1.0",
"tailwindcss": "^3.4.15",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"unplugin-icons": "^0.20.2",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"zod": "^3.23.8"
"typescript-eslint": "^8.19.0",
"unplugin-icons": "^0.22.0",
"vite": "^6.0.6",
"vitest": "^2.1.8",
"zod": "^3.24.1"
}
}
5 changes: 3 additions & 2 deletions kitsune-fe/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<script lang="ts">
import type { Snippet } from 'svelte';
import type { PageData } from './$houdini';
import { version as frontendVersion } from '$app/environment';
import type { Snippet } from 'svelte';
import '../app.css';
import type { PageData } from './$houdini';
const { children, data }: { children: Snippet; data: PageData } = $props();
Expand Down
3 changes: 2 additions & 1 deletion kitsune-fe/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import { RegisterUserStore } from '$houdini';
import Button from '$lib/components/Button.svelte';
import Dialog from '$lib/components/Dialog.svelte';
import type { PageData } from './$houdini';
import IconThreeDotsLoading from '~icons/eos-icons/three-dots-loading?raw&width=2em&height=2em';
import { _registerSchema } from './+page';
import IconThreeDotsLoading from '~icons/eos-icons/three-dots-loading?raw&width=2em&height=2em';
const { data }: { data: PageData } = $props();
Expand Down
6 changes: 3 additions & 3 deletions kitsune/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.4.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"prettier": "^3.4.2",
"prettier-plugin-jinja-template": "^2.0.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15"
"tailwindcss": "^3.4.17"
}
}
2,987 changes: 1,095 additions & 1,892 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions rust-toolchain.toml

This file was deleted.

13 changes: 6 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"fmt": "prettier -w . --cache"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.2",
"astro": "^4.16.16",
"@astrojs/starlight": "^0.30.3",
"astro": "^5.1.1",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.13.3",
"starlight-links-validator": "^0.14.1",
"typescript": "^5.7.2"
},
"devDependencies": {
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineCollection } from 'astro:content';
import { docsLoader } from '@astrojs/starlight/loaders';
import { docsSchema } from '@astrojs/starlight/schema';

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
};
5 changes: 4 additions & 1 deletion website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Kitsune Social
description: Kitsune Social is a federated open-source social media server.
template: splash
banner:
content: We finally got a Fediverse account for announcements n' stuffs! <a target="_blank" href="https://floss.social/@kitsune">@[email protected]</a>
content: We finally got a Fediverse account for announcements n' stuffs! <a target="_blank" href="https://floss.social/@kitsune">@[email protected]</a>
hero:
tagline: Experience a new kind of social media.
image:
Expand Down Expand Up @@ -32,18 +32,21 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</Card>

{' '}

<Card title="No ads or tracking. Ever." icon="seti:ignored">
Kitsune is free and open-source software. We will never track you, show you
ads, or sell your data.
</Card>

{' '}

<Card title="Extensive configurability" icon="setting">
Make your Kitsune server truly your own with a wide range of configuration
options.
</Card>

{' '}

<Card title="Full-text Search" icon="magnifier">
Search for posts and users using full-text search. We support multiple search
engines, including Meilisearch and native PostgreSQL search.
Expand Down
4 changes: 3 additions & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}

0 comments on commit 036575c

Please sign in to comment.