Skip to content

chore(deps-dev): bump the major group across 3 directories with 3 updates - #248

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/major-c7a7c1504d
Open

chore(deps-dev): bump the major group across 3 directories with 3 updates#248
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/major-c7a7c1504d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the major group with 3 updates in the / directory: oxlint-tsgolint, better-call and jsdom.
Bumps the major group with 1 update in the /packages/framework directory: better-call.
Bumps the major group with 1 update in the /packages/inertia directory: jsdom.

Updates oxlint-tsgolint from 0.24.0 to 7.0.2001

Release notes

Sourced from oxlint-tsgolint's releases.

v7.0.2001

Highlights

Announcing Type-Aware Linting Stable

What's Changed

Full Changelog: oxc-project/tsgolint@v7.0.2000...v7.0.2001

v7.0.2000

What's Changed

Full Changelog: oxc-project/tsgolint@v0.25.0...v7.0.2000

v0.25.0

What's Changed

... (truncated)

Commits
  • 482dcf7 fix(release): preserve binary executable permissions (#1104)
  • 7ea9b74 fix(ci): disable pnpm git checks for generated release packages (#1103)
  • a90133b chore(deps): update npm packages (#1100)
  • f5a7520 chore(deps): update module github.com/dlclark/regexp2/v2 to v2.5.2 (#1099)
  • 5cc766e chore(deps): update github actions (#1098)
  • 4e9120a fix(no-unnecessary-type-assertion): preserve type-changing assertions (#1097)
  • bbcafc7 feat(no-floating-promises): improve diagnostics (#1093)
  • 305e137 ci: use pnpm publish and drop global npm install (#1095)
  • 1b97ad9 feat(no-unnecessary-condition): improve diagnostics (#1092)
  • 1abf9a5 docs: update sponsor section
  • Additional commits viewable in compare view

Updates better-call from 1.3.7 to 2.0.5

Release notes

Sourced from better-call's releases.

v2.0.5

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

   🐞 Bug Fixes

    View changes on GitHub

v2.0.2

No significant changes

    View changes on GitHub

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚀 Features

... (truncated)

Commits
  • 566c850 chore: release v2.0.5
  • de59505 fix(router): only strip basePath when it is a leading prefix (#149)
  • d9de25a chore: release v2.0.4
  • 6718b44 ci: migrate release to npm OIDC trusted publishing (#146)
  • 31e5f8f fix(client): correct return types when throw option is true (#127)
  • faf741d fix(to-response): preserve multiple Set-Cookie when merging headers (#137)
  • f5e54a1 fix(to-response): only mark true cycles in safeStringify (#140)
  • b021012 test(router): add streaming response test (#138)
  • 394fd03 fix(node): move res.send() outside streaming loop (#124)
  • 97837f6 feat(context): expose responseHeaders on EndpointContext (#131)
  • Additional commits viewable in compare view

Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

Updates better-call from 1.3.7 to 2.0.5

Release notes

Sourced from better-call's releases.

v2.0.5

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

   🐞 Bug Fixes

    View changes on GitHub

v2.0.2

No significant changes

    View changes on GitHub

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚀 Features

... (truncated)

Commits
  • 566c850 chore: release v2.0.5
  • de59505 fix(router): only strip basePath when it is a leading prefix (#149)
  • d9de25a chore: release v2.0.4
  • 6718b44 ci: migrate release to npm OIDC trusted publishing (#146)
  • 31e5f8f fix(client): correct return types when throw option is true (#127)
  • faf741d fix(to-response): preserve multiple Set-Cookie when merging headers (#137)
  • f5e54a1 fix(to-response): only mark true cycles in safeStringify (#140)
  • b021012 test(router): add streaming response test (#138)
  • 394fd03 fix(node): move res.send() outside streaming loop (#124)
  • 97837f6 feat(context): expose responseHeaders on EndpointContext (#131)
  • Additional commits viewable in compare view

Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

Updates better-call from 1.3.7 to 2.0.5

Release notes

Sourced from better-call's releases.

v2.0.5

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

   🐞 Bug Fixes

    View changes on GitHub

v2.0.2

No significant changes

    View changes on GitHub

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚀 Features

... (truncated)

Commits
  • 566c850 chore: release v2.0.5
  • de59505 fix(router): only strip basePath when it is a leading prefix (#149)
  • d9de25a chore: release v2.0.4
  • 6718b44 ci: migrate release to npm OIDC trusted publishing (#146)
  • 31e5f8f fix(client): correct return types when throw option is true (#127)
  • faf741d fix(to-response): preserve multiple Set-Cookie when merging headers (#137)
  • f5e54a1 fix(to-response): only mark true cycles in safeStringify (#140)
  • b021012 test(router): add streaming response test (#138)
  • 394fd03 fix(node): move res.send() outside streaming loop (#124)
  • 97837f6 feat(context): expose responseHeaders on EndpointContext (#131)
  • Additional commits viewable in compare view

Updates better-call from 1.3.7 to 2.0.5

Release notes

Sourced from better-call's releases.

v2.0.5

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

   🐞 Bug Fixes

    View changes on GitHub

v2.0.2

No significant changes

    View changes on GitHub

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚀 Features

... (truncated)

Commits
  • 566c850 chore: release v2.0.5
  • de59505 fix(router): only strip basePath when it is a leading prefix (#149)
  • d9de25a chore: release v2.0.4
  • 6718b44 ci: migrate release to npm OIDC trusted publishing (#146)
  • 31e5f8f fix(client): correct return types when throw option is true (#127)
  • faf741d fix(to-response): preserve multiple Set-Cookie when merging headers (#137)
  • f5e54a1 fix(to-response): only mark true cycles in safeStringify (#140)
  • b021012 test(router): add streaming response test (#138)
  • 394fd03 fix(node): move res.send() outside streaming loop (#124)
  • 97837f6 feat(context): expose responseHeaders on EndpointContext (#131)
  • Additional commits viewable in compare view

Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the major group with 3 updates in the / directory: [oxlint-tsgolint](https://github.com/oxc-project/tsgolint), [better-call](https://github.com/better-auth/better-call/tree/HEAD/packages/better-call) and [jsdom](https://github.com/jsdom/jsdom).
Bumps the major group with 1 update in the /packages/framework directory: [better-call](https://github.com/better-auth/better-call/tree/HEAD/packages/better-call).
Bumps the major group with 1 update in the /packages/inertia directory: [jsdom](https://github.com/jsdom/jsdom).


Updates `oxlint-tsgolint` from 0.24.0 to 7.0.2001
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.24.0...v7.0.2001)

Updates `better-call` from 1.3.7 to 2.0.5
- [Release notes](https://github.com/better-auth/better-call/releases)
- [Commits](https://github.com/better-auth/better-call/commits/v2.0.5/packages/better-call)

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

Updates `better-call` from 1.3.7 to 2.0.5
- [Release notes](https://github.com/better-auth/better-call/releases)
- [Commits](https://github.com/better-auth/better-call/commits/v2.0.5/packages/better-call)

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

Updates `better-call` from 1.3.7 to 2.0.5
- [Release notes](https://github.com/better-auth/better-call/releases)
- [Commits](https://github.com/better-auth/better-call/commits/v2.0.5/packages/better-call)

Updates `better-call` from 1.3.7 to 2.0.5
- [Release notes](https://github.com/better-auth/better-call/releases)
- [Commits](https://github.com/better-auth/better-call/commits/v2.0.5/packages/better-call)

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

---
updated-dependencies:
- dependency-name: oxlint-tsgolint
  dependency-version: 7.0.2001
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: better-call
  dependency-version: 2.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: better-call
  dependency-version: 2.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: better-call
  dependency-version: 2.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: better-call
  dependency-version: 2.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 1, 2026

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Details
Benchmark suite Current: 7de46c6 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 33975.51231549416 ops/sec (±1.71%) 44355.827899388205 ops/sec (±1.52%) 1.31
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 44532.293522512715 ops/sec (±0.66%) 49077.55133303189 ops/sec (±1.07%) 1.10
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15793.066187583096 ops/sec (±1.21%) 24127.579263272528 ops/sec (±1.28%) 1.53
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 3857.374573001484 ops/sec (±2.98%) 4332.798367697519 ops/sec (±3.08%) 1.12
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 6171.597476069756 ops/sec (±1.12%) 6877.491973422911 ops/sec (±1.38%) 1.11
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 371739.28551711026 ops/sec (±0.31%) 367439.1967778971 ops/sec (±2.58%) 0.99
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 31339.836019944876 ops/sec (±3.59%) 40916.51636711715 ops/sec (±2.82%) 1.31
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 40093.21986612809 ops/sec (±2.30%) 46221.77899438597 ops/sec (±1.51%) 1.15
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 42984.85230444533 ops/sec (±0.89%) 47297.584538015675 ops/sec (±0.94%) 1.10
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 42439.68475802533 ops/sec (±0.99%) 46712.398512126 ops/sec (±0.86%) 1.10
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4299999.578600216 ops/sec (±1.61%) 3659523.004609583 ops/sec (±0.26%) 0.85
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 4128490.3898861883 ops/sec (±2.25%) 3674735.919157303 ops/sec (±0.23%) 0.89
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4600881.788364526 ops/sec (±2.24%) 3643329.0527346027 ops/sec (±0.97%) 0.79
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4568602.400990663 ops/sec (±0.80%) 3731349.291036125 ops/sec (±0.79%) 0.82
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1385733.351477318 ops/sec (±0.42%) 1231183.1036989056 ops/sec (±0.71%) 0.89
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1409210.4921454038 ops/sec (±0.39%) 1316018.4734202325 ops/sec (±0.72%) 0.93
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 1930087.745226892 ops/sec (±1.35%) 1783899.5774658315 ops/sec (±0.30%) 0.92
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1348939.6600709378 ops/sec (±0.43%) 1315930.5814242992 ops/sec (±0.55%) 0.98
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2076316.3929320937 ops/sec (±0.15%) 1806360.778904609 ops/sec (±0.19%) 0.87
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2539478.8521557245 ops/sec (±2.80%) 1989351.3462046375 ops/sec (±2.25%) 0.78
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2386384.439312686 ops/sec (±0.61%) 2077218.3049918814 ops/sec (±0.64%) 0.87
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1398459.5804622106 ops/sec (±0.61%) 1318623.2747570868 ops/sec (±0.43%) 0.94
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 679952.440189132 ops/sec (±0.42%) 674368.8967327109 ops/sec (±0.61%) 0.99
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1147861.8068151276 ops/sec (±0.41%) 1033574.8692689876 ops/sec (±0.46%) 0.90
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 816975.0245315678 ops/sec (±0.60%) 861264.3797109328 ops/sec (±0.67%) 1.05
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 592352.8697910401 ops/sec (±0.54%) 601067.2979531069 ops/sec (±0.70%) 1.01
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 574371.0143796649 ops/sec (±3.06%) 598005.5897686194 ops/sec (±2.06%) 1.04
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 593925.2267097164 ops/sec (±0.40%) 606220.5693193878 ops/sec (±0.44%) 1.02
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 16683.95751337578 ops/sec (±6.78%) 20659.201604495036 ops/sec (±7.81%) 1.24
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 90947.27187614165 ops/sec (±7.81%) 87549.06480088776 ops/sec (±9.59%) 0.96
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 18808.558888217587 ops/sec (±6.25%) 20055.348642388202 ops/sec (±7.48%) 1.07
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 344369.73070291226 ops/sec (±0.44%) 348297.84898624144 ops/sec (±1.02%) 1.01
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 63682.96884536868 ops/sec (±0.38%) 66342.982298651 ops/sec (±0.49%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 30997.654190169163 ops/sec (±0.38%) 32949.193140155745 ops/sec (±0.54%) 1.06
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12227104.434960796 ops/sec (±0.13%) 12503091.774915366 ops/sec (±0.09%) 1.02
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1800314.70377639 ops/sec (±0.48%) 2209847.5226742206 ops/sec (±1.46%) 1.23
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1319951.9023277517 ops/sec (±0.68%) 1332989.981337998 ops/sec (±0.60%) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 7de46c6 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 15793.066187583096 ops/sec (±1.21%) 24127.579263272528 ops/sec (±1.28%) 1.53

This comment was automatically generated by workflow using github-action-benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant