Update x1unix/go-playground Docker tag to v2.2.1 #332

Merged
AverageMarcus merged 1 commits from renovate/x1unix-go-playground-2.x into master 2024-10-07 04:34:14 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
x1unix/go-playground minor 2.1.0 -> 2.2.1

Release Notes

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

v2.2.1: 2.2.1

Compare Source

What's Changed

This is a hotfix release for v2.2.0

Changelog

Full Changelog: https://github.com/x1unix/go-playground/compare/v2.2.0...v2.2.1

v2.2.0: 2.2.0

Compare Source

What's Changed

Hover support
image

Symbol documentation can now be viewed on identifier hover.
Only standard library is supported for now.

Improved autocomplete

Types and interfaces from standard library are now available for autocomplete.

image
Syntax Highlight

Syntax highlight for go.mod files is now available in experimental mode.

image
Changelog

Full Changelog: https://github.com/x1unix/go-playground/compare/v2.1.0...v2.2.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) | minor | `2.1.0` -> `2.2.1` | --- ### Release Notes <details> <summary>x1unix/go-playground (x1unix/go-playground)</summary> ### [`v2.2.1`](https://github.com/x1unix/go-playground/releases/tag/v2.2.1): 2.2.1 [Compare Source](https://github.com/x1unix/go-playground/compare/v2.2.0...v2.2.1) #### What's Changed This is a hotfix release for v2.2.0 ##### Changelog - feat: update favicons by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/434 - fix: add missing cache ttl by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/435 - feat: remove deprecated endpoints by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/436 - fix: fix cache invalidation by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/437 - fix: fix release notes URL by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/438 **Full Changelog**: https://github.com/x1unix/go-playground/compare/v2.2.0...v2.2.1 ### [`v2.2.0`](https://github.com/x1unix/go-playground/releases/tag/v2.2.0): 2.2.0 [Compare Source](https://github.com/x1unix/go-playground/compare/v2.1.0...v2.2.0) #### What's Changed ##### Hover support <img width="629" alt="image" src="https://github.com/user-attachments/assets/3b2c4224-91a4-4bed-a3e7-85ca1c699684"> Symbol documentation can now be viewed on identifier hover.\ Only standard library is supported for now. ##### Improved autocomplete Types and interfaces from standard library are now available for autocomplete. <img width="1011" alt="image" src="https://github.com/user-attachments/assets/00a37b7a-0e46-4fcd-a8d1-b713ee372261"> ##### Syntax Highlight Syntax highlight for `go.mod` files is now available in experimental mode. <img width="546" alt="image" src="https://github.com/user-attachments/assets/62ec4ce5-2ed1-4ac4-8dce-df5e5ef985ba"> ##### Changelog * feat: improve Cloud Run deployment template by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/404 * feat: add missing Makefile for gcloud example by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/405 * chore(deps): bump axios from 1.6.0 to 1.7.4 in /web by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/406 * chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /web by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/407 * chore: Go 1.23 by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/408 * chore(deps): bump micromatch from 4.0.4 to 4.0.8 in /web by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/409 * chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /web by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/410 * feat: run Go programs in separate worker by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/412 * feat: add sponsorship by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/413 * chore(deps): bump vite from 5.0.13 to 5.2.14 in /web by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/414 * chore(deps): bump vite from 5.3.3 to 5.4.6 in /web by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/415 * feat: enhance modal dialog by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/416 * feat: local completion - part 1 by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/417 * chore(deps): bump rollup from 4.22.0 to 4.22.4 in /web by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/418 * feat: local completion index by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/419 * feat: support documentation on hover by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/421 * fix: autocompletion issues by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/422 * fix: snippets description by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/423 * feat: use language worker by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/424 * feat: Reduce application bundle size by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/425 * feat: move WASM and JSON file builds from Docker by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/426 * chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @&#8203;dependabot in https://github.com/x1unix/go-playground/pull/420 * chore: update changelog for v2.2.0 by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/428 * feat: basic Go.Mod syntax support by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/430 * feat: refactor syntax checker by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/431 * fix: append model version id to marker by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/432 **Full Changelog**: https://github.com/x1unix/go-playground/compare/v2.1.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-10-07 03:07:10 +00:00
AverageMarcus merged commit f1d7ca5d8e into master 2024-10-07 04:34:14 +00:00
AverageMarcus deleted branch renovate/x1unix-go-playground-2.x 2024-10-07 04:34:14 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#332
No description provided.