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

Bump @nuxtjs/mdc and @nuxt/content #25

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2025

Bumps @nuxtjs/mdc to 0.13.5 and updates ancestor dependency @nuxt/content. These dependencies need to be updated together.

Updates @nuxtjs/mdc from 0.9.5 to 0.13.5

Release notes

Sourced from @​nuxtjs/mdc's releases.

v0.13.5

🩹 Fixes

  • Support static file paths (#340)

❤️ Contributors

v0.13.4

🩹 Fixes

  • Regression in allowed image links using absolute or relative paths (#339)

🤖 CI

❤️ Contributors

v0.13.3

🩹 Fixes

  • security: additional xss security guards for anchor elements (9909773)

❤️ Contributors

v0.13.2

  • fix: transpile yaml package (#331) (7aa3c0e)

v0.13.1

  • fix(stringify): convert mdc-element back to rehype element (017fff0)

v0.13.0

BREAKING CHANGE

MDC stringify now generates emphasized words with * instead of _. Checkout syntax-tree/mdast-util-to-markdown#65 for more information.

🩹 Fixes

  • stringify: Use * instead _ for emphsis syntax (#325)

... (truncated)

Changelog

Sourced from @​nuxtjs/mdc's changelog.

v0.13.5

compare changes

🩹 Fixes

  • Support static file paths (#340)

❤️ Contributors

v0.13.4

compare changes

🩹 Fixes

  • Regression in allowed image links using absolute or relative paths (#339)

🤖 CI

❤️ Contributors

v0.13.3

compare changes

v0.13.2

compare changes

🩹 Fixes

  • Transpile yaml package (#331)

❤️ Contributors

v0.13.1

compare changes

... (truncated)

Commits

Updates @nuxt/content from 2.13.4 to 3.1.1

Changelog

Sourced from @​nuxt/content's changelog.

3.1.1 (2025-02-11)

Bug Fixes

  • docs: use bindingName instead of binding (#3109) (311609c)
  • don't force pg for vercel (#3093) (0866008)
  • preset: allow presets to provide default options (254fd24)
  • query: allow uppercase in column names (#3100) (598dd13)
  • vercel: use /tmp directory for sqlite db (#3108) (bfc58cc)

3.1.0 (2025-02-03)

Features

  • node-sqlite3 connector (#3032) (1188550)
  • db: drop built-in database adapters in favor of db0 connectors (#3010) (1a7371a)
  • integrate with NuxtHub database queries (#3019) (7b480c5)
  • module: extend content transformers (#3056) (5ac8532)
  • search: allow filtering contents in search sections (#3053) (2dc38cf)

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)

... (truncated)

Commits
  • cb105a4 chore(release): v3.1.1
  • 7f116e5 docs: add documentation about built-in providers (#3115)
  • 6ff4bec chore: upgrade deps
  • dcc76e5 docs(content): update debugging guide with new recommended workflow (#3116)
  • 9c9306f docs(templates): update canvas medias
  • 6fcd5f3 docs(template): drafted canvas template
  • 9f5faf7 docs: update page edit link
  • 2ac7c39 Merge branch 'v3'
  • 311609c fix(docs): use bindingName instead of binding (#3109)
  • bfc58cc fix(vercel): use /tmp directory for sqlite db (#3108)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@nuxtjs/mdc](https://github.com/nuxt-modules/mdc) to 0.13.5 and updates ancestor dependency [@nuxt/content](https://github.com/nuxt/content). These dependencies need to be updated together.


Updates `@nuxtjs/mdc` from 0.9.5 to 0.13.5
- [Release notes](https://github.com/nuxt-modules/mdc/releases)
- [Changelog](https://github.com/nuxt-modules/mdc/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/mdc@v0.9.5...v0.13.5)

Updates `@nuxt/content` from 2.13.4 to 3.1.1
- [Release notes](https://github.com/nuxt/content/releases)
- [Changelog](https://github.com/nuxt/content/blob/main/CHANGELOG.md)
- [Commits](nuxt/content@v2.13.4...v3.1.1)

---
updated-dependencies:
- dependency-name: "@nuxtjs/mdc"
  dependency-type: indirect
- dependency-name: "@nuxt/content"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for demo-nuxt-starter failed.

Name Link
🔨 Latest commit b2fb25f
🔍 Latest deploy log https://app.netlify.com/sites/demo-nuxt-starter/deploys/67ac6208f6085400084568cf

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