-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update all dependencies to latest versions, migrate Nuxt SEO and OG image setup, and align workspace tooling #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
0de13bc
chore: dump all dependency versions to latest
toddeTV 764bf6d
chore: dump all dependency versions to latest
toddeTV b0ee2d9
docs: document deployment and OG image secrets in env example
toddeTV 8f2d27c
fix: prebundle schema.org and vue devtools dependencies
toddeTV 33c1a09
feat: add favicon and app icon assets due to migration after nuxt-og-…
toddeTV cc8289c
chore: expand gitignore for tool outputs and local files
toddeTV f7a6364
Merge branch 'main' into chore/update-all-dependencies-to-latest
toddeTV ce93079
chore: configure pnpm workspace catalog and install policies
toddeTV 1377c5a
chore: add vite-plus workspace catalog dependency
toddeTV fb46825
fix: pin nuxt-seo-utils and allow vite-plus peer versions
toddeTV db24caa
chore: regenerate pnpm lock file
toddeTV 423336d
refactor: replace deprecated seo content wrapper
toddeTV 05be1bf
refactor: migrate og image v6 satori setup
toddeTV 0e09b28
fix: support nuxt 4.4.6 static build
toddeTV 4d0c13a
docs: add comment to temp fix
toddeTV d866578
fix: no file name suffixes for components used in satori templates
toddeTV 2d0c16b
fix: correct hyperlink paths for sitemap lint
toddeTV 3082c67
refactor: move og image components out of og image template folder
toddeTV 5293ef6
docs: document eslint disable rules
toddeTV 2411f2d
refactor: remove not needed quotes from example env file
toddeTV File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,17 @@ | ||
| # Environment Variables | ||
| # | ||
| # Copy this file to `.env` and fill in the values for local development. | ||
| # The `.env` file is gitignored and will not be committed. | ||
| # | ||
| # In production (GitHub Actions), these values are set via GitHub Variables | ||
| # (Settings > Secrets and variables > Actions > Variables). | ||
| # In production, only set in GitHub Actions. (Settings -> Secrets and variables -> Actions -> Secrets/Variables) | ||
|
|
||
| # Cloudflare API credentials for deploying. | ||
| # -> Secrets | ||
| CLOUDFLARE_ACCOUNT_ID= | ||
| CLOUDFLARE_API_TOKEN= | ||
|
|
||
| # Legal page data (address and VAT ID for Impressum / Legal Notice). | ||
| # These are injected into `runtimeConfig.public` at build time via Nuxt's `NUXT_PUBLIC_*` env var convention. | ||
| NUXT_PUBLIC_LEGAL_ADDRESS_STREET="Musterstrasse 1" | ||
| NUXT_PUBLIC_LEGAL_ADDRESS_CITY="01234 Musterstadt" | ||
| NUXT_PUBLIC_LEGAL_ADDRESS_COUNTRY="Germany" | ||
| NUXT_PUBLIC_LEGAL_VAT_ID="DE123456789" | ||
| # -> Variables | ||
| NUXT_PUBLIC_LEGAL_ADDRESS_STREET=Musterstrasse 1 | ||
| NUXT_PUBLIC_LEGAL_ADDRESS_CITY=01234 Musterstadt | ||
| NUXT_PUBLIC_LEGAL_ADDRESS_COUNTRY=Germany | ||
| NUXT_PUBLIC_LEGAL_VAT_ID=DE123456789 | ||
|
|
||
| # Nuxt OG Image Generation Secret (used for signing OG image URLs). | ||
| # -> Secrets | ||
| NUXT_OG_IMAGE_SECRET= | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| diff --git a/dist/runtime/server/util/kit.js b/dist/runtime/server/util/kit.js | ||
| index 386f4cc7beb21f2402ce1a33846d1314c1950d1f..95e6acee61a440a44c947c0726a0d73894373527 100644 | ||
| --- a/dist/runtime/server/util/kit.js | ||
| +++ b/dist/runtime/server/util/kit.js | ||
| @@ -1,11 +1,11 @@ | ||
| import { defu } from "defu"; | ||
| +import { computeIslandHash, filterIslandProps } from "#app/island-hash"; | ||
| import { useRuntimeConfig } from "nitropack/runtime"; | ||
| -import { hash } from "ohash"; | ||
| import { createRouter as createRadixRouter, toRouteMatcher } from "radix3"; | ||
| import { withoutBase, withoutTrailingSlash } from "ufo"; | ||
| export { withoutQuery } from "nuxtseo-shared/utils"; | ||
| export function fetchIsland(e, component, props, timeout) { | ||
| - const hashId = hash([component, props]).replaceAll("_", "-"); | ||
| + const hashId = computeIslandHash(component, filterIslandProps(props), {}, void 0); | ||
| const signal = timeout ? AbortSignal.timeout(timeout) : void 0; | ||
| return e.$fetch(`/__nuxt_island/${component}_${hashId}.json`, { | ||
| params: { |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.