[PR #722] [CLOSED] Bump @babel/preset-react from 7.9.4 to 7.12.5 #1723

Closed
opened 2026-02-25 23:30:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/722
Author: @dependabot-preview[bot]
Created: 11/4/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/babel/preset-react-7.12.5


📝 Commits (1)

  • 11bdc7c Bump @babel/preset-react from 7.9.4 to 7.12.5

📊 Changes

2 files changed (+198 additions, -68 deletions)

View changed files

📝 package-lock.json (+197 -67)
📝 package.json (+1 -1)

📄 Description

Bumps @babel/preset-react from 7.9.4 to 7.12.5.

Release notes

Sourced from @babel/preset-react's releases.

v7.12.5 (2020-11-03)

Thanks @joelvh, @liuliangsir and @mondeja for your first PRs!

👓 Spec Compliance

  • babel-helpers, babel-plugin-transform-block-scoping

🐛 Bug Fix

  • babel-parser
  • babel-parser, babel-types
  • babel-template, babel-types
  • babel-generator
    • #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
  • babel-generator, babel-parser
  • babel-plugin-proposal-numeric-separator
    • #12240 fix: support bigInt in numeric-separator transform (@JLHwung)
  • babel-helper-replace-supers, babel-plugin-transform-classes
    • #12238 fix: support optionalCall in replace super handler (@JLHwung)
  • babel-standalone
    • #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)

💅 Polish

  • babel-compat-data
  • babel-parser, babel-preset-env

📝 Documentation

🏠 Internal

  • Other
  • babel-generator, babel-helper-module-imports, babel-helper-replace-supers, babel-parser, babel-traverse
  • babel-traverse, babel-types
Changelog

Sourced from @babel/preset-react's changelog.

v7.12.5 (2020-11-03)

👓 Spec Compliance

  • babel-helpers, babel-plugin-transform-block-scoping

🐛 Bug Fix

  • babel-parser
  • babel-parser, babel-types
  • babel-template, babel-types
  • babel-generator
    • #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
  • babel-generator, babel-parser
  • babel-plugin-proposal-numeric-separator
    • #12240 fix: support bigInt in numeric-separator transform (@JLHwung)
  • babel-helper-replace-supers, babel-plugin-transform-classes
    • #12238 fix: support optionalCall in replace super handler (@JLHwung)
  • babel-standalone
    • #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)

💅 Polish

  • babel-compat-data
  • babel-parser, babel-preset-env

📝 Documentation

🏠 Internal

  • Other
  • babel-generator, babel-helper-module-imports, babel-helper-replace-supers, babel-parser, babel-traverse
  • babel-traverse, babel-types
  • babel-helper-compilation-targets, babel-preset-env
Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/floccusaddon/floccus/pull/722 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/4/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/babel/preset-react-7.12.5` --- ### 📝 Commits (1) - [`11bdc7c`](https://github.com/floccusaddon/floccus/commit/11bdc7c17702527bbd8dabec2a753d8d2e42163c) Bump @babel/preset-react from 7.9.4 to 7.12.5 ### 📊 Changes **2 files changed** (+198 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+197 -67) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.9.4 to 7.12.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/preset-react's releases</a>.</em></p> <blockquote> <h2>v7.12.5 (2020-11-03)</h2> <p>Thanks <a href="https://github.com/joelvh">@joelvh</a>, <a href="https://github.com/liuliangsir">@liuliangsir</a> and <a href="https://github.com/mondeja">@mondeja</a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12252">#12252</a> Throw a <code>TypeError</code> when reassigning a <code>const</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12281">#12281</a> fix: support string assertion key in assert entries (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12264">#12264</a> fix: disallow import assertions in export without from (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12267">#12267</a> Handle exprAllowed before ObjectLike is parsed (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12230">#12230</a> Refactor yield await classification (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12254">#12254</a> Allows the interface to be used as an Identifier for flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12221">#12221</a> [ts] Error on invalid type casts in JSX (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12227">#12227</a> [ts] Allow optional binding pattern parameters within types/interfaces (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12224">#12224</a> Fix parsing of imports with module string name in flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12280">#12280</a> Make assertions optional and update AST spec (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-template</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12263">#12263</a> fix: babel-types: ImportDeclaration: add assertions (<a href="https://github.com/coderaiser">@coderaiser</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12260">#12260</a> Do not use currentColumn to indent comments when retainLines=true (<a href="https://github.com/ian-craig">@ian-craig</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12249">#12249</a> Support Import Assertions for re-export statement (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-numeric-separator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12240">#12240</a> fix: support bigInt in numeric-separator transform (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-replace-supers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12238">#12238</a> fix: support optionalCall in replace super handler (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12226">#12226</a> packages/babel-standalone: make data-type=&quot;module&quot; option avilable without data-presets option (<a href="https://github.com/hirochachacha">@hirochachacha</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12244">#12244</a> chore: bump compat-table and electron-to-chromium (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12258">#12258</a> Polish parser errors (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12222">#12222</a> docs: add note about TypeScript in ESLint packages (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12187">#12187</a> chore: avoid duplicate coverage data upload (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12190">#12190</a> chore: bump Jest to v26 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12265">#12265</a> chore: test on node 15 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-helper-module-imports</code>, <code>babel-helper-replace-supers</code>, <code>babel-parser</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12257">#12257</a> add declare to class properties type annotations (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">@babel/preset-react's changelog</a>.</em></p> <blockquote> <h2>v7.12.5 (2020-11-03)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12252">#12252</a> Throw a <code>TypeError</code> when reassigning a <code>const</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12281">#12281</a> fix: support string assertion key in assert entries (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12264">#12264</a> fix: disallow import assertions in export without from (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12267">#12267</a> Handle exprAllowed before ObjectLike is parsed (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12230">#12230</a> Refactor yield await classification (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12254">#12254</a> Allows the interface to be used as an Identifier for flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12221">#12221</a> [ts] Error on invalid type casts in JSX (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12227">#12227</a> [ts] Allow optional binding pattern parameters within types/interfaces (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12224">#12224</a> Fix parsing of imports with module string name in flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12280">#12280</a> Make assertions optional and update AST spec (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-template</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12263">#12263</a> fix: babel-types: ImportDeclaration: add assertions (<a href="https://github.com/coderaiser">@coderaiser</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12260">#12260</a> Do not use currentColumn to indent comments when retainLines=true (<a href="https://github.com/ian-craig">@ian-craig</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12249">#12249</a> Support Import Assertions for re-export statement (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-numeric-separator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12240">#12240</a> fix: support bigInt in numeric-separator transform (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-replace-supers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12238">#12238</a> fix: support optionalCall in replace super handler (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12226">#12226</a> packages/babel-standalone: make data-type=&quot;module&quot; option avilable without data-presets option (<a href="https://github.com/hirochachacha">@hirochachacha</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12244">#12244</a> chore: bump compat-table and electron-to-chromium (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12258">#12258</a> Polish parser errors (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12222">#12222</a> docs: add note about TypeScript in ESLint packages (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12187">#12187</a> chore: avoid duplicate coverage data upload (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12190">#12190</a> chore: bump Jest to v26 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12265">#12265</a> chore: test on node 15 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-helper-module-imports</code>, <code>babel-helper-replace-supers</code>, <code>babel-parser</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12257">#12257</a> add declare to class properties type annotations (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12251">#12251</a> Mark <code>ThisExpression</code> and <code>Super</code> as <code>Purish</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-compilation-targets</code>, <code>babel-preset-env</code></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/a41da05ce9bd6c9a20ec3b2c5c864a5953c07ee9"><code>a41da05</code></a> v7.12.5</li> <li><a href="https://github.com/babel/babel/commit/b649f8d192dd1c62e2a31d856a7c39ff21d70dd5"><code>b649f8d</code></a> Fix packages documentation README links. (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/12289">#12289</a>)</li> <li><a href="https://github.com/babel/babel/commit/02fc9e835ceac71eb4de7dac6137fd0489176c29"><code>02fc9e8</code></a> Revert &quot;add <code>.js</code> extension to react runtime for JSX transform&quot; (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/12213">#12213</a>)</li> <li><a href="https://github.com/babel/babel/commit/ed498a772bba914f9685ff595f7acdb7af57352a"><code>ed498a7</code></a> Use <code>workspace:*</code> for devDependencies (again) (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/12217">#12217</a>)</li> <li><a href="https://github.com/babel/babel/commit/7f4b83833f4463673a9fab071306871dec32ce47"><code>7f4b838</code></a> v7.12.1</li> <li><a href="https://github.com/babel/babel/commit/eec01fe078decb7d369cd2111c9f3881c4482788"><code>eec01fe</code></a> chore: use workspace:* for dev deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/12186">#12186</a>)</li> <li><a href="https://github.com/babel/babel/commit/6cb0056519c016dfa39a57036d104694d77c4367"><code>6cb0056</code></a> Remove unused dependencies and devDependencies (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/12175">#12175</a>)</li> <li><a href="https://github.com/babel/babel/commit/9808d2566e6a2b2d9e4c7890d8efbc9af180c683"><code>9808d25</code></a> add js extension to react runtime (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/12116">#12116</a>)</li> <li><a href="https://github.com/babel/babel/commit/3fad7eab9b47165059b4dba34fe4a61ac4549c85"><code>3fad7ea</code></a> Use Yarn 2 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/11962">#11962</a>)</li> <li><a href="https://github.com/babel/babel/commit/7fd40d86a0d03ff0e9c3ea16b29689945433d4df"><code>7fd40d8</code></a> v7.10.4</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.12.5/packages/babel-preset-react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/preset-react&package-manager=npm_and_yarn&previous-version=7.9.4&new-version=7.12.5)](https://dependabot.com/compatibility-score/?dependency-name=@babel/preset-react&package-manager=npm_and_yarn&previous-version=7.9.4&new-version=7.12.5) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1723
No description provided.