Update x1unix/go-playground Docker tag to v3 #680

Merged
AverageMarcus merged 1 commits from renovate/x1unix-go-playground-3.x into master 2026-03-30 20:37:09 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
x1unix/go-playground major 2.5.83.0.0

Release Notes

x1unix/go-playground (x1unix/go-playground)

v3.0.0: 3.0.0

Compare Source

What's Changed

Dependabot

Full Changelog: https://github.com/x1unix/go-playground/compare/v2.5.8...v3.0.0


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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [x1unix/go-playground](https://github.com/x1unix/go-playground) | major | `2.5.8` → `3.0.0` | --- ### Release Notes <details> <summary>x1unix/go-playground (x1unix/go-playground)</summary> ### [`v3.0.0`](https://github.com/x1unix/go-playground/releases/tag/v3.0.0): 3.0.0 [Compare Source](https://github.com/x1unix/go-playground/compare/v2.5.8...v3.0.0) #### What's Changed - Migrate from Monaco editor to CodeMirror by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;547](https://github.com/x1unix/go-playground/issues/547) [#&#8203;551](https://github.com/x1unix/go-playground/issues/551) [#&#8203;552](https://github.com/x1unix/go-playground/issues/552) [#&#8203;557](https://github.com/x1unix/go-playground/issues/557) [#&#8203;563](https://github.com/x1unix/go-playground/issues/563) [#&#8203;564](https://github.com/x1unix/go-playground/issues/564) - feat: upgrade web dependencies by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;562](https://github.com/x1unix/go-playground/pull/562) - fix: handle import aliases in completion by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;565](https://github.com/x1unix/go-playground/pull/565) - feat: improve completion UX on mobile by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;566](https://github.com/x1unix/go-playground/pull/566) - feat: render cursor position and tab size by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;567](https://github.com/x1unix/go-playground/pull/567) - fix: statusbar and header fixes by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;570](https://github.com/x1unix/go-playground/pull/570) - fix(vim): show real current line number in relative mode by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;571](https://github.com/x1unix/go-playground/pull/571) - feat: support embedding of text files by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;572](https://github.com/x1unix/go-playground/pull/572) - fix: use correct initial file contents per file type by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;574](https://github.com/x1unix/go-playground/pull/574) - fix(codemirror): remove document from cache on file delete by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;575](https://github.com/x1unix/go-playground/pull/575) - feat: use LSP types instead of Monaco types in language worker and indexer by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;577](https://github.com/x1unix/go-playground/pull/577) - feat(analyzer): use LSP types and remove monaco-editor by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;578](https://github.com/x1unix/go-playground/pull/578) - feat: upgrade to React 18 by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;579](https://github.com/x1unix/go-playground/pull/579) - feat: responsive command bar by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;580](https://github.com/x1unix/go-playground/pull/580) - fix: revert CommandBar custom grow/shrink rules by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;581](https://github.com/x1unix/go-playground/pull/581) - fix: strip header anchors and code reference links in GoDoc by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;582](https://github.com/x1unix/go-playground/pull/582) - fix: reinvalidate CommandBar cache by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;583](https://github.com/x1unix/go-playground/pull/583) - feat: Improve and refactor the header by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;586](https://github.com/x1unix/go-playground/pull/586) - fix: Snippet expansion for completions with auto-import edits by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;587](https://github.com/x1unix/go-playground/pull/587) - Fix use-after-free in analyzer and language workers by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;588](https://github.com/x1unix/go-playground/pull/588) - chore: update docs by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;589](https://github.com/x1unix/go-playground/pull/589) - fix: UI behavior on iOS Safari by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;590](https://github.com/x1unix/go-playground/pull/590) - fix: update xterm.js terminal contents only when it's available by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;591](https://github.com/x1unix/go-playground/pull/591) - feat(xterm): lazy-load terminal backend addons by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;592](https://github.com/x1unix/go-playground/pull/592) - fix(codemirror): don't provide completions inside strings or comments by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;593](https://github.com/x1unix/go-playground/pull/593) - feat: use editor AST instead of parsing file twice by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;594](https://github.com/x1unix/go-playground/pull/594) - fix: avoid spamming notification if completion source never called by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;595](https://github.com/x1unix/go-playground/pull/595) - feat: upgrade to ESLint v9 by [@&#8203;x1unix](https://github.com/x1unix) in [#&#8203;541](https://github.com/x1unix/go-playground/pull/541) ##### Dependabot - chore(deps): bump immutable from 4.3.7 to 4.3.8 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;548](https://github.com/x1unix/go-playground/pull/548) - chore(deps): bump docker/login-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;549](https://github.com/x1unix/go-playground/pull/549) - chore(deps): bump docker/setup-qemu-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;550](https://github.com/x1unix/go-playground/pull/550) - chore(deps): bump docker/setup-buildx-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;554](https://github.com/x1unix/go-playground/pull/554) - chore(deps): bump docker/build-push-action from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;555](https://github.com/x1unix/go-playground/pull/555) - chore(deps): bump docker/metadata-action from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;556](https://github.com/x1unix/go-playground/pull/556) - chore(deps): bump lodash from 4.17.21 to 4.17.23 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;536](https://github.com/x1unix/go-playground/pull/536) - chore(deps): bump tar from 7.5.4 to 7.5.7 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;537](https://github.com/x1unix/go-playground/pull/537) - chore(deps): bump [@&#8203;isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;539](https://github.com/x1unix/go-playground/pull/539) - chore(deps): bump qs from 6.14.1 to 6.14.2 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;542](https://github.com/x1unix/go-playground/pull/542) - chore(deps): bump tar from 7.5.7 to 7.5.9 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;543](https://github.com/x1unix/go-playground/pull/543) - chore(deps): bump bn.js from 4.12.2 to 4.12.3 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;545](https://github.com/x1unix/go-playground/pull/545) - chore(deps): bump rollup from 4.55.2 to 4.59.0 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;546](https://github.com/x1unix/go-playground/pull/546) - chore(deps): bump ajv from 6.12.6 to 6.14.0 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;544](https://github.com/x1unix/go-playground/pull/544) - chore(deps): bump tar from 7.5.9 to 7.5.10 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;553](https://github.com/x1unix/go-playground/pull/553) - chore(deps): bump tar from 7.5.10 to 7.5.11 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;560](https://github.com/x1unix/go-playground/pull/560) - chore(deps): bump flatted from 3.3.3 to 3.4.1 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;561](https://github.com/x1unix/go-playground/pull/561) - chore(deps): bump flatted from 3.4.1 to 3.4.2 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;576](https://github.com/x1unix/go-playground/pull/576) - chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /web by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;585](https://github.com/x1unix/go-playground/pull/585) **Full Changelog**: <https://github.com/x1unix/go-playground/compare/v2.5.8...v3.0.0> </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-03-28 03:07:01 +00:00
AverageMarcus merged commit 35d28c6d39 into master 2026-03-30 20:37:09 +00:00
AverageMarcus deleted branch renovate/x1unix-go-playground-3.x 2026-03-30 20:37:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#680