Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

fix(deps): update dependency @nuxt/content to v2.13.2 #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) 2.4.3 -> 2.13.2 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.13.2

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add string type to gt/lt/gte/lte type definitions (#​2704)
  • search: Non-md file might not have dscription file (#​2706)
  • module: Disable MDC plugin if user disabled it (#​2707)
  • Unwatch storage on nitro close (ec7105ad)
📖 Documentation
  • Add missing await for searchContent docs (#​2692)
  • Prerender home (4253f0bf)
  • Update nuxt-og-image and add postinstall script (#​2705)
  • Update ContentSlot Documentation (#​2713)
🤖 CI
❤️ Contributors

v2.13.1

Compare Source

compare changes

🔥 Performance
  • dev-cache: Improve localhost markdown page navigation performance (when having 2,000+ pages) (#​2675)
🩹 Fixes
  • module: Do not force prerender index page (#​2681)
  • Hot reload on dev server for documentDriven: false (#​2686)
📖 Documentation
  • Typo in configuration (#​2677)
  • Add missing await keyword in search documentation (#​2687)
🏡 Chore
❤️ Contributors

v2.13.0

Compare Source

compare changes

🚀 Enhancements
  • Top level content/ directory in Nuxt 4 compatibility version (#​2649)
🩹 Fixes
  • Optimise nested dependencies (#​2583)
  • Opt in to import.meta.* properties (#​2597)
  • Ignore unsupported files from contents list (#​2607)
  • module: Convert content-slot to MDCSlot (#​2632)
  • Fix typo in logger warning message (#​2626)
  • search: Keep page's beginning paragraphs (#​2658)
  • Add Nitro hooks types declarations (#​2655)
  • Filter draft files in production (#​2648)
  • search: Use page title as default title for sections (9d81acc2)
  • Init storage only when used (#​2670)
  • Use runtimeconfig only when necessary (6f06f356)
  • Do not update devDependencies (062fb97f)
  • search: Improve sections with root node (#​2672)
  • prerender: Ensure / exists inside prerender rotues (#​2673)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • Missing import (#​2560)
  • types: Use const type parameter for QueryBuilder only (#​2546)
  • Split getContent to chunks in getIndexedContentsList (#​2354, #​2549)
  • types: Add const type parameter for QueryBuilder.only() and .without() (#​2573)
📖 Documentation
  • Typo in showURL prop (#​2537)
  • Add descriptions of all match operators (#​2552)
  • Update highlight.langs defaults (#​2559)
🏡 Chore
❤️ Contributors

v2.12.0

Compare Source

compare changes

🚀 Enhancements
🔥 Performance
  • content-list: Cache contents list during generation and per-request (#​2527)
🩹 Fixes
  • module: Handle former props in ContentSlot transformer (#​2525)
  • client-db: Fetch dir config on legacy query (4b9b6b7a)
  • navigation: Ignore extensions on navigation sort (#​2529)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.11.0

Compare Source

compare changes

🩹 Fixes
  • types: Fields in experimental.search can be optional (#​2506)
  • ContentSlot: Detect multiline usage (#​2508)
📖 Documentation
📦 Build
  • Do not emit .mjs in runtime directory (#​2514)
🏡 Chore
❤️ Contributors

v2.10.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add missing imports for search (#​2412)
  • Import nuxt composables from #imports (#​2418)
  • 7.search-content.md typo (7bf89960)
  • Enable cache only for clientDb (#​2425)
  • Remove d.ts (#​2427)
  • Ensure bundler module resolution works with runtime type imports (#​2470)
  • Imports (f33f5a20)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.9.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
📖 Documentation
❤️ Contributors

v2.8.5

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v2.8.4

Compare Source

compare changes

🩹 Fixes
  • prose-pre: Only wrap slot in pre (#​2348)
❤️ Contributors

v2.8.3

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • findSurround: Use filtered contents to find surround (#​2291)
  • Remove deletion of prerenderedAt key (#​2280)
  • module: Remove deprecated resolveModule (#​2298)
  • surround: Respect only and without filters (#​2311)
  • Add missing dependencies (#​2313)
  • tailwindcss: Tailwindcss HMR support for content files (#​2315)
  • Fetch content chunked (#​2321)
  • storage: Prevent duplicate parsing (#​2326)
  • Add regex to match ContentSlot in Pug templates (#​2344)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.8.2

Compare Source

compare changes

🩹 Fixes
  • query: Prevent undefined error (b680b47c)
  • navigation: Prevent client-db conflict (fd8e3b82)
  • serverQueryContent: Do not expose advanced query typing (09e37c19)
  • document-driven: Invalid composable import (e56f71dc)
  • ContentList: Component slot typechecking (#​2277)
❤️ Contributors

v2.8.1

Compare Source

compare changes

🩹 Fixes
  • Cannot read properties of undefined (11c3b09f)
❤️ Contributors

v2.8.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Markdown render compatiblity (d81a08a2)
  • slot: Rename ContentSlot to MDCSlot in render function (efc60481)
  • module: Slot transform sourcemap (7558cf0d)
  • ProseImg: Prevent conflict between src and baseURL (#​2242)
  • Custom drivers failed on build (#​2193)
  • ContentRenderer: Render contents only with excerpt (#​2246)
  • content-slot: Better slot name regex (329cf3bc)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.7.2

Compare Source

compare changes

🩹 Fixes
  • Remark plugins deprecated warning (#​2188)
  • Allow ] in filename code block (#​2169)
📖 Documentation
  • Update slots example for the content-query component (#​2190)
❤️ Contributors

v2.7.1

Compare Source

compare changes

🚀 Enhancements
🔥 Performance
  • Keep document-drive state in shallowRef and prefetch pages/components (#​2118)
🩹 Fixes
  • Replace crlf line endings with lf (#​2120)
  • Use consola.withTag instead of kit.useLogger (#​2140)
  • module: Add yml / json extensions to tailwind content files (#​2147)
  • Remove unneeded await (#​2175)
  • Use unstorage types (#​2136)
  • Uppercase in path (#​2170)
  • markdown: Allow plugin with array type option (#​2114)
  • Allow empty string in $contains (#​2179)
  • Remove favicon handling (#​2157)
📖 Documentation
❤️ Contributors

v2.7.0

Compare Source

compare changes

🚀 Enhancements
  • shiki: Support italic, bold and underline styles (#​2079)
  • config: Update ignores to advanced pattern (#​2035)
🩹 Fixes
  • link: Remove hash before checking if ending by '.md' (#​2033)
  • markdown: Prevent script execution (#​2040)
  • code-block: Pass language as class name (#​2064)
  • tailwind-integration: Allow content as object (#​2060)
  • code-block: Meta property (#​2067)
  • markdown: Respect _draft key in frontmatter (#​2077)
📖 Documentation
  • Guide for adding custom grammars for syntax highlighting (7da9b286)
  • Add example of additional sorting options for queryContent (#​2042)
  • Explain useasyncdata wrapping (#​2054)
  • Update url (#​2055)
  • Add latest to nuxi command (2939b793)
  • Update Content Wind live demo url (#​2080)
  • Update links (#​2085)
  • Remove outdated description (#​2098)
🏡 Chore
  • Use caret dependency for kit (#​2044)
❤️ Contributors

v2.6.0

Compare Source

compare changes

🚀 Enhancements
  • CodeBlock: Add line number attribute to code block lines (#​1973)
  • More flexible ignores configuration (#​2022)
🩹 Fixes
  • type: Content locale (#​1965)
  • markdown: Html ids in markdown headings should not start with a digit (#​1961)
  • useContentHead: Set property instead of name for OG metadata (#​1981)
  • Access config from public key (#​2005)
  • ContentRendererMarkdown: Prevent undefiend error on component resolve (#​2021)
  • code-block: Use span with \n instead of div for lines (#​2008)
  • preview: Use sessionStorage to keep token (#​2020)
  • shiki: Add \n to empty lines (46f3d79f)
  • markdown-renderer: Document reactivity (e46309fe)
  • query: Prevent adding duplicate conditions to query (#​2027)
  • document-driven: Ensure layout is set on hydration (#​2032)
📖 Documentation
❤️ Contributors

v2.5.2

Compare Source

compare changes

🩹 Fixes
  • Revert navDirFromPath behavior (049c356d)
❤️ Contributors

v2.5.1

Compare Source

compare changes

🩹 Fixes
  • client-db: Ensure ignoreSources is an array (45b44a69)
  • document-driven: Page layout detection (#​1955)
🏡 Chore
❤️ Contributors

v2.5.0

Compare Source

compare changes

🚀 Enhancements
  • Introduce component-resolver transformer (#​1907)
  • client-db: Allow possibility to ignore some sources from client storage (#​1917)
🩹 Fixes
  • Add anchorLinks type (#​1894)
  • headings: Don't generate link if id is missing (#​1893)
  • code block: Use div instead of span (#​1885)
  • Types (#​1912)
  • Db access time issue (#​1838)
  • Refresh content-index on nitro start (#​1947)
  • findSurround: Allow before and after to be 0 (#​1922)
  • module: Close dev server on nitro close (#​1952)
📖 Documentation
❤️ Contributors

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file minor labels Apr 20, 2023
@netlify
Copy link

netlify bot commented Apr 20, 2023

Deploy Preview for static-cms-nuxt failed.

Name Link
🔨 Latest commit 0cc7af5
🔍 Latest deploy log https://app.netlify.com/sites/static-cms-nuxt/deploys/669aa712641c44000822976c

@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.6.0 fix(deps): update dependency @nuxt/content to v2.7.0 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 84805d2 to 74af5d8 Compare June 13, 2023 14:01
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.7.0 fix(deps): update dependency @nuxt/content to v2.7.1 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 74af5d8 to 50561b8 Compare July 19, 2023 08:11
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.7.1 fix(deps): update dependency @nuxt/content to v2.7.2 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 50561b8 to 046a77d Compare July 25, 2023 06:21
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 046a77d to 9d34d79 Compare August 29, 2023 14:04
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.7.2 fix(deps): update dependency @nuxt/content to v2.8.0 Aug 29, 2023
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.8.0 fix(deps): update dependency @nuxt/content to v2.8.1 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 9d34d79 to df06fdc Compare August 30, 2023 10:58
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.8.1 fix(deps): update dependency @nuxt/content to v2.8.2 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from df06fdc to f132d2c Compare September 1, 2023 17:04
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.8.2 fix(deps): update dependency @nuxt/content to v2.8.3 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from f132d2c to 83754a7 Compare September 26, 2023 16:32
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.8.3 fix(deps): update dependency @nuxt/content to v2.8.4 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 83754a7 to 11d5749 Compare September 27, 2023 12:27
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.8.4 fix(deps): update dependency @nuxt/content to v2.8.5 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 11d5749 to 56be6af Compare September 28, 2023 18:13
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.8.5 fix(deps): update dependency @nuxt/content to v2.9.0 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 56be6af to 138f2f2 Compare October 27, 2023 19:32
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.9.0 fix(deps): update dependency @nuxt/content to v2.10.0 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 138f2f2 to 4943b7f Compare December 22, 2023 10:02
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 4943b7f to 53ccddf Compare January 22, 2024 10:56
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.10.0 fix(deps): update dependency @nuxt/content to v2.11.0 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 53ccddf to 3b83b9a Compare February 6, 2024 09:24
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.11.0 fix(deps): update dependency @nuxt/content to v2.12.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 3b83b9a to 58bf0a9 Compare March 7, 2024 18:46
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.12.0 fix(deps): update dependency @nuxt/content to v2.12.1 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 58bf0a9 to c18b5e8 Compare June 20, 2024 17:04
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.12.1 fix(deps): update dependency @nuxt/content to v2.13.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from c18b5e8 to 62bf210 Compare July 5, 2024 21:36
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.13.0 fix(deps): update dependency @nuxt/content to v2.13.1 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 62bf210 to 0cc7af5 Compare July 19, 2024 17:49
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.13.1 fix(deps): update dependency @nuxt/content to v2.13.2 Jul 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants