Skip to content

chore(deps): bump the sdk-minor-patch group across 1 directory with 11 updates#204

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sdk-minor-patch-6f8c05f353
Closed

chore(deps): bump the sdk-minor-patch group across 1 directory with 11 updates#204
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sdk-minor-patch-6f8c05f353

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the sdk-minor-patch group with 11 updates in the / directory:

Package From To
prettier 3.8.4 3.9.1
vitest 4.1.8 4.1.9
@aether-agent/cli 0.7.14 0.7.19
@astrojs/starlight 0.40.0 0.41.1
@iconify-json/lucide 1.2.112 1.2.114
@iconify-json/simple-icons 1.2.86 1.2.87
asciinema-player 3.15.1 3.16.0
astro-expressive-code 0.43.1 0.44.0
astro-mermaid 2.0.2 2.1.0
mermaid 11.15.0 11.16.0
sharp 0.35.1 0.35.2

Updates prettier from 3.8.4 to 3.9.1

Release notes

Sourced from prettier's releases.

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.1

diff

CLI: Fix ignored file has been cached incorrectly (#19483 by @​kovsu)

Bug details prettier/prettier#18016

3.9.0

diff

🔗 Release Notes

3.8.5

diff

Flow: Support readonly as a variance annotation (#19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};
// Prettier 3.8.4
SyntaxError
// Prettier 3.8.5
type T = {
readonly foo: string,
};

Commits

Updates vitest from 4.1.8 to 4.1.9

Release notes

Sourced from vitest's releases.

v4.1.9

🐞 Bug Fixes

View changes on GitHub
Commits
  • a7a61e7 chore: release v4.1.9 (#10598)
  • 934b0f5 fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...
  • 7fb2965 fix(browser): wait for orchestrator readiness before resolving browser sessio...
  • a518019 fix: fix importOriginal with optimizer and query import [backport to v4] (#...
  • See full diff in compare view

Updates @aether-agent/cli from 0.7.14 to 0.7.19

Release notes

Sourced from @​aether-agent/cli's releases.

0.7.19 - 2026-06-22

Release Notes

Other

  • updated the following local packages: aether-llm, aether-lspd, aether-mcp-utils, aether-acp-utils, aether-acp-utils, aether-agent-core, aether-project, aether-mcp-servers, aether-wisp

Install aether-agent-cli 0.7.19

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.7.19/aether-agent-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install contextbridge/tap/aether

Install prebuilt binaries into your npm project

npm install @aether-agent/cli@0.7.19

Download aether-agent-cli 0.7.19

File Platform Checksum
aether-agent-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
aether-agent-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
aether-agent-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.18 - 2026-06-22

Release Notes

Other

  • (aether-evals) Expose token usage stats for evals (#179)
  • (workspace) Move Rust to crates/ and TS to packages/ (#175)

Install aether-agent-cli 0.7.18

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.7.18/aether-agent-cli-installer.sh | sh

... (truncated)

Commits
  • adfe2df chore: release (#186)
  • ffef205 feat: Support instantiating eval workspaces from a git bundle file (#194)
  • 54ea65f chore: update models (#193)
  • e46c1ec chore(ci): Fix ts evals namespace (#192)
  • f48a1d5 chore: release (#176)
  • dab27ae feat(aether-evals-ts): Extract a TS version of aether-evals package (#181)
  • 6a9f95e refactor: Dry up tests in mcp-servers and wisp with test builders (#182)
  • 7a826c3 refactor(aether-evals): Refactor unstable eval API (#180)
  • dffc7da refactor(aether-evals): Expose token usage stats for evals (#179)
  • 600839c chore(aether-sdk): Bump version (#178)
  • Additional commits viewable in compare view

Updates @astrojs/starlight from 0.40.0 to 0.41.1

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.41.1

Patch Changes

@​astrojs/starlight@​0.41.0

Minor Changes

  • #3951 1202dd4 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    Upgrade Astro and dependencies

    ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

    npx @astrojs/upgrade

    Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

Patch Changes

  • #3953 a935d33 Thanks @​HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.
Changelog

Sourced from @​astrojs/starlight's changelog.

0.41.1

Patch Changes

0.41.0

Minor Changes

  • #3951 1202dd4 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    Upgrade Astro and dependencies

    ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

    npx @astrojs/upgrade

    Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

Patch Changes

  • #3953 a935d33 Thanks @​HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.
Commits

Updates @iconify-json/lucide from 1.2.112 to 1.2.114

Commits

Updates @iconify-json/simple-icons from 1.2.86 to 1.2.87

Commits

Updates asciinema-player from 3.15.1 to 3.16.0

Release notes

Sourced from asciinema-player's releases.

3.16.0

This is a significant release, with a new keystroke overlay and major improvements to recording playback.

Notable changes:

  • New optional keystroke overlay, toggled with the k key
  • New cursorMode option: "blinking", "steady" or "hidden"
  • TypeScript definitions included in the npm package
  • More reliable loading, playback, seeking, stepping and looping
  • Recording load failures are now emitted via the error event
  • Audio loading failures no longer prevent recording playback
  • Improved rendering of Powerline and box-drawing symbols
  • Improved accessibility of control bar buttons
  • Standalone bundle is now compatible with LibreJS

Keystroke overlay

The new keystrokeOverlay option displays keys pressed during a recording:

AsciinemaPlayer.create("/demo.cast", document.getElementById("demo"), {
  keystrokeOverlay: true
});

Recent keystrokes are shown in the lower-right corner. Consecutive text input is grouped, while repeated special keys use a counter, such as Ret × 3.

The overlay is disabled by default and can be toggled during playback with the k key. It requires a recording containing input events (asciinema rec --capture-input ...).

Demo:

asciicast

Cursor mode

The new cursorMode option controls cursor visibility:

AsciinemaPlayer.create("/demo.cast", document.getElementById("demo"), {
  cursorMode: "steady"
});

Supported modes are "blinking" (the default), "steady" and "hidden".

Playback improvements

The recording playback engine has been significantly reworked. This fixes several edge cases involving reverse stepping, marker pauses, looping, seeking, posters and audio playback.

Missing or invalid audio now falls back to terminal-only playback. Fatal recording load errors are emitted through the new error event.

... (truncated)

Commits
  • 33285c7 Remove redundant control keystroke browser test
  • 9dc185c Align keystroke overlay tests with default
  • 7f89d6c Remove keystroke sequence table
  • 1d649be Clean up backspace keystroke mappings
  • af7a605 Add keystroke overlay to the features list in the README
  • ca43784 Disable keystroke overlay by default
  • fe2a7b8 Whitespace
  • 006c4d0 Clean up keystroke overlay props
  • fa73a66 Simplify keystroke CSI parsing
  • b6a3dd1 Extend keystroke overlay visibility
  • Additional commits viewable in compare view

Updates astro-expressive-code from 0.43.1 to 0.44.0

Release notes

Sourced from astro-expressive-code's releases.

astro-expressive-code@0.44.0

Minor Changes

  • 9169010: Adds support for Astro v7 and Sätteri v0.9

Patch Changes

  • rehype-expressive-code@0.44.0
Changelog

Sourced from astro-expressive-code's changelog.

0.44.0

Minor Changes

  • 9169010: Adds support for Astro v7 and Sätteri v0.9

Patch Changes

  • rehype-expressive-code@0.44.0
Commits

Updates astro-mermaid from 2.0.2 to 2.1.0

Release notes

Sourced from astro-mermaid's releases.

v2.1.0

2.1.0 (2026-06-24)

Features

  • support Astro 7 Sätteri markdown processor (#71) (#72) (ce85c02)

v2.0.4

2.0.4 (2026-06-17)

Bug Fixes

  • route markdown plugins through unified processor on Astro 6.4+ (#66) (4edbfd5), closes #62

v2.0.3

2.0.3 (2026-06-17)

Bug Fixes

  • add support for icons property in iconPacks (fixes #18) (#20) (87a84f6)
Commits
  • ce85c02 feat: support Astro 7 Sätteri markdown processor (#71) (#72)
  • 68e8259 chore(deps-dev): bump dompurify (#70)
  • 4edbfd5 fix: route markdown plugins through unified processor on Astro 6.4+ (#66)
  • 9b37610 docs: fix C4 container diagram using unsupported Rel_Back_Neighbor (#67)
  • 712988b chore(deps): resolve all Dependabot security alerts (#65)
  • a4ec613 chore: add issue-workflow skill and brainstorm/code-reviewer subagents (#64)
  • 87a84f6 fix: add support for icons property in iconPacks (fixes #18) (#20)
  • 6df4298 chore(deps-dev): bump dompurify (#63)
  • See full diff in compare view

Updates mermaid from 11.15.0 to 11.16.0

Release notes

Sourced from mermaid's releases.

mermaid@11.16.0

Minor Changes

  • #7535 ea1c48f Thanks @​ragelink! - feat(cynefin): Adds the Cynefin framework as a new diagram type (beta) to Mermaid (available as cynefin-beta). The Cynefin framework, created by Dave Snowden, is a decision-making framework that categorizes problems into five complexity domains, widely used in agile, incident management, strategy, and organizational design.

  • #7721 f45cc2c Thanks @​notionparallax! - feat(treeView): add box-drawing character input support for treeView diagrams

  • #7550 f1f4d45 Thanks @​DominicBurkart! - feat(xychart): add per-point text labels for xychart line plots

  • #7527 b4d0442 Thanks @​notionparallax! - feat(treeView): Extends the existing treeView-beta diagram with features useful for representing file/directory structures.

  • #7793 a6f097d Thanks @​SSDWGG! - feat(er): support optional ER attribute types with a ? suffix

  • #7772 37f2e36 Thanks @​devareddy05! - feat(gantt): support multiple excludes / includes lines so long exclusion lists can be split into commented groups (#6270)

  • #7708 4e63e9d Thanks @​txmxthy! - feat(architecture): add align row|column {ids…} directive to architecture-beta diagrams so authors can declare horizontal or vertical alignment of services explicitly.

  • #7760 05223be Thanks @​ngdaniels! - feat(pie): Enhance Pie Chart - Enable donut chart, Set legend position, and highlight slice

  • #7251 216e4e9 Thanks @​ydah! - feat(railroad): Add support for Railroad Diagrams (Syntax Diagrams) with four input syntaxes: IR (railroad-beta), EBNF (railroad-ebnf-beta), ABNF (railroad-abnf-beta), and PEG (railroad-peg-beta).

  • #7774 e5c75e6 Thanks @​ngdaniels! - feat(xychart): enable rotate label on X-axis

  • #7791 974fa7b Thanks @​knsv-bot! - feat(swimlane): add swimlane as a standalone diagram type with a dedicated layered orthogonal layout algorithm

Patch Changes

... (truncated)

Commits
  • 7c0cafc Version Packages: v11.16.0 (#7916)
  • 26acd1a Merge pull request #7915 from mermaid-js/release/11.16.0
  • 5a8eae7 Merge branch 'master' into release/11.16.0
  • dd5ea77 Merge pull request #7913 from mermaid-js/pebr/fix-changesets
  • 658ee66 docs: fix missing bumps of @mermaid-js/parser
  • 04259a1 docs: fix author and commit on examples changeset
  • c9dcfb1 docs: update changeset diagram scopes
  • a34dab9 docs: remove swimlane/cynefin bugfix changesets
  • e81f31f docs: remove local-editor changeset
  • 7223f03 Minor correction
  • Additional commits viewable in compare view

Updates sharp from 0.35.1 to 0.35.2

Release notes

Sourced from sharp's releases.

v0.35.2

v0.35.2-rc.2

  • TypeScript: Add mediaType to metadata response. #4492

  • Improve WebAssembly fallback detection. #4513

  • Improve code bundler support with stub binaries. #4543

  • Verify GIF effort option is an integer. #4544 @​metsw24-max

  • Verify recomb matrix entries are numbers. #4545 @​metsw24-max

  • TypeScript: Replace namespace with named exports for ESM. #4546

... (truncated)

Commits
  • c9622a3 Release v0.35.2
  • cd4568f Upgrade to sharp-libvips v1.3.1
  • 78390cf Tests: Add font file to prevent font discovery flakiness (#4550)
  • 61210b4 Verify convolve kernel values are numbers (#4549)
  • 1cb27dc Prerelease v0.35.2-rc.2
  • c7606c3 Upgrade to sharp-libvips v1.3.1-rc.0
  • 29d1e9e Prerelease v0.35.2-rc.1
  • bbba0a1 Improve code bundler support with stub binaries
  • ab52866 Bound dilate and erode width to avoid mask-size overflow (#4548)
  • 0f594dd Prerelease v0.35.2-rc.0
  • 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

…1 updates

Bumps the sdk-minor-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.8` | `4.1.9` |
| [@aether-agent/cli](https://github.com/contextbridge/aether) | `0.7.14` | `0.7.19` |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.40.0` | `0.41.1` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.112` | `1.2.114` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.86` | `1.2.87` |
| [asciinema-player](https://github.com/asciinema/asciinema-player) | `3.15.1` | `3.16.0` |
| [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) | `0.43.1` | `0.44.0` |
| [astro-mermaid](https://github.com/joesaby/astro-mermaid) | `2.0.2` | `2.1.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.15.0` | `11.16.0` |
| [sharp](https://github.com/lovell/sharp) | `0.35.1` | `0.35.2` |



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

Updates `vitest` from 4.1.8 to 4.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest)

Updates `@aether-agent/cli` from 0.7.14 to 0.7.19
- [Release notes](https://github.com/contextbridge/aether/releases)
- [Changelog](https://github.com/contextbridge/aether/blob/main/release.toml)
- [Commits](aether-llm-v0.7.14...aether-agent-cli-v0.7.19)

Updates `@astrojs/starlight` from 0.40.0 to 0.41.1
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.41.1/packages/starlight)

Updates `@iconify-json/lucide` from 1.2.112 to 1.2.114
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/simple-icons` from 1.2.86 to 1.2.87
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `asciinema-player` from 3.15.1 to 3.16.0
- [Release notes](https://github.com/asciinema/asciinema-player/releases)
- [Commits](asciinema/asciinema-player@v3.15.1...v3.16.0)

Updates `astro-expressive-code` from 0.43.1 to 0.44.0
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/astro-expressive-code@0.44.0/packages/astro-expressive-code)

Updates `astro-mermaid` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/joesaby/astro-mermaid/releases)
- [Changelog](https://github.com/joesaby/astro-mermaid/blob/main/CHANGELOG.md)
- [Commits](joesaby/astro-mermaid@v2.0.2...v2.1.0)

Updates `mermaid` from 11.15.0 to 11.16.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.15.0...mermaid@11.16.0)

Updates `sharp` from 0.35.1 to 0.35.2
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.35.1...v0.35.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sdk-minor-patch
- dependency-name: vitest
  dependency-version: 4.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sdk-minor-patch
- dependency-name: "@aether-agent/cli"
  dependency-version: 0.7.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-minor-patch
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-minor-patch
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-minor-patch
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.87
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-minor-patch
- dependency-name: asciinema-player
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-minor-patch
- dependency-name: astro-expressive-code
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-minor-patch
- dependency-name: astro-mermaid
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-minor-patch
- dependency-name: mermaid
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-minor-patch
- dependency-name: sharp
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-minor-patch
...

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 Jun 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/sdk-minor-patch-6f8c05f353 branch July 6, 2026 05:14
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.

0 participants