Update dependency @nuxt/content to v3 #10

Open
renovate wants to merge 1 commit from renovate/nuxt-content-3.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@nuxt/content (source) dependencies major ^2.13.4 -> ^3.0.0

Release Notes

nuxt/content (@​nuxt/content)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes
  • bunsqlite: polyfills not being loaded (#​3176) (139744c)
  • client-database: prevent concurrent initialization (#​3174) (49531dd)
  • ContentRenderer: async loader types (f1a9b8e)
  • llms: add missing import for defineNitroPlugin (#​3170) (b091253)
  • llms: add missing import on queryCollection (2fe61e6)

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@nuxt/content](https://content.nuxt.com) ([source](https://github.com/nuxt/content)) | dependencies | major | [`^2.13.4` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@nuxt%2fcontent/2.13.4/3.4.0) | --- ### Release Notes <details> <summary>nuxt/content (@&#8203;nuxt/content)</summary> ### [`v3.4.0`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#340-2025-03-20) [Compare Source](https://github.com/nuxt/content/compare/v3.3.0...v3.4.0) ##### Features - **collection:** add support for Bitbucket repository ([#&#8203;3226](https://github.com/nuxt/content/issues/3226)) ([55b0e5b](https://github.com/nuxt/content/commit/55b0e5b7dd5893e74c3707d42049f8a112e82163)) - **db:** experimental `node:sqlite` under flag ([#&#8203;3230](https://github.com/nuxt/content/issues/3230)) ([e97d579](https://github.com/nuxt/content/commit/e97d579f100a8d7d26421876a1174eaa35bfb438)) - **search:** retrieve extra fields in search sections ([#&#8203;3178](https://github.com/nuxt/content/issues/3178)) ([29f4b3e](https://github.com/nuxt/content/commit/29f4b3e57867be2670eb4c79aa0130f5f4e10256)) ##### Bug Fixes - check for ws existence before closing ([#&#8203;3238](https://github.com/nuxt/content/issues/3238)) ([6ec0eb8](https://github.com/nuxt/content/commit/6ec0eb8bc5db94760db6672e83635dcc91dfbf22)) - **module:** prevent conflict with auth & security tools ([#&#8203;3245](https://github.com/nuxt/content/issues/3245)) ([dc27bc9](https://github.com/nuxt/content/commit/dc27bc94c1a4ab09adb8169a08d08ffbb85f9ddf)) - **parser:** recreate highlighter when options did change ([53875b1](https://github.com/nuxt/content/commit/53875b1eac74f4f07e381a361241446229d88d62)) ### [`v3.3.0`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#330-2025-03-05) [Compare Source](https://github.com/nuxt/content/compare/v3.2.2...v3.3.0) ##### Features - page level caching ([#&#8203;3158](https://github.com/nuxt/content/issues/3158)) ([f4e4f4c](https://github.com/nuxt/content/commit/f4e4f4ce9fc921c28ee7e1b960b1b16d2f01c560)) ##### Bug Fixes - **collection:** detect two part branches ([b0a743b](https://github.com/nuxt/content/commit/b0a743b71cabbd5af761d98e100d216fc00239c0)) - **database:** remove comments form dump queries ([#&#8203;3221](https://github.com/nuxt/content/issues/3221)) ([474c224](https://github.com/nuxt/content/commit/474c224c131806601924156e2ff8026d6c0b53e2)) - **module:** load `ts` transformers ([#&#8203;3218](https://github.com/nuxt/content/issues/3218)) ([819ab7f](https://github.com/nuxt/content/commit/819ab7fa2df5c4f160f893db67493793d76cd239)) - **module:** prevent adding css modules in components template ([1a48095](https://github.com/nuxt/content/commit/1a48095503d311501f4997cebc2ab896c88ea617)), closes [#&#8203;3206](https://github.com/nuxt/content/issues/3206) - **preview:** remove db ([ad62971](https://github.com/nuxt/content/commit/ad6297105c6a844540deff3723de02726f3e0317)) - warn about using `./` and `../` in source ([7a7b3b2](https://github.com/nuxt/content/commit/7a7b3b206c8f7c28e187a732d6cd6850a86163b9)), closes [#&#8203;3215](https://github.com/nuxt/content/issues/3215) ### [`v3.2.2`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#322-2025-02-24) [Compare Source](https://github.com/nuxt/content/compare/v3.2.1...v3.2.2) ##### Bug Fixes - **client-database:** separate db init from collection dump fetch ([#&#8203;3188](https://github.com/nuxt/content/issues/3188)) ([82425a5](https://github.com/nuxt/content/commit/82425a56edee43d95930b456c83e108ad3859b47)) - **search:** invalid helper naming ([895c220](https://github.com/nuxt/content/commit/895c22055c382ceedbd2d9106014fdadbdfd7bee)), closes [#&#8203;3186](https://github.com/nuxt/content/issues/3186) ### [`v3.2.1`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#321-2025-02-21) [Compare Source](https://github.com/nuxt/content/compare/v3.2.0...v3.2.1) ##### Bug Fixes - **bunsqlite:** polyfills not being loaded ([#&#8203;3176](https://github.com/nuxt/content/issues/3176)) ([139744c](https://github.com/nuxt/content/commit/139744c9b54cd17018150b2a03cd555466672ce1)) - **client-database:** prevent concurrent initialization ([#&#8203;3174](https://github.com/nuxt/content/issues/3174)) ([49531dd](https://github.com/nuxt/content/commit/49531dd5600de00c8913602875244921bc9cfe27)) - **ContentRenderer:** async loader types ([f1a9b8e](https://github.com/nuxt/content/commit/f1a9b8e1d67a4a753a184efcf536f365dbb70354)) - **llms:** add missing import for `defineNitroPlugin` ([#&#8203;3170](https://github.com/nuxt/content/issues/3170)) ([b091253](https://github.com/nuxt/content/commit/b0912539029da9946693ec0d2766436ab1fdd6e3)) - **llms:** add missing import on `queryCollection` ([2fe61e6](https://github.com/nuxt/content/commit/2fe61e60fe221c66a7bbfdb194c5ebcc0020afc1)) ### [`v3.2.0`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#320-2025-02-20) [Compare Source](https://github.com/nuxt/content/compare/v3.1.1...v3.2.0) ##### Features - **collection:** repair SQL query slicing for content larger than 200Kb ([#&#8203;3131](https://github.com/nuxt/content/issues/3131)) ([9d6b6c3](https://github.com/nuxt/content/commit/9d6b6c338191a70fdb66a11a63e2c444a8846683)) - database version ([#&#8203;3148](https://github.com/nuxt/content/issues/3148)) ([045d602](https://github.com/nuxt/content/commit/045d6022742c94b83678295e8b2d4c6bec2f979c)) - **llms:** zero config integration with `nuxt-llms` ([#&#8203;3143](https://github.com/nuxt/content/issues/3143)) ([541beeb](https://github.com/nuxt/content/commit/541beebd17079303de564769a350f59e053b6c04)) - netlify preset ([#&#8203;3122](https://github.com/nuxt/content/issues/3122)) ([7191516](https://github.com/nuxt/content/commit/7191516eeeb59129288677b76f1c1b34a4773857)) - **zod:** editor metadata ([#&#8203;3133](https://github.com/nuxt/content/issues/3133)) ([7a9ca9e](https://github.com/nuxt/content/commit/7a9ca9ed2a874300ac73a2f9a939aa32ec41a579)) ##### Bug Fixes - `queryCollectionItemSurroundings` type definition in built module ([#&#8203;3121](https://github.com/nuxt/content/issues/3121)) ([808c133](https://github.com/nuxt/content/commit/808c133536e59f2549297928a1ea493e805cafa2)) - allow `count(*)` query ([71221d3](https://github.com/nuxt/content/commit/71221d33f4e1c228028818f1edc903f57b52e55d)), closes [#&#8203;3136](https://github.com/nuxt/content/issues/3136) - constant initialization of content tables ([#&#8203;3146](https://github.com/nuxt/content/issues/3146)) ([b2b1b4e](https://github.com/nuxt/content/commit/b2b1b4e0b746d8e4ad6d72334f1d691a9bcd62c2)) - **database:** prevent creating multiple database connections ([#&#8203;3126](https://github.com/nuxt/content/issues/3126)) ([06a7014](https://github.com/nuxt/content/commit/06a7014394056cc5e99d2640274860ad41f451a3)) - generate checksum after processing all sources ([e97c787](https://github.com/nuxt/content/commit/e97c787daeabb039d012612b7f78099d50558c19)) - manage concurent initializations ([#&#8203;3132](https://github.com/nuxt/content/issues/3132)) ([c351947](https://github.com/nuxt/content/commit/c351947a93f74e68a2898c1bdc37c56b44f1ef77)) - nuxtlabs studio url in migration ([#&#8203;3150](https://github.com/nuxt/content/issues/3150)) ([5e69bf2](https://github.com/nuxt/content/commit/5e69bf2f50be61c8dbe8723e4e362c0fabed84d3)) - remove zod from server bundle ([842bcd6](https://github.com/nuxt/content/commit/842bcd670550383d7987d27fa878fc33bfc4572d)) - **renderer:** do not ignore component objects ([#&#8203;3127](https://github.com/nuxt/content/issues/3127)) ([8a66225](https://github.com/nuxt/content/commit/8a6622543e434ff0d7b08b4800a53ecb4ce514db)) - **type:** register module hooks types ([#&#8203;3166](https://github.com/nuxt/content/issues/3166)) ([afcf815](https://github.com/nuxt/content/commit/afcf8150d14771bb55a861be899db7495efbe40f)) - **type:** type error on built package ([7be1a2b](https://github.com/nuxt/content/commit/7be1a2b197871697697aaa5fa8eb6c1cee991ce7)) - use a 90 seconds timeout to prevent Cloudflare from timing out ([#&#8203;3160](https://github.com/nuxt/content/issues/3160)) ([7552090](https://github.com/nuxt/content/commit/755209056e907afa3c014e3272320598994c7c80)) ### [`v3.1.1`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#311-2025-02-11) [Compare Source](https://github.com/nuxt/content/compare/v3.1.0...v3.1.1) ##### Bug Fixes - **docs:** use `bindingName` instead of `binding` ([#&#8203;3109](https://github.com/nuxt/content/issues/3109)) ([311609c](https://github.com/nuxt/content/commit/311609cfff3d2e145bed0e919be511ba51454713)) - don't force pg for vercel ([#&#8203;3093](https://github.com/nuxt/content/issues/3093)) ([0866008](https://github.com/nuxt/content/commit/086600852227c7704426ae77113a1a0b9a6f4ab2)) - **preset:** allow presets to provide default options ([254fd24](https://github.com/nuxt/content/commit/254fd2453058980124e9566b55fef842457fe3f0)) - **query:** allow uppercase in column names ([#&#8203;3100](https://github.com/nuxt/content/issues/3100)) ([598dd13](https://github.com/nuxt/content/commit/598dd1354cfec2c5005231387e7dd9e608a72379)) - **vercel:** use `/tmp` directory for sqlite db ([#&#8203;3108](https://github.com/nuxt/content/issues/3108)) ([bfc58cc](https://github.com/nuxt/content/commit/bfc58ccf2a155b48d8f585ea8bf206f93c801c27)) ### [`v3.1.0`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#310-2025-02-03) [Compare Source](https://github.com/nuxt/content/compare/v3.0.1...v3.1.0) ##### Features - `node-sqlite3` connector ([#&#8203;3032](https://github.com/nuxt/content/issues/3032)) ([1188550](https://github.com/nuxt/content/commit/118855015d36193e03320b12c74534591dc6e788)) - **db:** drop built-in database adapters in favor of db0 connectors ([#&#8203;3010](https://github.com/nuxt/content/issues/3010)) ([1a7371a](https://github.com/nuxt/content/commit/1a7371a61383d8d2e9b8bde18f89516371e94ef1)) - integrate with NuxtHub database queries ([#&#8203;3019](https://github.com/nuxt/content/issues/3019)) ([7b480c5](https://github.com/nuxt/content/commit/7b480c5cc638c6781c5e7209787ff93ee0b89acd)) - **module:** extend content transformers ([#&#8203;3056](https://github.com/nuxt/content/issues/3056)) ([5ac8532](https://github.com/nuxt/content/commit/5ac85329ddeb918b89a2cff34d7c69fbf2f36745)) - **search:** allow filtering contents in search sections ([#&#8203;3053](https://github.com/nuxt/content/issues/3053)) ([2dc38cf](https://github.com/nuxt/content/commit/2dc38cfcd6eada4aa65d2547d61c5c0b702ba653)) ##### Bug Fixes - **changelog:** image size ([7c8e950](https://github.com/nuxt/content/commit/7c8e950a3f78ad8ccaf578ac8d66cc165bb7a58d)) - convert boolean value to number in query condition ([#&#8203;2927](https://github.com/nuxt/content/issues/2927)) ([#&#8203;3018](https://github.com/nuxt/content/issues/3018)) ([c11f90a](https://github.com/nuxt/content/commit/c11f90abe020e804de1620320e16d26c6b9dd5bb)) - fix broken install link ([#&#8203;2990](https://github.com/nuxt/content/issues/2990)) ([b8da5ee](https://github.com/nuxt/content/commit/b8da5ee9f9e8a64dc8735654dc60bd67e9c6c618)) - **highlighter:** support custom languages ([cfc9f43](https://github.com/nuxt/content/commit/cfc9f431d8c3b33377b2a72d8cccc77fbf0091fd)), closes [#&#8203;3067](https://github.com/nuxt/content/issues/3067) - **hmr:** ignore sources without `cwd` ([1a8c2bd](https://github.com/nuxt/content/commit/1a8c2bdf85621722251a097d09931b7483185eb5)) - invalid sqlite3 connector resolve ([74dd3e1](https://github.com/nuxt/content/commit/74dd3e18efed2f44b88d1e4bc38674a9002ba3a8)) - migration doc typo ([#&#8203;3017](https://github.com/nuxt/content/issues/3017)) ([ada613f](https://github.com/nuxt/content/commit/ada613ff32814add0b79e16382018aed86638d68)) - **module:** clone layers to prevent side-effect ([b4e7dec](https://github.com/nuxt/content/commit/b4e7dec2a96c02ec19125af602766bfa04ce6b14)) - **module:** collection detection on windown file-watcher ([#&#8203;3006](https://github.com/nuxt/content/issues/3006)) ([3807fe9](https://github.com/nuxt/content/commit/3807fe983b925ff39955aeca3b734a90713dda72)) - **module:** content parser error handling ([#&#8203;3046](https://github.com/nuxt/content/issues/3046)) ([022c385](https://github.com/nuxt/content/commit/022c38588b94b6eb210647734e77a832e6578fe3)) - **module:** remove `scule` from optimizeDps list ([ddb3bc8](https://github.com/nuxt/content/commit/ddb3bc8c4f1726df44474347b1d3e5883fe0204b)), closes [#&#8203;3042](https://github.com/nuxt/content/issues/3042) - **nuxthub:** ensure database is enabled ([b46fc37](https://github.com/nuxt/content/commit/b46fc378019d77117e301e0099cf1ca0cd039c6f)) - **nuxthub:** split queries into 1MB chunks ([083a47a](https://github.com/nuxt/content/commit/083a47a1461735a3e0196d04e4df9f828cfc36af)) - parse new content when file is modified ([5dc3429](https://github.com/nuxt/content/commit/5dc342994ede1993c39fbaae3c61dcf812370f20)) - **parser:** de-prioritise code highlighter plugin ([#&#8203;3009](https://github.com/nuxt/content/issues/3009)) ([dc7d866](https://github.com/nuxt/content/commit/dc7d8661c0f8da9f7022999eb92a480fdcd058af)) - **preview:** draft ready not received event ([a8ee72e](https://github.com/nuxt/content/commit/a8ee72e6aca6d63e32478c014bbc465f129ce545)) - **preview:** handle index file in prefix folder (i18n) ([37d3008](https://github.com/nuxt/content/commit/37d30083a83ed99e7446b49ecf2fb46debffb751)) - **preview:** optimize brace-expansion ([e84e7f4](https://github.com/nuxt/content/commit/e84e7f4f7a5188b18117987dad1a3bc933961e92)) - **preview:** take exclude into account to find collection ([bddd834](https://github.com/nuxt/content/commit/bddd83430667d9852d312325e15c8159a32df417)) - **query:** handle comments and improve single selection ([8de0f14](https://github.com/nuxt/content/commit/8de0f144008d60f3e2f89d9d2e68bd3087a6e136)), closes [#&#8203;3054](https://github.com/nuxt/content/issues/3054) - **schema:** mark `ZodMap` as json field ([69a14fa](https://github.com/nuxt/content/commit/69a14faf3b915abccf91e7eb426d385a1ffd5a23)) - **studio:** return when collection not found ([454a22d](https://github.com/nuxt/content/commit/454a22db7143d26b518da0a577994f184a5bff32)) - **template:** demo url ([#&#8203;2983](https://github.com/nuxt/content/issues/2983)) ([57ee33d](https://github.com/nuxt/content/commit/57ee33daa72dcd3a8e0e83b1c3f5173b4004c932)) - **templates:** handle cors form studio ([06b57ac](https://github.com/nuxt/content/commit/06b57aca8e103a11eae87e12e5a850983492f460)) - **vercel:** default database url ([042c548](https://github.com/nuxt/content/commit/042c5489157702ce832408eb25c8c0fd6a4fda03)) - **wasm:** ignore OPFS warning as Nuxt Content does not depend on it ([5d5506c](https://github.com/nuxt/content/commit/5d5506ce2f478b944bad68e82a09bafe7ced1f55)) - **wasm:** override logger functions ([#&#8203;3024](https://github.com/nuxt/content/issues/3024)) ([99f5ac9](https://github.com/nuxt/content/commit/99f5ac9e9018e8cc1b8d91f3188659b28de0c95c)) ### [`v3.0.1`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#301-2025-01-27) [Compare Source](https://github.com/nuxt/content/compare/v3.0.0...v3.0.1) ##### Bug Fixes - **studio:** return when collection not found ([0e0c8e7](https://github.com/nuxt/content/commit/0e0c8e7f20d2dbaa0d1adad3a833c536bce046fa)) - validate query before execute ([#&#8203;3048](https://github.com/nuxt/content/issues/3048)) ([0f0da14](https://github.com/nuxt/content/commit/0f0da14bd73370a3ea9bc9957095384e64a1aca4)) ### [`v3.0.0`](https://github.com/nuxt/content/blob/HEAD/CHANGELOG.md#300-2025-01-16) [Compare Source](https://github.com/nuxt/content/compare/v2.13.4...v3.0.0) ##### Bug Fixes - **templates:** demo url ([1dd5b21](https://github.com/nuxt/content/commit/1dd5b21c2ac9bdf6e99a04276fb64bd09c641842)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMSIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-03-06 06:00:34 +00:00
Update dependency @nuxt/content to v3
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 14m12s
dcb5711cac
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 14m12s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/nuxt-content-3.x:renovate/nuxt-content-3.x
git checkout renovate/nuxt-content-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/nuxt-content-3.x
git checkout renovate/nuxt-content-3.x
git rebase main
git checkout main
git merge --ff-only renovate/nuxt-content-3.x
git checkout renovate/nuxt-content-3.x
git rebase main
git checkout main
git merge --no-ff renovate/nuxt-content-3.x
git checkout main
git merge --squash renovate/nuxt-content-3.x
git checkout main
git merge --ff-only renovate/nuxt-content-3.x
git checkout main
git merge renovate/nuxt-content-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SevenOfAces/personal-site#10
No description provided.