Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @nuxt/content to v2.9.0 - autoclosed #1220

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content 2.4.3 -> 2.9.0 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

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: Enabled.

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 Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Feb 25, 2023

Deployment failed with the following error:

Resource is limited - try again in 6 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 6367969 to 8fd12ee Compare February 25, 2023 03:33
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 25, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 40b3c3c
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch 26 times, most recently from 2b15449 to 9f48516 Compare March 18, 2023 08:51
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from ec5a6a6 to 8d81ba4 Compare July 19, 2023 10:26
@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 8d81ba4 to 6553856 Compare July 25, 2023 07:46
@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 force-pushed the renovate/nuxt-content-2.x branch from 6553856 to 118073f Compare August 29, 2023 17:17
@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 118073f to 3f7cb5c Compare August 30, 2023 11:28
@renovate renovate bot force-pushed the renovate/nuxt-content-2.x branch from 3f7cb5c to 6bb8f4c Compare September 1, 2023 17:10
@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 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 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 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 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 d5b04aa to 40b3c3c Compare October 27, 2023 16:50
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v2.9.0 fix(deps): update dependency @nuxt/content to v2.9.0 - autoclosed Dec 7, 2023
@renovate renovate bot closed this Dec 7, 2023
@renovate renovate bot deleted the renovate/nuxt-content-2.x branch December 7, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants