[PR #327] [CLOSED] fix(deps): bump @nuxt/content from 1.15.1 to 2.2.2 #342

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 1eeb51c fix(deps): bump @nuxt/content from 1.15.1 to 2.2.2

📊 Changes

2 files changed (+1533 additions, -831 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+1532 -830)

📄 Description

Bumps @nuxt/content from 1.15.1 to 2.2.2.

Changelog

Sourced from @​nuxt/content's changelog.

v2.2.2

compare changes

🩹 Fixes

  • ContentRenderer: Empty content detection (#1653)
  • ContentList: Handle props change and fix slots default (#1668)

💅 Refactors

  • Improve typings and simplify logic (#1669)

📖 Documentation

  • Fix error in ContentQuery where clause example (#1643)
  • Update sources (#1664)
  • a11y: Use list for nav example (#1670)

🏡 Chore

❤️ Contributors

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

... (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/327 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/16/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt/content-2.2.2` --- ### 📝 Commits (1) - [`1eeb51c`](https://github.com/ArthurDanjou/website-old/commit/1eeb51c68a6637c3ab89502821bb1d7e07542781) fix(deps): bump @nuxt/content from 1.15.1 to 2.2.2 ### 📊 Changes **2 files changed** (+1533 additions, -831 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+1532 -830) </details> ### 📄 Description Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.15.1 to 2.2.2. <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.2</h2> <p><a href="https://github.com/nuxt/content/compare/v2.2.1...v2.2.2">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>ContentRenderer:</strong> Empty content detection (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1653">#1653</a>)</li> <li><strong>ContentList:</strong> Handle props change and fix slots default (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1668">#1668</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li>Improve typings and simplify logic (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1669">#1669</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Fix error in ContentQuery where clause example (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1643">#1643</a>)</li> <li>Update sources (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1664">#1664</a>)</li> <li><strong>a11y:</strong> Use list for nav example (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1670">#1670</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Add #content/context virtual file (<a href="https://github.com/nuxt/content/commit/6e205703">6e205703</a>)</li> <li>No need for virtual file (<a href="https://github.com/nuxt/content/commit/37e2caf9">37e2caf9</a>)</li> <li>Upgrade deps (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1682">#1682</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Farnabaz <a href="mailto:farnabaz@gmail.com">farnabaz@gmail.com</a></li> <li>Novellac</li> <li>Sébastien Chopin (<a href="http://github.com/Atinux"><code>@​Atinux</code></a>)</li> <li>Brett Ormsby</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt/content/commit/b5f114167ac6088f755eed408f324dfe500fa8c3"><code>b5f1141</code></a> chore(release): v2.2.2</li> <li><a href="https://github.com/nuxt/content/commit/1fbd2c74cc48fdb35303e2a70f2e46f7be6f5c6b"><code>1fbd2c7</code></a> chore: upgrade deps (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1682">#1682</a>)</li> <li><a href="https://github.com/nuxt/content/commit/597690393b787ae52d4dbdabb8c86da6e8387740"><code>5976903</code></a> docs(a11y): Use list for nav example (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1670">#1670</a>)</li> <li><a href="https://github.com/nuxt/content/commit/8408d15d5132bdba3cbd62b346a1d5174b049b7a"><code>8408d15</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1644">#1644</a>)</li> <li><a href="https://github.com/nuxt/content/commit/acdcad2a1c846d2d1bfd5f9f646fcdf4cb3d2623"><code>acdcad2</code></a> chore(deps): update devdependency nuxt to ^3.0.0-rc.13 (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1645">#1645</a>)</li> <li><a href="https://github.com/nuxt/content/commit/b3738dc947b1f21f466bb559ac13078e45da62a9"><code>b3738dc</code></a> refactor: improve typings and simplify logic (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1669">#1669</a>)</li> <li><a href="https://github.com/nuxt/content/commit/3b5a80e5c20a057dc436761b23930f231a6dec54"><code>3b5a80e</code></a> fix(ContentList): handle props change and fix slots default (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1668">#1668</a>)</li> <li><a href="https://github.com/nuxt/content/commit/37e2caf9abda843b430671782427ba6ff3f177ea"><code>37e2caf</code></a> chore: no need for virtual file</li> <li><a href="https://github.com/nuxt/content/commit/6e2057030c80438c10ec1d0a6c9a6852ad575dd7"><code>6e20570</code></a> chore: add #content/context virtual file</li> <li><a href="https://github.com/nuxt/content/commit/658626236180924733ec334db4542f304889d551"><code>6586262</code></a> docs: update sources (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1664">#1664</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/content/compare/@nuxt/content@1.15.1...v2.2.2">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.2)](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:50 +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#342