Skip to content
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

build(deps): Bump github.com/nicksnyder/go-i18n from 1.10.1 to 2.2.1+incompatible #95

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps github.com/nicksnyder/go-i18n from 1.10.1 to 2.2.1+incompatible.

Release notes

Sourced from github.com/nicksnyder/go-i18n's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: nicksnyder/go-i18n@v2.2.0...v2.2.1

v2.2.0

Changelog

  • 7f6b563 Upgrade dependencies (#268)
  • 240abfe Upgrade Go to 1.16.5 (#261)
  • dadad2b Update test to new error message in go 1.16 (#260)
  • 482713a README.md: fixing broken links (#251)
  • 2180cd9 Add support for loading bundle from fs.FS (#246)
  • 5d2ec5f Fix workflow condition (#249)

v2.1.2

Changelog

c587b0d fix escape sequences when extracting string literals (#244) a5b9f57 Fixing typos (#242) 603af13 Add Sourcegraph code intelligence 7ff69e7 Fix broken link (#229)

v2.1.1

Changelog

703c3bd Do not encode HTML entities in JSON message files (#228)

v2.1.0

Changelog

e2aedcf Upgrade CLDR data to v37 (#227) cba41a4 upgrade deps

v2.0.4

This release fixes a few bugs with goi18n extract and goi18n merge, and it greatly increases the performance of the i18n package when localizing messages.

Changelog

... (truncated)

Changelog

Sourced from github.com/nicksnyder/go-i18n's changelog.

Changelog

Major version changes are documented in the changelog.

To see the documentation for minor or patch version, view the release notes.

v2

Motivation

The first commit to this project was January 2012 (go1 had not yet been released) and v1.0.0 was tagged June 2015 (go1.4). This project has evolved with the Go ecosystem since then in a backwards compatible way, but there is a growing list of issues and warts that cannot be addressed without breaking compatibility.

v2 is rewrite of the API from first principals to make it more idiomatic Go, and to resolve a backlog of issues: https://github.com/nicksnyder/go-i18n/milestone/1

Improvements

Upgrading from v1

The i18n package in v2 is completely different than v1. Refer to the documentation and README for guidance.

The goi18n command has similarities and differences:

  • goi18n merge has a new implementation but accomplishes the same task.
  • goi18n extract extracts messages from Go source files.
  • goi18n constants no longer exists. Prefer to extract messages directly from Go source files.

v2 makes changes to the canonical message file format, but you can use v1 message files with v2. Message files will be converted to the new format the first time they are processed by the new goi18n merge command.

v2 requires Go 1.9 or newer.

Commits

Dependabot compatibility score

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2023
Bumps [github.com/nicksnyder/go-i18n](https://github.com/nicksnyder/go-i18n) from 1.10.1 to 2.2.1+incompatible.
- [Release notes](https://github.com/nicksnyder/go-i18n/releases)
- [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md)
- [Commits](nicksnyder/go-i18n@v1.10.1...v2.2.1)

---
updated-dependencies:
- dependency-name: github.com/nicksnyder/go-i18n
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/nicksnyder/go-i18n-2.2.1incompatible branch from af949df to 94a0d4b Compare May 26, 2023 19:12
@Aerex Aerex added the blocked label Jul 14, 2023
@Aerex
Copy link
Collaborator

Aerex commented Jul 20, 2023

Handled in #99

@Aerex Aerex closed this Jul 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@Aerex Aerex deleted the dependabot/go_modules/github.com/nicksnyder/go-i18n-2.2.1incompatible branch July 20, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant