diff --git a/.astro/types.d.ts b/.astro/types.d.ts index b687e19c85..80f7278bd8 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -204,28 +204,28 @@ declare module 'astro:content' { slug: "login"; body: string; collection: "account"; - data: any + data: InferEntrySchema<"account"> } & { render(): Render[".mdx"] }; "logout.mdx": { id: "logout.mdx"; slug: "logout"; body: string; collection: "account"; - data: any + data: InferEntrySchema<"account"> } & { render(): Render[".mdx"] }; "profile.mdx": { id: "profile.mdx"; slug: "profile"; body: string; collection: "account"; - data: any + data: InferEntrySchema<"account"> } & { render(): Render[".mdx"] }; "register.mdx": { id: "register.mdx"; slug: "register"; body: string; collection: "account"; - data: any + data: InferEntrySchema<"account"> } & { render(): Render[".mdx"] }; }; "application": { @@ -234,287 +234,287 @@ declare module 'astro:content' { slug: "android"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "ansible.mdx": { id: "ansible.mdx"; slug: "ansible"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "appwrite.mdx": { id: "appwrite.mdx"; slug: "appwrite"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "authelia.mdx": { id: "authelia.mdx"; slug: "authelia"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "cubejs.mdx": { id: "cubejs.mdx"; slug: "cubejs"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "docker.mdx": { id: "docker.mdx"; slug: "docker"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "flipperzero.mdx": { id: "flipperzero.mdx"; slug: "flipperzero"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "flutter.mdx": { id: "flutter.mdx"; slug: "flutter"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "gcloud.mdx": { id: "gcloud.mdx"; slug: "gcloud"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "git.mdx": { id: "git.mdx"; slug: "git"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "godot.mdx": { id: "godot.mdx"; slug: "godot"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "javascript.mdx": { id: "javascript.mdx"; slug: "javascript"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "kubernetes.mdx": { id: "kubernetes.mdx"; slug: "kubernetes"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "longhorn.mdx": { id: "longhorn.mdx"; slug: "longhorn"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "lvm.mdx": { id: "lvm.mdx"; slug: "lvm"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "ml.mdx": { id: "ml.mdx"; slug: "ml"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "mysql.mdx": { id: "mysql.mdx"; slug: "mysql"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "nftables.mdx": { id: "nftables.mdx"; slug: "nftables"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "nginx.mdx": { id: "nginx.mdx"; slug: "nginx"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "nmap.mdx": { id: "nmap.mdx"; slug: "nmap"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "nomad.mdx": { id: "nomad.mdx"; slug: "nomad"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "obs.mdx": { id: "obs.mdx"; slug: "obs"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "obsidian.mdx": { id: "obsidian.mdx"; slug: "obsidian"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "php.mdx": { id: "php.mdx"; slug: "php"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "portainer.mdx": { id: "portainer.mdx"; slug: "portainer"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "proxmox.mdx": { id: "proxmox.mdx"; slug: "proxmox"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "pterodactyl.mdx": { id: "pterodactyl.mdx"; slug: "pterodactyl"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "python.mdx": { id: "python.mdx"; slug: "python"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "rust.mdx": { id: "rust.mdx"; slug: "rust"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "rustdesk.mdx": { id: "rustdesk.mdx"; slug: "rustdesk"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "ryujinx.mdx": { id: "ryujinx.mdx"; slug: "ryujinx"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "simba.mdx": { id: "simba.mdx"; slug: "simba"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "strapi.mdx": { id: "strapi.mdx"; slug: "strapi"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "terraform.mdx": { id: "terraform.mdx"; slug: "terraform"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "traefik.mdx": { id: "traefik.mdx"; slug: "traefik"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "unity.mdx": { id: "unity.mdx"; slug: "unity"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "void.mdx": { id: "void.mdx"; slug: "void"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "watchtower.mdx": { id: "watchtower.mdx"; slug: "watchtower"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "webserver.mdx": { id: "webserver.mdx"; slug: "webserver"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "wireguard.mdx": { id: "wireguard.mdx"; slug: "wireguard"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; "zsh.mdx": { id: "zsh.mdx"; slug: "zsh"; body: string; collection: "application"; - data: any + data: InferEntrySchema<"application"> } & { render(): Render[".mdx"] }; }; "arcade": { @@ -523,28 +523,28 @@ declare module 'astro:content' { slug: "rj"; body: string; collection: "arcade"; - data: any + data: InferEntrySchema<"arcade"> } & { render(): Render[".mdx"] }; "robot-unicorn-attack.mdx": { id: "robot-unicorn-attack.mdx"; slug: "robot-unicorn-attack"; body: string; collection: "arcade"; - data: any + data: InferEntrySchema<"arcade"> } & { render(): Render[".mdx"] }; "time-crisis.mdx": { id: "time-crisis.mdx"; slug: "time-crisis"; body: string; collection: "arcade"; - data: any + data: InferEntrySchema<"arcade"> } & { render(): Render[".mdx"] }; "wvn.mdx": { id: "wvn.mdx"; slug: "wvn"; body: string; collection: "arcade"; - data: any + data: InferEntrySchema<"arcade"> } & { render(): Render[".mdx"] }; }; "blog": { @@ -553,7 +553,7 @@ declare module 'astro:content' { slug: "theorycraft"; body: string; collection: "blog"; - data: any + data: InferEntrySchema<"blog"> } & { render(): Render[".mdx"] }; }; "crypto": { @@ -562,35 +562,35 @@ declare module 'astro:content' { slug: "bnb"; body: string; collection: "crypto"; - data: any + data: InferEntrySchema<"crypto"> } & { render(): Render[".mdx"] }; "btc.mdx": { id: "btc.mdx"; slug: "btc"; body: string; collection: "crypto"; - data: any + data: InferEntrySchema<"crypto"> } & { render(): Render[".mdx"] }; "doge.mdx": { id: "doge.mdx"; slug: "doge"; body: string; collection: "crypto"; - data: any + data: InferEntrySchema<"crypto"> } & { render(): Render[".mdx"] }; "eth.mdx": { id: "eth.mdx"; slug: "eth"; body: string; collection: "crypto"; - data: any + data: InferEntrySchema<"crypto"> } & { render(): Render[".mdx"] }; "xrp.mdx": { id: "xrp.mdx"; slug: "xrp"; body: string; collection: "crypto"; - data: any + data: InferEntrySchema<"crypto"> } & { render(): Render[".mdx"] }; }; "gaming": { @@ -599,14 +599,14 @@ declare module 'astro:content' { slug: "df"; body: string; collection: "gaming"; - data: any + data: InferEntrySchema<"gaming"> } & { render(): Render[".mdx"] }; "lol.mdx": { id: "lol.mdx"; slug: "lol"; body: string; collection: "gaming"; - data: any + data: InferEntrySchema<"gaming"> } & { render(): Render[".mdx"] }; }; "items": { @@ -624,714 +624,728 @@ declare module 'astro:content' { slug: "04-17"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-18.md": { id: "04-18.md"; slug: "04-18"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-19.md": { id: "04-19.md"; slug: "04-19"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-20.md": { id: "04-20.md"; slug: "04-20"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-21.md": { id: "04-21.md"; slug: "04-21"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-22.md": { id: "04-22.md"; slug: "04-22"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-23.md": { id: "04-23.md"; slug: "04-23"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-24.md": { id: "04-24.md"; slug: "04-24"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-25.md": { id: "04-25.md"; slug: "04-25"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-26.md": { id: "04-26.md"; slug: "04-26"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-27.md": { id: "04-27.md"; slug: "04-27"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-28.md": { id: "04-28.md"; slug: "04-28"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-29.md": { id: "04-29.md"; slug: "04-29"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "04-30.md": { id: "04-30.md"; slug: "04-30"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-01.md": { id: "05-01.md"; slug: "05-01"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-02.md": { id: "05-02.md"; slug: "05-02"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-03.md": { id: "05-03.md"; slug: "05-03"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-04.md": { id: "05-04.md"; slug: "05-04"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-05.md": { id: "05-05.md"; slug: "05-05"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-06.md": { id: "05-06.md"; slug: "05-06"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-07.md": { id: "05-07.md"; slug: "05-07"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-08.md": { id: "05-08.md"; slug: "05-08"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-09.md": { id: "05-09.md"; slug: "05-09"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-10.md": { id: "05-10.md"; slug: "05-10"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-15.md": { id: "05-15.md"; slug: "05-15"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-16.md": { id: "05-16.md"; slug: "05-16"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-17.md": { id: "05-17.md"; slug: "05-17"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-18.md": { id: "05-18.md"; slug: "05-18"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-19.md": { id: "05-19.md"; slug: "05-19"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-20.md": { id: "05-20.md"; slug: "05-20"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-21.md": { id: "05-21.md"; slug: "05-21"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-22.md": { id: "05-22.md"; slug: "05-22"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-23.md": { id: "05-23.md"; slug: "05-23"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-24.md": { id: "05-24.md"; slug: "05-24"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-25.md": { id: "05-25.md"; slug: "05-25"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-26.md": { id: "05-26.md"; slug: "05-26"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-27.md": { id: "05-27.md"; slug: "05-27"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-28.md": { id: "05-28.md"; slug: "05-28"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-29.md": { id: "05-29.md"; slug: "05-29"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-30.md": { id: "05-30.md"; slug: "05-30"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "05-31.md": { id: "05-31.md"; slug: "05-31"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-01.md": { id: "06-01.md"; slug: "06-01"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-02.md": { id: "06-02.md"; slug: "06-02"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-03.md": { id: "06-03.md"; slug: "06-03"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-04.md": { id: "06-04.md"; slug: "06-04"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-05.md": { id: "06-05.md"; slug: "06-05"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-06.md": { id: "06-06.md"; slug: "06-06"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-07.md": { id: "06-07.md"; slug: "06-07"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-08.md": { id: "06-08.md"; slug: "06-08"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-09.md": { id: "06-09.md"; slug: "06-09"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-10.md": { id: "06-10.md"; slug: "06-10"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-11.md": { id: "06-11.md"; slug: "06-11"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-12.md": { id: "06-12.md"; slug: "06-12"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-13.md": { id: "06-13.md"; slug: "06-13"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-14.md": { id: "06-14.md"; slug: "06-14"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-15.md": { id: "06-15.md"; slug: "06-15"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-16.md": { id: "06-16.md"; slug: "06-16"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-17.md": { id: "06-17.md"; slug: "06-17"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-18.md": { id: "06-18.md"; slug: "06-18"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-20.md": { id: "06-20.md"; slug: "06-20"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-21.md": { id: "06-21.md"; slug: "06-21"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-22.md": { id: "06-22.md"; slug: "06-22"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-23.md": { id: "06-23.md"; slug: "06-23"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-25.md": { id: "06-25.md"; slug: "06-25"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-26.md": { id: "06-26.md"; slug: "06-26"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-27.md": { id: "06-27.md"; slug: "06-27"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-28.md": { id: "06-28.md"; slug: "06-28"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-29.md": { id: "06-29.md"; slug: "06-29"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "06-30.md": { id: "06-30.md"; slug: "06-30"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-01.md": { id: "07-01.md"; slug: "07-01"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-02.md": { id: "07-02.md"; slug: "07-02"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-03.md": { id: "07-03.md"; slug: "07-03"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-04.md": { id: "07-04.md"; slug: "07-04"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-05.md": { id: "07-05.md"; slug: "07-05"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-06.md": { id: "07-06.md"; slug: "07-06"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-07.md": { id: "07-07.md"; slug: "07-07"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-08.md": { id: "07-08.md"; slug: "07-08"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-09.md": { id: "07-09.md"; slug: "07-09"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-10.md": { id: "07-10.md"; slug: "07-10"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-11.md": { id: "07-11.md"; slug: "07-11"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-12.md": { id: "07-12.md"; slug: "07-12"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-13.md": { id: "07-13.md"; slug: "07-13"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-14.md": { id: "07-14.md"; slug: "07-14"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-15.md": { id: "07-15.md"; slug: "07-15"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-16.md": { id: "07-16.md"; slug: "07-16"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-17.md": { id: "07-17.md"; slug: "07-17"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-18.md": { id: "07-18.md"; slug: "07-18"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-19.md": { id: "07-19.md"; slug: "07-19"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-20.md": { id: "07-20.md"; slug: "07-20"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-21.md": { id: "07-21.md"; slug: "07-21"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-22.md": { id: "07-22.md"; slug: "07-22"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-23.md": { id: "07-23.md"; slug: "07-23"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-24.md": { id: "07-24.md"; slug: "07-24"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-25.md": { id: "07-25.md"; slug: "07-25"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-26.md": { id: "07-26.md"; slug: "07-26"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-27.md": { id: "07-27.md"; slug: "07-27"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-28.md": { id: "07-28.md"; slug: "07-28"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-29.md": { id: "07-29.md"; slug: "07-29"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-30.md": { id: "07-30.md"; slug: "07-30"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "07-31.md": { id: "07-31.md"; slug: "07-31"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> +} & { render(): Render[".md"] }; +"08-01.md": { + id: "08-01.md"; + slug: "08-01"; + body: string; + collection: "journal"; + data: InferEntrySchema<"journal"> +} & { render(): Render[".md"] }; +"08-02.md": { + id: "08-02.md"; + slug: "08-02"; + body: string; + collection: "journal"; + data: InferEntrySchema<"journal"> } & { render(): Render[".md"] }; "asset.mdx": { id: "asset.mdx"; slug: "asset"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".mdx"] }; "visualnovel.mdx": { id: "visualnovel.mdx"; slug: "visualnovel"; body: string; collection: "journal"; - data: any + data: InferEntrySchema<"journal"> } & { render(): Render[".mdx"] }; }; "legal": { @@ -1340,21 +1354,21 @@ declare module 'astro:content' { slug: "eula"; body: string; collection: "legal"; - data: any + data: InferEntrySchema<"legal"> } & { render(): Render[".mdx"] }; "privacy.mdx": { id: "privacy.mdx"; slug: "privacy"; body: string; collection: "legal"; - data: any + data: InferEntrySchema<"legal"> } & { render(): Render[".mdx"] }; "tos.mdx": { id: "tos.mdx"; slug: "tos"; body: string; collection: "legal"; - data: any + data: InferEntrySchema<"legal"> } & { render(): Render[".mdx"] }; }; "manga": { @@ -1363,98 +1377,98 @@ declare module 'astro:content' { slug: "conch/filler/1"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "conch/filler/2.mdx": { id: "conch/filler/2.mdx"; slug: "conch/filler/2"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "conch/filler/3.mdx": { id: "conch/filler/3.mdx"; slug: "conch/filler/3"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "conch/filler/index.mdx": { id: "conch/filler/index.mdx"; slug: "conch/filler"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "fintech/abc/a.mdx": { id: "fintech/abc/a.mdx"; slug: "fintech/abc/a"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "fintech/abc/ai-warning.mdx": { id: "fintech/abc/ai-warning.mdx"; slug: "fintech/abc/ai-warning"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "fintech/abc/b-datascientist.mdx": { id: "fintech/abc/b-datascientist.mdx"; slug: "fintech/abc/b-datascientist"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "fintech/abc/b.mdx": { id: "fintech/abc/b.mdx"; slug: "fintech/abc/b"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "fintech/abc/c.mdx": { id: "fintech/abc/c.mdx"; slug: "fintech/abc/c"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "fintech/abc/index.mdx": { id: "fintech/abc/index.mdx"; slug: "fintech/abc"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "rj/filler/1.mdx": { id: "rj/filler/1.mdx"; slug: "rj/filler/1"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "rj/filler/index.mdx": { id: "rj/filler/index.mdx"; slug: "rj/filler"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "rj/introduction/1.mdx": { id: "rj/introduction/1.mdx"; slug: "rj/introduction/1"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; "rj/introduction/index.mdx": { id: "rj/introduction/index.mdx"; slug: "rj/introduction"; body: string; collection: "manga"; - data: any + data: InferEntrySchema<"manga"> } & { render(): Render[".mdx"] }; }; "media": { @@ -1463,7 +1477,7 @@ declare module 'astro:content' { slug: "radio"; body: string; collection: "media"; - data: any + data: InferEntrySchema<"media"> } & { render(): Render[".mdx"] }; }; "music": { @@ -1472,28 +1486,28 @@ declare module 'astro:content' { slug: "adtr-albums"; body: string; collection: "music"; - data: any + data: InferEntrySchema<"music"> } & { render(): Render[".mdx"] }; "olifejp-collection.mdx": { id: "olifejp-collection.mdx"; slug: "olifejp-collection"; body: string; collection: "music"; - data: any + data: InferEntrySchema<"music"> } & { render(): Render[".mdx"] }; "ravi-george.mdx": { id: "ravi-george.mdx"; slug: "ravi-george"; body: string; collection: "music"; - data: any + data: InferEntrySchema<"music"> } & { render(): Render[".mdx"] }; "starwars-lofi.mdx": { id: "starwars-lofi.mdx"; slug: "starwars-lofi"; body: string; collection: "music"; - data: any + data: InferEntrySchema<"music"> } & { render(): Render[".mdx"] }; }; "news": { @@ -1502,7 +1516,7 @@ declare module 'astro:content' { slug: "release-rigor"; body: string; collection: "news"; - data: any + data: InferEntrySchema<"news"> } & { render(): Render[".mdx"] }; }; "npc": { @@ -1534,7 +1548,7 @@ declare module 'astro:content' { slug: "darknet-diaries"; body: string; collection: "podcast"; - data: any + data: InferEntrySchema<"podcast"> } & { render(): Render[".mdx"] }; }; "project": { @@ -1636,14 +1650,14 @@ declare module 'astro:content' { slug: "mango-juice"; body: string; collection: "recipe"; - data: any + data: InferEntrySchema<"recipe"> } & { render(): Render[".mdx"] }; "mcconaughey-diet.mdx": { id: "mcconaughey-diet.mdx"; slug: "mcconaughey-diet"; body: string; collection: "recipe"; - data: any + data: InferEntrySchema<"recipe"> } & { render(): Render[".mdx"] }; }; "releases": { @@ -1652,7 +1666,7 @@ declare module 'astro:content' { slug: "1"; body: string; collection: "releases"; - data: any + data: InferEntrySchema<"releases"> } & { render(): Render[".md"] }; }; "security": { @@ -1661,7 +1675,7 @@ declare module 'astro:content' { slug: "xss"; body: string; collection: "security"; - data: any + data: InferEntrySchema<"security"> } & { render(): Render[".mdx"] }; }; "stock": { @@ -1670,105 +1684,105 @@ declare module 'astro:content' { slug: "aapl"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "dis.mdx": { id: "dis.mdx"; slug: "dis"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "f.mdx": { id: "f.mdx"; slug: "f"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "gain.mdx": { id: "gain.mdx"; slug: "gain"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "icln.mdx": { id: "icln.mdx"; slug: "icln"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "iyr.mdx": { id: "iyr.mdx"; slug: "iyr"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "main.mdx": { id: "main.mdx"; slug: "main"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "o.mdx": { id: "o.mdx"; slug: "o"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "pey.mdx": { id: "pey.mdx"; slug: "pey"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "sphd.mdx": { id: "sphd.mdx"; slug: "sphd"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "spy.mdx": { id: "spy.mdx"; slug: "spy"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "stag.mdx": { id: "stag.mdx"; slug: "stag"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "tsla.mdx": { id: "tsla.mdx"; slug: "tsla"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "vnq.mdx": { id: "vnq.mdx"; slug: "vnq"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; "vt.mdx": { id: "vt.mdx"; slug: "vt"; body: string; collection: "stock"; - data: any + data: InferEntrySchema<"stock"> } & { render(): Render[".mdx"] }; }; "team": { @@ -1777,56 +1791,56 @@ declare module 'astro:content' { slug: "example"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; "fudster.mdx": { id: "fudster.mdx"; slug: "fudster"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; "h0lybyte.mdx": { id: "h0lybyte.mdx"; slug: "h0lybyte"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; "keros.mdx": { id: "keros.mdx"; slug: "keros"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; "lvl21bellsprout.mdx": { id: "lvl21bellsprout.mdx"; slug: "lvl21bellsprout"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; "sean.mdx": { id: "sean.mdx"; slug: "sean"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; "silver91.mdx": { id: "silver91.mdx"; slug: "silver91"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; "ziggy9263.mdx": { id: "ziggy9263.mdx"; slug: "ziggy9263"; body: string; collection: "team"; - data: any + data: InferEntrySchema<"team"> } & { render(): Render[".mdx"] }; }; "theory": { @@ -1835,77 +1849,77 @@ declare module 'astro:content' { slug: "bizops"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "deadcode.mdx": { id: "deadcode.mdx"; slug: "deadcode"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "fintech.mdx": { id: "fintech.mdx"; slug: "fintech"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "gamedesign.mdx": { id: "gamedesign.mdx"; slug: "gamedesign"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "healthcare.mdx": { id: "healthcare.mdx"; slug: "healthcare"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "matrix.mdx": { id: "matrix.mdx"; slug: "matrix"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "phytochemicals.mdx": { id: "phytochemicals.mdx"; slug: "phytochemicals"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "programming.mdx": { id: "programming.mdx"; slug: "programming"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "socialmedia.mdx": { id: "socialmedia.mdx"; slug: "socialmedia"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "solarpunk.mdx": { id: "solarpunk.mdx"; slug: "solarpunk"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; "swartz-guerilla-manifesto.mdx": { id: "swartz-guerilla-manifesto.mdx"; slug: "swartz-guerilla-manifesto"; body: string; collection: "theory"; - data: any + data: InferEntrySchema<"theory"> } & { render(): Render[".mdx"] }; }; "tools": { @@ -1993,7 +2007,7 @@ declare module 'astro:content' { slug: "wolfram"; body: string; collection: "video"; - data: any + data: InferEntrySchema<"video"> } & { render(): Render[".mdx"] }; }; "website": { @@ -2002,63 +2016,56 @@ declare module 'astro:content' { slug: "about"; body: string; collection: "website"; - data: any + data: InferEntrySchema<"website"> } & { render(): Render[".mdx"] }; "c.mdx": { id: "c.mdx"; slug: "c"; body: string; collection: "website"; - data: any + data: InferEntrySchema<"website"> } & { render(): Render[".mdx"] }; "discord.mdx": { id: "discord.mdx"; slug: "discord"; body: string; collection: "website"; - data: any + data: InferEntrySchema<"website"> } & { render(): Render[".mdx"] }; "events.mdx": { id: "events.mdx"; slug: "events"; body: string; collection: "website"; - data: any + data: InferEntrySchema<"website"> } & { render(): Render[".mdx"] }; "twitch.mdx": { id: "twitch.mdx"; slug: "twitch"; body: string; collection: "website"; - data: any + data: InferEntrySchema<"website"> } & { render(): Render[".mdx"] }; "twitter.mdx": { id: "twitter.mdx"; slug: "twitter"; body: string; collection: "website"; - data: any + data: InferEntrySchema<"website"> } & { render(): Render[".mdx"] }; "youtube.mdx": { id: "youtube.mdx"; slug: "youtube"; body: string; collection: "website"; - data: any + data: InferEntrySchema<"website"> } & { render(): Render[".mdx"] }; }; }; type DataEntryMap = { - ".obsidian": { -"workspace": { - id: "workspace"; - collection: ".obsidian"; - data: any -}; -}; -"_bin": { + "_bin": { }; "compose": { }; @@ -2069,5 +2076,5 @@ declare module 'astro:content' { type AnyEntryMap = ContentEntryMap & DataEntryMap; - type ContentConfig = never; + type ContentConfig = typeof import("../src/content/config"); } diff --git a/package.json b/package.json index 4f7c9937a7..01e05c6237 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@types/eslint": "^8.44.1", - "@typescript-eslint/eslint-plugin": "^6.2.0", - "@typescript-eslint/parser": "^6.2.0", + "@typescript-eslint/eslint-plugin": "^6.2.1", + "@typescript-eslint/parser": "^6.2.1", "astro-eslint-parser": "^0.14.0", "eslint": "^8.46.0", "eslint-config-airbnb-base": "^15.0.0", @@ -26,7 +26,7 @@ "eslint-plugin-import": "^2.28.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-tsdoc": "^0.2.17", - "sass": "^1.64.1", + "sass": "^1.64.2", "svgo": "2.8.0", "yarn-upgrade-all": "^0.7.2" }, @@ -49,8 +49,8 @@ "@lottiefiles/lottie-player": "^2.0.2", "@lottiefiles/react-lottie-player": "^3.5.3", "@mdi/js": "^7.2.96", - "@mui/icons-material": "^5.14.1", - "@mui/material": "^5.14.2", + "@mui/icons-material": "^5.14.3", + "@mui/material": "^5.14.3", "@nanostores/react": "^0.7.1", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.4", @@ -60,18 +60,18 @@ "@types/react-router-dom": "^5.3.3", "alpinejs": "^3.12.3", "appwrite": "^11.0.0", - "astro": "^2.9.6", + "astro": "^2.9.7", "astro-compress": "^1.1.50", "crypto-js": "^4.1.1", "dompurify": "^3.0.5", - "flowbite": "^1.8.0", + "flowbite": "^1.8.1", "flowbite-react": "^0.5.0", "interweave": "^13.1.0", "jquery": "^3.7.0", "lodash": "^4.17.21", "mermaid": "^10.3.0", "micromodal": "^0.4.10", - "million": "^2.5.2", + "million": "^2.5.4-beta.2", "nanostores": "^0.9.3", "react": "^18.2.0", "react-cookie": "^4.1.1", @@ -87,7 +87,7 @@ "rehype-toc": "^3.0.2", "remark-toc": "^8.0.1", "sharp": "^0.32.4", - "svelte": "^4.1.1", + "svelte": "^4.1.2", "tailwindcss": "^3.3.3", "tailwindcss-fluid-type": "^2.0.3", "ts-dedent": "^2.2.0", diff --git a/src/content/.obsidian/workspace.json b/src/content/.obsidian/workspace.json index 1d5f63ad3b..35a1f2d681 100644 --- a/src/content/.obsidian/workspace.json +++ b/src/content/.obsidian/workspace.json @@ -18,8 +18,21 @@ "source": false } } + }, + { + "id": "34b25edd6986cfaf", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "journal/08-02.md", + "mode": "source", + "source": false + } + } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -93,7 +106,7 @@ "state": { "type": "backlink", "state": { - "file": "journal/07-31.md", + "file": "journal/08-02.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -110,7 +123,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "journal/07-31.md", + "file": "journal/08-02.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -133,7 +146,7 @@ "state": { "type": "outline", "state": { - "file": "journal/07-31.md" + "file": "journal/08-02.md" } } } @@ -155,10 +168,14 @@ "command-palette:Open command palette": false } }, - "active": "aae64d3503ecf6da", + "active": "34b25edd6986cfaf", "lastOpenFiles": [ - "journal/07-31.md", + "journal/07-29.md", + "journal/07-28.md", "journal/07-30.md", + "journal/07-31.md", + "journal/08-01.md", + "journal/08-02.md", "account/profile.mdx", "account/register.mdx", "account/logout.mdx", @@ -167,9 +184,7 @@ "account/index.mdx", "account/account.mdx", "journal/05-10.md", - "journal/07-29.md", "journal/07-23.md", - "journal/07-28.md", "journal/07-27.md", "project/herbmail.mdx", "project/kbve.mdx", @@ -190,7 +205,6 @@ "journal/07-11.md", "journal/07-09.md", "journal/07-08.md", - "journal/07-07.md", - "journal/07-04.md" + "journal/07-07.md" ] } \ No newline at end of file diff --git a/src/content/account/register.mdx b/src/content/account/register.mdx index 4ea5c315bf..15c266ee7d 100644 --- a/src/content/account/register.mdx +++ b/src/content/account/register.mdx @@ -28,8 +28,8 @@ import Register from '@w/Register.astro'; - - + + --- diff --git a/src/content/journal/07-31.md b/src/content/journal/07-31.md index 072368dd82..933760e449 100644 --- a/src/content/journal/07-31.md +++ b/src/content/journal/07-31.md @@ -11,7 +11,7 @@ tags: --- ## Notes - +### 2023 - 9:30am - Prepare legal documents for my uncle? Ugh this was a task that I hate doing because talking to lawyers has always been a pain. - 10:33am - I need to redo my gym schedule, I might have to do something a bit more hardcore and maybe do the duel trips? Aim for both a day and night trip, just to get out of the house and get some more data on FSD. - 2:30pm - The lag on league of legends is starting to get to me! It just seems to be way too much recently, the spikes are a bit draining. diff --git a/src/content/journal/08-01.md b/src/content/journal/08-01.md new file mode 100644 index 0000000000..6d23a11573 --- /dev/null +++ b/src/content/journal/08-01.md @@ -0,0 +1,29 @@ +--- +layout: ../../layouts/theme/mdx.astro +title: "August : 01" +category: Daily +date: 2023-08-01 +client: Self +img: https://images.unsplash.com/photo-1689595131476-e141af904891?fit=crop&q=85&w=1400&h=700 +description: Daily Log for August, 01 of each year. +tags: +- daily +--- + +## Notes +### 2023 +- 4:34am - I got up super early and started to work on the svelte migration for the react components. I also wanted to see the pre-market but I am a bit off-put with the current situation, I believe we are in the perfect mixture of events that create a decent chunk of profits for the irons condor gangs. +- 2:28pm - Doing a couple quick syncs within the public and private repos. +- 3:29pm - Okay got my mother back from the dentist, it has been like three trips so far but everything is good to go. She feels better and that is one less stress point that I have to deal with. +- 3:34pm - I should look into setting up certain changes via github actions, going to map out two or three to build in the future. + +## Quote + +> In friendship as well as love, ignorance very often contributes more to our happiness than knowledge. +> — François de La Rochefoucauld + +--- + +## Tasks + +- [ ] \ No newline at end of file diff --git a/src/content/journal/08-02.md b/src/content/journal/08-02.md new file mode 100644 index 0000000000..c2eef6ffc4 --- /dev/null +++ b/src/content/journal/08-02.md @@ -0,0 +1,29 @@ +--- +layout: ../../layouts/theme/mdx.astro +title: "August : 02" +category: Daily +date: 2023-08-02 +client: Self +img: https://images.unsplash.com/photo-1689361806203-41b00e7227b5?fit=crop&q=85&w=1400&h=700 +description: Daily Log for August, 02 of each year. +tags: +- daily +--- + +## Notes +### 2023 +- 10:00am - My lunch is going to be epic, I am looking at 12 wings and a Philly cheese steak pizza! +- 3:00pm - I am enjoying this pull back within the market! I am hoping we see tesla go back down to the low $200s, which would give me some time to grab a couple more cheaper LEAPs. +- 5:35pm - The tag system and generating the relationships with those files are next on my task list. We could make the tag system built around the same MDX structure? We could automate the tags by looking through all the files? I am not too sure I want the tag system to rebuild each time we compile the website, maybe we could have the tag system run as its own yarn function. +- 6:34pm - The Supabase and Pocketbase integrations with Appwrite might be a bit too much for what we are doing right this second but we are test casing a couple multi-api communication vectors. We are running pocketbase on the NodePy image but we have not yet setup the supabase. + +## Quote + +> Remember always that you not only have the right to be an individual, you have an obligation to be one. +> — Eleanor Roosevelt + +--- + +## Tasks + +- [ ] \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 54ee9642d4..95cbe9935b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1295,45 +1295,45 @@ resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.14.2.tgz#c3ec604a0b54b9a9b87e9735dfc59e1a5da6a5fb" integrity sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug== -"@mui/base@5.0.0-beta.8": - version "5.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.8.tgz#a0a9531ae9147be92d17e4f0e3b9accc57916841" - integrity sha512-b4vVjMZx5KzzEMf4arXKoeV5ZegAMOoPwoy1vfUBwhvXc2QtaaAyBp50U7OA2L06Leubc1A+lEp3eqwZoFn87g== +"@mui/base@5.0.0-beta.9": + version "5.0.0-beta.9" + resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.9.tgz#e88d7052aa6d97c1e57d5ce2a4e2edf898db90ec" + integrity sha512-gm6gnPnc/lS5Z3neH0iuOrK7IbS02+oh6KsMtXYLhI6bJpHs+PNWFsBmISx7x4FSPVJZvZkb8Bw6pEXpIMFt7Q== dependencies: "@babel/runtime" "^7.22.6" "@emotion/is-prop-valid" "^1.2.1" "@mui/types" "^7.2.4" - "@mui/utils" "^5.14.1" + "@mui/utils" "^5.14.3" "@popperjs/core" "^2.11.8" - clsx "^1.2.1" + clsx "^2.0.0" prop-types "^15.8.1" react-is "^18.2.0" -"@mui/core-downloads-tracker@^5.14.2": - version "5.14.2" - resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.2.tgz#d8fcacdb1d37e621fce33ea808180fa5a590f908" - integrity sha512-x+c/MgDL1t/IIy5lDbMlrDouFG5DYZbl3DP4dbbuhlpPFBnE9glYwmJEee/orVHQpOPwLxCAIWQs+2DKSaBVWQ== +"@mui/core-downloads-tracker@^5.14.3": + version "5.14.3" + resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.3.tgz#474689f4d691993376e8a1ca07e08d4545275082" + integrity sha512-QxvrcDqphZoXRjsAmCaQylmWjC/8/qKWwIde1MJMna5YIst3R9O0qhKRPu36/OE2d8AeTbCVjRcRvNqhhW8jyg== -"@mui/icons-material@^5.14.1": - version "5.14.1" - resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.1.tgz#2f145c15047a0c7f01353ce620cb88276dadba9e" - integrity sha512-xV/f26muQqtWzerzOIdGPrXoxp/OKaE2G2Wp9gnmG47mHua5Slup/tMc3fA4ZYUreGGrK6+tT81TEvt1Wsng8Q== +"@mui/icons-material@^5.14.3": + version "5.14.3" + resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.3.tgz#26a84d52ab2fceea2856adf7a139527b3a51ae90" + integrity sha512-XkxWPhageu1OPUm2LWjo5XqeQ0t2xfGe8EiLkRW9oz2LHMMZmijvCxulhgquUVTF1DnoSh+3KoDLSsoAFtVNVw== dependencies: "@babel/runtime" "^7.22.6" -"@mui/material@^5.14.2": - version "5.14.2" - resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.2.tgz#13b113489a61021145d62e0383912ca487a46375" - integrity sha512-TgNR4/YRL11RifsnMWNhITNCkGJYVz20SCvVJBBoU5Y/KhUNSSJxjDpEB8VrnY+sUsV0NigLCkHZJglfsiS3Pw== +"@mui/material@^5.14.3": + version "5.14.3" + resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.3.tgz#c88dbc270c4ebde32f9956b9b3cbf8a5d1dc7aef" + integrity sha512-dlu4SOcCp9Cy+wkcfZ/ns9ZkP40nr/WPgqxX0HmrE0o+dkE1ropY9BbHsLrTlYJCko8yzcC8bLghrD4xqZG1og== dependencies: "@babel/runtime" "^7.22.6" - "@mui/base" "5.0.0-beta.8" - "@mui/core-downloads-tracker" "^5.14.2" - "@mui/system" "^5.14.1" + "@mui/base" "5.0.0-beta.9" + "@mui/core-downloads-tracker" "^5.14.3" + "@mui/system" "^5.14.3" "@mui/types" "^7.2.4" - "@mui/utils" "^5.14.1" + "@mui/utils" "^5.14.3" "@types/react-transition-group" "^4.4.6" - clsx "^1.2.1" + clsx "^2.0.0" csstype "^3.1.2" prop-types "^15.8.1" react-is "^18.2.0" @@ -1358,17 +1358,17 @@ csstype "^3.1.2" prop-types "^15.8.1" -"@mui/system@^5.14.1": - version "5.14.1" - resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.1.tgz#ec8ae69f63963b5916dad4bca2f8a86a001a2392" - integrity sha512-u+xlsU34Jdkgx1CxmBnIC4Y08uPdVX5iEd3S/1dggDFtOGp+Lj8xmKRJAQ8PJOOJLOh8pDwaZx4AwXikL4l1QA== +"@mui/system@^5.14.3": + version "5.14.3" + resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.3.tgz#71aa88433649a23dfa5c102cef8a3c5b1ac40ac6" + integrity sha512-b+C+j9+75+/iIYSa+1S4eCMc9MDNrj9hzWfExJqS2GffuNocRagjBZFyjtMqsLWLxMxQIX8Cg6j0hAioiw+WfQ== dependencies: "@babel/runtime" "^7.22.6" "@mui/private-theming" "^5.13.7" "@mui/styled-engine" "^5.13.2" "@mui/types" "^7.2.4" - "@mui/utils" "^5.14.1" - clsx "^1.2.1" + "@mui/utils" "^5.14.3" + clsx "^2.0.0" csstype "^3.1.2" prop-types "^15.8.1" @@ -1388,10 +1388,10 @@ prop-types "^15.8.1" react-is "^18.2.0" -"@mui/utils@^5.14.1": - version "5.14.1" - resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.1.tgz#29696371016552a6eb3af975bc7af429ec88b29a" - integrity sha512-39KHKK2JeqRmuUcLDLwM+c2XfVC136C5/yUyQXmO2PVbOb2Bol4KxtkssEqCbTwg87PSCG3f1Tb0keRsK7cVGw== +"@mui/utils@^5.14.3": + version "5.14.3" + resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.3.tgz#76d8151c23d2c2a871e98b90add57a8fd01d5d80" + integrity sha512-gZ6Etw+ppO43GYc1HFZSLjwd4DoZoa+RrYTD25wQLfzcSoPjVoC/zZqA2Lkq0zjgwGBQOSxKZI6jfp9uXR+kgw== dependencies: "@babel/runtime" "^7.22.6" "@types/prop-types" "^15.7.5" @@ -1803,16 +1803,16 @@ resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== -"@typescript-eslint/eslint-plugin@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.0.tgz#57047c400be0632d4797ac081af8d399db3ebc3b" - integrity sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ== +"@typescript-eslint/eslint-plugin@^6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a" + integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw== dependencies: "@eslint-community/regexpp" "^4.5.1" - "@typescript-eslint/scope-manager" "6.2.0" - "@typescript-eslint/type-utils" "6.2.0" - "@typescript-eslint/utils" "6.2.0" - "@typescript-eslint/visitor-keys" "6.2.0" + "@typescript-eslint/scope-manager" "6.2.1" + "@typescript-eslint/type-utils" "6.2.1" + "@typescript-eslint/utils" "6.2.1" + "@typescript-eslint/visitor-keys" "6.2.1" debug "^4.3.4" graphemer "^1.4.0" ignore "^5.2.4" @@ -1821,24 +1821,24 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/parser@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.0.tgz#d37c30b0f459c6f39455335d8f4f085919a1c644" - integrity sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g== +"@typescript-eslint/parser@^6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.1.tgz#e18a31eea1cca8841a565f1701960c8123ed07f9" + integrity sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg== dependencies: - "@typescript-eslint/scope-manager" "6.2.0" - "@typescript-eslint/types" "6.2.0" - "@typescript-eslint/typescript-estree" "6.2.0" - "@typescript-eslint/visitor-keys" "6.2.0" + "@typescript-eslint/scope-manager" "6.2.1" + "@typescript-eslint/types" "6.2.1" + "@typescript-eslint/typescript-estree" "6.2.1" + "@typescript-eslint/visitor-keys" "6.2.1" debug "^4.3.4" -"@typescript-eslint/scope-manager@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.0.tgz#412a710d8fa20bc045533b3b19f423810b24f87a" - integrity sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q== +"@typescript-eslint/scope-manager@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4" + integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q== dependencies: - "@typescript-eslint/types" "6.2.0" - "@typescript-eslint/visitor-keys" "6.2.0" + "@typescript-eslint/types" "6.2.1" + "@typescript-eslint/visitor-keys" "6.2.1" "@typescript-eslint/scope-manager@^5.48.2": version "5.59.8" @@ -1848,13 +1848,13 @@ "@typescript-eslint/types" "5.59.8" "@typescript-eslint/visitor-keys" "5.59.8" -"@typescript-eslint/type-utils@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.0.tgz#02b27a3eeb41aa5460d6275d12cce5dd72e1c9fc" - integrity sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw== +"@typescript-eslint/type-utils@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525" + integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ== dependencies: - "@typescript-eslint/typescript-estree" "6.2.0" - "@typescript-eslint/utils" "6.2.0" + "@typescript-eslint/typescript-estree" "6.2.1" + "@typescript-eslint/utils" "6.2.1" debug "^4.3.4" ts-api-utils "^1.0.1" @@ -1863,35 +1863,35 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8" integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w== -"@typescript-eslint/types@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.0.tgz#b341a4e6d5f609267306b07afc6f62bcf92b1495" - integrity sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA== +"@typescript-eslint/types@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab" + integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ== -"@typescript-eslint/typescript-estree@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.0.tgz#4969944b831b481996aa4fbd73c7164ca683b8ef" - integrity sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w== +"@typescript-eslint/typescript-estree@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e" + integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q== dependencies: - "@typescript-eslint/types" "6.2.0" - "@typescript-eslint/visitor-keys" "6.2.0" + "@typescript-eslint/types" "6.2.1" + "@typescript-eslint/visitor-keys" "6.2.1" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/utils@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.0.tgz#606a20e5c13883c2d2bd0538ddc4b96b8d410979" - integrity sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ== +"@typescript-eslint/utils@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334" + integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" "@types/json-schema" "^7.0.12" "@types/semver" "^7.5.0" - "@typescript-eslint/scope-manager" "6.2.0" - "@typescript-eslint/types" "6.2.0" - "@typescript-eslint/typescript-estree" "6.2.0" + "@typescript-eslint/scope-manager" "6.2.1" + "@typescript-eslint/types" "6.2.1" + "@typescript-eslint/typescript-estree" "6.2.1" semver "^7.5.4" "@typescript-eslint/visitor-keys@5.59.8": @@ -1902,12 +1902,12 @@ "@typescript-eslint/types" "5.59.8" eslint-visitor-keys "^3.3.0" -"@typescript-eslint/visitor-keys@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.0.tgz#71943f42fdaa2ec86dc3222091f41761a49ae71a" - integrity sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ== +"@typescript-eslint/visitor-keys@6.2.1": + version "6.2.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4" + integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA== dependencies: - "@typescript-eslint/types" "6.2.0" + "@typescript-eslint/types" "6.2.1" eslint-visitor-keys "^3.4.1" "@vscode/emmet-helper@^2.8.4": @@ -2173,10 +2173,10 @@ astro-eslint-parser@^0.14.0: espree "^9.0.0" semver "^7.3.8" -astro@^2.9.6: - version "2.9.6" - resolved "https://registry.yarnpkg.com/astro/-/astro-2.9.6.tgz#3f70a11c96ce465f465a41bcd6c6d4c099edc7c9" - integrity sha512-yvbZQ6YOWYLejyQ4nAcgZLDYQ34enQJ5/LWlXKtUzXzpsUHB75vJMj+XmEq5Q2eVlZOlQrp0lU+nhSRGaOsOUQ== +astro@^2.9.7: + version "2.9.7" + resolved "https://registry.yarnpkg.com/astro/-/astro-2.9.7.tgz#a54290fcbbd07b34e9df4c1ab0e9c13bc408d0a7" + integrity sha512-gEm6SyiF2sh2qn9smPd/Z5yXhSLlsNqM5hsOo2B1ibb5S3BjxE1srmGGW7cUhM0dcxxIwixdevgamS4oxUNa/A== dependencies: "@astrojs/compiler" "^1.6.3" "@astrojs/internal-helpers" "^0.1.1" @@ -2565,10 +2565,10 @@ clone@^1.0.2: resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== -clsx@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12" - integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg== +clsx@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b" + integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q== code-red@^1.0.3: version "1.0.3" @@ -4090,10 +4090,10 @@ flowbite@^1.6.6: "@popperjs/core" "^2.9.3" mini-svg-data-uri "^1.4.3" -flowbite@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/flowbite/-/flowbite-1.8.0.tgz#e1ff53d5b51a05030ff715348a688f8fc6fab5df" - integrity sha512-8IRvTPmNRoGEQ6lxhhFzTnBCPV8Ik8oFf15LnVR2u3O1GQ8cXHaMgEE0bsCL2DHRGvO4Ww9EitcRsGO7PTibvA== +flowbite@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/flowbite/-/flowbite-1.8.1.tgz#a1f5fb039c4c275414a457089b4917a67e9153a5" + integrity sha512-lXTcO8a6dRTPFpINyOLcATCN/pK1Of/jY4PryklPllAiqH64tSDUsOdQpar3TO59ZXWwugm2e92oaqwH6X90Xg== dependencies: "@popperjs/core" "^2.9.3" mini-svg-data-uri "^1.4.3" @@ -5868,10 +5868,10 @@ micromodal@^0.4.10: resolved "https://registry.yarnpkg.com/micromodal/-/micromodal-0.4.10.tgz#d6f59c21d2f4a5af480f65909eb9608a1d558c73" integrity sha512-BUrEnzMPFBwK8nOE4xUDYHLrlGlLULQVjpja99tpJQPSUEWgw3kTLp1n1qv0HmKU29AiHE7Y7sMLiRziDK4ghQ== -million@^2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/million/-/million-2.5.2.tgz#afd814aad1121d97e7cf6cd470b4ca5829c2f8bb" - integrity sha512-3hBCDVsRW6a0OozYYZFRHxgbQpg6cVPiPTJIU2XjsKECedsthkLgm2dmWySm/Cv/HJubaLELN5J1YhGDQRbLkw== +million@^2.5.4-beta.2: + version "2.5.4-beta.2" + resolved "https://registry.yarnpkg.com/million/-/million-2.5.4-beta.2.tgz#7a51702c68d01ed216b84a5003a30b6f2420db9a" + integrity sha512-w9oZb83k+Zha8K/NJjOuEyBPUAeJaf9E8UFtwO5KIRoNHjhlHXcY0Rh9yaQD4wwARxcVy9/H2IvYRU1/PZm7aw== dependencies: "@babel/core" "^7.21.0" "@babel/generator" "^7.22.7" @@ -7088,10 +7088,10 @@ sass-formatter@^0.7.5: dependencies: suf-log "^2.5.3" -sass@^1.64.1: - version "1.64.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.1.tgz#6a46f6d68e0fa5ad90aa59ce025673ddaa8441cf" - integrity sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ== +sass@^1.64.2: + version "1.64.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.2.tgz#0d9805ad6acf31c59c3acc725fcfb91b7fcc6909" + integrity sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0" @@ -7487,10 +7487,10 @@ svelte2tsx@^0.6.15: dedent-js "^1.0.1" pascal-case "^3.1.1" -svelte@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/svelte/-/svelte-4.1.1.tgz#468ed0377d3cae542b35df8a22a3ca188d93272a" - integrity sha512-Enick5fPFISLoVy0MFK45cG+YlQt6upw8skEK9zzTpJnH1DqEv8xOZwizCGSo3Q6HZ7KrZTM0J18poF7aQg5zw== +svelte@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/svelte/-/svelte-4.1.2.tgz#fc022854b029b04491e086e0eda7312b4b233eeb" + integrity sha512-/evA8U6CgOHe5ZD1C1W3va9iJG7mWflcCdghBORJaAhD2JzrVERJty/2gl0pIPrJYBGZwZycH6onYf+64XXF9g== dependencies: "@ampproject/remapping" "^2.2.1" "@jridgewell/sourcemap-codec" "^1.4.15"