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.
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 @​x1unix in https://github.com/x1unix/go-playground/pull/250
* feat: combine changelog and about dialogs by @​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 [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/244
- fix: properly handle Go execution timeout by [@​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 [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/237
- fix: set loading state after formatting finished by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/238
- Strip debug symbols in WASM files by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/239
- Truncate caches when an update is available by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/241
- Release v1.13.1 by [@​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 [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/211
- Misc fixes by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/212
- Support multiple Go versions by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/214
- Properly handle Go program execution lifecycle by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/215
- Cache important API requests by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/216
- Serve raw content length for static assets by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/217
- Add debouncing for code completion API calls by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/219
- Release notes 1.13 by [@​x1unix](https://github.com/x1unix) in https://github.com/x1unix/go-playground/pull/220
- Release: v1.13.0 by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.12.0->1.13.3Release Notes
x1unix/go-playground
v1.13.3: 1.13.3Compare 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.
What's Changed
Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.2...v1.13.3
v1.13.2: 1.13.2Compare Source
What's Changed
Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.1...v1.13.2
v1.13.1: 1.13.1Compare Source
What's Changed
Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.0...v1.13.1
v1.13.0: 1.13.0Compare 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.
This PR has been generated by Renovate Bot.