Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update opensumi packages to v3 (major) - autoclosed #100

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opensumi/ide-addons 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-comments 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-core-browser 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-core-common 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-core-node 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-debug 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-decoration 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-editor 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-explorer 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-express-file-server 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-extension 2.27.2 -> 3.1.1 age adoption passing confidence
@​opensumi/ide-extension-manager 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-extension-storage 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-file-scheme 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-file-search 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-file-service 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-file-tree-next 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-i18n 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-keymaps 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-logs 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-main-layout 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-markdown 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-markers 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-menu-bar 2.27.2 -> 3.1.1 age adoption passing confidence
@​opensumi/ide-monaco 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-monaco-enhance 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-opened-editor 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-outline 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-output 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-overlay 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-preferences 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-process 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-quick-open 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-remote-opener 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-scm 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-search 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-startup 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-status-bar 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-storage 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-task 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-terminal-next 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-theme 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-toolbar 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-variable 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-webview 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-workspace 2.27.2 -> 3.1.1 age adoption passing confidence
@opensumi/ide-workspace-edit 2.27.2 -> 3.1.1 age adoption passing confidence

Release Notes

opensumi/core (@​opensumi/ide-addons)

v3.1.1

Compare Source

What's Changed
Refactor

Full Changelog: opensumi/core@v3.1.0...v3.1.1

v3.1.0

Compare Source

What's New Features
Refactor
Bug fixes
1. about useMenubarView configuration

Now the useMenubarView configuration has been moved to the designLayout configuration, please change it in time.

/**
 * AI Native Config
 */
AINativeConfig?: IAINativeConfig;
/**
 * OpenSumi Design Config
 */
designLayout?: IDesignLayoutConfig;

When the useMenubarView configuration is enabled, you also need to register the layoutConfig configuration of SlotLocation.top

+ import { DESIGN_MENUBAR_CONTAINER_VIEW_ID } from '@​opensumi/ide-design';

+layoutConfig: {
+  ...
+  [SlotLocation.top]: {
+    modules: [DESIGN_MENUBAR_CONTAINER_VIEW_ID],
+  }
+}

v3.0.4

Compare Source

What's Changed
What's New Features
Refactor
Other Changes

Full Changelog: opensumi/core@v3.0.3...v3.0.4

v3.0.3

Compare Source

What's Changed
What's New Features
Other Changes

Full Changelog: opensumi/core@v3.0.2...v3.0.3

v3.0.2

Compare Source

What's Changed
What's New Features
Refactor
Style Changes
Other Changes

Full Changelog: opensumi/core@v3.0.1...v3.0.2

v3.0.1

Compare Source

What's Changed

Release Notes
Breaking Changes

New Contributors

Full Changelog: opensumi/core@v2.27.2...v3.0.1

v3.0.0

Compare Source

What's New Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-opensumi-packages branch 2 times, most recently from ea437e8 to bbafc66 Compare May 21, 2024 21:01
@renovate renovate bot force-pushed the renovate/major-opensumi-packages branch 2 times, most recently from 09910a7 to 489485a Compare June 6, 2024 04:13
@renovate renovate bot force-pushed the renovate/major-opensumi-packages branch from 489485a to 4e471d3 Compare June 14, 2024 04:34
@renovate renovate bot changed the title fix(deps): update opensumi packages to v3 (major) fix(deps): update opensumi packages to v3 (major) - autoclosed Jun 17, 2024
@renovate renovate bot closed this Jun 17, 2024
@renovate renovate bot deleted the renovate/major-opensumi-packages branch June 17, 2024 02:33
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