You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual backport of #66647 — auto-backport failed due to conflicts in package.json and pnpm-lock.yaml.
Conflict resolution
package.json: main carried an unrelated bump of i18next-http-backend (^3.0.2 → ^3.0.5) on top of UI: Use local Monaco editor module instead of CDN #66647's monaco-editor addition. Kept v3-2-test's i18next-http-backend@^3.0.2 (scope-of-PR isolation); only added monaco-editor@^0.52.2.
pnpm-lock.yaml: regenerated from v3-2-test's lockfile + updated package.json via pnpm install --lockfile-only. Avoids hand-merging transitive resolution drift (react 19.2.4 vs 19.2.5, monaco-editor 0.52.2 vs 0.53.0, etc. that came in via unrelated main commits).
All other files (Monaco component scaffolding, license/notice updates, page integrations) cherry-picked cleanly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
area:UIRelated to UI/UX. For Frontend Developers.type:bug-fixChangelog: Bug Fixes
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manual backport of #66647 — auto-backport failed due to conflicts in
package.jsonandpnpm-lock.yaml.Conflict resolution
package.json: main carried an unrelated bump ofi18next-http-backend(^3.0.2→^3.0.5) on top of UI: Use local Monaco editor module instead of CDN #66647'smonaco-editoraddition. Kept v3-2-test'si18next-http-backend@^3.0.2(scope-of-PR isolation); only addedmonaco-editor@^0.52.2.pnpm-lock.yaml: regenerated from v3-2-test's lockfile + updatedpackage.jsonviapnpm install --lockfile-only. Avoids hand-merging transitive resolution drift (react 19.2.4 vs 19.2.5, monaco-editor 0.52.2 vs 0.53.0, etc. that came in via unrelated main commits).All other files (Monaco component scaffolding, license/notice updates, page integrations) cherry-picked cleanly.