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

chore(deps): bump @nuxtjs/mdc and @nuxt/content #49

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates @nuxtjs/mdc from 0.6.1 to 0.13.3

Release notes

Sourced from @​nuxtjs/mdc's releases.

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)

📖 Documentation

  • README: Links types module (#324)
  • Module loads components from components/mdc directory (aac575e)

🏡 Chore

❤️ Contributors

v0.12.1

  • chore(deps): lock file maintenance (#312) (1a4ebf6)
  • chore: upgrade deps (2f8a1d0)
  • test: fix typecheck (6b00e5c)

v0.12.0

  • fix: do not remove text language from codeblocks (3b6ca5b)
  • chore: upgrade deps (2684dd2)
  • feat(parse): allow disabling heading extraction (4420709)

... (truncated)

Changelog

Sourced from @​nuxtjs/mdc's changelog.

v0.13.3

compare changes

v0.13.2

compare changes

🩹 Fixes

  • Transpile yaml package (#331)

❤️ Contributors

v0.13.1

compare changes

🩹 Fixes

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

🏡 Chore

❤️ Contributors

v0.13.0

compare changes

🩹 Fixes

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

📖 Documentation

  • README: Links types module (#324)
  • Module loads components from components/mdc directory (aac575e)

🏡 Chore

... (truncated)

Commits
  • 395f380 chore(release): release v0.13.3
  • 9909773 Merge commit from fork
  • 8a59ae3 chore(release): release v0.13.2
  • 7aa3c0e fix: transpile yaml package (#331)
  • 3d46472 chore(release): release v0.13.1
  • 9040c86 chore: upgrade deps
  • 017fff0 fix(stringify): convert mdc-element back to rehype element
  • e3b8fc9 chore(release): release v0.13.0
  • 3955c94 chore: freeze typescript 5.6.2
  • 317d82e chore: upgrade deps
  • Additional commits viewable in compare view

Updates @nuxt/content from 2.12.1 to 3.1.0

Changelog

Sourced from @​nuxt/content's changelog.

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)

3.0.1 (2025-01-27)

Bug Fixes

  • studio: return when collection not found (0e0c8e7)
  • validate query before execute (#3048) (0f0da14)

3.0.0 (2025-01-16)

Bug Fixes

... (truncated)

Commits
  • 902774f chore(release): v3.1.0
  • 083a47a fix(nuxthub): split queries into 1MB chunks
  • 977d2ea chore(deps): lock file maintenance (#3077)
  • 8747ba3 docs(readme): current path links (#3078)
  • c5058c0 chore: update lock file
  • d0c3ddf ci: disable corepack default to latest
  • 3cb2634 chore(playgorund): missing dependency
  • 042c548 fix(vercel): default database url
  • b46fc37 fix(nuxthub): ensure database is enabled
  • ad45699 docs: update badges
  • 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.3 and updates ancestor dependency [@nuxt/content](https://github.com/nuxt/content). These dependencies need to be updated together.


Updates `@nuxtjs/mdc` from 0.6.1 to 0.13.3
- [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.6.1...v0.13.3)

Updates `@nuxt/content` from 2.12.1 to 3.1.0
- [Release notes](https://github.com/nuxt/content/releases)
- [Changelog](https://github.com/nuxt/content/blob/main/CHANGELOG.md)
- [Commits](nuxt/content@v2.12.1...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2025
Copy link

netlify bot commented Feb 6, 2025

Deploy Preview for dennissmuda failed.

Name Link
🔨 Latest commit f29a38a
🔍 Latest deploy log https://app.netlify.com/sites/dennissmuda/deploys/67a51c70b6550100082306ee

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-8bf7b5314a branch February 11, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant