New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theia/core

Package Overview
Dependencies
Maintainers
1
Versions
3394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/core - npm Package Versions

1
340

1.41.0

Diff

Changelog

Source

v1.41.0 - 08/31/2023

  • [application-package] added handling to quit the electron app when the backend fails to start #12778 - Contributed on behalf of STMicroelectronics
  • [core] added --dnsDefaultResultOrder <value> CLI argument where value is one of ipv4first, verbatim or nodeDefault. It controls how domain names are resolved #12711
  • [core] added functionality to capture stopwatch results #12812
  • [core] added support for file/newFile menu path #12819
  • [core] added support for icon-less tabbar items #12804
  • [core] added support for independent items in the editor/title/run menu #12799
  • [core] fixed submenu contributions to editor/title and view/title #12706
  • [core] improved middle-click behavior for tree nodes #12783
  • [core] improved rendering of the close icon when hovering tabs #12806
  • [core] updated nls.metadata.json for 1.80.0 #12875
  • [debug] fixed issue where edit watch expressions were not updated without a session #12627
  • [dev-packages] bumped the default supported API version from 1.79.0 to 1.89.0 #12866
  • [editor] fixed context-menu behavior for the editor gutter #12794
  • [filesystem] added missing localization for the copied download link to clipboard notification #12873
  • [getting-started] added checkbox to the welcome page to toggle visibility on startup #12750
  • [getting-started] added support for the workbench.startupEditor preference #12813
  • [getting-started] fixed open folder link on the welcome page #12857
  • [getting-started] improved rendering of the welcome page for smaller viewports #12825
  • [git] fixed unhandled promise rejection during git operations #12433
  • [markers] improved problems widget rendering, and problem matching #12802
  • [monaco] improved extensibility of MonacoEditorCommandHandlers #12785
  • [native-webpack-plugin] added trash dependency helpers bundling to the backend #12797
  • [navigator] added missing localizations when no roots are present in a multi-root workspace #12795
  • [notebook] added initial support for notebook editors #12442
  • [playwright] upgraded to the latest version and added new page objects #12843
  • [plugin] added support for the EnvironmentVariableCollection#description VS Code API #12838
  • [plugin] fixed configurationDefault support from VS Code plugins #12758
  • [plugin] fixed view/title menu behavior for builtin views #12763
  • [plugin] fixed an issue where the WebviewPanelSerializer would not serialize successfully #12584
  • [plugin] fixed plugin menu icon background when hovering #12827
  • [plugin] fixed the default folderExpanded icon for themes #12776
  • [plugin] fixed web plugin express endpoint #12787
  • [preferences] improved memory consumption by re-using the markdown renderer instance #12790
  • [process] fixed .exe compatibility for shell commands similarly to VS Code #12761
  • [repo] bumped builtin plugins to 1.79.0 #12807
  • [scm-extra] fixed an issue with scm history after performing a commit #12837
  • [task] added handling to ensure contributed problem matchers are successfully discovered #12805
  • [task] fixed error thrown for custom task execution #12770
  • [vscode] added support for tree checkbox api #12836 - Contributed on behalf of STMicroelectronics
  • [workspace] fixed saving of untitled text editors when closing a workspace or closing the application #12577

<a name="breaking_changes_1.41.0">Breaking Changes:</a>

  • [deps] bumped supported Node.js version from 16.x to >=18, you may need to update your environments #12711
  • [preferences] removed the welcome.alwaysShowWelcomePage preference in favor of workbench.startupEditor #12813
  • [terminal] deprecated terminal.integrated.rendererType preference #12691
  • [terminal] removed protected method TerminalWidgetImpl.getTerminalRendererType #12691
tsmaeder
published 1.40.1 •

vince-fugnitto
published 1.40.0 •

Changelog

Source

v1.40.0 - 07/27/2023

  • [application-package] bumped the default supported VS Code API from 1.78.0 to 1.79.0 #12764 - Contributed on behalf of STMicroelectronics
  • [application-package] fixed ignored resource in backend bundling #12681
  • [cli] added check:theia-extensions to facilitate checking the uniqueness of @theia extension versions #12596 - Contributed on behalf of STMicroelectronics
  • [core] added functionality to display command shortcuts in toolbar item tooltips #12660 - Contributed on behalf of STMicroelectronics
  • [core] added support to render a visual preview of a tab while hovering #12648 - Contributed on behalf of STMicroelectronics
  • [core] fixed regression when rendering icons in menus #12739
  • [core] fixed tabbar icon flickering when resizing views #12629
  • [core] updated localization data with respect to VS Code 1.79.0 #12765
  • [debug] fixed issue where the DebugBreakpointWidget did not have the proper value #12567
  • [debug] improved multi-root experience for launch configurations #12674
  • [dialog] added support for the maxWidth attribute #12642
  • [documentation] added policy on VS Code usage #11537
  • [filesystem] fixed readonly permissions with disk filesystem provider #12354
  • [keymaps] improved display of action buttons in the keyboard shortcuts view #12675
  • [playwright] fixed issue with TheiaDialog page object #12753
  • [plugin] added stubbing for the ShareProvider VS Code API #12747
  • [plugin] fixed MarkdownString support for documentation #12685
  • [plugin] improved handling when writing stores #12717
  • [preferences] improved preference file button rendering #12586
  • [repo] fixed launch configurations for ovsx #12731
  • [scm] improved tree selection styling #12470
  • [search-in-workspace] improved styling of search options #12697
  • [search-in-workspace] improved tree selection styling #12470
  • [vscode] added support for AuthenticationForceNewSessionOptions and detail message #12752 - Contributed on behalf of STMicroelectronics
  • [vscode] added support for the TaskPresentationOptions close property #12749 - Contributed on behalf of STMicroelectronics
  • [workspace] added support for workspace file extension customization #12420
  • [workspace] implemented CanonicalUriProvider VS Code API #12743 - Contributed on behalf of STMicroelectronics

