Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theia/bulk-edit

Package Overview
Dependencies
Maintainers
10
Versions
1031
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/bulk-edit - npm Package Versions

1
104

1.43.0

Diff

Changelog

Source

v1.43.0 - 10/26/2023

  • [application-manager] fixed backend webpack output and watching #12902
  • [application-manager] updated clean command to delete gen-webpack.node.config.js #12975
  • [application-package] bumped the default supported API version from 1.81.0 to 1.82.0 #13025
  • [cli] upgradedchai dependency from ^4.2.0 to ^4.3.10 #12958
  • [core] added manage related menus to the bottom sidebar #12803
  • [core] added lazy loading support for localizations #12932
  • [core] added localizations for clipboard commands #13031
  • [core] fixed file saving dialog for dirty editors #12864
  • [core] fixed preload application package import #12964
  • [core] improved responsiveness when selecting a localization language #12992
  • [core] removed unnecessary try-catch from RpcProtocol #12961
  • [core] updated nls.metadata.json for 1.82.0 #13028
  • [core] updated handling to ensure ApplicationShellOptions are properly applied on init #12983
  • [debug] added missing localizations for debug paused labels #12973
  • [debug] fixed an issue which caused jumping of the hover widget #12971
  • [file-search] implemented search.quickOpen.includeHistory preference #12913
  • [keymaps] added context-menu items for the keyboard shortcuts view #12791
  • [monaco] upgraded vscode-textmate dependency from 7.0.3 to 9.0.0 #12963
  • [notebook] updated handling to correctly updated when output items are updated #13023
  • [plugin] added support for string arguments for vscode.open #12997
  • [plugin] added support for the EnvironmentVariableMutatorOptions VS Code API #12984
  • [plugin] added support for the icons contribution point #12912
  • [plugin] fixed output renderer scripts path #12979
  • [plugin] fixed symlink handling when initializing plugins #12841
  • [plugin] improved resolution of webview views #12998
  • [plugin] updated handling to allow null items in tree data providers #13018
  • [remote] added remote ssh support #12618
  • [test] added support for the test API #12935
  • [vscode] added support for provideDocumentRangesFormattingEdits in the DocumentRangeFormattingEditProvider VS Code API #13020 - contributed on behalf of STMicroelectronics
  • [vscode] evolved proposed API for documentPaste (stubbed) #13010 - contributed on behalf of STMicroelectronics
  • [vscode] evolved proposed API for dropDocument #13009 - contributed on behalf of STMicroelectronics
  • [vscode] evolved proposed API for terminalQuickFixProvider #13006 - contributed on behalf of STMicroelectronics
  • [vscode] implemented scope API on env var collections #12999 - contributed on behalf of STMicroelectronics

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

  • [core] moved FrontendApplicationContribution from @theia/core/lib/browser/frontend-application to @theia/core/lib/browser/frontend-application-contribution #12993
  • [core] removed SETTINGS_OPEN menupath constant - replaced by MANAGE_GENERAL #12803
  • [core] removed SETTINGS__THEME menupath constant - replaced by MANAGE_SETTINGS #12803
vince-fugnitto
published 1.42.1 •

vince-fugnitto
published 1.42.0 •

Changelog

Source

v1.42.0 - 09/28/2023

  • [core] added inversify support in the frontend preload script #12590
  • [core] added missing localizations for keybinding error messages #12889
  • [core] fixed logger level propagation when log config changes at runtime #12566 - Contributed on behalf of STMicroelectronics
  • [core] improved the frontend startup time #12936 - Contributed on behalf of STMicroelectronics
  • [core] updated nls.metadata.json for 1.81.0 #12951
  • [core] upgraded ws from 7.1.2 to 8.14.1 #12909
  • [debug] fixed erroneous inline breakpoints #12832
  • [dev-packages] bumped the default supported API version from 1.80.0 to 1.81.0 #12949
  • [dev-packages] restored src-gen frontend production behavior 12950 - Contributed on behalf of STMicroelectronics
  • [dialogs] added functionality to allow multiple selection in open dialogs #12923 - Contributed on behalf of STMicroelectronics
  • [documentation] added follow-up section to the pull-request template #12901
  • [editor] added functionality to create untitled files when double-clicking the tabbar #12867
  • [electron] improved responsiveness of the initial electron window #12897 - Contributed on behalf of STMicroelectronics.
  • [plugin] added stubbing for the TestController#invalidateTestResults VS Code API #12944 - Contributed by STMicroelectronics
  • [plugin] added support for iconPath in the QuickPickItem VS Code API #12945 - Contributed by STMicroelectronics
  • [repo] updated deprecated instances of context in favor of when clauses #12830
  • [search-in-workspace] added support for multiline searches #12868
  • [vsx-registry] added a hint in ENOTFOUND errors when failing to fetch extensions #12858 - Contributed by STMicroelectronics
vince-fugnitto
published 1.41.0 •

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 •

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