Skip to content

build(deps-dev): bump @nuxtjs/mdc from 0.16.1 to 0.17.0 in the npm_and_yarn group #2473

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2025

Bumps the npm_and_yarn group with 1 update: @nuxtjs/mdc.

Updates @nuxtjs/mdc from 0.16.1 to 0.17.0

Release notes

Sourced from @​nuxtjs/mdc's releases.

v0.17.0

🎉 Highlights

  • Introduce MDCCached component, an efficient makdown parser and renderer for streaming texts.

[!NOTE] Markdown stringifier adds spaces around inline components. This is due to #371 fix.

🚀 Enhancements

  • Introduce MDCCached component (#382)

🩹 Fixes

  • Vue server renderer does not render \r causes hydration issue (b722c4a)
  • Dynamic load parser in MDC component (#363)
  • parser: Simplify filename regex in parseThematicBlock function (#367)
  • MDCRenderer: Re-render when tags are modified (78a0571)
  • stringify: Force hast-util-to-mdast to treat textComponent nodes as text (cd1c4fd)
  • shiki: Allow overriding base transformers (760874d)
  • md-highlighter: Import bundledLanguagesInfo directly from shiki (#375)
  • Unify class properties (b820147)
  • MDCRenderer: Ensure nodes are in right order on re-render (#381)
  • Render button nodes (5242c08)
  • stringify: Ensure inline components are separated by space (c9f538a)
  • Do not add spacing around binding (c3efdd5)
  • Do not add space between components and punctuation (6ea4163)
  • Prevent undefined error (fc8c294)

💅 Refactors

  • Imports for Shiki (#365)

📖 Documentation

🏡 Chore

❤️ Contributors

Changelog

Sourced from @​nuxtjs/mdc's changelog.

v0.17.0

compare changes

🚀 Enhancements

  • Introduce MDCCached component (#382)

🩹 Fixes

  • Vue server renderer does not render \r causes hydration issue (b722c4a)
  • Dynamic load parser in MDC component (#363)
  • parser: Simplify filename regex in parseThematicBlock function (#367)
  • MDCRenderer: Re-render when tags are modified (78a0571)
  • stringify: Force hast-util-to-mdast to treat textComponent nodes as text (cd1c4fd)
  • shiki: Allow overriding base transformers (760874d)
  • md-highlighter: Import bundledLanguagesInfo directly from shiki (#375)
  • Unify class properties (b820147)
  • MDCRenderer: Ensure nodes are in right order on re-render (#381)
  • Render button nodes (5242c08)
  • stringify: Ensure inline components are separated by space (c9f538a)
  • Do not add spacing around binding (c3efdd5)
  • Do not add space between components and punctuation (6ea4163)
  • Prevent undefined error (fc8c294)

💅 Refactors

  • Imports for Shiki (#365)

📖 Documentation

🏡 Chore

❤️ Contributors

Commits
  • 58e5ef0 chore(release): release v0.17.0
  • 180983f chore: upgrade to latest remark-mdc
  • fc8c294 fix: prevent undefined error
  • 418852c chore: upgrade deps
  • 6ea4163 fix: do not add space between components and punctuation
  • c3efdd5 fix: do not add spacing around binding
  • 4f74581 chore(deps): lock file maintenance (#374)
  • c9f538a fix(stringify): ensure inline components are separated by space
  • 5242c08 fix: render button nodes
  • 918ae96 chore: upgrade deps
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update: [@nuxtjs/mdc](https://github.com/nuxt-modules/mdc).


Updates `@nuxtjs/mdc` from 0.16.1 to 0.17.0
- [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.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: "@nuxtjs/mdc"
  dependency-version: 0.17.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency-upgrade Dependency upgrade is needed label Apr 24, 2025
Copy link

cloudflare-workers-and-pages bot commented Apr 24, 2025

Deploying kestra-io with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4da8a00
Status: ✅  Deploy successful!
Preview URL: https://01599392.kestra-io.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm.kestra-io.pages.dev

View logs

@github-project-automation github-project-automation bot moved this to To review in Pull Requests Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-upgrade Dependency upgrade is needed
Projects
Status: To review
Development

Successfully merging this pull request may close these issues.

0 participants