Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) 19.8.0 -> 19.8.1 age confidence devDependencies patch
@commitlint/config-conventional (source) 19.8.0 -> 19.8.1 age confidence devDependencies patch
@csstools/postcss-global-data (source) 3.0.0 -> 3.1.0 age confidence dependencies minor
@js-basics/vector 2.2.2 -> 2.2.5 age confidence dependencies patch
@nuxt/content (source) 3.5.1 -> 3.10.0 age confidence dependencies minor
@nuxt/eslint (source) 1.3.0 -> 1.12.1 age confidence devDependencies minor
@nuxtjs/i18n (source) 9.5.4 -> 9.5.6 age confidence dependencies patch
@nuxtjs/seo (source) 3.0.3 -> 3.3.0 age confidence dependencies minor
@pinia/nuxt (source) 0.11.0 -> 0.11.3 age confidence dependencies patch
@snyk/protect 1.1296.2 -> 1.1301.2 age confidence devDependencies minor
commitlint (source) 19.8.0 -> 19.8.1 age confidence devDependencies patch
eslint (source) 9.26.0 -> 9.39.2 age confidence devDependencies minor
eslint-config-prettier 10.1.2 -> 10.1.8 age confidence devDependencies patch
eslint-plugin-prettier 5.3.1 -> 5.5.4 age confidence devDependencies minor
lint-staged 15.5.1 -> 15.5.2 age confidence devDependencies patch
node (source) 20.19.1 -> 20.19.6 age confidence patch
nuxt (source) 3.17.2 -> 3.20.2 age confidence dependencies minor
nuxt-booster 3.2.9 -> 3.3.2 age confidence dependencies minor
pinia (source) 3.0.2 -> 3.0.4 age confidence dependencies patch
postcss-custom-media (source) 11.0.5 -> 11.0.6 age confidence dependencies patch
postcss-preset-env (source) 10.1.6 -> 10.5.0 age confidence dependencies minor
prettier (source) 3.5.3 -> 3.7.4 age confidence devDependencies minor
stylelint (source) 16.19.1 -> 16.26.1 age confidence devDependencies minor
stylelint-config-css-modules 4.4.0 -> 4.5.1 age confidence devDependencies minor
stylelint-config-recess-order 6.0.0 -> 6.1.0 age confidence devDependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.1

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

csstools/postcss-plugins (@​csstools/postcss-global-data)

v3.1.0

Compare Source

August 22, 2025

  • Add prepend plugin option
  • Add lateRemover plugin option
basics/vector (@​js-basics/vector)

v2.2.5

Compare Source

Bug Fixes
  • deps: update babel monorepo to v7.28.0 (0546065)

v2.2.4

Compare Source

Bug Fixes
  • deps: update babel monorepo (9e2978b)

v2.2.3

Compare Source

Bug Fixes
  • toCSSVars: set default value for target parameter in toCSSVars method across multiple classes (003b2ae)
nuxt/content (@​nuxt/content)

v3.10.0

Compare Source

Features
Bug Fixes
  • database: sqlite memory driver syntax (#​3635) (9b4b4f2)
  • docs: prerendering issues (b8c5225)
  • lint: configs (1ef7768)
  • lint: unique headings (c5cc00c)
  • module: work with route rules cache: true (#​3617) (fa6c267)
  • nuxthub: inherit preset form node/cloudflare (551a7fb)
  • parser: do not extract content title & description from body on data collections (4f4e958)
  • path-meta: apply path meta fields if they exists in schema (#​3632) (b3d7464)

v3.9.0

Compare Source

Features
  • amplity: usenode:sqlite on AWS Amplify if Node.js > 22 (#​3598) e74bb6d
Bug Fixes
  • fs-watcher: add timeout to deal with race-condition c07336e
  • prepare for NuxtHub 0.10 with hub.db (#​3624) 8a9f9d3
  • respect app.baseURL in Cloudflare database handler (#​3608) 1af6adc

v3.8.2

Compare Source

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
  • extend inherited schema (dd054ea)
Performance Improvements

v3.7.1

Compare Source

Bug Fixes
  • remove zod and zod-to-json-schema from optional deps (#​3541) (8e038f0)

v3.7.0

Compare Source

Deprecations

The following features are deprecated and will be removed in a future release:

  • z re-export from @nuxt/content
  • Calling .editor() directly on zod schemas (e.g. z.string().editor(...))

Migration guide :

- import { defineContentConfig, defineCollection, z } from '@​nuxt/content'
+ import { defineContentConfig, defineCollection, property } from '@​nuxt/content'
+ import { z } from 'zod' // or 'zod/v3' if your setup exposes this subpath

  export default defineContentConfig({
    collections: {
      posts: defineCollection({
        type: 'page',
        source: 'blog/*.md',
        schema: z.object({
        image: z.object({
-         src: z.string().editor({ input: 'media' }),
+         src: property(z.string()).editor({ input: 'media' }),
          alt: z.string(),
        }),
      }),
    },
  })
Features
  • adopt standard schema spec and support different validators (#​3524) (46a1004)
  • inherit component prop types in content collection (#​3451) (a620a2c)
Bug Fixes
  • ProseCode preview syntax highlighting (#​3491) (4a725bd)
  • add dependency at Nuxt root dir (#​3525) (71f2989)
  • block experimental sqlite warning on node (5ac31da)
  • deprecate nitro export in favor of server (ec97064)
  • do not register close hook if websocket is disabled (#​3474) (9edcc8f)
  • ignore .DS_Store files in all subdirectories (c7a9af3)
  • ignore OSX meta file .DS_Store (fe5d7f9)
  • improve websocket and watcher cleanup handling (#​3478) (8041807)
  • inherit: cache component meta (e9658de)
  • inherit: issue with property definition in arrays (873b768)
  • inherit: try resolve component from root directory (b0073f1)
  • inherit: type generation (63500f3)
  • normalize source cwd (#​3532) (0a34742)
  • nuxthub: missing line separator in database migrations (#​3464) (4983443)
  • use listhen's publicUrl if available (#​3500) (fb0f022)

v3.6.3

Compare Source

Bug Fixes

v3.6.2

Compare Source

Features
  • schema: set navigation.icon of page as icon for preview (eff825d)
Bug Fixes

v3.6.1

Compare Source

Features
Bug Fixes

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes
nuxt/eslint (@​nuxt/eslint)

v1.12.1

Compare Source

No significant changes

    View changes on GitHub

v1.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.1

Compare Source

No significant changes

    View changes on GitHub
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
harlan-zw/nuxt-seo (@​nuxtjs/seo)

v3.3.0

Compare Source

This release brings significant updates across all Nuxt SEO modules with new features for robots and sitemap, plus numerous stability improvements throughout the ecosystem.

Highlights:

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

📦 Module Updates

Nuxt Robots

https://github.com/nuxt-modules/robots/releases/tag/v5.5.5https://github.com/nuxt-modules/robots/releases/tag/v5.6.4

Nuxt Sitemap

https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.7https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.9

  • ✨ Chunking support with URL filtering
  • 🐛 Fix Windows unicode escape errors when reading sources
  • 🐛 Fix prerendering pages not consistently appearing in sources
  • 🐛 Fix robots meta rules respected during prerendering
  • 🐛 Fix XML spec compliance (snake_case for geo_location)

Nuxt Link Checker

https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.2https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.9

  • 🐛 Fix ignore all /_* paths
  • 🐛 Fix pages hang edge case
  • 🐛 Fix hanging when pages dir is missing
  • 🐛 JSON report only shows failing results
  • 🐛 Tree sort for markdown reports

Nuxt OG Image

https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.11https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.13

  • 🐛 Fix broken Google font mirror
  • 🐛 Fix WASM Satori API compatibility
  • 🐛 Fix _query params disrupting render path

Nuxt Schema.org

https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.9https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.10

  • 🐛 Fix zod as optional peer dep

Nuxt SEO Utils

https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.16https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.19

  • 🐛 Fix Vite plugin ordering
  • 🐛 Fix normalize incorrect BCP 47 locales

Nuxt Site Config

https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.7https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.11

  • 🐛 Fix redundant baseUrl warning in development
  • 🐛 Fix IPv6 address support in host parsing
  • 🐛 Fix safe runtime type generation

    harlan-zw/nuxt-seo@v3.2.0...v3.3.0

v3.2.2

Compare Source

No significant changes

    View changes on GitHub

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

This version implements module dependencies that are available with Nuxt v4.1, and improved Nuxt Content v3.7 compatibility and NPM trusted publishing for all modules for improved security.

It bumps the Nuxt Robots versions, which include the new features:

   🐞 Bug Fixes
   📦 Dependencies

Updated SEO related packages:

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem.

    View changes on GitHub

v3.1.0

Compare Source

📦 Dependencies

Updated SEO related packages:

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem, namely:

  • 🐛 Improved stability for I18n integration
  • 🐛 Nuxt Content v3.6.0 compatibility
vuejs/pinia (@​pinia/nuxt)

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

snyk/snyk (@​snyk/protect)

v1.1301.2

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes
  • mcp: Fix MCP compliance issue (51d3f8d)

v1.1301.1

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Bug Fixes
  • test: Rendering of fix advice for multiple dependency paths when using the reachability flag (eaf50bb)
  • monitor: snyk monitor --reachability=true command should now work even if double dashed arguments are provided (e8bdac6)
  • test, monitor: Code upload speed will be improved when running snyk test --reachability/snyk monitor --reachability (d0bdba1)
  • language-server: Multiple Snyk Language Server related fixes (485ae55)
  • dependencies: Upgrade dependencies to address multiple issues. (e185c92)

v1.1301.0

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Features
  • container: The Snyk CLI now supports scanning Ubuntu Chisel images for vulnerabilities (9328757)
  • container: The Snyk CLI now supports scanning container images with zstd-compressed layers (5080e42)
  • container: Added a new parameter, --include-system-jars, to support scanning of usr/lib JARs (57078b6)
  • test(maven): Initial maven 4 support, testing against the most recent release candidate (88cf47e)
  • test(maven): A new experimental flag --include-provenance that will produce DepGraphs containing purls with checksum qualifiers for each package. Primarily to be used via --print-graph, not yet used in the main testing flow (5b8fe0a)
  • sbom(maven): A new experimental flag --include-provenance that will produce an SBOM with checksum qualifiers in each purl (5b8fe0a)
  • language-server: Automatic selection of the organization for IDEs based on workspace folder (EA). (2cc554e)
  • language-server: Analytics for configuration and folder trust (2cc554e)
  • mcp: Support for writing scan output into a file (2cc554e)
  • mcp: Service Account support (2cc554e)
Bug Fixes
  • general: Fix incorrect error mapping for varying status codes (5829500)
  • general: Some invalid flag combinations are now correctly handled (ca5903b)
  • test: The Snyk CLI now correctly handles optional dependencies without separate package entries
    (bfcbda7)
  • test: The Snyk CLI now correctly handles aliased packages with nested dependencies (bfcbda7)
  • test: The Snyk CLI now correctly handles bundled dependencies with non-hoisted bundle owners (bfcbda7)
  • test: Fixes issue where sub packages were getting grouped incorrectly, leading to deps getting marked as missing. (b904e8c)
  • test, sbom: Stops misclassifying NX Build project.json as a NuGet project (ff6860f)
  • test(npm): Improve npm alias support (cb37da7)
  • test(npm): The Snyk CLI now correctly handles npm packages with bundled dependencies (7d93b86)
  • test(python): Scanning projects using Python 2.7 will no longer fail with a string formatting error (4effc7f)
  • test(python): Fixed JSON parsing error for Python projects with missing packages (4effc7f)
  • test(maven): Underlying maven commands adjusted slightly to make aggregate projects that encounter issues when rebuilding more likely to succeed (3b72d86)
  • test(dotnet): Fix an issue with NuGet v3 scanner where the netstandard and netcoreapp TargetFrameworks were treated as .netx.x (227b50c)
  • test(dotnet): Fix an issue with NuGet v3 scanner where the pinned dependencies were not discovered (0d9b0c4)
  • container: Fixed a bug where scanning docker images with very large files would result in the CLI crashing with no message (57078b6)
  • container: Fix rare crash when scanning large Docker images (195ed78)
  • container: Fix issue where go binaries in Linux images with complex paths were not properly detected as go binaries when scanning on Windows (be8098b)
  • **cod

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update devdependency eslint-plugin-prettier to v5.4.0 chore(deps): update all non-major dependencies May 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3880fad to ccb1e27 Compare May 12, 2025 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ffaa190 to 8daf4c9 Compare May 20, 2025 23:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 540c9cd to 4d44536 Compare May 30, 2025 20:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4849542 to 9fb3928 Compare June 10, 2025 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 706c4b6 to 0825347 Compare June 17, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8e51359 to 35b0be9 Compare November 3, 2025 22:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cce8198 to a8f6d16 Compare November 10, 2025 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8bb614e to 0e0618a Compare November 19, 2025 14:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 84887a8 to 423a09f Compare November 28, 2025 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from eab5755 to 1e3ad3c Compare December 4, 2025 21:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f58a994 to c77a434 Compare December 13, 2025 01:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c77a434 to e5627f3 Compare December 16, 2025 13:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5627f3 to 860d125 Compare December 24, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant