[PR #335] [CLOSED] fix(deps): bump @nuxt/content from 1.15.1 to 2.3.0 #350

Closed
opened 2025-12-01 17:06:54 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/335
Author: @dependabot[bot]
Created: 12/16/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxt/content-2.3.0


📝 Commits (1)

  • ebf7636 fix(deps): bump @nuxt/content from 1.15.1 to 2.3.0

📊 Changes

2 files changed (+1569 additions, -816 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+1568 -815)

📄 Description

Bumps @nuxt/content from 1.15.1 to 2.3.0.

Changelog

Sourced from @​nuxt/content's changelog.

v2.3.0

compare changes

🚀 Enhancements

  • module: Introduce api.baseURL and deprecate base (#1695)
  • Unique api calls per build (#1705)
  • shiki: Expose highlighting utils (#1727)
  • document-driven: Introduce start and finish hooks (#1744)
  • query: Fully cacheable api (#1752)

🩹 Fixes

  • markdown: Resolve custom shiki languages (#1692)
  • clientDB: Disable clientDB if token is set and has falsy value (#1700)
  • shiki: Issue with merging multiple themes (#1703)
  • query: Invalid response on missing content (#1706)
  • test: Typo (#1707)
  • markdown: Remove double and trailing dashes from heading ids (#1711)
  • ws: Prevent port conflict on running multiple instances (#1721)
  • markdown: Remove extra dash from heading id (4c376587)
  • Typo (a7912af1)
  • build: Invalid cache route handler (ae138a87)
  • ContentRendererMarkdown: Recreate vNodes in render function (#1734)
  • query: Fallback to default locale if query has no filter on _locale (#1748)
  • module: Put query parameters removal under an experimental flag (#1757)
  • Add missing imports (5285db01)

💅 Refactors

  • ContentRenderer: Simplify conditions (#1715)
  • Shiki: Prepare Shiki highlighter for external usage (#1720)

📖 Documentation

🏡 Chore

  • Upgrade deps (#1691)
  • logging: Cleanup logging (#1733)

... (truncated)

Commits
  • 22a3acc chore(release): v2.3.0
  • 5285db0 fix: add missing imports
  • 4ec1621 fix(module): put query parameters removal under an experimental flag (#1757)
  • e7d11d7 docs: update module options (#1755)
  • 600e349 chore(deps): update devdependency @​nuxt-themes/docus to ^1.1.5 (#1753)
  • 0683ade feat(query): fully cacheable api (#1752)
  • f6ab8bc chore(deps): lock file maintenance (#1743)
  • 83541f3 chore(deps): update all non-major dependencies (#1747)
  • 90b358a fix(query): fallback to default locale if query has no filter on _locale (#...
  • 9ec3906 chore(deps): update devdependency vitest to ^0.25.7 (#1735)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by farnabaz, a new releaser for @​nuxt/content since your current version.


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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/335 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/16/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt/content-2.3.0` --- ### 📝 Commits (1) - [`ebf7636`](https://github.com/ArthurDanjou/website-old/commit/ebf763691e185fd030d907cd39f2964fd17920ea) fix(deps): bump @nuxt/content from 1.15.1 to 2.3.0 ### 📊 Changes **2 files changed** (+1569 additions, -816 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+1568 -815) </details> ### 📄 Description Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.15.1 to 2.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt/content/blob/main/CHANGELOG.md"><code>@​nuxt/content</code>'s changelog</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <p><a href="https://github.com/nuxt/content/compare/v2.2.2...v2.3.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>module:</strong> Introduce <code>api.baseURL</code> and deprecate <code>base</code> (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1695">#1695</a>)</li> <li>Unique api calls per build (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1705">#1705</a>)</li> <li><strong>shiki:</strong> Expose highlighting utils (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1727">#1727</a>)</li> <li><strong>document-driven:</strong> Introduce <code>start</code> and <code>finish</code> hooks (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1744">#1744</a>)</li> <li><strong>query:</strong> Fully cacheable api (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1752">#1752</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>markdown:</strong> Resolve custom shiki languages (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1692">#1692</a>)</li> <li><strong>clientDB:</strong> Disable clientDB if token is set and has falsy value (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1700">#1700</a>)</li> <li><strong>shiki:</strong> Issue with merging multiple themes (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1703">#1703</a>)</li> <li><strong>query:</strong> Invalid response on missing content (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1706">#1706</a>)</li> <li><strong>test:</strong> Typo (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1707">#1707</a>)</li> <li><strong>markdown:</strong> Remove double and trailing dashes from heading ids (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1711">#1711</a>)</li> <li><strong>ws:</strong> Prevent port conflict on running multiple instances (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1721">#1721</a>)</li> <li><strong>markdown:</strong> Remove extra dash from heading id (<a href="https://github.com/nuxt/content/commit/4c376587">4c376587</a>)</li> <li>Typo (<a href="https://github.com/nuxt/content/commit/a7912af1">a7912af1</a>)</li> <li><strong>build:</strong> Invalid cache route handler (<a href="https://github.com/nuxt/content/commit/ae138a87">ae138a87</a>)</li> <li><strong>ContentRendererMarkdown:</strong> Recreate vNodes in render function (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1734">#1734</a>)</li> <li><strong>query:</strong> Fallback to default locale if query has no filter on <code>_locale</code> (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1748">#1748</a>)</li> <li><strong>module:</strong> Put query parameters removal under an experimental flag (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1757">#1757</a>)</li> <li>Add missing imports (<a href="https://github.com/nuxt/content/commit/5285db01">5285db01</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li><strong>ContentRenderer:</strong> Simplify conditions (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1715">#1715</a>)</li> <li><strong>Shiki:</strong> Prepare Shiki highlighter for external usage (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1720">#1720</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Update deps (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1684">#1684</a>)</li> <li>Update studio module (<a href="https://github.com/nuxt/content/commit/fe55ff28">fe55ff28</a>)</li> <li>Revert studio module to 0.2.2 (<a href="https://github.com/nuxt/content/commit/e26ffd01">e26ffd01</a>)</li> <li>Update studio module (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1686">#1686</a>)</li> <li>Fix typo (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1693">#1693</a>)</li> <li>Upgrade studio module (<a href="https://github.com/nuxt/content/commit/ff2edddc">ff2edddc</a>)</li> <li>Update code inline (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1730">#1730</a>)</li> <li>Update module options (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1755">#1755</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Upgrade deps (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1691">#1691</a>)</li> <li><strong>logging:</strong> Cleanup logging (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1733">#1733</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/content/commit/22a3accc596572ac60d06faee63f404d3c0bdf88"><code>22a3acc</code></a> chore(release): v2.3.0</li> <li><a href="https://github.com/nuxt/content/commit/5285db0186eb440bdd74c34ac4f6236adcc22f96"><code>5285db0</code></a> fix: add missing imports</li> <li><a href="https://github.com/nuxt/content/commit/4ec162174b96a3a605280a64017888e673fc7e9a"><code>4ec1621</code></a> fix(module): put query parameters removal under an experimental flag (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1757">#1757</a>)</li> <li><a href="https://github.com/nuxt/content/commit/e7d11d7f35c1d2298eb9870be28b3d78892b6413"><code>e7d11d7</code></a> docs: update module options (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1755">#1755</a>)</li> <li><a href="https://github.com/nuxt/content/commit/600e349c86b24c4895765b87ea594681fb810107"><code>600e349</code></a> chore(deps): update devdependency <code>@​nuxt-themes/docus</code> to ^1.1.5 (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1753">#1753</a>)</li> <li><a href="https://github.com/nuxt/content/commit/0683adea4908e74538afe47e194beb3d403614a4"><code>0683ade</code></a> feat(query): fully cacheable api (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1752">#1752</a>)</li> <li><a href="https://github.com/nuxt/content/commit/f6ab8bcf92c5a85f46498a0120e51ffed403a815"><code>f6ab8bc</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1743">#1743</a>)</li> <li><a href="https://github.com/nuxt/content/commit/83541f3494c880f94719a5f0cc4be3291cdd2ab3"><code>83541f3</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1747">#1747</a>)</li> <li><a href="https://github.com/nuxt/content/commit/90b358af5fa35cf554aadffc48859a8a5ed541c0"><code>90b358a</code></a> fix(query): fallback to default locale if query has no filter on <code>_locale</code> (#...</li> <li><a href="https://github.com/nuxt/content/commit/9ec39064e1316e1a77ce74a37500b6ee7ec7453b"><code>9ec3906</code></a> chore(deps): update devdependency vitest to ^0.25.7 (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1735">#1735</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/content/compare/@nuxt/content@1.15.1...v2.3.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~farnabaz">farnabaz</a>, a new releaser for <code>@​nuxt/content</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxt/content&package-manager=npm_and_yarn&previous-version=1.15.1&new-version=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:06:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#350