[PR #321] [CLOSED] fix(deps): bump @nuxt/content from 1.15.1 to 2.2.1 #338

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • f48bd5e fix(deps): bump @nuxt/content from 1.15.1 to 2.2.1

📊 Changes

2 files changed (+1495 additions, -827 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+1494 -826)

📄 Description

Bumps @nuxt/content from 1.15.1 to 2.2.1.

Changelog

Sourced from @​nuxt/content's changelog.

v2.2.1

compare changes

🩹 Fixes

  • module: Do not warn when sources is empty (42fffc98)
  • module: Set default hostname for dev socket (#1624)
  • Document Driven: Layout prefetching (#1637)
  • MarkdownParser: Refine content path in anchor link (#1629)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Ahad Birang
  • Nobkd
  • Selemondev
  • Sébastien Chopin

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)

... (truncated)

Commits
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/321 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/28/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt/content-2.2.1` --- ### 📝 Commits (1) - [`f48bd5e`](https://github.com/ArthurDanjou/website-old/commit/f48bd5e6f2d7ee4a49266e4a29169a8f0baf6d49) fix(deps): bump @nuxt/content from 1.15.1 to 2.2.1 ### 📊 Changes **2 files changed** (+1495 additions, -827 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+1494 -826) </details> ### 📄 Description Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.15.1 to 2.2.1. <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.1</h2> <p><a href="https://github.com/nuxt/content/compare/v2.2.0...v2.2.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>module:</strong> Do not warn when sources is empty (<a href="https://github.com/nuxt/content/commit/42fffc98">42fffc98</a>)</li> <li><strong>module:</strong> Set default hostname for dev socket (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1624">#1624</a>)</li> <li><strong>Document Driven:</strong> Layout prefetching (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1637">#1637</a>)</li> <li><strong>MarkdownParser:</strong> Refine content path in anchor link (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1629">#1629</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Fix typo (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1632">#1632</a>)</li> <li>Fix apostrophe character (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1633">#1633</a>)</li> <li>Fix typo (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1634">#1634</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Move algolia keys to env (<a href="https://github.com/nuxt/content/commit/138bb7d4">138bb7d4</a>)</li> <li>Upgrade remark-mdc (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1627">#1627</a>)</li> <li>Upgrade deps (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1640">#1640</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Ahad Birang</li> <li>Nobkd</li> <li>Selemondev</li> <li>Sébastien Chopin</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/content/commit/409f03f81f3023d314a7a4d995dec6a726d79a60"><code>409f03f</code></a> chore(release): release v2.2.1</li> <li><a href="https://github.com/nuxt/content/commit/a7e4f27d40a4b3805c2c7debbc5230e42fca0b70"><code>a7e4f27</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1636">#1636</a>)</li> <li><a href="https://github.com/nuxt/content/commit/f045abe1f5ea42b8bef84201fe7b91a39fbeb7df"><code>f045abe</code></a> fix(MarkdownParser): refine content path in anchor link (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1629">#1629</a>)</li> <li><a href="https://github.com/nuxt/content/commit/a2ac0e14f31688f381f4b339c21ae9c8ed75f0fc"><code>a2ac0e1</code></a> chore: upgrade deps (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1640">#1640</a>)</li> <li><a href="https://github.com/nuxt/content/commit/6463e460641e1dbdaabb71cdc39f610e163c2303"><code>6463e46</code></a> fix(dd): layout prefetching (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1637">#1637</a>)</li> <li><a href="https://github.com/nuxt/content/commit/516838b5e89d48b94d0537e5f4d1a4e4a73eb7ef"><code>516838b</code></a> docs: fix typo (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1634">#1634</a>)</li> <li><a href="https://github.com/nuxt/content/commit/bf6ea4da8d0d958c3ecf5ff4870988f30091a787"><code>bf6ea4d</code></a> docs: fix apostrophe character (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1633">#1633</a>)</li> <li><a href="https://github.com/nuxt/content/commit/279721caf251f7635958a46638de4db42437e704"><code>279721c</code></a> docs: Fix typo (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1632">#1632</a>)</li> <li><a href="https://github.com/nuxt/content/commit/fc4eb54ed6b93e3fa6131fc365d578620c0974f8"><code>fc4eb54</code></a> chore: upgrade remark-mdc (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1627">#1627</a>)</li> <li><a href="https://github.com/nuxt/content/commit/30f3b8c0222c83a576349253564d10333d8d8f0d"><code>30f3b8c</code></a> fix(module): set default hostname for dev socket (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1624">#1624</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/content/compare/@nuxt/content@1.15.1...v2.2.1">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.1)](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:49 +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#338