Update x1unix/go-playground Docker tag to v1.13.3 #18

Merged
AverageMarcus merged 1 commits from renovate/x1unix-go-playground-1.x into master 2023-06-10 07:39:23 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
x1unix/go-playground minor 1.12.0 -> 1.13.3

Release Notes

x1unix/go-playground

v1.13.3: 1.13.3

Compare Source

Description

This hotfix release rolls back the broken cache cleanup implementation that runs before the app update notification.

Users who have a previous version cached might be affected by this change during the web worker update.
If you see Page cannot be loaded browser error, please try to clean manually the app cache via DevTools and try to reload a page a couple of times.

image

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.2...v1.13.3

v1.13.2: 1.13.2

Compare Source

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.1...v1.13.2

v1.13.1: 1.13.1

Compare Source

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.0...v1.13.1

v1.13.0: 1.13.0

Compare Source

What's Changed

Misc Changes
Misc changes

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.12.0...v1.13.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 | `1.12.0` -> `1.13.3` | --- ### Release Notes <details> <summary>x1unix/go-playground</summary> ### [`v1.13.3`](https://github.com/x1unix/go-playground/releases/tag/v1.13.3): 1.13.3 [Compare Source](https://github.com/x1unix/go-playground/compare/v1.13.2...v1.13.3) #### Description This hotfix release rolls back the broken cache cleanup implementation that runs before the app update notification. Users who have a previous version cached might be affected by this change during the web worker update. If you see **Page cannot be loaded** browser error, please try to clean manually the app cache via DevTools and try to reload a page a couple of times. <img width="845" alt="image" src="https://github.com/x1unix/go-playground/assets/9203548/b855ad20-e675-4ec6-83da-d0c61b387a86"> #### What's Changed * fix: revert broken cache cleanup on update by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/250 * feat: combine changelog and about dialogs by @&#8203;x1unix in https://github.com/x1unix/go-playground/pull/251 **Full Changelog**: https://github.com/x1unix/go-playground/compare/v1.13.2...v1.13.3 ### [`v1.13.2`](https://github.com/x1unix/go-playground/releases/tag/v1.13.2): 1.13.2 [Compare Source](https://github.com/x1unix/go-playground/compare/v1.13.1...v1.13.2) #### What's Changed - fix: properly filter content length by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/244 - fix: properly handle Go execution timeout by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/246 **Full Changelog**: https://github.com/x1unix/go-playground/compare/v1.13.1...v1.13.2 ### [`v1.13.1`](https://github.com/x1unix/go-playground/releases/tag/v1.13.1): 1.13.1 [Compare Source](https://github.com/x1unix/go-playground/compare/v1.13.0...v1.13.1) #### What's Changed - fix: fix state update error during snippet share by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/237 - fix: set loading state after formatting finished by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/238 - Strip debug symbols in WASM files by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/239 - Truncate caches when an update is available by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/241 - Release v1.13.1 by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/242 **Full Changelog**: https://github.com/x1unix/go-playground/compare/v1.13.0...v1.13.1 ### [`v1.13.0`](https://github.com/x1unix/go-playground/releases/tag/v1.13.0): 1.13.0 [Compare Source](https://github.com/x1unix/go-playground/compare/v1.12.0...v1.13.0) #### What's Changed - Initial WebAssembly interpreter support by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/211 - Misc fixes by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/212 - Support multiple Go versions by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/214 - Properly handle Go program execution lifecycle by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/215 - Cache important API requests by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/216 - Serve raw content length for static assets by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/217 - Add debouncing for code completion API calls by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/219 - Release notes 1.13 by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/220 - Release: v1.13.0 by [@&#8203;x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/221 ##### Misc Changes <details> <summary>Misc changes</summary> - build(deps): bump loader-utils from 1.4.0 to 1.4.1 in /web by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/197 - build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/198 - build(deps): bump loader-utils from 1.4.1 to 1.4.2 in /web by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/199 - build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/200 - build(deps): bump json5 from 1.0.1 to 1.0.2 in /web by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/202 - build(deps): bump docker/build-push-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/204 - build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/203 - build(deps): bump express from 4.17.2 to 4.18.2 in /web by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/201 - build(deps): bump webpack from 5.68.0 to 5.76.1 in /web by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/208 - build(deps): bump actions/setup-go from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/x1unix/go-playground/pull/209 </details> **Full Changelog**: https://github.com/x1unix/go-playground/compare/v1.12.0...v1.13.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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2023-06-10 07:38:54 +00:00
AverageMarcus merged commit de7730c37c into master 2023-06-10 07:39:23 +00:00
AverageMarcus deleted branch renovate/x1unix-go-playground-1.x 2023-06-10 07:39:24 +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#18
No description provided.