chore(deps): update all non-major dependencies
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
Release Notes
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.8.1
Note: Version bump only for package @commitlint/config-conventional
csstools/postcss-plugins (@csstools/postcss-global-data)
v3.1.0
August 22, 2025
- Add
prependplugin option - Add
lateRemoverplugin option
basics/vector (@js-basics/vector)
v2.2.5
Bug Fixes
- deps: update babel monorepo to v7.28.0 (0546065)
v2.2.4
Bug Fixes
- deps: update babel monorepo (9e2978b)
v2.2.3
Bug Fixes
- toCSSVars: set default value for target parameter in toCSSVars method across multiple classes (003b2ae)
nuxt/content (@nuxt/content)
v3.9.0
Features
-
amplity: use
node:sqliteon 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.baseURLin Cloudflare database handler (#3608)1af6adc
v3.8.2
v3.8.1
Bug Fixes
- deps: nuxt 4.2 patch (91a1de7)
- docs: docs collection prefix (72cc17d)
- make sure last char of column is not special char (#3610) (d763452)
Performance Improvements
- replace internal object records with maps (#3591) (7b16de3)
- use
moduleDependenciesto install mdc module (#3597) (9600533)
v3.8.0
Features
- add support for nuxthub v1 (#3576) (e166063)
- client utils (#3506) (2467057)
- use Vite and Webpack server for content hot reload (#3546) (ee06d16)
Bug Fixes
- extend inherited schema (dd054ea)
Performance Improvements
v3.7.1
Bug Fixes
v3.7.0
Deprecations
The following features are deprecated and will be removed in a future release:
-
zre-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
-
ProseCodepreview syntax highlighting (#3491) (4a725bd) - add dependency at Nuxt root dir (#3525) (71f2989)
- block experimental sqlite warning on node (5ac31da)
- deprecate
nitroexport in favor ofserver(ec97064) - do not register
closehook 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
publicUrlif available (#3500) (fb0f022)
v3.6.3
Bug Fixes
v3.6.2
Features
- schema: set navigation.icon of page as icon for preview (eff825d)
Bug Fixes
- check sqlite connector only if database type is sqlite (#3425) (9166169)
- dev: dont ignore subfolders (#3421) (78f461d)
-
docs: update query method to use
first()for consistency (#3430) (5fed4ea) - fallback to api call if webassembly is not supported (#3399) (cf5ca24)
v3.6.1
Features
- add
findPageHeadlineutils (#3416) (a966c61) - preset: warn if nuxthub is loaded before without database (#3405) (f689cf0)
- support
<=and>=sql operators (#3413) (63dbf9f) - support Cloudflare Workers (#3407) (7738aac)
Bug Fixes
-
dev: support extension patterns like
**/*.md(#3414) (f1b873b) - disable ref strategy of JsonSchema (#3403) (01cfac1)
v3.6.0
Features
- add
findPageBreadcrumb,findPageChildrenandfindPageSiblingsutils (#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
- add
sql_dumpfile extension (#3339) (d0ceeb6) - collections: default values (10f3a06)
- deps: remove optimized brace-expansion from preview module (d5ac591)
- do not escape newlines (#3320) (eb60ecb)
-
module: check modules existence using
import(#3348) (bd84992) - module: ignore files in content folder in nuxt building (#3380) (b01e307)
- preview: handle deleted key in object (231ef50)
- templates: populate preview template schema (b7230cd)
- websocket: client url (#3344) (d67b63b)
nuxt/eslint (@nuxt/eslint)
v1.12.1
No significant changes
View changes on GitHub
v1.11.0
🚀 Features
- Allow config key sorting on files not named
nuxt.config- by @benedictleejh in #630 (be2e9)
View changes on GitHub
v1.10.0
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.9.0
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.8.0
🚀 Features
View changes on GitHub
v1.7.1
🐞 Bug Fixes
View changes on GitHub
v1.7.0
🚀 Features
View changes on GitHub
v1.6.0
🐞 Bug Fixes
View changes on GitHub
v1.5.2
🚀 Features
- Add option
features.import.pluginto swap plugin implementation, close #587 - by @antfu in #587 (66f5e)
View changes on GitHub
v1.5.1
🐞 Bug Fixes
View changes on GitHub
v1.5.0
🚀 Features
🐞 Bug Fixes
- eslint-config: Add file type restrictions to prevent CSS parsing errors - by @amery in #584 (40521)
View changes on GitHub
v1.4.1
🐞 Bug Fixes
- Add
node:prefix to build-in modules - by @danielroe in #579 (8180f) - Sort imports objects by from + name - by @danielroe in #578 (766ae)
View changes on GitHub
v1.4.0
🚀 Features
View changes on GitHub
v1.3.1
No significant changes
View changes on GitHub
nuxt-modules/i18n (@nuxtjs/i18n)
v9.5.6
🐞 Bug Fixes
- Replace
_generateproperty usage - by @BobbieGoede (e3fba) - GetDefaultLocaleForDomain should respect runtime config - by @cjpearson and @BobbieGoede in #3693 (89c5f)
- Populate domainLocales based on module config - by @cjpearson and @BobbieGoede in #3694 and #3695 (76b13)
- Reuse nuxt instance at plugin setup - by @BobbieGoede in #3690 (0067f)
View changes on GitHub
v9.5.5
🐞 Bug Fixes
- Validate user options and warn for undesired default values - by @BobbieGoede in #3654 (2f90d)
View changes on GitHub
harlan-zw/nuxt-seo (@nuxtjs/seo)
v3.3.0
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:
-
Robots: Improved work on
Content-Signaldirective support and Bot Detection - Nuxt Content: Improved Zod peer dependency handling
✅ 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.5 → https://github.com/nuxt-modules/robots/releases/tag/v5.6.4
- ✨ Improved Content-Signal support (nuxt-modules/robots#226)
- ✨ Bot Detection (nuxt-modules/robots#210)
- 🐛 Fix broken utility imports, missing zod peer dep, mock composables, disabled module handling
Nuxt Sitemap
https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.7 → https://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.2 → https://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.11 → https://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.9 → https://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.16 → https://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.7 → https://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
https://github.com/harlan-zw/nuxt-seo/compare/v3.2.0...v3.3.0
v3.2.2
No significant changes
View changes on GitHub
v3.2.1
No significant changes
View changes on GitHub
v3.2.0
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:
-
Content-Usagedirective nuxt-modules/robots#226 - Bot Detection nuxt-modules/robots#210
🐞 Bug Fixes
- Nuxt Content v3.7 compatibility - by @harlan-zw (90214)
- Explicit
moduleDependencies- by @harlan-zw (73fd6) - NPM Trusted Publishing - by @harlan-zw (ed173)
📦 Dependencies
Updated SEO related packages:
- @nuxtjs/robots: 5.2.11 → 5.5.5
- @nuxtjs/sitemap: 7.4.2 → 7.4.7
- nuxt-link-checker: 4.3.1 → 4.3.2
- nuxt-og-image: 5.1.8 → 5.1.11
- nuxt-schema-org: 5.0.6 → 5.0.9
- nuxt-seo-utils: 7.0.12 → 7.0.16
- nuxt-site-config: 3.2.2 → 3.2.7
These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem.
View changes on GitHub
v3.1.0
📦 Dependencies
Updated SEO related packages:
- @nuxtjs/robots: 5.2.10 → 5.2.11
- @nuxtjs/sitemap: 7.2.10 → 7.4.2 (minor version bump)
- nuxt-link-checker: 4.3.0 → 4.3.1
- nuxt-og-image: 5.1.2 → 5.1.8
- nuxt-schema-org: 5.0.5 → 5.0.6
- nuxt-seo-utils: 7.0.9 → 7.0.12
- nuxt-site-config: 3.1.9 → 3.2.2 (minor version bump)
These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem, namely:
- :bug: Improved stability for I18n integration
- :bug: Nuxt Content v3.6.0 compatibility
snyk/snyk (@snyk/protect)
v1.1301.1
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
reachabilityflag (eaf50bb) -
monitor:
snyk monitor --reachability=truecommand 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
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-provenancethat 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-provenancethat 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
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
- security: Upgrades dependencies to address CVE-2025-47913 (d7e87e2)
- general: Improved error messaging (5d16466)
v1.1300.1
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
- mcp: Added support for the MCP server to use IDE extension storage when running in VS Code (7f26dc6)
- redteam: Added a new experimental AI Red Teaming feature, read more: https://docs.snyk.io/developer-tools/snyk-cli/commands/ai-red-teaming (fe37e0f)
Bug Fixes
- test: Fix iss
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.