Skip to content

chore(deps): bump the minor group with 25 updates#1611

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-01d89977a0
Jul 6, 2026
Merged

chore(deps): bump the minor group with 25 updates#1611
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-01d89977a0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 25 updates:

Package From To
mint 4.2.647 4.2.667
prettier 3.9.3 3.9.4
@emnapi/runtime 1.11.1 1.11.2
@mintlify/cli 4.0.1250 4.0.1270
@mintlify/common 1.0.967 1.0.986
@radix-ui/react-arrow 1.1.10 1.1.11
@radix-ui/react-dismissable-layer 1.1.13 1.1.14
@radix-ui/react-focus-scope 1.1.10 1.1.11
@radix-ui/react-popover 1.1.17 1.1.18
@radix-ui/react-popper 1.3.1 1.3.2
@radix-ui/react-portal 1.1.12 1.1.13
@radix-ui/react-primitive 2.1.6 2.1.7
@mintlify/link-rot 3.0.1153 3.0.1173
@mintlify/models 0.0.328 0.0.333
@mintlify/prebuild 1.0.1113 1.0.1132
@mintlify/previewing 4.0.1178 4.0.1198
@mintlify/scraping 4.0.831 4.0.850
@mintlify/validation 0.1.754 0.1.769
@stoplight/spectral-core 1.23.0 1.23.1
@stoplight/spectral-formats 1.8.3 1.8.5
@stoplight/spectral-functions 1.10.3 1.10.5
@stoplight/spectral-runtime 1.1.5 1.1.6
@types/node 26.0.1 26.1.0
bare-fs 4.7.2 4.7.3
node-abi 3.92.0 3.94.0

Updates mint from 4.2.647 to 4.2.667

Commits

Updates prettier from 3.9.3 to 3.9.4

Release notes

Sourced from prettier's releases.

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.4

diff

Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

<!-- Input -->
<FancyButton [label]="title">
  @content (icon) {
    <span>Icon!</span>
  }
  @content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.3 -->
