Update module github.com/gopherjs/gopherjs to v1 - #70
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum |
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
June 8, 2024 09:55
8121560 to
f5738a6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
June 23, 2024 13:12
f5738a6 to
39a91f9
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
March 18, 2025 13:10
39a91f9 to
b202087
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
October 9, 2025 14:39
b202087 to
5ddcd44
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
January 21, 2026 07:15
5ddcd44 to
16922d7
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
February 5, 2026 04:32
16922d7 to
fb1263d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
April 28, 2026 22:27
fb1263d to
85006ee
Compare
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
June 26, 2026 19:58
85006ee to
68cacf0
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-gopherjs-gopherjs-1.x
branch
from
July 22, 2026 09:58
68cacf0 to
fb3c476
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
v0.0.0-20200217142428-fce0ec30dd00→v1.21.0Release Notes
gopherjs/gopherjs (github.com/gopherjs/gopherjs)
v1.21.0: GopherJS 1.21.0 for Go 1.21.13Compare Source
Hi Gophers!
I am pleased to announce a new supported version. This release brings GopherJS's upstream Go support up to go1.21.13!
This release also includes an update to our index pointers (
&s[i]) that allows the newunsafe.Slicemethod and casting back into a slice. There are improvements to method shadowing and ambiguity resolution, and nil-awareness checks. We have improved the speed of stack trace caller generation when being used in code liket.Helpers(). And we have removed support for the deprecatednode_syscall.What's Changed
new/replaceoptional override directives by @grantnelson-wf in #1414Full Changelog: gopherjs/gopherjs@v1.20.2...v1.21.0
v1.20.2: + go1.20.14Compare Source
What's Changed
New Contributors
Full Changelog: gopherjs/gopherjs@v1.20.0...v1.20.2+go1.20.14
v1.20.1Compare Source
v1.20.0: GopherJS 1.20.0 for Go 1.20.14Compare Source
Hi Gophers!
...and happy New Year! This release brings GopherJS's upstream Go support up to 1.20.14 version. Moreover, we've had time to exercise the new generics support for a bit and it seems to be doing alright - kudos to @grantnelson-wf for his continued efforts! Since our language support is again on par the the spec, we are back to tagging stable releases! 🥳
In addition to the newer Go version, this release brings improved sourcemaps, which now cover .inc.js and prelude sources (#1393) and preserve original Go function names (#1392). Enjoy cleaner panic traces! 😁
What's Changed
unsafeheader.Slicefrom reflect by @grantnelson-wf in #1321unsafeheader.Slicefrom reflect by @grantnelson-wf in #1322Full Changelog: gopherjs/gopherjs@v1.19.0-beta2...v1.20.0
v1.19.0-beta2: GopherJS 1.19.0 beta2 for Go 1.19.13Compare Source
Hi Gophers!
It's been a while... But we bring you a new GoopherJS release, featuring long-awaited generics support. Thanks to @grantnelson-wf's persistence, GopherJS now fully supports generics according to the Go 1.19 spec. Given the magnitude and complexity of the change, we would like to make this a beta release, if you run into any bugs or issues, please feel free to report them. If no major issues are discovered, we will tag a stable 1.19 release, at last.
In the meantime, work on 1.20 is already starting, stay tuned!
What's Changed
uintto use$imulby @grantnelson-wf in #1307lenwith string concatenation in argument by @grantnelson-wf in #1348linknameno longer causes issues for 1.24.x and probably others by @IngwiePhoenix in #1367New Contributors
Full Changelog: gopherjs/gopherjs@v1.19.0-beta1...v1.19.0-beta2
v1.19.0-beta1: GopherJS 1.19.0 beta1 for Go 1.19.13Compare Source
Hi Gophers!
We know it's a bit overdue, but at last we are ready to present you a new GopherJS release updated for Go 1.19. Initially we intended to finish generics support before picking up 1.19, but thanks to @grantnelson-wf we were able to work on both in parallel. Please note that generics support is still not merged, but it is getting very close, honestly! 😅 Like with 1.18, we will release 1.19 as a beta release until generics are ready for general use.
What's Changed
New Contributors
Full Changelog: gopherjs/gopherjs@v1.18.0-beta3...v1.19.0-beta1
v1.18.0-beta3Compare Source
v1.18.0-beta2Compare Source
v1.18.0-beta1Compare Source
v1.17.2Compare Source
v1.12.80Compare Source
v1.12.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.