chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.4.0 - autoclosed #145

Closed
renovate wants to merge 1 commits from renovate/github.com-nicksnyder-go-i18n-v2-2.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/nicksnyder/go-i18n/v2 require minor v2.2.2 -> v2.4.0

Release Notes

nicksnyder/go-i18n (github.com/nicksnyder/go-i18n/v2)

v2.4.0

Compare Source

What's new

This release adds support for configurable template parsers in https://github.com/nicksnyder/go-i18n/pull/317.

By setting TemplateParser on LocalizeConfig it is now possible to:

Full Changelog: https://github.com/nicksnyder/go-i18n/compare/v2.3.0...v2.4.0

v2.3.0

Compare Source

New features

Bug fixes

Maintenance

New Contributors

Full Changelog: https://github.com/nicksnyder/go-i18n/compare/v2.2.2...v2.3.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 becomes conflicted, 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 | Type | Update | Change | |---|---|---|---| | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | require | minor | `v2.2.2` -> `v2.4.0` | --- ### Release Notes <details> <summary>nicksnyder/go-i18n (github.com/nicksnyder/go-i18n/v2)</summary> ### [`v2.4.0`](https://github.com/nicksnyder/go-i18n/releases/tag/v2.4.0) [Compare Source](https://github.com/nicksnyder/go-i18n/compare/v2.3.0...v2.4.0) #### What's new This release adds support for configurable template parsers in https://github.com/nicksnyder/go-i18n/pull/317. By setting [TemplateParser on LocalizeConfig](https://github.com/nicksnyder/go-i18n/blob/62e39785cb2275f526926ce5deda34702bc7ed84/v2/i18n/localizer.go#L75) it is now possible to: - Disable template parsing (via [IdentityParser](https://github.com/nicksnyder/go-i18n/blob/main/v2/i18n/template/identity_parser.go)) - Set the [template.Option](https://pkg.go.dev/text/template#Template.Option) on a text/template Template (via [TextParser](https://github.com/nicksnyder/go-i18n/blob/main/v2/i18n/template/text_parser.go)) - Use a template parser that is not `text/template` by implementing the [Parser](https://github.com/nicksnyder/go-i18n/blob/main/v2/i18n/template/parser.go) interface. **Full Changelog**: https://github.com/nicksnyder/go-i18n/compare/v2.3.0...v2.4.0 ### [`v2.3.0`](https://github.com/nicksnyder/go-i18n/releases/tag/v2.3.0) [Compare Source](https://github.com/nicksnyder/go-i18n/compare/v2.2.2...v2.3.0) #### New features - Export fields in MessageNotFoundErr ([#&#8203;306](https://github.com/nicksnyder/go-i18n/issues/306)) by [@&#8203;stephenafamo](https://github.com/stephenafamo) in https://github.com/nicksnyder/go-i18n/pull/307 - Update to CLDR data v44 by [@&#8203;nicksnyder](https://github.com/nicksnyder) in https://github.com/nicksnyder/go-i18n/pull/310 #### Bug fixes - Use correct plural forms when merging translations by [@&#8203;stephenafamo](https://github.com/stephenafamo) in https://github.com/nicksnyder/go-i18n/pull/309 #### Maintenance - Remove usage of deprecated io/ioutil and upgrade to Go 1.16 by [@&#8203;stephenafamo](https://github.com/stephenafamo) in https://github.com/nicksnyder/go-i18n/pull/308 - Upgrade dependencies and upgrade Go to 1.18 by [@&#8203;nicksnyder](https://github.com/nicksnyder) in https://github.com/nicksnyder/go-i18n/pull/311 - Update Codecov action to v3 by [@&#8203;nicksnyder](https://github.com/nicksnyder) in https://github.com/nicksnyder/go-i18n/pull/312 #### New Contributors - [@&#8203;stephenafamo](https://github.com/stephenafamo) made their first contribution in https://github.com/nicksnyder/go-i18n/pull/307 **Full Changelog**: https://github.com/nicksnyder/go-i18n/compare/v2.2.2...v2.3.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuMTMwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate added the
dependencies
label 2023-12-05 19:31:13 +00:00
renovate added 1 commit 2023-12-05 19:31:13 +00:00
Author
Collaborator

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/nicksnyder/go-i18n/v2 v2.4.0
go: downloading golang.org/x/text v0.14.0
go: gitea.dwysokinski.me/twhelp/dcbot/internal/service tested by
	gitea.dwysokinski.me/twhelp/dcbot/internal/service.test imports
	gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock

### ⚠ Artifact update problem Renovate 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: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: downloading github.com/nicksnyder/go-i18n/v2 v2.4.0 go: downloading golang.org/x/text v0.14.0 go: gitea.dwysokinski.me/twhelp/dcbot/internal/service tested by gitea.dwysokinski.me/twhelp/dcbot/internal/service.test imports gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock ```
renovate force-pushed renovate/github.com-nicksnyder-go-i18n-v2-2.x from 211a1bd4dc to 66fd9d1ef3 2023-12-09 08:58:13 +00:00 Compare
renovate changed title from chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.3.0 to chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.4.0 2024-01-31 19:31:19 +00:00
renovate force-pushed renovate/github.com-nicksnyder-go-i18n-v2-2.x from 66fd9d1ef3 to 437f6336ec 2024-01-31 19:31:19 +00:00 Compare
renovate changed title from chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.4.0 to chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.4.0 - autoclosed 2024-04-30 08:37:01 +00:00
renovate closed this pull request 2024-04-30 08:37:01 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/test Pipeline failed

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
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: twhelp/dcbot#145
No description provided.