-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix: monaco editor upgrade #42232
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: monaco editor upgrade #42232
Conversation
Wiz Scan Summary
|
| Scanner | Findings |
|---|---|
| 20 |
|
| - | |
| - | |
| - | |
| - | |
| Total | 20 |
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the monaco-editor package from version 0.49.0 to 0.55.1 to maintain compatibility with the latest editor features. The description confirms that the editor still runs correctly after the upgrade.
Key Changes:
- Upgraded monaco-editor dependency from ^0.49.0 to ^0.55.1
- Updated lockfile to reflect new transitive dependencies ([email protected] and [email protected]) now required by monaco-editor
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| frontend/package.json | Updated monaco-editor version specifier from ^0.49.0 to ^0.55.1 |
| pnpm-lock.yaml | Resolved new monaco-editor version and its transitive dependencies (dompurify, marked) across the dependency graph |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
fuziontech
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bigger number is better
709740a to
2e7dfe6
Compare
|
Size Change: 0 B Total Size: 3.41 MB ℹ️ View Unchanged
|
269f5b3 to
c8c18eb
Compare
playwright/e2e/sql-editor.spec.ts
Outdated
| await expect(page.locator('[data-attr=sql-editor-output-pane-empty-state]')).toBeVisible() | ||
| await page.locator('[data-attr=hogql-query-editor]').click() | ||
| await page.locator('textarea[aria-roledescription="editor"]').fill('SELECT 1') | ||
| await page.locator('[aria-roledescription="editor"]').fill('SELECT 1') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Gilbert09 just in case you all are using actions with this textarea selector... it's no longer a textarea in the latest version :)
c8c18eb to
9eeae3d
Compare
� Conflicts: � frontend/package.json � pnpm-lock.yaml
9eeae3d to
58a9d42
Compare
This reverts commit 0b1c02e.

i can still run the editor