<a name="breaking_changes_1.40.0">Breaking Changes:</a>

  • [preferences] changed the window.tabbar.enhancedPreview preference from boolean to enum: #12648 - Contributed on behalf of STMicroelectronics
    • classic: Display a simple preview of the tab with basic information.
    • enhanced: Display an enhanced preview of the tab with additional information. (The behavior introduced in #12350)
    • visual: Display a visual preview of the tab. (The preview support was added with this PR)
  • [repo] updated GitHub workflow to stop publishing next versions #12699
  • [workspace] split CommonWorkspaceUtils into WorkspaceFileService and UntitledWorkspaceService #12420
  • [plugin] Removed synchronous fs calls from the backend application and plugins. The plugin scanner, directory and file handlers, and the plugin deploy entry has async API now. Internal protected APIs have been affected. #12798
vince-fugnitto
published 1.39.0 •

Changelog

Source

v1.39.0 - 06/29/2023

  • [application-manager] added support for backend bundling #12412
  • [application-package] bumped the default supported VS Code API from 1.77.0 to 1.78.0 #12655
  • [core] fixed visibility of the toolbar when resizing #12617
  • [core] improved responsiveness of input fields #12604
  • [core] improved rpc protocol #12581
  • [core] updated ConfirmSaveDialog button order for consistency #12559
  • [core] updated handling on tab overflow for sidepanels #12593
  • [core] updated localization metadata for 1.78.0 #12661
  • [core] updated styling for input validation in dialogs #12585
  • [debug] added missing localizations for the debug session status #12569
  • [debug] added support for conditional exception breakpoints #12445
  • [electron] added secondary window support #12481
  • [file-search] added missing localizations for the quick-file open #12571
  • [file-search] updated ripgrep arguments for file searches #12608
  • [keymaps] fixed broken typedoc link for supported keys #12573
  • [monaco] improved styling of the quick-input menu #12239
  • [navigator] improved open editors styling and decorations #12598
  • [plugin] added ThemeIcon support for SourceControlResourceThemableDecorations.iconPath VS Code API #12187
  • [plugin] added stubbing for the onWillSaveNotebookDocument VS Code API #12614
  • [plugin] added support to track the visible viewlet #12597
  • [repo] updated border-radius styling for various elements #12252
  • [repo] updated license headers to respect SPDX standards #12584
  • [repo] upgraded builtin extension-pack to v1.77.0 #12576
  • [terminal] fixed split-terminal toolbar item visibility #12626
  • [terminal] fixed command executions on Windows #12620
  • [terminal] fixed terminal flicker when resizing #12587
  • [vscode] added missing editor/lineNumber/context menu mapping #12638 - Contributed on behalf of STMicroelectronics
  • [vscode] added support for the editor/title/run toolbar menu #12637 - Contributed on behalf of STMicroelectronics
  • [vsx-registry] added multiple registries support #12040

<a name="breaking_changes_1.39.0">Breaking Changes:</a>

  • [cli] build process has been adapted to facilitate backend bundling #12412
    • webpack compiles frontend files now into the lib/frontend directory (previously lib)
    • the electron-main.js has been moved from src-gen/frontend to src-gen/backend
    • theia rebuild needs to run before theia build for the respective target when using a bundled backend
  • [repo] with the upgrade to Inversify 6.0, a few initialization methods were adjusted. See also this migration guide entry. Additionally, other changes include: #12425
    • the type expected by the PreferenceProxySchema symbol has been changed from PromiseLike<PreferenceSchema> to () => PromiseLike<PreferenceSchema>
    • the symbol OnigasmPromise has been changed to OnigasmProvider and injects a function of type () => Promise<IOnigLib>
    • the symbol PreferenceTransactionPrelude has been changed to PreferenceTransactionPreludeProvider and injects a function of type () => Promise<unknown>
  • [rpc] Renamed suffixes of classes and types that were still referencing the old rpc protocol. From JsonRpc* to Rpc*.
    • old classes and types are still available but haven been deprecated and will be removed future releases #12588
    • e.g. JsonRpcProxyFactory is deprecated, use RpcProxyFactory instead.
eclipse-theia-bot
published 1.39.0-next.20 •

eclipse-theia-bot
published 1.39.0-next.19 •

eclipse-theia-bot
published 1.39.0-next.18 •

eclipse-theia-bot
published 1.39.0-next.16 •

eclipse-theia-bot
published 1.39.0-next.14 •

eclipse-theia-bot
published 1.39.0-next.13 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc