Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: harlan-zw/nuxt-seo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: harlan-zw/nuxt-seo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 15 commits
  • 12 files changed
  • 2 contributors

Commits on Mar 9, 2025

  1. fix!: bump modules to 3.16 compatibility

    harlan-zw committed Mar 9, 2025
    Copy the full SHA
    7096323 View commit details
  2. chore: release v3.0.0-beta.1

    harlan-zw committed Mar 9, 2025
    Copy the full SHA
    758c206 View commit details

Commits on Mar 10, 2025

  1. fix!: bump modules to 3.16 compatibility

    harlan-zw committed Mar 10, 2025
    Copy the full SHA
    2407033 View commit details
  2. chore: release v3.0.0-beta.2

    harlan-zw committed Mar 10, 2025
    Copy the full SHA
    2193ee1 View commit details
  3. chore: bump deps

    harlan-zw committed Mar 10, 2025
    Copy the full SHA
    5030b85 View commit details

Commits on Mar 11, 2025

  1. chore: release v3.0.0-beta.3

    harlan-zw committed Mar 11, 2025
    Copy the full SHA
    0c0479f View commit details
  2. chore: rc 10

    harlan-zw committed Mar 11, 2025
    Copy the full SHA
    4fa454f View commit details
  3. chore: release v3.0.0-beta.4

    harlan-zw committed Mar 11, 2025
    Copy the full SHA
    9b12933 View commit details

Commits on Mar 13, 2025

  1. chore: bump deps

    harlan-zw committed Mar 13, 2025
    Copy the full SHA
    778d520 View commit details
  2. chore: add renovate.json (#151)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 13, 2025
    Copy the full SHA
    739b4bc View commit details
  3. Copy the full SHA
    4dc49bb View commit details
  4. Merge remote-tracking branch 'origin/main'

    harlan-zw committed Mar 13, 2025
    Copy the full SHA
    c738272 View commit details
  5. chore: bump snapshots

    harlan-zw committed Mar 13, 2025
    Copy the full SHA
    a346c81 View commit details
  6. chore: verify types

    harlan-zw committed Mar 13, 2025
    Copy the full SHA
    714b5b3 View commit details
  7. chore: release v3.0.0

    harlan-zw committed Mar 13, 2025
    Copy the full SHA
    6fb568b View commit details
Showing with 3,044 additions and 3,266 deletions.
  1. +3 −0 .attw.json
  2. +1 −1 .github/ISSUE_TEMPLATE/02-bug-report.yml
  3. +24 −24 docs/package.json
  4. +29 −25 package.json
  5. +1 −1 playground/package.json
  6. +2,942 −3,183 pnpm-lock.yaml
  7. +6 −0 renovate.json
  8. +1 −1 src/module.ts
  9. +7 −6 test/integration/base.test.ts
  10. +16 −13 test/integration/i18n.test.ts
  11. +8 −7 test/integration/prod.test.ts
  12. +6 −5 test/integration/trailing-slash.test.ts
3 changes: 3 additions & 0 deletions .attw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignoreRules": ["cjs-resolves-to-esm", "false-export-default", "false-esm"]
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-bug-report.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ body:
required: true
attributes:
label: 🛠️ To reproduce
description: 'A reproduction of the bug. Please use the Nuxt Link Checker starter https://nuxtseo.com/link-checker/getting-started/stackblitz'
description: 'A reproduction of the bug. Please create a StackBlitz reproduction https://nuxtseo.com/docs/nuxt-seo/getting-started/troubleshooting#stackblitz-playgrounds'
placeholder: https://stackblitz.com/[...]
- type: textarea
validations:
48 changes: 24 additions & 24 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -14,49 +14,49 @@
"twoslash:verify": "nuxt-content-twoslash verify --content-dir content"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.7",
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.14",
"@iconify-json/noto": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.15",
"@iconify-json/noto": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.25",
"@iconify-json/simple-icons": "^1.2.28",
"@iconify-json/uil": "^1.2.3",
"@iconify-json/unjs": "^1.2.0",
"@iconify-json/vscode-icons": "^1.2.14",
"@iconify-json/vscode-icons": "^1.2.16",
"@inspira-ui/plugins": "^0.0.1",
"@nuxt/content": "^3.1.1",
"@nuxt/devtools": "2.1.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/content": "^3.3.0",
"@nuxt/devtools": "2.2.1",
"@nuxt/fonts": "^0.11.0",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.10.3",
"@nuxt/ui": "^3.0.0-alpha.13",
"@nuxt/ui-pro": "^3.0.0-alpha.13",
"@nuxthub/core": "^0.8.17",
"@nuxtjs/mdc": "^0.13.5",
"@unovis/vue": "^1.5.0",
"@vueuse/core": "^12.7.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^12.7.0",
"@nuxt/scripts": "^0.11.2",
"@nuxt/ui": "^3.0.0",
"@nuxt/ui-pro": "^3.0.0",
"@nuxthub/core": "^0.8.18",
"@nuxtjs/mdc": "^0.15.0",
"@unovis/vue": "^1.5.1",
"@vueuse/core": "^13.0.0",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "^13.0.0",
"better-sqlite3": "^11.8.1",
"case-police": "^1.0.0",
"clsx": "^2.1.1",
"consola": "^3.4.0",
"markdownlint-cli": "^0.44.0",
"nuxt": "^3.15.4",
"nuxt": "^3.16.0",
"nuxt-build-cache": "^0.1.1",
"nuxt-content-twoslash": "^0.1.2",
"nuxt-lodash": "^2.5.3",
"nuxt-rebundle": "^0.0.2",
"octokit": "^4.1.2",
"ofetch": "^1.4.1",
"shiki": "^3.0.0",
"shiki-transformer-color-highlight": "^0.2.0",
"sponsorkit": "^16.3.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "4.0.7",
"shiki": "^3.2.1",
"shiki-transformer-color-highlight": "^1.0.0",
"sponsorkit": "^16.4.1",
"tailwind-merge": "^3.0.2",
"tailwindcss": "4.0.12",
"tailwindcss-animate": "^1.0.7",
"wrangler": "^3.109.2"
"wrangler": "^4.0.0"
}
}
54 changes: 29 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@nuxtjs/seo",
"type": "module",
"version": "2.2.0",
"packageManager": "pnpm@10.4.1",
"version": "3.0.0",
"packageManager": "pnpm@10.6.3",
"description": "The all-in-one SEO layer for Nuxt 3.",
"author": {
"name": "Harlan Wilton",
@@ -21,7 +21,7 @@
},
"exports": {
".": {
"types": "./dist/types.d.ts",
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
},
@@ -34,6 +34,7 @@
"import": "./dist/content.mjs"
}
},
"module": "./dist/module.mjs",
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"typesVersions": {
@@ -56,34 +57,36 @@
"lint": "eslint . --fix",
"release": "pnpm build && bumpp && pnpm -r publish --access public",
"test": " pnpm dev:prepare && nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/i18n && vitest",
"typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict"
"typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict",
"test:attw": "attw --pack"
},
"dependencies": {
"@nuxt/kit": "^3.15.4",
"@nuxtjs/robots": "^5.2.4",
"@nuxtjs/sitemap": "^7.2.6",
"@nuxt/kit": "^3.16.0",
"@nuxtjs/robots": "^5.2.7",
"@nuxtjs/sitemap": "^7.2.8",
"nuxt-link-checker": "^4.1.1",
"nuxt-og-image": "^4.1.4",
"nuxt-schema-org": "^4.1.2",
"nuxt-seo-utils": "^6.0.11",
"nuxt-site-config": "^3.1.0"
"nuxt-og-image": "^5.0.2",
"nuxt-schema-org": "^5.0.4",
"nuxt-seo-utils": "^7.0.4",
"nuxt-site-config": "^3.1.5"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@nuxt/content": "^3.1.1",
"@antfu/eslint-config": "^4.10.1",
"@nuxt/content": "^3.3.0",
"@arethetypeswrong/cli": "0.17.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/i18n": "9.2.0",
"@nuxt/schema": "3.16.0",
"@nuxt/test-utils": "^3.17.2",
"@nuxtjs/i18n": "9.3.1",
"@vue/test-utils": "^2.4.6",
"bumpp": "^10.0.3",
"eslint": "^9.20.1",
"bumpp": "^10.1.0",
"eslint": "^9.22.0",
"execa": "^9.5.2",
"happy-dom": "^17.1.1",
"nitropack": "^2.10.4",
"nuxt": "3.15.4",
"happy-dom": "^17.4.4",
"nitropack": "^2.11.6",
"nuxt": "3.16.0",
"typescript": "5.7.3",
"vitest": "^3.0.6"
"vitest": "^3.0.8"
},
"pnpm": {
"onlyBuiltDependencies": [
@@ -97,12 +100,13 @@
]
},
"resolutions": {
"@nuxt/ui": "3.0.0-alpha.13",
"@nuxt/ui-pro": "3.0.0-alpha.13",
"@tailwindcss/postcss": "4.0.7",
"@tailwindcss/vite": "4.0.7",
"@uhead/vue": "2.0.0-rc.13",
"nuxt": "3.16.0",
"tailwindcss": "4.0.7",
"typescript": "5.6.3"
"typescript": "5.6.3",
"unhead": "2.0.0-rc.13"
},
"publishConfig": {
"resolutions": {},
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"dev:prepare": "nuxi prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.10.3",
"@nuxt/fonts": "^0.11.0",
"@nuxt/ui": "3.0.0-alpha.6",
"nuxt": "3.15.2"
}
Loading