[PR #319] [CLOSED] fix(deps): bump @nuxt/content from 1.15.1 to 2.2.0 #333

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/319
Author: @dependabot[bot]
Created: 10/20/2022
Status: Closed

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


📝 Commits (1)

  • 86deb94 fix(deps): bump @nuxt/content from 1.15.1 to 2.2.0

📊 Changes

2 files changed (+1484 additions, -823 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+1483 -822)

📄 Description

Bumps @nuxt/content from 1.15.1 to 2.2.0.

Changelog

Sourced from @​nuxt/content's changelog.

v2.2.0

compare changes

🚀 Enhancements

  • document-driven: Support navigation.redirect from _dir files (#1545)
  • Spa mode (#1525)
  • Config for anchor link generation of headings (#1564)
  • parser: Introduce _dir field in contents (#1613)

🔥 Performance

  • build: Build caches before pre-rendering contents (#1530)

🩹 Fixes

  • module: Make documentDriven configs optional (#1539)
  • Add missing imports (451b000e)
  • Missing imports on preview mode (f9f161b1)
  • Use relative .md link (#1556)
  • module: Multi-source array (#1578)
  • navigation: Missing composable when navigation is disabled (#1577)
  • Ignore built content in preview mode (bc01cde3)
  • ClientDB: Drop LocalStorage (7afd857b)
  • client-db: Race-condition on multiple calls (c11a4800)
  • <ContentList>: Respect query.path when path is missing (#1598)
  • <ContentDoc>: Render blink in SSG (#1600)
  • Update h3 usage with explicit defineEventHandler (#1603)
  • anchorLinks: Add useRuntimeConfig imports (#1605)
  • runtime: Detect 404 api responses in SSG (#1608)
  • queryContent: Use path argument as prefix if there is another condition (#1612)

📖 Documentation

  • Fix type client only -> client-only (#1535)
  • content-list: Updated query reference and added example (#1548)
  • Add search (#1575)
  • Update algolia key (9e91948e)
  • Cleanup deps (#1582)
  • Upgrade Content version (c76c5a75)
  • Broken link on Markdown API page (#1588)
  • composables: Fix close tag ContentRenderer (#1597)
  • Update badge style (49b1c4cc)
  • Update cover (ba2aeb45)
  • No need to register manually nitro plugin (b6bbb42c)
  • Fix nitro plugins link (0259a901)
  • Update findSurround usage (#1609)
  • Guidance on using local images (#1617)

... (truncated)

Commits
  • 23f9d7e chore(release): release v2.2.0
  • 0b56bac chore(deps): lock file maintenance (#1591)
  • 627cb64 chore(deps): update all non-major dependencies (#1587)
  • 80e82a7 docs: guidance on using local images (#1617)
  • 2a92bab docs: update findSurround usage (#1609)
  • 98271a7 feat(parser): introduce _dir field in contents (#1613)
  • 5ec049d fix(queryContent): use path argument as prefix if there is another conditio...
  • 15842a4 fix(runtime): detect 404 api responses in SSG (#1608)
  • 0259a90 docs: fix nitro plugins link
  • b6bbb42 docs: no need to register manually nitro plugin
  • 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/319 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt/content-2.2.0` --- ### 📝 Commits (1) - [`86deb94`](https://github.com/ArthurDanjou/website-old/commit/86deb9455ec245f4a6e7b08d14f402fd52f2b098) fix(deps): bump @nuxt/content from 1.15.1 to 2.2.0 ### 📊 Changes **2 files changed** (+1484 additions, -823 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+1483 -822) </details> ### 📄 Description Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.15.1 to 2.2.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.2.0</h2> <p><a href="https://github.com/nuxt/content/compare/v2.1.1...v2.2.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>document-driven:</strong> Support <code>navigation.redirect</code> from <code>_dir</code> files (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1545">#1545</a>)</li> <li>Spa mode (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1525">#1525</a>)</li> <li>Config for anchor link generation of headings (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1564">#1564</a>)</li> <li><strong>parser:</strong> Introduce <code>_dir</code> field in contents (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1613">#1613</a>)</li> </ul> <h3>🔥 Performance</h3> <ul> <li><strong>build:</strong> Build caches before pre-rendering contents (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1530">#1530</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>module:</strong> Make <code>documentDriven</code> configs optional (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1539">#1539</a>)</li> <li>Add missing imports (<a href="https://github.com/nuxt/content/commit/451b000e">451b000e</a>)</li> <li>Missing imports on preview mode (<a href="https://github.com/nuxt/content/commit/f9f161b1">f9f161b1</a>)</li> <li>Use relative <code>.md</code> link (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1556">#1556</a>)</li> <li><strong>module:</strong> Multi-source array (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1578">#1578</a>)</li> <li><strong>navigation:</strong> Missing composable when navigation is disabled (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1577">#1577</a>)</li> <li>Ignore built content in preview mode (<a href="https://github.com/nuxt/content/commit/bc01cde3">bc01cde3</a>)</li> <li><strong>ClientDB:</strong> Drop LocalStorage (<a href="https://github.com/nuxt/content/commit/7afd857b">7afd857b</a>)</li> <li><strong>client-db:</strong> Race-condition on multiple calls (<a href="https://github.com/nuxt/content/commit/c11a4800">c11a4800</a>)</li> <li><strong><code>&lt;ContentList&gt;</code>:</strong> Respect <code>query.path</code> when <code>path</code> is missing (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1598">#1598</a>)</li> <li><strong><code>&lt;ContentDoc&gt;</code>:</strong> Render blink in SSG (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1600">#1600</a>)</li> <li>Update h3 usage with explicit <code>defineEventHandler</code> (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1603">#1603</a>)</li> <li><strong>anchorLinks:</strong> Add useRuntimeConfig imports (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1605">#1605</a>)</li> <li><strong>runtime:</strong> Detect 404 api responses in SSG (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1608">#1608</a>)</li> <li><strong><code>queryContent</code>:</strong> Use path argument as prefix if there is another condition (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1612">#1612</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Fix type <code>client only</code> -&gt; <code>client-only</code> (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1535">#1535</a>)</li> <li><strong>content-list:</strong> Updated query reference and added example (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1548">#1548</a>)</li> <li>Add search (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1575">#1575</a>)</li> <li>Update algolia key (<a href="https://github.com/nuxt/content/commit/9e91948e">9e91948e</a>)</li> <li>Cleanup deps (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1582">#1582</a>)</li> <li>Upgrade Content version (<a href="https://github.com/nuxt/content/commit/c76c5a75">c76c5a75</a>)</li> <li>Broken link on Markdown API page (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1588">#1588</a>)</li> <li><strong>composables:</strong> Fix close tag ContentRenderer (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1597">#1597</a>)</li> <li>Update badge style (<a href="https://github.com/nuxt/content/commit/49b1c4cc">49b1c4cc</a>)</li> <li>Update cover (<a href="https://github.com/nuxt/content/commit/ba2aeb45">ba2aeb45</a>)</li> <li>No need to register manually nitro plugin (<a href="https://github.com/nuxt/content/commit/b6bbb42c">b6bbb42c</a>)</li> <li>Fix nitro plugins link (<a href="https://github.com/nuxt/content/commit/0259a901">0259a901</a>)</li> <li>Update <code>findSurround</code> usage (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1609">#1609</a>)</li> <li>Guidance on using local images (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1617">#1617</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/23f9d7e16e6d0f9e3db8ca7871e093297f39d44e"><code>23f9d7e</code></a> chore(release): release v2.2.0</li> <li><a href="https://github.com/nuxt/content/commit/0b56bacef18d457ac674340e559934487ec2254b"><code>0b56bac</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1591">#1591</a>)</li> <li><a href="https://github.com/nuxt/content/commit/627cb649e4aecc7c57f5497bad53a4c6f560622d"><code>627cb64</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1587">#1587</a>)</li> <li><a href="https://github.com/nuxt/content/commit/80e82a77febf8b6e2f06d10b64d646abdb7db804"><code>80e82a7</code></a> docs: guidance on using local images (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1617">#1617</a>)</li> <li><a href="https://github.com/nuxt/content/commit/2a92babf8034c4c683651c1a0a0e428c5f69c511"><code>2a92bab</code></a> docs: update <code>findSurround</code> usage (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1609">#1609</a>)</li> <li><a href="https://github.com/nuxt/content/commit/98271a74d976448cf437996f4b12f206935e0499"><code>98271a7</code></a> feat(parser): introduce <code>_dir</code> field in contents (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1613">#1613</a>)</li> <li><a href="https://github.com/nuxt/content/commit/5ec049d3eae339d53a1e070d2352ed8535d905c0"><code>5ec049d</code></a> fix(<code>queryContent</code>): use path argument as prefix if there is another conditio...</li> <li><a href="https://github.com/nuxt/content/commit/15842a4d3f5ba015ea4bb19601e11f5f74a618c9"><code>15842a4</code></a> fix(runtime): detect 404 api responses in SSG (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1608">#1608</a>)</li> <li><a href="https://github.com/nuxt/content/commit/0259a901d307843ae1a49f1f76ad653a5997ed41"><code>0259a90</code></a> docs: fix nitro plugins link</li> <li><a href="https://github.com/nuxt/content/commit/b6bbb42cf43a39bb0cd5f26102abaec770c6aa95"><code>b6bbb42</code></a> docs: no need to register manually nitro plugin</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/content/compare/@nuxt/content@1.15.1...v2.2.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.2.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:48 +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#333