[PR #347] [CLOSED] fix(deps): bump @nuxt/content from 1.15.1 to 2.4.1 #366

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/347
Author: @dependabot[bot]
Created: 1/27/2023
Status: Closed

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


📝 Commits (1)

  • c4eca2b fix(deps): bump @nuxt/content from 1.15.1 to 2.4.1

📊 Changes

2 files changed (+1575 additions, -833 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+1574 -832)

📄 Description

Bumps @nuxt/content from 1.15.1 to 2.4.1.

Changelog

Sourced from @​nuxt/content's changelog.

v2.4.1

compare changes

🩹 Fixes

  • useContentHead: undefined url (b157500b)

📖 Documentation

  • Update edit path (#1853)

🏡 Chore

❤️ Contributors

v2.4.0

compare changes

🚀 Enhancements

  • shiki-highlighter: Improve performance & auto load new languages (#1775)
  • shiki: Highlight excerpt (#1802)
  • markdown: Keep meta from fenced code block (#1800)
  • markdown: Don't create excerpt if there is no <!--more--> (#1801)

🩹 Fixes

  • build: Do not register web-socket plugin on non-dev env (#1768)
  • document-driven: Prevent 404 error on redirected pages (#1770)
  • query: Ensure default values always apply to query params (#1778)
  • examples: Layout duplication (#1808)
  • Shiki: Sanitize highlighted text (#1818)
  • markdown-link: Replacing blank prop with target (#1828)
  • highlighter: Define missing env in Vite (#1830)
  • shiki: Issue with JSON import (#1824)
  • markdown: XSS Prevention (#1832)
  • Handle uri encoded _path query (#1794)
  • Add og:title,url,description meta tags and prefix og:image with host (#1769)
  • navigation: Missing import (6a1e854e)
  • navigation: Missing import (1f7d3a2b)

... (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/347 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxt/content-2.4.1` --- ### 📝 Commits (1) - [`c4eca2b`](https://github.com/ArthurDanjou/website-old/commit/c4eca2b1893d81e08061f659df853fb81821c28a) fix(deps): bump @nuxt/content from 1.15.1 to 2.4.1 ### 📊 Changes **2 files changed** (+1575 additions, -833 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+1574 -832) </details> ### 📄 Description Bumps [@nuxt/content](https://github.com/nuxt/content) from 1.15.1 to 2.4.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.4.1</h2> <p><a href="https://github.com/nuxt/content/compare/v2.4.0...v2.4.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>useContentHead:</strong> <code>undefined</code> url (<a href="https://github.com/nuxt/content/commit/b157500b">b157500b</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Update edit path (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1853">#1853</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update changelog (<a href="https://github.com/nuxt/content/commit/8e7733a0">8e7733a0</a>)</li> <li>Update release config (<a href="https://github.com/nuxt/content/commit/1bb477d8">1bb477d8</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Farnabaz <a href="mailto:farnabaz@gmail.com">farnabaz@gmail.com</a></li> <li>Barbapapazes <a href="mailto:e.soubiran25@gmail.com">e.soubiran25@gmail.com</a></li> </ul> <h2>v2.4.0</h2> <p><a href="https://github.com/nuxt/content/compare/v2.3.0...v2.4.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>shiki-highlighter:</strong> Improve performance &amp; auto load new languages (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1775">#1775</a>)</li> <li><strong>shiki:</strong> Highlight excerpt (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1802">#1802</a>)</li> <li><strong>markdown:</strong> Keep meta from fenced code block (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1800">#1800</a>)</li> <li><strong>markdown:</strong> Don't create excerpt if there is no <code>&lt;!--more--&gt;</code> (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1801">#1801</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>build:</strong> Do not register web-socket plugin on non-dev env (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1768">#1768</a>)</li> <li><strong>document-driven:</strong> Prevent <code>404</code> error on redirected pages (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1770">#1770</a>)</li> <li><strong>query:</strong> Ensure default values always apply to query params (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1778">#1778</a>)</li> <li><strong>examples:</strong> Layout duplication (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1808">#1808</a>)</li> <li><strong>Shiki:</strong> Sanitize highlighted text (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1818">#1818</a>)</li> <li><strong>markdown-link:</strong> Replacing <code>blank</code> prop with <code>target</code> (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1828">#1828</a>)</li> <li><strong>highlighter:</strong> Define missing env in Vite (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1830">#1830</a>)</li> <li><strong>shiki:</strong> Issue with JSON import (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1824">#1824</a>)</li> <li><strong>markdown:</strong> XSS Prevention (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1832">#1832</a>)</li> <li>Handle uri encoded <code>_path </code>query (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1794">#1794</a>)</li> <li>Add <code>og:title,url,description</code> meta tags and prefix <code>og:image</code> with host (<a href="https://github-redirect.dependabot.com/nuxt/content/pull/1769">#1769</a>)</li> <li><strong>navigation:</strong> Missing import (<a href="https://github.com/nuxt/content/commit/6a1e854e">6a1e854e</a>)</li> <li><strong>navigation:</strong> Missing import (<a href="https://github.com/nuxt/content/commit/1f7d3a2b">1f7d3a2b</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/244b8fcfffc08b061c2fabc750c0006a59faddc5"><code>244b8fc</code></a> chore(release): release v2.4.1</li> <li><a href="https://github.com/nuxt/content/commit/1bb477d83cbdd9ac6423c49988e2b41c5d2e2642"><code>1bb477d</code></a> chore: update release config</li> <li><a href="https://github.com/nuxt/content/commit/a834c17aa8a5d826735742c4e2b09f9634a8471d"><code>a834c17</code></a> docs: update edit path (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1853">#1853</a>)</li> <li><a href="https://github.com/nuxt/content/commit/f03697d4ada54ea041ad73416bbd468735ed37b3"><code>f03697d</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1850">#1850</a>)</li> <li><a href="https://github.com/nuxt/content/commit/b157500b2576ac3385db896fa4babac9b100639d"><code>b157500</code></a> fix(useContentHead): <code>undefined</code> url</li> <li><a href="https://github.com/nuxt/content/commit/8e7733a07b5a3245d10ba4d45ebf5146b3661bce"><code>8e7733a</code></a> chore: update changelog</li> <li><a href="https://github.com/nuxt/content/commit/41e3ea86a72deed6931599d50147f56f0977ed7c"><code>41e3ea8</code></a> Release 2.4.0</li> <li><a href="https://github.com/nuxt/content/commit/9a565fdedeb61ef107bd166e363e5befe56394cf"><code>9a565fd</code></a> chore: add release-it</li> <li><a href="https://github.com/nuxt/content/commit/bc04b94c9e2f7fde9592abe74cb0590e783720be"><code>bc04b94</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt/content/issues/1848">#1848</a>)</li> <li><a href="https://github.com/nuxt/content/commit/51fca2a226b64c2a0dba0c23503a4c817d7dada2"><code>51fca2a</code></a> chore(deps): revert dependencies</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/content/compare/@nuxt/content@1.15.1...v2.4.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.4.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:59 +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#366