Skip to content

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 3 updates - #24

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-836495b6b5
Closed

chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 3 updates#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-836495b6b5

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the development-dependencies group with 3 updates in the / directory: prettier, @types/plotly.js and @theia/cli.

Updates prettier from 3.9.5 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates @types/plotly.js from 3.0.10 to 3.0.13

Commits

Updates @theia/cli from 1.73.1 to 1.74.1

Release notes

Sourced from @​theia/cli's releases.

Eclipse Theia v1.74.1

Based on https://github.com/eclipse-theia/theia/tree/v1.74.0

Includes the following fixes:

  • 195c0bf39049761f095d1f1dae8a4d71e663e778 (#17873)
  • 145dbbf1c5d1b34e5fa903392c24879b2af76906 (#17889)
  • 8544678bf35d321e81bf31bc273272defa761a98 (#17890)
  • 3c776fbfc4998cec0de00404755493df0f9a9ab0 (#17886)
  • 1a8641b848448a9eb7469b3fab952b33ac26f806 (#17883)
  • 4fe03e82471a546fcd95a4ac2b68db7f00a663cf (#17870)
  • bd980d927dad6c25dbe49e9da5df7bbe63cd8f88 (#17874)

Full Changelog: eclipse-theia/theia@v1.74.0...v1.74.1

Eclipse Theia v1.74.0

What's Changed

Contributors

@​alectimison-maker, @​AlexandraBuzila, @​CamilleLetavernier, @​cdamus, @​colin-grant-work, @​dmm9, @​dr14-make, @​eneufeld, @​jfaltermeier, @​JonasHelming, @​lucas-koehler, @​martin-fleck-at, @​Mipsters, @​ndoschek, @​pisv, @​planger, @​Roger-Gu, @​safisa, @​sdirix, @​suhailopensource, @​suzunn

New Contributors 🎉


Full Changelog: eclipse-theia/theia@v1.73.0...v1.74.0

Changelog

Sourced from @​theia/cli's changelog.

Changelog

History

1.75.0 - tbd

  • [core, monaco] fixed Monaco theme CSS, SelectComponent dropdown placement, and the OS font class in secondary windows #17874

Breaking Changes:

  • [core] added onWindowLoaded to the SecondaryWindowService interface; adopters implementing the interface from scratch (rather than extending DefaultSecondaryWindowService) must provide it #17874
  • [monaco] removed the protected secondaryWindowHandler field from MonacoFrontendApplicationContribution; the Monaco theme stylesheet is now injected into every secondary window via SecondaryWindowService.onWindowLoaded #17874

1.74.0 - 7/31/2026

  • [ai] support for server-side compaction #17746
  • [ai-anthropic] added configurable server-side compaction thresholds #17795
  • [ai-anthropic] enabled server-side compaction for dateless major model ids #17814
  • [ai-anthropic] surfaced deferred-tool search as a server tool call #17753
  • [ai-chat] enhanced command parsing to support multiple slash commands and command disambiguation #17661
  • [ai-chat] resolved hidden pinned agents in delegated sessions #17850 - Contributed on behalf of K2view
  • [ai-chat-ui] added per-session model selector and in-thread badge #17786
  • [ai-chat-ui] blocked external resources in ai chat markdown #17500
  • [ai-chat-ui] introduced a consolidated session state #17764
  • [ai-chat-ui] relied on virtuoso's onAtBottomStateChange for scroll locking #17728
  • [ai-chat, ai-chat-ui, ai-ide] rendered delegated sessions as children in session list #17777
  • [ai-core] added AiConfigurationService for AI preferences #17768
  • [ai-core] made custom-agent migration opt-in #17744
  • [ai-ide] fixed an issue preventing searchInWorkspace tool from hanging #17774
  • [ai-openai] added native web search support #17782
  • [ai-openai] removed strict schema conversion for the OpenAI Response API #17754
  • [ai-openai] updated model defaults #17817
  • [ai-openai] updated openai-sdk to latest version to not throw on new heartbeat event #17802
  • [ai-registry] fixed correct search query for mcp "from registry" link #17740
  • [ai-registry] routed registry fetch through the backend #17736
  • [ai-tool-sketchpad] introduced AI Tool Sketchpad for runtime tool prototyping in custom agents #17225
  • [ai-vercel-ai] deprecated the @theia/ai-vercel-ai package #17781 - Contributed on behalf of STMicroelectronics
  • [core] fixed always show the bottom-panel toggle #17749
  • [core] fixed an issue with logger promise always resolving #17730 - contributed on behalf of STMicroelectronics
  • [core] fixed browser-only to fail fast instead of hanging when backend services are unavailable #17794
  • [core] fixed color list.activeSelectionBackground in light theme #17778
  • [core] fixed issue with dead keys in key mappings for glyphs #17683
  • [core] fixed preference values merging to ignore reserved keys #17845
  • [core] fixed window control style on electron custom title bars #17835
  • [core] implemented perspectives + AI First perspective #17832
  • [core] improved SelectComponent keyboard navigation #17785 - Contributed on behalf of Texas Instruments
  • [core] improved composition check for keybindings #17723
  • [core] npm upgrade, bumped dependencies to reduce vulnerabilities and added lockfile maintenance guide #17741 - Contributed on behalf of STMicroelectronics

... (truncated)

Commits
  • 647dd3c v1.74.1
  • a6ca928 core: update re-exports for v1.74.1
  • eb2ffac chore(changelog): add secondary window fixes under 1.74.0
  • bd980d9 fix(core, monaco): fix styling and dropdowns in secondary windows (#17874)
  • 4fe03e8 fix(core): replace deprecated unload event with pagehide (#17870)
  • 1a8641b fix(ai-chat): prevent listener leak (#17883)
  • 3c776fb fix(core): drop stale tree refreshes when the node no longer belongs to the t...
  • 8544678 fix(ai-chat-ui): force chat input suggest widget to open upwards (#17890)
  • 145dbbf fix(ai-chat, ai-core): improve slash command parsing (#17889)
  • 195c0bf fix(core): import third-party base styles before Theia styles (#17873)
  • 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 directory with 3 updates

Bumps the development-dependencies group with 3 updates in the / directory: [prettier](https://github.com/prettier/prettier), [@types/plotly.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/plotly.js) and [@theia/cli](https://github.com/eclipse-theia/theia).


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

Updates `@types/plotly.js` from 3.0.10 to 3.0.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/plotly.js)

Updates `@theia/cli` from 1.73.1 to 1.74.1
- [Release notes](https://github.com/eclipse-theia/theia/releases)
- [Changelog](https://github.com/eclipse-theia/theia/blob/master/CHANGELOG.md)
- [Commits](eclipse-theia/theia@v1.73.1...v1.74.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/plotly.js"
  dependency-version: 3.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@theia/cli"
  dependency-version: 1.74.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

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

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Author

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

@dependabot dependabot Bot closed this Aug 13, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/development-dependencies-836495b6b5 branch August 13, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants