Skip to content

chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.6.0 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/nicksnyder/go-i18n/v2 v2.4.0 -> v2.6.0 age adoption passing confidence

Release Notes

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

v2.6.0

Compare Source

Key changes

  • go-i18n extract will error if it finds a message ID that has been duplicated but contains different content.
  • Upgraded to CLDR v47 data
  • Minimum version of Go increased from 1.18 to 1.23.

All changes

New Contributors

Full Changelog: nicksnyder/go-i18n@v2.5.1...v2.6.0

v2.5.1

Compare Source

What's Changed

  • Fix case sensitivity with message keys by @​nicksnyder in https://github.com/nicksnyder/go-i18n/pull/358
    Note: There have always been a small number of reserved words that cannot be used in message keys: id, description, hash, leftdelim, rightdelim, zero, one, two, few, many, other. Prior to this release, only the lowercase versions were reserved. As of this release, any casing of these words are reserved (e.g. "Description", "ID"). This should have always been the case to align with the case insensitivity of message parsing, and the fact that it wasn't is a bug that is now fixed.

Full Changelog: nicksnyder/go-i18n@v2.5.0...v2.5.1

v2.5.0

Compare Source

Highlights

Other changes

New Contributors

Full Changelog: nicksnyder/go-i18n@v2.4.1...v2.5.0

v2.4.1

Compare Source

Bug fixes

Full Changelog: nicksnyder/go-i18n@v2.4.0...v2.4.1


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type: dependencies This change updates, adds, or removes a dependency label Oct 13, 2024
Copy link
Contributor Author

renovate bot commented Oct 13, 2024

ℹ Artifact update notice

File 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/BurntSushi/toml v1.3.2 -> v1.4.0
golang.org/x/text v0.15.0 -> v0.21.0

@renovate renovate bot force-pushed the renovate/github.com-nicksnyder-go-i18n-v2-2.x branch from 7321f73 to a3c798d Compare January 23, 2025 05:08
@renovate renovate bot changed the title chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.4.1 chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.5.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/github.com-nicksnyder-go-i18n-v2-2.x branch from a3c798d to f8fb4a1 Compare February 2, 2025 20:34
@renovate renovate bot changed the title chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.5.0 chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.5.1 Feb 2, 2025
@renovate renovate bot force-pushed the renovate/github.com-nicksnyder-go-i18n-v2-2.x branch from f8fb4a1 to d3dc601 Compare April 5, 2025 21:29
Copy link
Contributor Author

renovate bot commented Apr 5, 2025

⚠️ 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: module github.com/nicksnyder/go-i18n/[email protected] requires go >= 1.23.0; switching to go1.23.8
go: downloading go1.23.8 (linux/amd64)
go: download go1.23.8: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot changed the title chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.5.1 chore(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.6.0 Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies This change updates, adds, or removes a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants