pylons
pylons copied to clipboard
build(deps): bump github.com/rogpeppe/go-internal from 1.9.0 to 1.13.1
Bumps github.com/rogpeppe/go-internal from 1.9.0 to 1.13.1.
Release notes
Sourced from github.com/rogpeppe/go-internal's releases.
v1.13.1
What's Changed
- testscript: fix ptyName() returning /dev/pts/4294967296 on s390x by
@anthonyfok
in rogpeppe/go-internal#246- all: Move away from ioutil by
@abhinav
in rogpeppe/go-internal#248- testscript/doc: add
go
to the list of testscript commands by@rudifa
in rogpeppe/go-internal#249- testscript: Add Chdir method to change directory by
@abhinav
in rogpeppe/go-internal#247- testscript: add kill command by
@kortschak
in rogpeppe/go-internal#243- testscript: clarify HOME and TMPDIR env var names by
@mvdan
in rogpeppe/go-internal#240- all: Add Go 1.22, drop Go 1.20 by
@abhinav
in rogpeppe/go-internal#252- update dependencies and rely on Go 1.21 APIs by
@mvdan
in rogpeppe/go-internal#256- cmd/testscript: remove redundant use of Failed by
@rogpeppe
in rogpeppe/go-internal#257- testscript: add Config.Files by
@rogpeppe
in rogpeppe/go-internal#258- cmd/testscript: do not create an extra temporary directory by
@rogpeppe
in rogpeppe/go-internal#259- Fix typos discovered by codespell by
@cclauss
in rogpeppe/go-internal#262- testscript: ignore result when interrupting background processes by
@mvdan
in rogpeppe/go-internal#265- add goproxytest testing API, forward dirhash by
@mvdan
in rogpeppe/go-internal#272- update Go, update the README by
@mvdan
in rogpeppe/go-internal#273New Contributors
@anthonyfok
made their first contribution in rogpeppe/go-internal#246@abhinav
made their first contribution in rogpeppe/go-internal#248@rudifa
made their first contribution in rogpeppe/go-internal#249@kortschak
made their first contribution in rogpeppe/go-internal#243@cclauss
made their first contribution in rogpeppe/go-internal#262Full Changelog: https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1
v1.12.0
What's Changed
- testscript: add pty/ptyout commands by
@FiloSottile
in rogpeppe/go-internal#172- bump to Go 1.21, drop Go 1.19, propagate GORACE in testscript by
@mvdan
in rogpeppe/go-internal#235- use filepath.WalkDir, add TestScript.Name by
@mvdan
in rogpeppe/go-internal#236- robustio: copy from cmd/go/internal/robustio by
@rogpeppe
in rogpeppe/go-internal#239Full Changelog: https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0
v1.11.0
What's changed
- The
modfile
,module
,semver
andtxtar
packages are all now deprecated and forward what they can to to their respective upstream packages.- Helper commands can now write to stdout and stderr (see #216; Thanks
@myitcv
).- A source of "unexpected command failure" errors on MacOS has been fixed. (See #222; Thanks to
@bep
)- Misspelled commands make suggestions for the correct spelling. (See #198; Thanks to
@Merovius
)- The
lockedfile
andcache
packages have been updated to Go tip (Thanks to@mvdan
)- The
README
file updated with some useful context (See #224; Thanks to@thepudds
).v1.10.0
What's Changed
- Add link to testscript tutorial by
@bitfield
in rogpeppe/go-internal#183
... (truncated)
Commits
e67a4aa
README: update the package list4794549
take advantage of Go 1.225ce929e
drop Go 1.21, add Go 1.233a65db1
dirhash: forward to golang.org/x/mod/sumdb/dirhash361e7d2
goproxytest: add test wrapper APIccf4b43
testscript: ignore result when interrupting background processes66960b6
Fix typos discovered by codespell5556500
cmd/testscript: do not create an extra temporary directory (#259)b143f3f
testscript: add Config.Files (#258)8300480
cmd/testscript: remove redundant use of Failed (#257)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)