Skip to content

build: Release#3303

Closed
parseplatformorg wants to merge 58 commits intoreleasefrom
build/release-20260401
Closed

build: Release#3303
parseplatformorg wants to merge 58 commits intoreleasefrom
build/release-20260401

Conversation

@parseplatformorg
Copy link
Copy Markdown
Contributor

Release

This pull request was created automatically according to the release cycle.

Warning

Only use Merge Commit to merge this pull request. Do not use Rebase and Merge or Squash and Merge.

dependabot bot and others added 30 commits February 19, 2026 23:22
## [9.0.1-alpha.1](9.0.0...9.0.1-alpha.1) (2026-02-19)

### Bug Fixes

* Bump fast-xml-parser from 5.3.5 to 5.3.6 ([#3223](#3223)) ([aee458b](aee458b))
## [9.0.1-alpha.2](9.0.1-alpha.1...9.0.1-alpha.2) (2026-02-19)

### Bug Fixes

* Remove unused dependencies ([#3227](#3227)) ([3ba250d](3ba250d))
## [9.0.1-alpha.3](9.0.1-alpha.2...9.0.1-alpha.3) (2026-02-19)

### Bug Fixes

* Security upgrade transitive dependency qs ([#3228](#3228)) ([225c710](225c710))
## [9.0.1-alpha.4](9.0.1-alpha.3...9.0.1-alpha.4) (2026-02-20)

### Bug Fixes

* Security upgrade transitive dependency undici ([#3229](#3229)) ([8e1be1f](8e1be1f))
## [9.0.1-alpha.5](9.0.1-alpha.4...9.0.1-alpha.5) (2026-02-20)

### Bug Fixes

* Security removal dependency null-loader ([#3230](#3230)) ([5e1b1fa](5e1b1fa))
## [9.0.1-alpha.6](9.0.1-alpha.5...9.0.1-alpha.6) (2026-02-20)

### Bug Fixes

* Security upgrade transitive dependency ajv ([#3231](#3231)) ([d1e5e41](d1e5e41))
## [9.0.1-alpha.7](9.0.1-alpha.6...9.0.1-alpha.7) (2026-02-20)

### Bug Fixes

* Security removal dependency svg-prep ([#3236](#3236)) ([abb08c6](abb08c6))
# [9.1.0-alpha.1](9.0.1-alpha.7...9.1.0-alpha.1) (2026-02-27)

### Features

* Add diff view to Cloud Config parameter dialog for better conflict handling ([#3239](#3239)) ([f007a68](f007a68))
# [9.1.0-alpha.2](9.1.0-alpha.1...9.1.0-alpha.2) (2026-02-27)

### Bug Fixes

* Layout issues when resizing Cloud Config parameter dialog ([#3241](#3241)) ([c6e95d9](c6e95d9))
# [9.1.0-alpha.3](9.1.0-alpha.2...9.1.0-alpha.3) (2026-03-01)

### Bug Fixes

* Date value cannot be pasted into date field in data browser ([#3243](#3243)) ([e902bea](e902bea))
# [9.1.0-alpha.4](9.1.0-alpha.3...9.1.0-alpha.4) (2026-03-02)

### Features

* Add support for data import in data browser ([#3244](#3244)) ([16f60f4](16f60f4))
# [9.1.0-alpha.5](9.1.0-alpha.4...9.1.0-alpha.5) (2026-03-02)

### Bug Fixes

* Edit icon does not disappear when hovering out of saved filter name in data browser sidebar ([#3245](#3245)) ([d3dcfce](d3dcfce))
# [9.1.0-alpha.6](9.1.0-alpha.5...9.1.0-alpha.6) (2026-03-02)

### Bug Fixes

* Column resizing mouse cursor in data browser not visible in Safari browser ([#3246](#3246)) ([e6fb4d7](e6fb4d7))
# [9.1.0-alpha.7](9.1.0-alpha.6...9.1.0-alpha.7) (2026-03-02)

### Features

* Add confirmation dialog when closing Cloud Config edit parameter dialog without saving changes ([#3247](#3247)) ([9ec03e0](9ec03e0))
semantic-release-bot and others added 26 commits March 14, 2026 11:53
# [9.1.0-alpha.9](9.1.0-alpha.8...9.1.0-alpha.9) (2026-03-14)

### Bug Fixes

* Security upgrade undici ([#3265](#3265)) ([df23ef8](df23ef8))
# [9.1.0-alpha.10](9.1.0-alpha.9...9.1.0-alpha.10) (2026-03-25)

### Features

* Highlight row of selected cell in data browser ([#3270](#3270)) ([298ae63](298ae63))
# [9.1.0-alpha.11](9.1.0-alpha.10...9.1.0-alpha.11) (2026-03-25)

### Bug Fixes

* Cell content not selected on double clicking data browser cell ([#3271](#3271)) ([9df3beb](9df3beb))
@parse-github-assistant
Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 1, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c9ef3bb4-e7bf-44fc-9b56-f73c435b95f9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch build/release-20260401

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mtrezza mtrezza closed this Apr 1, 2026
@mtrezza mtrezza deleted the build/release-20260401 branch April 1, 2026 16:35
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.

3 participants