Skip to content

Bump the "dependabot-all" group with 2 updates across multiple ecosystems#18

Merged
Nick2bad4u merged 1 commit intomainfrom
dependabot/dependabot_all-d8f22ba853
Mar 6, 2026
Merged

Bump the "dependabot-all" group with 2 updates across multiple ecosystems#18
Nick2bad4u merged 1 commit intomainfrom
dependabot/dependabot_all-d8f22ba853

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps the dependabot-all group with 11 updates:

Package From To
actions/checkout 6.0.1 6.0.2
devops-actions/actionlint 0.1.10 0.1.11
oxsecurity/megalinter 9.2.0 9.4.0
actions/upload-artifact 6.0.0 7.0.0
google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml 2.3.1 2.3.3
google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml 2.3.1 2.3.3
actions/setup-node 6.1.0 6.3.0
actions/cache 5.0.1 5.0.3
actions/stale 10.1.1 10.2.0
actions/ai-inference 2.0.4 2.0.7
peter-evans/create-pull-request 8.0.0 8.1.0

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates devops-actions/actionlint from 0.1.10 to 0.1.11

Release notes

Sourced from devops-actions/actionlint's releases.

Release v0.1.11

What's Changed

Dependency updates (GitHub Actions)

Other Changes

Full Changelog: devops-actions/actionlint@v0.1.10...v0.1.11

Commits
  • 469810f Update actionlint version to 1.7.11 (#161)
  • 16325c3 Fix update-actionlint workflow failing on repeated runs (#160)
  • 1911209 Merge pull request #159 from devops-actions/dependabot/github_actions/jesseho...
  • 0a8db88 Bump jessehouwing/actions-semver-checker from 2.0.3 to 2.0.4
  • be93a3d Bump step-security/harden-runner from 2.14.1 to 2.14.2 (#157)
  • 7e2800d Merge pull request #156 from devops-actions/dependabot/github_actions/jesseho...
  • 4cb1ad0 Bump jessehouwing/actions-semver-checker from 1.0.9 to 2.0.3
  • 191d0bc Bump step-security/harden-runner from 2.14.0 to 2.14.1 (#154)
  • 9b61223 Merge pull request #155 from devops-actions/dependabot/github_actions/jesseho...
  • 6154f0a Bump jessehouwing/actions-semver-checker from 1.0.8 to 1.0.9
  • Additional commits viewable in compare view

Updates oxsecurity/megalinter from 9.2.0 to 9.4.0

Release notes

Sourced from oxsecurity/megalinter's releases.

v9.4.0

What's Changed

  • Core

    • Improve files browsing performances (2 PRs)
    • Optimize parallel linter processing and improve grouping logic
    • Improve performance of listing .gitignored files by sending excluded directories to git ls-files
    • If there are more than 500 .gitignored files, advise to add more excluded directories using variable ADDITIONAL_EXCLUDED_DIRECTORIES, to improve performances
    • Reduce redundant config lookups, environment copies, and dict rebuilds across config, linter, and utils modules
    • Cache subprocess environment per linter run and excluded directories per request
    • Optimize parallel linter result update from O(n²) to O(n)
    • Add support in the build of Docker images for linux/arm64 in compatible linters
  • New linters

  • Disabled linters

  • Linters enhancements

    • Use the official checkmake image by @​bdovaz
    • Spectral: Add sarif support to spectral by @​bdovaz
    • Spectral: Change cli_lint_mode to list_of_files to improve performances
  • Fixes

    • Add support for SSH remote origins when building custom flavors (fixes: #6511)
    • Fix issue with plugins ignored when FLAVOR_SUGGESTIONS=false
    • Fix wrong tagging apply_fixes=True when linter has no fix options configured
    • Python mypy: Remove .ipynb from file extensions (mypy doesn't support notebooks directly) - fixes #6904
    • Fix operator precedence bug in pre_post_factory pre/post command logic
    • Fix file handle leak in GitleaksLinter
    • Fix variable name bug in utils.get_git_context_info
    • Minor fixes in logger, SqlFluffLinter, PowershellLinter, TrivyLinter
  • Reporters

    • Add a link inviting to star MegaLinter
    • Display in the console reporter the working directory from which the commands are executed by @​bdovaz
    • Update WebHook reporter so it can send more events for a better integration with UI
    • When truncating long comments in markdown reports, keep the end of the text instead of the beginning (which usually contains less useful information)
    • In case GitHub Api returns 500, do not make the whole MegaLinter fail, display a warning instead
    • Azure Reporter: Use Azure DevOps Services REST API instead of unmaintained python wrapper lib
  • Flavors

    • Custom flavor builder:
      • Add support for SSH remotes
      • Allow selection of platforms to build the custom flavor on (ex: linux/amd64, linux/arm64) and build compatible linters on these platforms
      • Build & release custom flavor builder image for linux/arm64
  • Doc

    • JSON Schema: Add default values for file extensions and file names variables + improve descriptions

... (truncated)

Changelog

Sourced from oxsecurity/megalinter's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] (beta, main branch content)

Note: Can be used with oxsecurity/megalinter@beta in your GitHub Action mega-linter.yml file, or with oxsecurity/megalinter:beta docker image

  • Core

  • New linters

  • Disabled linters

  • Deprecated linters

  • Removed linters

  • Media

  • Linters enhancements

  • Fixes

  • Reporters

  • Flavors

  • Doc

  • CI

  • mega-linter-runner

  • Linter versions upgrades (N)

    • isort from 8.0.0 to 8.0.1 on 2026-02-28
    • rumdl from 0.1.32 to 0.1.33 on 2026-03-04
    • trivy-sbom from 0.69.1 to 0.69.2 on 2026-03-04
    • trivy from 0.69.1 to 0.69.2 on 2026-03-04

[v9.4.0] - 2026-02-28

  • Core
    • Improve files browsing performances (2 PRs)
    • Optimize parallel linter processing and improve grouping logic
    • Improve performance of listing .gitignored files by sending excluded directories to git ls-files
    • If there are more than 500 .gitignored files, advise to add more excluded directories using variable ADDITIONAL_EXCLUDED_DIRECTORIES, to improve performances

... (truncated)

Commits
  • 8fbdead Release MegaLinter v9.4.0
  • 9f605c4 Fix custom flavor builder workflow (#7306)
  • b7dcb60 Update changelog to prepare release (#7304)
  • 3077b04 chore(deps): update dependency regex to v2026.2.28 (#7303)
  • edba876 [automation] Auto-update linters version, help and documentation (#7299)
  • 07fb84d chore(deps): update dependency python-gitlab to v8.1.0 (#7302)
  • 4d42e33 chore(deps): update dependency fastapi to v0.134.0 (#7301)
  • 649726c chore(deps): update dependency rumdl to v0.1.32 (#7300)
  • 768b5a3 chore(deps): update dependency virtualenv to v21.1.0 (#7298)
  • 7e73a76 chore(deps): update dependency eslint-plugin-jsonc to v3 (#7260)
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 6.0.0 to 7.0.0

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

Commits

Updates google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.1 to 2.3.3

Release notes

Sourced from google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml's releases.

v2.3.3

This updates OSV-Scanner to v2.3.3.

What's Changed

New Contributors

Full Changelog: google/osv-scanner-action@v2.3.2...v2.3.3

v2.3.2

This updates OSV-Scanner to v2.3.2

This release includes performance improvements for local scanning, reducing memory usage and avoiding unnecessary advisory loading. It also fixes issues with MCP's get_vulnerability_details tool, git queries in osv-scanner.json, and ignore entry tracking, along with documentation updates.

Fixes:

Misc:

Full Changelog: google/osv-scanner@v2.3.1...v2.3.2

Commits
  • c5996e0 Merge pull request #118 from google/update-to-v2.3.3
  • f4fac92 Update unified workflow example to point to v2.3.3 reusable workflows
  • 8ae4be8 Update reusable workflows to point to v2.3.3 actions
  • 8018483 "Update actions to use v2.3.3 osv-scanner image"
  • 2c222db Merge pull request #115 from renovate-bot/renovate/workflows
  • 2a387ed Merge pull request #116 from google/update-to-v2.3.2
  • f75042f Update unified workflow example to point to v2.3.2 reusable workflows
  • 17ad728 Update reusable workflows to point to v2.3.2 actions
  • 9eebeae "Update actions to use v2.3.2 osv-scanner image"
  • 115472d chore(deps): update github/codeql-action action to v4.31.10
  • Additional commits viewable in compare view

Updates google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 2.3.1 to 2.3.3

Release notes

Sourced from google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml's releases.

v2.3.3

This updates OSV-Scanner to v2.3.3.

What's Changed

New Contributors

Full Changelog: google/osv-scanner-action@v2.3.2...v2.3.3

v2.3.2

This updates OSV-Scanner to v2.3.2

This release includes performance improvements for local scanning, reducing memory usage and avoiding unnecessary advisory loading. It also fixes issues with MCP's get_vulnerability_details tool, git queries in osv-scanner.json, and ignore entry tracking, along with documentation updates.

Fixes:

Misc:

Full Changelog: google/osv-scanner@v2.3.1...v2.3.2

Commits
  • c5996e0 Merge pull request #118 from google/update-to-v2.3.3
  • f4fac92 Update unified workflow example to point to v2.3.3 reusable workflows
  • 8ae4be8 Update reusable workflows to point to v2.3.3 actions
  • 8018483 "Update actions to use v2.3.3 osv-scanner image"
  • 2c222db Merge pull request #115 from renovate-bot/renovate/workflows
  • 2a387ed Merge pull request #116 from google/update-to-v2.3.2
  • f75042f Update unified workflow example to point to v2.3.2 reusable workflows
  • 17ad728 Update reusable workflows to point to v2.3.2 actions
  • 9eebeae "Update actions to use v2.3.2 osv-scanner image"
  • 115472d chore(deps): update github/codeql-action action to v4.31.10
  • Additional commits viewable in compare view

Updates actions/setup-node from 6.1.0 to 6.3.0

Release notes

Sourced from actions/setup-node's releases.

v6.3.0

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:

Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

What's Changed

Documentation

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.2.0

Commits

Updates actions/cache from 5.0.1 to 5.0.3

Release notes

Sourced from actions/cache's releases.

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

... (truncated)

Commits

Updates actions/stale from 10.1.1 to 10.2.0

Release notes

Sourced from actions/stale's releases.

v10.2.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.2.0

Commits

Updates actions/ai-inference from 2.0.4 to 2.0.7

Release notes

Sourced from actions/ai-inference's releases.

v2.0.7

What's Changed

Full Changelog: actions/ai-inference@v2...v2.0.7

v2.0.6

What's Changed

New Contributors

Full Changelog: actions/ai-inference@v2.0.5...v2.0.6

v2.0.5

What's Changed

Bumps the dependabot-all group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` |
| [devops-actions/actionlint](https://github.com/devops-actions/actionlint) | `0.1.10` | `0.1.11` |
| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | `9.2.0` | `9.4.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6.0.0` | `7.0.0` |
| [google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml](https://github.com/google/osv-scanner-action) | `2.3.1` | `2.3.3` |
| [google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml](https://github.com/google/osv-scanner-action) | `2.3.1` | `2.3.3` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.1.0` | `6.3.0` |
| [actions/cache](https://github.com/actions/cache) | `5.0.1` | `5.0.3` |
| [actions/stale](https://github.com/actions/stale) | `10.1.1` | `10.2.0` |
| [actions/ai-inference](https://github.com/actions/ai-inference) | `2.0.4` | `2.0.7` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.0.0` | `8.1.0` |


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

Updates `devops-actions/actionlint` from 0.1.10 to 0.1.11
- [Release notes](https://github.com/devops-actions/actionlint/releases)
- [Commits](devops-actions/actionlint@467e2ce...469810f)

Updates `oxsecurity/megalinter` from 9.2.0 to 9.4.0
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@55a59b2...8fbdead)

Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b7c566a...bbbca2d)

Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml` from 2.3.1 to 2.3.3
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@375a0e8...c5996e0)

Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml` from 2.3.1 to 2.3.3
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@375a0e8...c5996e0)

Updates `actions/setup-node` from 6.1.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@395ad32...53b8394)

Updates `actions/cache` from 5.0.1 to 5.0.3
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@9255dc7...cdf6c1f)

Updates `actions/stale` from 10.1.1 to 10.2.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@9971854...b5d41d4)

Updates `actions/ai-inference` from 2.0.4 to 2.0.7
- [Release notes](https://github.com/actions/ai-inference/releases)
- [Commits](actions/ai-inference@334892b...e09e659)

Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@98357b1...c0f553f)
[dependabot][all](deps): Bump the dependabot-all group with 50 updates

Bumps the dependabot-all group with 50 updates:

| Package | From | To |
| --- | --- | --- |
| [git-cliff](https://github.com/orhun/git-cliff) | `2.11.0` | `2.12.0` |
| [iconv-lite](https://github.com/pillarjs/iconv-lite) | `0.7.1` | `0.7.2` |
| [prettier-plugin-merge](https://github.com/ony3000/prettier-plugin-merge) | `0.8.0` | `0.10.0` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.20` | `3.0.0` |
| [sort-package-json](https://github.com/keithamus/sort-package-json) | `3.6.0` | `3.6.1` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [prettier-plugin-multiline-arrays](https://github.com/electrovir/prettier-plugin-multiline-arrays) | `4.1.3` | `4.1.4` |
| [prettier-plugin-sort-json](https://github.com/Gudahtt/prettier-plugin-sort-json) | `4.1.1` | `4.2.0` |
| [@augment-vir/assert](https://github.com/electrovir/augment-vir) | `31.57.3` | `31.67.1` |
| [@augment-vir/common](https://github.com/electrovir/augment-vir) | `31.57.3` | `31.67.1` |
| [@augment-vir/core](https://github.com/electrovir/augment-vir) | `31.57.3` | `31.67.1` |
| [@babel/code-frame](https://github.com/babel/babel/tree/HEAD/packages/babel-code-frame) | `7.27.1` | `7.29.0` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.28.4` | `7.28.6` |
| [@date-vir/duration](https://github.com/electrovir/date-vir) | `8.1.0` | `8.2.0` |
| @isaacs/brace-expansion | `5.0.0` | `5.0.1` |
| [@types/http-cache-semantics](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-cache-semantics) | `4.0.4` | `4.2.0` |
| [@types/katex](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/katex) | `0.16.7` | `0.16.8` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.21` | `4.17.24` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.3` | `22.19.15` |
| [acorn](https://github.com/acornjs/acorn) | `8.15.0` | `8.16.0` |
| [cheerio](https://github.com/cheeriojs/cheerio) | `1.1.2` | `1.2.0` |
| [ci-info](https://github.com/watson/ci-info) | `4.3.1` | `4.4.0` |
| [comment-parser](https://github.com/yavorskiy/comment-parser) | `1.4.1` | `1.4.5` |
| [undici](https://github.com/nodejs/undici) | `6.22.0` | `6.23.0` |
| [decode-named-character-reference](https://github.com/wooorm/decode-named-character-reference) | `1.2.0` | `1.3.0` |
| [diff](https://github.com/kpdecker/jsdiff) | `5.1.0` | `5.2.2` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.2` | `0.27.3` |
| [git-cliff-darwin-arm64](https://github.com/orhun/git-cliff) | `2.11.0` | `2.12.0` |
| [git-cliff-darwin-x64](https://github.com/orhun/git-cliff) | `2.11.0` | `2.12.0` |
| [git-cliff-linux-arm64](https://github.com/orhun/git-cliff) | `2.11.0` | `2.12.0` |
| [git-cliff-linux-x64](https://github.com/orhun/git-cliff) | `2.11.0` | `2.12.0` |
| [git-cliff-windows-arm64](https://github.com/orhun/git-cliff) | `2.11.0` | `2.12.0` |
| [git-cliff-windows-x64](https://github.com/orhun/git-cliff) | `2.11.0` | `2.12.0` |
| [git-hooks-list](https://github.com/fisker/git-hooks-list) | `4.1.1` | `4.2.1` |
| [htmlparser2](https://github.com/fb55/htmlparser2) | `10.0.0` | `10.1.0` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.27` | `0.16.35` |
| [marked](https://github.com/markedjs/marked) | `17.0.1` | `17.0.4` |
| [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown) | `2.0.2` | `2.0.3` |
| [minipass](https://github.com/isaacs/minipass) | `7.1.2` | `7.1.3` |
| [moo](https://github.com/tjvr/moo) | `0.5.2` | `0.5.3` |
| [node-sql-parser](https://github.com/taozhi8833998/node-sql-parser) | `5.3.13` | `5.4.0` |
| [normalize-url](https://github.com/sindresorhus/normalize-url) | `8.1.0` | `8.1.1` |
| [proxy-vir](https://github.com/electrovir/proxy-vir) | `2.0.1` | `2.0.2` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.2` | `6.1.3` |
| [sax](https://github.com/isaacs/sax-js) | `1.4.3` | `1.5.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` |
| [sort-object-keys](https://github.com/keithamus/sort-object-keys) | `2.0.1` | `2.1.0` |
| [spdx-license-ids](https://github.com/jslicense/spdx-license-ids) | `3.0.22` | `3.0.23` |
| [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) | `15.6.12` | `15.7.2` |
| [ufo](https://github.com/unjs/ufo) | `1.6.1` | `1.6.3` |


Updates `git-cliff` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.11.0...v2.12.0)

Updates `iconv-lite` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/pillarjs/iconv-lite/releases)
- [Changelog](https://github.com/pillarjs/iconv-lite/blob/master/Changelog.md)
- [Commits](pillarjs/iconv-lite@v0.7.1...v0.7.2)

Updates `prettier-plugin-merge` from 0.8.0 to 0.10.0
- [Release notes](https://github.com/ony3000/prettier-plugin-merge/releases)
- [Commits](ony3000/prettier-plugin-merge@v0.8.0...v0.10.0)

Updates `prettier-plugin-packagejson` from 2.5.20 to 3.0.0
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.20...v3.0.0)

Updates `sort-package-json` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/keithamus/sort-package-json/releases)
- [Commits](keithamus/sort-package-json@v3.6.0...v3.6.1)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.1)

Updates `prettier-plugin-multiline-arrays` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/electrovir/prettier-plugin-multiline-arrays/releases)
- [Commits](electrovir/prettier-plugin-multiline-arrays@v4.1.3...v4.1.4)

Updates `prettier-plugin-sort-json` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/Gudahtt/prettier-plugin-sort-json/releases)
- [Changelog](https://github.com/Gudahtt/prettier-plugin-sort-json/blob/main/CHANGELOG.md)
- [Commits](Gudahtt/prettier-plugin-sort-json@v4.1.1...v4.2.0)

Updates `@augment-vir/assert` from 31.57.3 to 31.67.1
- [Release notes](https://github.com/electrovir/augment-vir/releases)
- [Commits](electrovir/augment-vir@v31.57.3...v31.67.1)

Updates `@augment-vir/common` from 31.57.3 to 31.67.1
- [Release notes](https://github.com/electrovir/augment-vir/releases)
- [Commits](electrovir/augment-vir@v31.57.3...v31.67.1)

Updates `@augment-vir/core` from 31.57.3 to 31.67.1
- [Release notes](https://github.com/electrovir/augment-vir/releases)
- [Commits](electrovir/augment-vir@v31.57.3...v31.67.1)

Updates `@babel/code-frame` from 7.27.1 to 7.29.0
- [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.29.0/packages/babel-code-frame)

Updates `@babel/runtime` from 7.28.4 to 7.28.6
- [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.6/packages/babel-runtime)

Updates `@date-vir/duration` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/electrovir/date-vir/releases)
- [Commits](electrovir/date-vir@v8.1.0...v8.2.0)

Updates `@isaacs/brace-expansion` from 5.0.0 to 5.0.1

Updates `@types/http-cache-semantics` from 4.0.4 to 4.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-cache-semantics)

Updates `@types/katex` from 0.16.7 to 0.16.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/katex)

Updates `@types/lodash` from 4.17.21 to 4.17.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 22.19.3 to 22.19.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `acorn` from 8.15.0 to 8.16.0
- [Commits](acornjs/acorn@8.15.0...8.16.0)

Updates `cheerio` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](cheeriojs/cheerio@v1.1.2...v1.2.0)

Updates `ci-info` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/watson/ci-info/releases)
- [Changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md)
- [Commits](watson/ci-info@v4.3.1...v4.4.0)

Updates `comment-parser` from 1.4.1 to 1.4.5
- [Changelog](https://github.com/syavorsky/comment-parser/blob/main/CHANGELOG.md)
- [Commits](syavorsky/comment-parser@v1.4.1...v1.4.5)

Updates `undici` from 6.22.0 to 6.23.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.22.0...v6.23.0)

Updates `decode-named-character-reference` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/wooorm/decode-named-character-reference/releases)
- [Commits](wooorm/decode-named-character-reference@1.2.0...1.3.0)

Updates `diff` from 5.1.0 to 5.2.2
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v5.1.0...v5.2.2)

Updates `esbuild` from 0.27.2 to 0.27.3
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.2...v0.27.3)

Updates `git-cliff-darwin-arm64` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.11.0...v2.12.0)

Updates `git-cliff-darwin-x64` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.11.0...v2.12.0)

Updates `git-cliff-linux-arm64` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.11.0...v2.12.0)

Updates `git-cliff-linux-x64` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.11.0...v2.12.0)

Updates `git-cliff-windows-arm64` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.11.0...v2.12.0)

Updates `git-cliff-windows-x64` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.11.0...v2.12.0)

Updates `git-hooks-list` from 4.1.1 to 4.2.1
- [Release notes](https://github.com/fisker/git-hooks-list/releases)
- [Commits](fisker/git-hooks-list@v4.1.1...v4.2.1)

Updates `htmlparser2` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/fb55/htmlparser2/releases)
- [Commits](fb55/htmlparser2@v10.0.0...v10.1.0)

Updates `katex` from 0.16.27 to 0.16.35
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.27...v0.16.35)

Updates `marked` from 17.0.1 to 17.0.4
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v17.0.1...v17.0.4)

Updates `mdast-util-from-markdown` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/syntax-tree/mdast-util-from-markdown/releases)
- [Commits](syntax-tree/mdast-util-from-markdown@2.0.2...2.0.3)

Updates `minipass` from 7.1.2 to 7.1.3
- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)
- [Commits](isaacs/minipass@v7.1.2...v7.1.3)

Updates `moo` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/tjvr/moo/releases)
- [Commits](https://github.com/tjvr/moo/commits)

Updates `node-sql-parser` from 5.3.13 to 5.4.0
- [Release notes](https://github.com/taozhi8833998/node-sql-parser/releases)
- [Commits](taozhi8833998/node-sql-parser@5.3.13...5.4.0)

Updates `normalize-url` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](sindresorhus/normalize-url@v8.1.0...v8.1.1)

Updates `proxy-vir` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/electrovir/proxy-vir/releases)
- [Commits](electrovir/proxy-vir@v2.0.1...v2.0.2)

Updates `rimraf` from 6.1.2 to 6.1.3
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.1.2...v6.1.3)

Updates `sax` from 1.4.3 to 1.5.0
- [Commits](isaacs/sax-js@v1.4.3...v1.5.0)

Updates `semver` from 7.7.3 to 7.7.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.3...v7.7.4)

Updates `sort-object-keys` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/keithamus/sort-object-keys/releases)
- [Commits](keithamus/sort-object-keys@v2.0.1...v2.1.0)

Updates `spdx-license-ids` from 3.0.22 to 3.0.23
- [Commits](jslicense/spdx-license-ids@v3.0.22...v3.0.23)

Updates `sql-formatter` from 15.6.12 to 15.7.2
- [Release notes](https://github.com/sql-formatter-org/sql-formatter/releases)
- [Commits](sql-formatter-org/sql-formatter@v15.6.12...v15.7.2)

Updates `ufo` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/unjs/ufo/releases)
- [Changelog](https://github.com/unjs/ufo/blob/main/CHANGELOG.md)
- [Commits](unjs/ufo@v1.6.1...v1.6.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: devops-actions/actionlint
  dependency-version: 0.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: oxsecurity/megalinter
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependabot-all
- dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: actions/cache
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: actions/ai-inference
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: git-cliff
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: iconv-lite
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: prettier-plugin-merge
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: prettier-plugin-packagejson
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependabot-all
- dependency-name: sort-package-json
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: prettier-plugin-multiline-arrays
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: prettier-plugin-sort-json
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: "@augment-vir/assert"
  dependency-version: 31.67.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: "@augment-vir/common"
  dependency-version: 31.67.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: "@augment-vir/core"
  dependency-version: 31.67.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: "@babel/code-frame"
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: "@date-vir/duration"
  dependency-version: 8.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: "@isaacs/brace-expansion"
  dependency-version: 5.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: "@types/http-cache-semantics"
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: "@types/katex"
  dependency-version: 0.16.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: "@types/lodash"
  dependency-version: 4.17.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: "@types/node"
  dependency-version: 22.19.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: acorn
  dependency-version: 8.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: cheerio
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: ci-info
  dependency-version: 4.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: comment-parser
  dependency-version: 1.4.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: undici
  dependency-version: 6.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: decode-named-character-reference
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: diff
  dependency-version: 5.2.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: esbuild
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: git-cliff-darwin-arm64
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: git-cliff-darwin-x64
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: git-cliff-linux-arm64
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: git-cliff-linux-x64
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: git-cliff-windows-arm64
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: git-cliff-windows-x64
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: git-hooks-list
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: htmlparser2
  dependency-version: 10.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: katex
  dependency-version: 0.16.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: marked
  dependency-version: 17.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: mdast-util-from-markdown
  dependency-version: 2.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: minipass
  dependency-version: 7.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: moo
  dependency-version: 0.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: node-sql-parser
  dependency-version: 5.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: normalize-url
  dependency-version: 8.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: proxy-vir
  dependency-version: 2.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: sax
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: semver
  dependency-version: 7.7.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: sort-object-keys
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: spdx-license-ids
  dependency-version: 3.0.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
- dependency-name: sql-formatter
  dependency-version: 15.7.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependabot-all
- dependency-name: ufo
  dependency-version: 1.6.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependabot-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.98%. Comparing base (033c231) to head (3296787).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

❌ Your project status has failed because the head coverage (92.98%) is below the target coverage (95.00%). You can increase the head coverage or adjust the target coverage.

Flag Coverage Δ
pwsh-macos-latest 92.06% <ø> (ø)
pwsh-ubuntu-latest 91.60% <ø> (ø)
pwsh-windows-latest 92.79% <ø> (ø)
windows-powershell-51 92.79% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   92.98%   92.98%           
=======================================
  Files          55       55           
  Lines        1512     1512           
=======================================
  Hits         1406     1406           
  Misses        106      106           

Impacted file tree graph

Components Coverage Δ
Core Module 92.98% <ø> (ø)
Test Suite ∅ <ø> (∅)
Utility Scripts ∅ <ø> (∅)
Configuration & Build ∅ <ø> (∅)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 033c231...3296787. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Nick2bad4u Nick2bad4u merged commit 0cd189d into main Mar 6, 2026
45 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant