[PR #334] [CLOSED] fix(deps): bump @nuxtjs/sentry from 5.1.7 to 6.0.3 #348

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/334
Author: @dependabot[bot]
Created: 12/14/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/sentry-6.0.3


📝 Commits (1)

  • c5964b2 fix(deps): bump @nuxtjs/sentry from 5.1.7 to 6.0.3

📊 Changes

2 files changed (+17 additions, -140 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+16 -139)

📄 Description

Bumps @nuxtjs/sentry from 5.1.7 to 6.0.3.

Release notes

Sourced from @​nuxtjs/sentry's releases.

6.0.2

Bug Fixes

  • tracing: merge user's tracing configuration (#463) (a567f82)

6.0.1

Bug Fixes

  • tracing: set tracesSampleRate when tracing enabled (#448) (fe6d511), closes #447

6.0.0

⚠ BREAKING CHANGES

  • The server-side process.sentry will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
  • options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
  • options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease option.
  • deps: Don't ship with @sentry/webpack-plugin as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.

Features

  • support for registering external integrations (#276) (2cf56ef)

Bug Fixes

  • deps: update devdependency @​sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
  • deps: update sentry dependencies (#405) (a465f39)
  • throw error instead of logging when @​sentry/webpack-plugin missing (d437a37)
  • use different hook for initializing server-side Sentry instance (#403) (20734fa)
  • deps: Don't ship with @sentry/webpack-plugin as a dependency (#390) (b042a46)
  • deps: update dependency @​sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
  • deps: update sentry dependencies (#388) (5251cb6)
  • deps: update sentry dependencies (#396) (7fec526)

Code Refactoring

  • options: remove deprecated "attachCommits" and "repo" (#393) (1efcd28)
  • options: remove deprecated "webpackConfig" (#394) (859101e)

6.0.0-beta.4

⚠ BREAKING CHANGES

  • The server-side process.sentry will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
  • options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
  • options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease option.
  • deps: Don't ship with @sentry/webpack-plugin as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.

... (truncated)

Changelog

Sourced from @​nuxtjs/sentry's changelog.

6.0.3 (2022-12-13)

Bug Fixes

  • tracing: autoSessionTracking not working on the server-side (#466) (67851ba)
  • incorrect option name in the warning message (#467) (b81b2cf)
  • deps: update devdependency @​sentry/webpack-plugin to ^1.20.0 (#451) (e1fef90)

6.0.2 (2022-12-12)

Bug Fixes

  • tracing: merge user's tracing configuration (#463) (a567f82)

6.0.1 (2022-09-28)

Bug Fixes

  • tracing: set tracesSampleRate when tracing enabled (#448) (fe6d511), closes #447

6.0.0 (2022-08-26)

⚠ BREAKING CHANGES

  • The server-side process.sentry will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
  • options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
  • options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease option.
  • deps: Don't ship with @sentry/webpack-plugin as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.

Features

  • support for registering external integrations (#276) (2cf56ef)

Bug Fixes

  • deps: update devdependency @​sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
  • deps: update sentry dependencies (#405) (a465f39)
  • throw error instead of logging when @​sentry/webpack-plugin missing (d437a37)
  • use different hook for initializing server-side Sentry instance (#403) (20734fa)
  • deps: Don't ship with @sentry/webpack-plugin as a dependency (#390) (b042a46)
  • deps: update dependency @​sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
  • deps: update sentry dependencies (#388) (5251cb6)
  • deps: update sentry dependencies (#396) (7fec526)

... (truncated)

Commits
  • 2d2b3ab chore: release 6.0.3
  • 67851ba fix(tracing): autoSessionTracking not working on the server-side (#466)
  • b81b2cf fix: incorrect option name in the warning message (#467)
  • da81da4 chore(deps): don't update node version
  • 7cf7c2b chore(deps): enable lock file maintenance for docs
  • ad55d23 chore(docs): add .nvmrc for netlify and local dev
  • ac731dc chore(docs): update all sub-dependencies
  • 9f7f119 chore(docs): always build
  • e1fef90 fix(deps): update devdependency @​sentry/webpack-plugin to ^1.20.0 (#451)
  • a97e894 chore(deps): update all non-major dependencies (#449)
  • Additional commits viewable in compare view

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/334 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/sentry-6.0.3` --- ### 📝 Commits (1) - [`c5964b2`](https://github.com/ArthurDanjou/website-old/commit/c5964b2189976cd8175cc35a7e7a6cd020ba978e) fix(deps): bump @nuxtjs/sentry from 5.1.7 to 6.0.3 ### 📊 Changes **2 files changed** (+17 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+16 -139) </details> ### 📄 Description Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) from 5.1.7 to 6.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sentry-module/releases"><code>@​nuxtjs/sentry</code>'s releases</a>.</em></p> <blockquote> <h2>6.0.2</h2> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> merge user's tracing configuration (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/463">#463</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/a567f82ace5a22425c63a807a9736408727227f2">a567f82</a>)</li> </ul> <h2>6.0.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> set <code>tracesSampleRate</code> when <code>tracing</code> enabled (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/448">#448</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/fe6d5111726ac8acc250f83de8a0155fea6bff83">fe6d511</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/447">#447</a></li> </ul> <h2>6.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>The server-side <code>process.sentry</code> will be created slightly later than before WHEN running the &quot;build&quot; action. It will be created before the pages are built (on <code>build:compile</code> hook) while before it was available a bit earlier on <code>ready</code> hook (with an issue that it was not always able to pass the project version to Sentry).</li> <li><strong>options:</strong> Remove deprecated <code>webpackConfig</code> option. Configure through the <code>publishRelease</code> option instead.</li> <li><strong>options:</strong> Remove deprecated <code>attachCommits</code> and <code>repo</code> options. Those can now be set through the <code>publishRelease</code> option.</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency. To use the &quot;publishRelease&quot; option, it's now necessary to manually install that package as a dev dependency.</li> </ul> <h3>Features</h3> <ul> <li>support for registering external integrations (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/276">#276</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/2cf56ef81344bf5350eca530dc21d9b9044d1419">2cf56ef</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update devdependency <code>@​sentry/webpack-plugin</code> to ^1.19.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/434">#434</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/694ba041203e10eb2c72679874d897dacaa1cc61">694ba04</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/405">#405</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/a465f39aa2ae1eff13969fb27fda28c01c316685">a465f39</a>)</li> <li>throw error instead of logging when <code>@​sentry/webpack-plugin</code> missing (<a href="https://github.com/nuxt-community/sentry-module/commit/d437a379472e98d4dd660cd9920bb2c1bc578599">d437a37</a>)</li> <li>use different hook for initializing server-side Sentry instance (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/403">#403</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/20734fabd9cd9aff5cd4eaa9ad3d69c96b85f6ae">20734fa</a>)</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/390">#390</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b042a469e3effc6f849839c652e404c807e07d8e">b042a46</a>)</li> <li><strong>deps:</strong> update dependency <code>@​sentry/webpack-plugin</code> to ^1.18.7 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/392">#392</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/f72147f4ce22836580e6bcac72a5314bd38c24e2">f72147f</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/388">#388</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/5251cb64985c84dbed9841ea70bf5e6cf39ab5e9">5251cb6</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/396">#396</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/7fec526df4afd9b28b61c57d52091bfadc70694f">7fec526</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li><strong>options:</strong> remove deprecated &quot;attachCommits&quot; and &quot;repo&quot; (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/393">#393</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/1efcd2850a117afd5c775b3864912e8552b971a5">1efcd28</a>)</li> <li><strong>options:</strong> remove deprecated &quot;webpackConfig&quot; (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/394">#394</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/859101ec0a17e50ff7c56551a47e9e0fa5b39992">859101e</a>)</li> </ul> <h2>6.0.0-beta.4</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>The server-side <code>process.sentry</code> will be created slightly later than before WHEN running the &quot;build&quot; action. It will be created before the pages are built (on <code>build:compile</code> hook) while before it was available a bit earlier on <code>ready</code> hook (with an issue that it was not always able to pass the project version to Sentry).</li> <li><strong>options:</strong> Remove deprecated <code>webpackConfig</code> option. Configure through the <code>publishRelease</code> option instead.</li> <li><strong>options:</strong> Remove deprecated <code>attachCommits</code> and <code>repo</code> options. Those can now be set through the <code>publishRelease</code> option.</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency. To use the &quot;publishRelease&quot; option, it's now necessary to manually install that package as a dev dependency.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/sentry-module/blob/main/CHANGELOG.md"><code>@​nuxtjs/sentry</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v6.0.2...v6.0.3">6.0.3</a> (2022-12-13)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> autoSessionTracking not working on the server-side (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/466">#466</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/67851ba55df38ecdf60c8f7a3da57893e6acfc58">67851ba</a>)</li> <li>incorrect option name in the warning message (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/467">#467</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b81b2cfb5cbc2055499f5601525f0576b0ff5216">b81b2cf</a>)</li> <li><strong>deps:</strong> update devdependency <code>@​sentry/webpack-plugin</code> to ^1.20.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/451">#451</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/e1fef907dfd2bae4348c9dcb5285cc0b156c8a78">e1fef90</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v6.0.1...v6.0.2">6.0.2</a> (2022-12-12)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> merge user's tracing configuration (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/463">#463</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/a567f82ace5a22425c63a807a9736408727227f2">a567f82</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/sentry-module/compare/v6.0.0...v6.0.1">6.0.1</a> (2022-09-28)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>tracing:</strong> set <code>tracesSampleRate</code> when <code>tracing</code> enabled (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/448">#448</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/fe6d5111726ac8acc250f83de8a0155fea6bff83">fe6d511</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/447">#447</a></li> </ul> <h2><a href="https://github.com/nuxt-community/sentry-module/compare/v5.1.7...v6.0.0">6.0.0</a> (2022-08-26)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>The server-side <code>process.sentry</code> will be created slightly later than before WHEN running the &quot;build&quot; action. It will be created before the pages are built (on <code>build:compile</code> hook) while before it was available a bit earlier on <code>ready</code> hook (with an issue that it was not always able to pass the project version to Sentry).</li> <li><strong>options:</strong> Remove deprecated <code>webpackConfig</code> option. Configure through the <code>publishRelease</code> option instead.</li> <li><strong>options:</strong> Remove deprecated <code>attachCommits</code> and <code>repo</code> options. Those can now be set through the <code>publishRelease</code> option.</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency. To use the &quot;publishRelease&quot; option, it's now necessary to manually install that package as a dev dependency.</li> </ul> <h3>Features</h3> <ul> <li>support for registering external integrations (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/276">#276</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/2cf56ef81344bf5350eca530dc21d9b9044d1419">2cf56ef</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update devdependency <code>@​sentry/webpack-plugin</code> to ^1.19.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/434">#434</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/694ba041203e10eb2c72679874d897dacaa1cc61">694ba04</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/405">#405</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/a465f39aa2ae1eff13969fb27fda28c01c316685">a465f39</a>)</li> <li>throw error instead of logging when <code>@​sentry/webpack-plugin</code> missing (<a href="https://github.com/nuxt-community/sentry-module/commit/d437a379472e98d4dd660cd9920bb2c1bc578599">d437a37</a>)</li> <li>use different hook for initializing server-side Sentry instance (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/403">#403</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/20734fabd9cd9aff5cd4eaa9ad3d69c96b85f6ae">20734fa</a>)</li> <li><strong>deps:</strong> Don't ship with <code>@sentry/webpack-plugin</code> as a dependency (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/390">#390</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/b042a469e3effc6f849839c652e404c807e07d8e">b042a46</a>)</li> <li><strong>deps:</strong> update dependency <code>@​sentry/webpack-plugin</code> to ^1.18.7 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/392">#392</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/f72147f4ce22836580e6bcac72a5314bd38c24e2">f72147f</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/388">#388</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/5251cb64985c84dbed9841ea70bf5e6cf39ab5e9">5251cb6</a>)</li> <li><strong>deps:</strong> update sentry dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/396">#396</a>) (<a href="https://github.com/nuxt-community/sentry-module/commit/7fec526df4afd9b28b61c57d52091bfadc70694f">7fec526</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/sentry-module/commit/2d2b3ab8f03a7be2efe9de816d3a91492397d305"><code>2d2b3ab</code></a> chore: release 6.0.3</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/67851ba55df38ecdf60c8f7a3da57893e6acfc58"><code>67851ba</code></a> fix(tracing): autoSessionTracking not working on the server-side (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/466">#466</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/b81b2cfb5cbc2055499f5601525f0576b0ff5216"><code>b81b2cf</code></a> fix: incorrect option name in the warning message (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/467">#467</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/da81da42890e4c7a48522fcd49f7a8c4e31968ff"><code>da81da4</code></a> chore(deps): don't update node version</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/7cf7c2b9407d96da554d41cf333d6e62cc5ede9b"><code>7cf7c2b</code></a> chore(deps): enable lock file maintenance for docs</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/ad55d2335a2043df70e6027770ed7b26a5b7173d"><code>ad55d23</code></a> chore(docs): add .nvmrc for netlify and local dev</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/ac731dc88a41b5e54cffa02ed885316ca1d604b7"><code>ac731dc</code></a> chore(docs): update all sub-dependencies</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/9f7f1192df19ca9f757a6c3f23290eca69c3b41b"><code>9f7f119</code></a> chore(docs): always build</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/e1fef907dfd2bae4348c9dcb5285cc0b156c8a78"><code>e1fef90</code></a> fix(deps): update devdependency <code>@​sentry/webpack-plugin</code> to ^1.20.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/451">#451</a>)</li> <li><a href="https://github.com/nuxt-community/sentry-module/commit/a97e894c9010e49ec3b51d587acab2ef663daeb2"><code>a97e894</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/sentry-module/issues/449">#449</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/sentry-module/compare/v5.1.7...v6.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/sentry&package-manager=npm_and_yarn&previous-version=5.1.7&new-version=6.0.3)](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#348