Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

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.8.2 age confidence dependencies minor
@nuxt/eslint (source) 1.3.0 -> 1.10.0 age confidence devDependencies minor
@nuxtjs/i18n (source) 9.5.4 -> 9.5.6 age confidence dependencies patch
@nuxtjs/seo (source) 3.0.3 -> 3.2.2 age confidence dependencies minor
@pinia/nuxt (source) 0.11.0 -> 0.11.3 age confidence dependencies patch
@snyk/protect 1.1296.2 -> 1.1301.0 age confidence devDependencies minor
commitlint (source) 19.8.0 -> 19.8.1 age confidence devDependencies patch
eslint (source) 9.26.0 -> 9.39.1 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.5 age confidence patch
nuxt (source) 3.17.2 -> 3.20.1 age confidence dependencies minor
nuxt-booster 3.2.9 -> 3.3.1 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.4.0 age confidence dependencies minor
prettier (source) 3.5.3 -> 3.6.2 age confidence devDependencies minor
stylelint (source) 16.19.1 -> 16.25.0 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.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.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.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.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)
  • code: Add missing explicit error handling (755d01f)
  • unmanaged: Ignored vulnerabilities in unmanaged (C/C++) projects are now properly excluded from JSON output when using .snyk policy files. This ensures that snyk-to-html and other tools that consume JSON output will correctly respect vulnerability ignores. (fa808c1)
  • dependencies: Fix CVE-2025-58058 and CVE-2025-11065 (d7e87e2)
  • dependencies: Upgrade golang to 1.24.10 to fix vulnerabilities (c039f99)
  • dependencies: Upgrade to golang 1.24.8 (4dcf97a)
  • dependencies: Upgrade xcode to avoid flaky signing (bdcb991)
  • dependencies: Fix CVE-2025-47913 (a00b0dc)
  • language-server: Various Language Server related fixes (2cc554e)

v1.1300.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

v1.1300.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

Features
Bug Fixes

v1.1300.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
  • general: Improve SARIF compatibility by adding runAutomationDetails (3e232e5)
  • container: Add support scanning system JARs (54e84d8)
  • container: Add TargetOS to output of container scan (aa55cd9)
  • test: Add support for godot projects (d9fc200)
  • test: Add support for maven metaversions (f321ffa)
  • language-server: Add CVSSv4 Links in IDE Issue Details
  • mcp: Workflow and performance improvements
Bug Fixes
  • container: Fixed crashes when scanning docker images with very large files (72cb040)
  • test: Re-enable support for python 2.7 (02c7fe3)
  • test: Improved error information when using --all-projects (36d14f9)
  • test: Fix a bug due to case-sensitive ignores (b432406)
  • test: Resolve project assets file path dynamically (75a152e)
  • iac: Upgrade iac components to address a vulnerability [IAC-3439] (eaaaf84)
  • logging: Fix broken debug logs due to secret redaction by redacting all user input (0cf19a7)
  • language-server: Multiple bugfixes

v1.1299.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

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 is behind base branch, 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 3 times, most recently from 441eb9f to a8b557a Compare September 7, 2025 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9d6cb94 to a3a98b2 Compare September 19, 2025 17:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8c01797 to 5358046 Compare September 25, 2025 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3c27a20 to 4d06216 Compare October 8, 2025 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 02ba0dc to dcc4215 Compare October 21, 2025 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 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 2 times, most recently from 9dd1509 to 8bb614e Compare November 18, 2025 10:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bb614e to 0e0618a Compare November 19, 2025 14:53
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