Skip to content

chore(deps): bump the minor group with 10 updates#759

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-290b1aae02
Mar 16, 2026
Merged

chore(deps): bump the minor group with 10 updates#759
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-290b1aae02

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps the minor group with 10 updates:

Package From To
mint 4.2.417 4.2.434
@emnapi/runtime 1.8.1 1.9.0
@mintlify/cli 4.0.1020 4.0.1037
@mintlify/link-rot 3.0.955 3.0.971
@mintlify/prebuild 1.0.926 1.0.942
@mintlify/previewing 4.0.984 4.0.1000
@types/node 25.3.5 25.5.0
bare-os 3.7.1 3.8.0
bare-stream 2.8.0 2.8.1
oniguruma-to-es 4.3.4 4.3.5

Updates mint from 4.2.417 to 4.2.434

Commits

Updates @emnapi/runtime from 1.8.1 to 1.9.0

Release notes

Sourced from @​emnapi/runtime's releases.

v1.9.0

What's Changed

  • fix data race and use-after-free in napi_threadsafe_function by @​toyobayashi in toyobayashi/emnapi#199
    • fix tsfn not work in JS based async_work workers
    • fix pthread_create not work in JS based async_work workers
    • emnapi_basic[-mt].a includes libuv symbols now
  • refactor: dispatch async work queue in shared memory by @​toyobayashi in toyobayashi/emnapi#200
    • Avoids deadlock when main thread block on waiting queued async work starting. Completed work can not be dispatched to main thread that cause no new worker available, then queued work never start.
    • wasm32-wasip1-threads target spawn async worker in JS will use pthread_create, no longer maintain a separate worker pool.
  • rename node_api_create_object_with_properties by @​toyobayashi in toyobayashi/emnapi#193
  • fix: execute tsfn finalizer after queue drains when aborted
  • feat: add required config hint in package entry
    const { requiredConfig } = require('emnapi')
    console.log(requiredConfig.clang.wasmld)
    [
      '--import-memory',
      '--shared-memory',
      '--export-table',
      '--export=malloc',
      '--export=free',
      '--export=napi_register_wasm_v1',
      '--export-if-defined=node_api_module_get_api_version_v1',
      '--export=emnapi_thread_crashed',
      '--export-if-defined=emnapi_async_worker_create',
      '--export-if-defined=emnapi_async_worker_init'
    ]
    

Full Changelog: toyobayashi/emnapi@v1.8.1...v1.9.0

Commits
  • c9743cf 1.9.0
  • b6b4a63 feat: add required config hint in package entry
  • 5e3e8a9nodejs/node#61956
  • 17e63e8 refactor: dispatch async work queue in shared memory (#200)
  • 361b183 [Backport] fix data race and use-after-free in napi_threadsafe_function (#199)
  • 7eb6a37 feat!: fix node_api_create_object_with_properties name (#193)
  • dbb3013 refactor: use Node-API in comments (#194)
  • See full diff in compare view

Updates @mintlify/cli from 4.0.1020 to 4.0.1037

Commits

Updates @mintlify/link-rot from 3.0.955 to 3.0.971

Commits

Updates @mintlify/prebuild from 1.0.926 to 1.0.942

Commits

Updates @mintlify/previewing from 4.0.984 to 4.0.1000

Commits

Updates @types/node from 25.3.5 to 25.5.0

Commits

Updates bare-os from 3.7.1 to 3.8.0

Commits

Updates bare-stream from 2.8.0 to 2.8.1

Commits

Updates oniguruma-to-es from 4.3.4 to 4.3.5

Release notes

Sourced from oniguruma-to-es's releases.

v4.3.5

🐞 Fixes

  • Avoid replacing environment tests with constants when bundled with Rolldown. (#42, @​xiaweiss)
Commits

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

Bumps the minor group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [mint](https://github.com/mintlify/mint/tree/HEAD/packages/mint) | `4.2.417` | `4.2.434` |
| [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.8.1` | `1.9.0` |
| [@mintlify/cli](https://github.com/mintlify/mint/tree/HEAD/packages/cli) | `4.0.1020` | `4.0.1037` |
| [@mintlify/link-rot](https://github.com/mintlify/mint/tree/HEAD/packages/link-rot) | `3.0.955` | `3.0.971` |
| [@mintlify/prebuild](https://github.com/mintlify/mint/tree/HEAD/packages/prebuild) | `1.0.926` | `1.0.942` |
| [@mintlify/previewing](https://github.com/mintlify/mint/tree/HEAD/packages/previewing) | `4.0.984` | `4.0.1000` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.5` | `25.5.0` |
| [bare-os](https://github.com/holepunchto/bare-os) | `3.7.1` | `3.8.0` |
| [bare-stream](https://github.com/holepunchto/bare-stream) | `2.8.0` | `2.8.1` |
| [oniguruma-to-es](https://github.com/slevithan/oniguruma-to-es) | `4.3.4` | `4.3.5` |


Updates `mint` from 4.2.417 to 4.2.434
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/mint)

Updates `@emnapi/runtime` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.8.1...v1.9.0)

Updates `@mintlify/cli` from 4.0.1020 to 4.0.1037
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/cli)

Updates `@mintlify/link-rot` from 3.0.955 to 3.0.971
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/link-rot)

Updates `@mintlify/prebuild` from 1.0.926 to 1.0.942
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/prebuild)

Updates `@mintlify/previewing` from 4.0.984 to 4.0.1000
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/previewing)

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

Updates `bare-os` from 3.7.1 to 3.8.0
- [Commits](holepunchto/bare-os@v3.7.1...v3.8.0)

Updates `bare-stream` from 2.8.0 to 2.8.1
- [Commits](holepunchto/bare-stream@v2.8.0...v2.8.1)

Updates `oniguruma-to-es` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/slevithan/oniguruma-to-es/releases)
- [Commits](slevithan/oniguruma-to-es@v4.3.4...v4.3.5)

---
updated-dependencies:
- dependency-name: mint
  dependency-version: 4.2.434
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@mintlify/cli"
  dependency-version: 4.0.1037
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/link-rot"
  dependency-version: 3.0.971
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/prebuild"
  dependency-version: 1.0.942
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/previewing"
  dependency-version: 4.0.1000
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: bare-os
  dependency-version: 3.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: bare-stream
  dependency-version: 2.8.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: oniguruma-to-es
  dependency-version: 4.3.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 16, 2026 14:31
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 16, 2026
@benbrandt benbrandt merged commit eb736d9 into main Mar 16, 2026
3 checks passed
@benbrandt benbrandt deleted the dependabot/npm_and_yarn/minor-290b1aae02 branch March 16, 2026 15:50
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant