Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gleitz/howdoi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: WalkerEnterprise/howdoi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: skuntfuck
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on May 1, 2025

  1. Add API tracking list

    Add a standardized tracking list for APIs.
    
    * **API_TRACKING.md**
      - Create a new file `API_TRACKING.md` with a table for API Name, Version, Endpoint, Description, and Status.
      - Add an example entry for an API.
      - Include a note about regularly updating the tracking list.
    
    * **docs/contributing.md**
      - Add a reference to the new `API_TRACKING.md` file.
      - Provide instructions on how to update the `API_TRACKING.md` file.
      - Mention the review process to verify the accuracy and completeness of the information in the `API_TRACKING.md` file.
    Mauro Mark Fanelli committed May 1, 2025
    Configuration menu
    Copy the full SHA
    760ef29 View commit details
    Browse the repository at this point in the history
  2. Add API tracking list (#4)

    Mauro Mark Fanelli authored May 1, 2025
    Configuration menu
    Copy the full SHA
    2aab48d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Bump @babel/traverse in /extension/code-editor-integration

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.10.4 to 7.28.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-version: 7.28.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    b5cb404 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Bump @babel/traverse from 7.10.4 to 7.28.4 in /extension/code-editor-…

    …integration (#8)
    
    Bumps
    [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse)
    from 7.10.4 to 7.28.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/babel/babel/releases"><code>@​babel/traverse</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.28.4 (2025-09-05)</h2>
    <p>Thanks <a
    href="https://github.com/gwillen"><code>@​gwillen</code></a> and <a
    href="https://github.com/mrginglymus"><code>@​mrginglymus</code></a> for
    your first PRs!</p>
    <h4>:house: Internal</h4>
    <ul>
    <li><code>babel-core</code>,
    <code>babel-helper-check-duplicate-nodes</code>,
    <code>babel-traverse</code>, <code>babel-types</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17493">#17493</a>
    Update Jest to v30.1.1 (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-plugin-transform-regenerator</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17455">#17455</a>
    chore: Clean up <code>transform-regenerator</code> (<a
    href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-core</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17474">#17474</a>
    Switch to <code>@​jridgewell/remapping</code> (<a
    href="https://github.com/mrginglymus"><code>@​mrginglymus</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>Committers: 5</h4>
    <ul>
    <li>Babel Bot (<a
    href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
    <li>Bill Collins (<a
    href="https://github.com/mrginglymus"><code>@​mrginglymus</code></a>)</li>
    <li>Glenn Willen (<a
    href="https://github.com/gwillen"><code>@​gwillen</code></a>)</li>
    <li>Huáng Jùnliàng (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    <li><a
    href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
    </ul>
    <h2>v7.28.3 (2025-08-14)</h2>
    <h4>:eyeglasses: Spec Compliance</h4>
    <ul>
    <li><code>babel-helper-create-class-features-plugin</code>,
    <code>babel-plugin-proposal-decorators</code>,
    <code>babel-plugin-transform-class-static-block</code>,
    <code>babel-preset-env</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17443">#17443</a>
    [static blocks] Do not inject new static fields after static code (<a
    href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:bug: Bug Fix</h4>
    <ul>
    <li><code>babel-parser</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17465">#17465</a>
    fix(parser/typescript): parse <code>import(&quot;./a&quot;,
    {with:{},})</code> (<a
    href="https://github.com/easrng"><code>@​easrng</code></a>)</li>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17478">#17478</a>
    fix(parser): stop subscript parsing on async arrow (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:nail_care: Polish</h4>
    <ul>
    <li><code>babel-plugin-transform-regenerator</code>,
    <code>babel-plugin-transform-runtime</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do
    not save last yield in call in temp var (<a
    href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:memo: Documentation</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17448">#17448</a>
    move eslint-{parser,plugin} docs to the website (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    <h4>:house: Internal</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17454">#17454</a>
    Enable type checking for <code>scripts</code> and
    <code>babel-worker.cjs</code> (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    <h4>:microscope: Output optimization</h4>
    <ul>
    <li><code>babel-plugin-proposal-destructuring-private</code>,
    <code>babel-plugin-proposal-do-expressions</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17444">#17444</a>
    Optimize do expression output (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>Committers: 5</h4>
    <ul>
    <li>Babel Bot (<a
    href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li>
    <li>Huáng Jùnliàng (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    <li>Jam Balaya (<a
    href="https://github.com/JamBalaya56562"><code>@​JamBalaya56562</code></a>)</li>
    <li>Nicolò Ribaudo (<a
    href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    <li>easrng (<a
    href="https://github.com/easrng"><code>@​easrng</code></a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/traverse</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h2>v7.28.4 (2025-09-05)</h2>
    <h4>:house: Internal</h4>
    <ul>
    <li><code>babel-core</code>,
    <code>babel-helper-check-duplicate-nodes</code>,
    <code>babel-traverse</code>, <code>babel-types</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17493">#17493</a>
    Update Jest to v30.1.1 (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-plugin-transform-regenerator</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17455">#17455</a>
    chore: Clean up <code>transform-regenerator</code> (<a
    href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-core</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17474">#17474</a>
    Switch to <code>@​jridgewell/remapping</code> (<a
    href="https://github.com/mrginglymus"><code>@​mrginglymus</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h2>v7.28.3 (2025-08-14)</h2>
    <h4>:eyeglasses: Spec Compliance</h4>
    <ul>
    <li><code>babel-helper-create-class-features-plugin</code>,
    <code>babel-plugin-proposal-decorators</code>,
    <code>babel-plugin-transform-class-static-block</code>,
    <code>babel-preset-env</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17443">#17443</a>
    [static blocks] Do not inject new static fields after static code (<a
    href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:bug: Bug Fix</h4>
    <ul>
    <li><code>babel-parser</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17465">#17465</a>
    fix(parser/typescript): parse <code>import(&quot;./a&quot;,
    {with:{},})</code> (<a
    href="https://github.com/easrng"><code>@​easrng</code></a>)</li>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17478">#17478</a>
    fix(parser): stop subscript parsing on async arrow (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:nail_care: Polish</h4>
    <ul>
    <li><code>babel-plugin-transform-regenerator</code>,
    <code>babel-plugin-transform-runtime</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do
    not save last yield in call in temp var (<a
    href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:memo: Documentation</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17448">#17448</a>
    move eslint-{parser,plugin} docs to the website (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    <h4>:house: Internal</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17454">#17454</a>
    Enable type checking for <code>scripts</code> and
    <code>babel-worker.cjs</code> (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    <h4>:microscope: Output optimization</h4>
    <ul>
    <li><code>babel-plugin-proposal-destructuring-private</code>,
    <code>babel-plugin-proposal-do-expressions</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17444">#17444</a>
    Optimize do expression output (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h2>v7.28.2 (2025-07-24)</h2>
    <h4>:bug: Bug Fix</h4>
    <ul>
    <li><code>babel-types</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17445">#17445</a>
    [babel 7] Make <code>operator</code> param in
    <code>t.tsTypeOperator</code> optional (<a
    href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    </ul>
    </li>
    <li><code>babel-helpers</code>,
    <code>babel-plugin-transform-async-generator-functions</code>,
    <code>babel-plugin-transform-regenerator</code>,
    <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17441">#17441</a>
    fix: <code>regeneratorDefine</code> compatibility with es5 strict mode
    (<a
    href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h2>v7.28.1 (2025-07-12)</h2>
    <h4>:bug: Bug Fix</h4>
    <ul>
    <li><code>babel-plugin-transform-async-generator-functions</code>,
    <code>babel-plugin-transform-regenerator</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17426">#17426</a>
    fix: <code>regenerator</code> correctly handles <code>throw</code>
    outside of <code>try</code> (<a
    href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    </ul>
    </li>
    </ul>
    <h4>:memo: Documentation</h4>
    <ul>
    <li><code>babel-types</code>
    <ul>
    <li><a
    href="https://redirect.github.com/babel/babel/pull/17422">#17422</a> Add
    missing FunctionParameter docs (<a
    href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/babel/babel/commit/35055e392079a65830b7bf5b1d1c1fc4de90a78f"><code>35055e3</code></a>
    v7.28.4</li>
    <li><a
    href="https://github.com/babel/babel/commit/b41f8cdd0183e800de58c573a4f57497f72b2e26"><code>b41f8cd</code></a>
    Update Jest to v30.1.1 (<a
    href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/17493">#17493</a>)</li>
    <li><a
    href="https://github.com/babel/babel/commit/22493b64c549836d214788cb5f3299721c725f8c"><code>22493b6</code></a>
    Improve <code>@​babel/traverse</code> typings (<a
    href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/17485">#17485</a>)</li>
    <li><a
    href="https://github.com/babel/babel/commit/18d88b83c67c8dbbe63e4ac423e6006c4c01b85c"><code>18d88b8</code></a>
    Improve <code>@​babel/core</code> typings (<a
    href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/17471">#17471</a>)</li>
    <li><a
    href="https://github.com/babel/babel/commit/ef155f5ca83c73dbc1ea8d95216830b7dc3b0ac2"><code>ef155f5</code></a>
    v7.28.3</li>
    <li><a
    href="https://github.com/babel/babel/commit/741cbd2381ac0cda3afd42bc04454a87d9d8762a"><code>741cbd2</code></a>
    chore: fix various typos across codebase (<a
    href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/17476">#17476</a>)</li>
    <li><a
    href="https://github.com/babel/babel/commit/5051613c021b6604929278d6811fa671f49dfbdb"><code>5051613</code></a>
    Type-check <code>.d.ts</code> file with <code>strict: true</code> (<a
    href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/17461">#17461</a>)</li>
    <li><a
    href="https://github.com/babel/babel/commit/ccc5fae96f5281ae1ee49fac74c7c275b9111ead"><code>ccc5fae</code></a>
    v7.28.0</li>
    <li><a
    href="https://github.com/babel/babel/commit/4b4e7e20aaf09e61e56ac11bff71d7dcab227f33"><code>4b4e7e2</code></a>
    Create babel-helper-globals (<a
    href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/17297">#17297</a>)</li>
    <li><a
    href="https://github.com/babel/babel/commit/cf5ae035632e1d60235a8635d3369f4b169f75dc"><code>cf5ae03</code></a>
    LVal coverage updates (Part 2) (<a
    href="https://github.com/babel/babel/tree/HEAD/packages/babel-traverse/issues/17391">#17391</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/babel/babel/commits/v7.28.4/packages/babel-traverse">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/traverse&package-manager=npm_and_yarn&previous-version=7.10.4&new-version=7.28.4)](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 show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@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)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/WalkerEnterprise/howdoi/network/alerts).
    
    </details>
    mauronaz authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    bf8ae03 View commit details
    Browse the repository at this point in the history
  2. Bump braces from 3.0.2 to 3.0.3 in /extension/vscode-howdoi

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-version: 3.0.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    66ba03e View commit details
    Browse the repository at this point in the history
  3. Bump braces from 3.0.2 to 3.0.3 in /extension/vscode-howdoi (#9)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to
    3.0.3.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d"><code>74b2db2</code></a>
    3.0.3</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e"><code>88f1429</code></a>
    update eslint. lint, fix unit tests.</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff"><code>415d660</code></a>
    Snyk js braces 6838727 (<a
    href="https://redirect.github.com/micromatch/braces/issues/40">#40</a>)</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6"><code>190510f</code></a>
    fix tests, skip 1 test in test/braces.expand</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856"><code>716eb9f</code></a>
    readme bump</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3"><code>a5851e5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/micromatch/braces/issues/37">#37</a>
    from coderaiser/fix/vulnerability</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538"><code>2092bd1</code></a>
    feature: braces: add maxSymbols (<a
    href="https://github.com/micromatch/braces/issues/">https://github.com/micromatch/braces/issues/</a>...</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3"><code>9f5b4cf</code></a>
    fix: vulnerability (<a
    href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d"><code>98414f9</code></a>
    remove funding file</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14"><code>665ab5d</code></a>
    update keepEscaping doc (<a
    href="https://redirect.github.com/micromatch/braces/issues/27">#27</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=braces&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.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 show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@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)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/WalkerEnterprise/howdoi/network/alerts).
    
    </details>
    mauronaz authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    bd43d97 View commit details
    Browse the repository at this point in the history
  4. Bump braces from 3.0.2 to 3.0.3 in /extension/code-editor-integration

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-version: 3.0.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    e0d0cee View commit details
    Browse the repository at this point in the history
  5. Bump braces from 3.0.2 to 3.0.3 in /extension/code-editor-integration (

    …#10)
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to
    3.0.3.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d"><code>74b2db2</code></a>
    3.0.3</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e"><code>88f1429</code></a>
    update eslint. lint, fix unit tests.</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff"><code>415d660</code></a>
    Snyk js braces 6838727 (<a
    href="https://redirect.github.com/micromatch/braces/issues/40">#40</a>)</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6"><code>190510f</code></a>
    fix tests, skip 1 test in test/braces.expand</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856"><code>716eb9f</code></a>
    readme bump</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3"><code>a5851e5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/micromatch/braces/issues/37">#37</a>
    from coderaiser/fix/vulnerability</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538"><code>2092bd1</code></a>
    feature: braces: add maxSymbols (<a
    href="https://github.com/micromatch/braces/issues/">https://github.com/micromatch/braces/issues/</a>...</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3"><code>9f5b4cf</code></a>
    fix: vulnerability (<a
    href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d"><code>98414f9</code></a>
    remove funding file</li>
    <li><a
    href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14"><code>665ab5d</code></a>
    update keepEscaping doc (<a
    href="https://redirect.github.com/micromatch/braces/issues/27">#27</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=braces&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.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 show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@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)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/WalkerEnterprise/howdoi/network/alerts).
    
    </details>
    mauronaz authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    3732879 View commit details
    Browse the repository at this point in the history
Loading