<FancyButton [label]="title">
@​content(icon) {
<span>Icon!</span>
}
@​content(description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.4 -->
<FancyButton [label]="title">
@​content (icon) {
<span>Icon!</span>
}
@​content (description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>

Commits
  • b693cb2 Release 3.9.4
  • 2e92ac0 Angular: Format @content(name) -> @content (name) to align with other blo...
  • abed2c2 Bump Prettier dependency to 3.9.3
  • 6cfbc00 Clean changelog_unreleased
  • See full diff in compare view

Updates @emnapi/runtime from 1.11.1 to 1.11.2

Release notes

Sourced from @​emnapi/runtime's releases.

v1.11.2

What's Changed

Full Changelog: toyobayashi/emnapi@v1.11.1...v1.11.2

Commits

Updates @mintlify/cli from 4.0.1250 to 4.0.1270

Commits

Updates @mintlify/common from 1.0.967 to 1.0.986

Commits

Updates @radix-ui/react-arrow from 1.1.10 to 1.1.11

Changelog

Sourced from @​radix-ui/react-arrow's changelog.

1.1.11

  • Updated dependencies: @radix-ui/react-primitive@2.1.7
Commits

Updates @radix-ui/react-dismissable-layer from 1.1.13 to 1.1.14

Changelog

Sourced from @​radix-ui/react-dismissable-layer's changelog.

1.1.14

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.

Other updates

  • Updated dependencies: @radix-ui/react-primitive@2.1.7
Commits

Updates @radix-ui/react-focus-scope from 1.1.10 to 1.1.11

Changelog

Sourced from @​radix-ui/react-focus-scope's changelog.

1.1.11

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.

Other updates

  • Updated dependencies: @radix-ui/react-primitive@2.1.7
Commits

Updates @radix-ui/react-popover from 1.1.17 to 1.1.18

Changelog

Sourced from @​radix-ui/react-popover's changelog.

1.1.18

  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-dismissable-layer@1.1.14, @radix-ui/react-focus-scope@1.1.11, @radix-ui/react-popper@1.3.2, @radix-ui/react-portal@1.1.13
Commits

Updates @radix-ui/react-popper from 1.3.1 to 1.3.2

Changelog

Sourced from @​radix-ui/react-popper's changelog.

1.3.2

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.

Other updates

  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-arrow@1.1.11
Commits

Updates @radix-ui/react-portal from 1.1.12 to 1.1.13

Changelog

Sourced from @​radix-ui/react-portal's changelog.

1.1.13

  • Updated dependencies: @radix-ui/react-primitive@2.1.7
Commits

Updates @radix-ui/react-primitive from 2.1.6 to 2.1.7

Changelog

Sourced from @​radix-ui/react-primitive's changelog.

2.1.7

  • Removed global React.CSSProperties augmentation from emitted declaration files.
Commits

Updates @mintlify/link-rot from 3.0.1153 to 3.0.1173

Commits

Updates @mintlify/models from 0.0.328 to 0.0.333

Commits

Updates @mintlify/prebuild from 1.0.1113 to 1.0.1132

Commits

Updates @mintlify/previewing from 4.0.1178 to 4.0.1198

Commits

Updates @mintlify/scraping from 4.0.831 to 4.0.850

Commits

Updates @mintlify/validation from 0.1.754 to 0.1.769

Commits

Updates @stoplight/spectral-core from 1.23.0 to 1.23.1

Commits

Updates @stoplight/spectral-formats from 1.8.3 to 1.8.5

Commits

Updates @stoplight/spectral-functions from 1.10.3 to 1.10.5

Commits

Updates @stoplight/spectral-runtime from 1.1.5 to 1.1.6

Commits
  • a06d7b8 chore(release): 1.1.6 [skip ci]
  • 8056061 chore: added scarf telemetry to cli (#2976)
  • a7ac849 Chore(deps):Bump Up Spectral-core in Spectral-rulesets, functions & formats P...
  • 682295a fix: remove abort-controller (#2948)
  • a9e68c8 chore(release): 1.12.1 [skip ci]
  • 7eeb8f3 chore(release): 1.22.3 [skip ci]
  • a7822fa fix(rulesets): exclude non-schema enum properties from duplicated-entry-in-en...
  • 60c6c56 fix(ruleset-migrator): handle non function objects returned by requireResolve...
  • a2cc3d1 chore(deps): bump @​babel/plugin-transform-modules-systemjs (#2953)
  • cc8bf4b chore(deps): bump ip-address from 10.1.0 to 10.2.0 (#2950)
  • Additional commits viewable in compare view

Updates @types/node from 26.0.1 to 26.1.0

Commits

Updates bare-fs from 4.7.2 to 4.7.3

Commits

Updates node-abi from 3.92.0 to 3.94.0

Release notes

Sourced from node-abi's releases.

v3.94.0

3.94.0 (2026-07-02)

Features

v3.93.0

3.93.0 (2026-06-30)

Features

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 25 updates:

| Package | From | To |
| --- | --- | --- |
| [mint](https://github.com/mintlify/mint/tree/HEAD/packages/mint) | `4.2.647` | `4.2.667` |
| [prettier](https://github.com/prettier/prettier) | `3.9.3` | `3.9.4` |
| [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.11.1` | `1.11.2` |
| [@mintlify/cli](https://github.com/mintlify/mint/tree/HEAD/packages/cli) | `4.0.1250` | `4.0.1270` |
| [@mintlify/common](https://github.com/mintlify/mint/tree/HEAD/packages/common) | `1.0.967` | `1.0.986` |
| [@radix-ui/react-arrow](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/arrow) | `1.1.10` | `1.1.11` |
| [@radix-ui/react-dismissable-layer](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dismissable-layer) | `1.1.13` | `1.1.14` |
| [@radix-ui/react-focus-scope](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/focus-scope) | `1.1.10` | `1.1.11` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/popover) | `1.1.17` | `1.1.18` |
| [@radix-ui/react-popper](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/popper) | `1.3.1` | `1.3.2` |
| [@radix-ui/react-portal](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/portal) | `1.1.12` | `1.1.13` |
| [@radix-ui/react-primitive](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/primitive) | `2.1.6` | `2.1.7` |
| [@mintlify/link-rot](https://github.com/mintlify/mint/tree/HEAD/packages/link-rot) | `3.0.1153` | `3.0.1173` |
| [@mintlify/models](https://github.com/mintlify/mint/tree/HEAD/packages/models) | `0.0.328` | `0.0.333` |
| [@mintlify/prebuild](https://github.com/mintlify/mint/tree/HEAD/packages/prebuild) | `1.0.1113` | `1.0.1132` |
| [@mintlify/previewing](https://github.com/mintlify/mint/tree/HEAD/packages/previewing) | `4.0.1178` | `4.0.1198` |
| [@mintlify/scraping](https://github.com/mintlify/mint/tree/HEAD/packages/scraping) | `4.0.831` | `4.0.850` |
| [@mintlify/validation](https://github.com/mintlify/mint/tree/HEAD/packages/validation) | `0.1.754` | `0.1.769` |
| [@stoplight/spectral-core](https://github.com/stoplightio/spectral) | `1.23.0` | `1.23.1` |
| [@stoplight/spectral-formats](https://github.com/stoplightio/spectral) | `1.8.3` | `1.8.5` |
| [@stoplight/spectral-functions](https://github.com/stoplightio/spectral) | `1.10.3` | `1.10.5` |
| [@stoplight/spectral-runtime](https://github.com/stoplightio/spectral) | `1.1.5` | `1.1.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.1` | `26.1.0` |
| [bare-fs](https://github.com/holepunchto/bare-fs) | `4.7.2` | `4.7.3` |
| [node-abi](https://github.com/electron/node-abi) | `3.92.0` | `3.94.0` |


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

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

Updates `@emnapi/runtime` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.11.1...v1.11.2)

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

Updates `@mintlify/common` from 1.0.967 to 1.0.986
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/common)

Updates `@radix-ui/react-arrow` from 1.1.10 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/arrow/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/arrow)

Updates `@radix-ui/react-dismissable-layer` from 1.1.13 to 1.1.14
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dismissable-layer/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dismissable-layer)

Updates `@radix-ui/react-focus-scope` from 1.1.10 to 1.1.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/focus-scope/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/focus-scope)

Updates `@radix-ui/react-popover` from 1.1.17 to 1.1.18
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/popover/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/popover)

Updates `@radix-ui/react-popper` from 1.3.1 to 1.3.2
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/popper/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/popper)

Updates `@radix-ui/react-portal` from 1.1.12 to 1.1.13
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/portal/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/portal)

Updates `@radix-ui/react-primitive` from 2.1.6 to 2.1.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/primitive/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/primitive)

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

Updates `@mintlify/models` from 0.0.328 to 0.0.333
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/models)

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

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

Updates `@mintlify/scraping` from 4.0.831 to 4.0.850
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/scraping)

Updates `@mintlify/validation` from 0.1.754 to 0.1.769
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/validation)

Updates `@stoplight/spectral-core` from 1.23.0 to 1.23.1
- [Release notes](https://github.com/stoplightio/spectral/releases)
- [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-1.23.0...@stoplight/spectral-core-1.23.1)

Updates `@stoplight/spectral-formats` from 1.8.3 to 1.8.5
- [Release notes](https://github.com/stoplightio/spectral/releases)
- [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-formats-1.8.3...@stoplight/spectral-formats-1.8.5)

Updates `@stoplight/spectral-functions` from 1.10.3 to 1.10.5
- [Release notes](https://github.com/stoplightio/spectral/releases)
- [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.10.3...@stoplight/spectral-functions-1.10.5)

Updates `@stoplight/spectral-runtime` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/stoplightio/spectral/releases)
- [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-runtime-1.1.5...@stoplight/spectral-runtime-1.1.6)

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

Updates `bare-fs` from 4.7.2 to 4.7.3
- [Release notes](https://github.com/holepunchto/bare-fs/releases)
- [Commits](holepunchto/bare-fs@v4.7.2...v4.7.3)

Updates `node-abi` from 3.92.0 to 3.94.0
- [Release notes](https://github.com/electron/node-abi/releases)
- [Commits](electron/node-abi@v3.92.0...v3.94.0)

---
updated-dependencies:
- dependency-name: mint
  dependency-version: 4.2.667
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.11.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/cli"
  dependency-version: 4.0.1270
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/common"
  dependency-version: 1.0.986
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@radix-ui/react-arrow"
  dependency-version: 1.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@radix-ui/react-dismissable-layer"
  dependency-version: 1.1.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@radix-ui/react-focus-scope"
  dependency-version: 1.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@radix-ui/react-popover"
  dependency-version: 1.1.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@radix-ui/react-popper"
  dependency-version: 1.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@radix-ui/react-portal"
  dependency-version: 1.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@radix-ui/react-primitive"
  dependency-version: 2.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/link-rot"
  dependency-version: 3.0.1173
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/models"
  dependency-version: 0.0.333
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/prebuild"
  dependency-version: 1.0.1132
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/previewing"
  dependency-version: 4.0.1198
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/scraping"
  dependency-version: 4.0.850
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/validation"
  dependency-version: 0.1.769
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@stoplight/spectral-core"
  dependency-version: 1.23.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@stoplight/spectral-formats"
  dependency-version: 1.8.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@stoplight/spectral-functions"
  dependency-version: 1.10.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@stoplight/spectral-runtime"
  dependency-version: 1.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: bare-fs
  dependency-version: 4.7.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: node-abi
  dependency-version: 3.94.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Jul 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 6, 2026 14:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
@benbrandt benbrandt merged commit fbb0ecb into main Jul 6, 2026
5 checks passed
@benbrandt benbrandt deleted the dependabot/npm_and_yarn/minor-01d89977a0 branch July 6, 2026 14:41
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