Update module github.com/jhillyerd/enmime to v2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/jhillyerd/enmime | require | major |
v1.3.0 -> v2.1.0
|
Release Notes
jhillyerd/enmime (github.com/jhillyerd/enmime)
v2.1.0
What's Changed
- Tests: TestRandOption fail by @pgradoboev in https://github.com/jhillyerd/enmime/pull/357
- fix: Handle spaces inside angle brackets by @dflse in https://github.com/jhillyerd/enmime/pull/360
- feat: encoding options added by @pgradoboev in https://github.com/jhillyerd/enmime/pull/359
New Contributors
- @pgradoboev made their first contribution in https://github.com/jhillyerd/enmime/pull/357
- @dflse made their first contribution in https://github.com/jhillyerd/enmime/pull/360
Full Changelog: https://github.com/jhillyerd/enmime/compare/v2.0.0...v2.1.0
v2.0.0
What's Changed
- feat: add option to control minimum charset detect length by @jhillyerd in https://github.com/jhillyerd/enmime/pull/343
- fix!: rename mediatype.MediaTypeParseOptions to remove repetition by @jhillyerd in https://github.com/jhillyerd/enmime/pull/344
- chore: bump min go version to 1.20 by @jhillyerd in https://github.com/jhillyerd/enmime/pull/348
- chore: bump go deps by @jhillyerd in https://github.com/jhillyerd/enmime/pull/349
- fix: encoding of
message
content types by @jhillyerd in https://github.com/jhillyerd/enmime/pull/350 - chore!: go mod path to v2 for breaking API changes by @jhillyerd in https://github.com/jhillyerd/enmime/pull/351
- chore!: remove deprecated ParseMediaType func by @jhillyerd in https://github.com/jhillyerd/enmime/pull/352
- chore!: remove deprecated MaxPartErrors global var by @jhillyerd in https://github.com/jhillyerd/enmime/pull/353
- chore!: remove deprecated Error.String method by @jhillyerd in https://github.com/jhillyerd/enmime/pull/354
Full Changelog: https://github.com/jhillyerd/enmime/compare/v1.3.0...v2.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
mentioned in issue #3
Artifact update noticeFile name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):- 10 additional dependencies were updated
Details:
Package Change golang.org/x/sync
v0.8.0
->v0.11.0
github.com/go-test/deep
v1.1.0
->v1.1.1
github.com/mattn/go-runewidth
v0.0.15
->v0.0.16
github.com/rivo/uniseg
v0.4.4
->v0.4.7
github.com/stretchr/testify
v1.9.0
->v1.10.0
golang.org/x/crypto
v0.24.0
->v0.33.0
golang.org/x/net
v0.26.0
->v0.35.0
golang.org/x/sys
v0.22.0
->v0.30.0
golang.org/x/term
v0.21.0
->v0.29.0
golang.org/x/text
v0.16.0
->v0.22.0
Edited by ****added 1 commit
- 3df619b6 - Update module github.com/jhillyerd/enmime to v2