Skip to content

build(deps): Bump github.com/itchyny/timefmt-go from 0.1.7 to 0.1.8#83

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/itchyny/timefmt-go-0.1.8
Open

build(deps): Bump github.com/itchyny/timefmt-go from 0.1.7 to 0.1.8#83
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/itchyny/timefmt-go-0.1.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps github.com/itchyny/timefmt-go from 0.1.7 to 0.1.8.

Release notes

Sourced from github.com/itchyny/timefmt-go's releases.

Release v0.1.8

  • fix parsing negative year and Unix time (%Y, %G, %s)
  • fix formatting negative year, century, Unix time (%Y, %G, %C, %y, %g, %s)
  • fix %g parsing to use the same two-digit year threshold 69 as %y
  • fix %s formatting and parsing on 32-bit platforms
  • support parsing time zone offset with %:::z
  • improve performance of parsing/formatting compound directives
Changelog

Sourced from github.com/itchyny/timefmt-go's changelog.

v0.1.8 (2026-04-01)

  • fix parsing negative year and Unix time (%Y, %G, %s)
  • fix formatting negative year, century, Unix time (%Y, %G, %C, %y, %g, %s)
  • fix %g parsing to use the same two-digit year threshold 69 as %y
  • fix %s formatting and parsing on 32-bit platforms
  • support parsing time zone offset with %:::z
  • improve performance of parsing/formatting compound directives
Commits
  • 304aadf update CHANGELOG.md for v0.1.8
  • e5fb258 add more test cases
  • a7803a9 support parsing time zone offset with %:::z
  • 52d3bc4 optimize compound directives by resolving in switch statement
  • f0b9b83 refactor %G and %g parsing to reuse %Y and %y
  • aad97f3 fix %s for 32-bit platforms, optimize formatting integers
  • 85a916a add benchmarks for formatting and parsing
  • 484b069 support parsing negative numbers (%Y, %G, %s)
  • f94f156 add test with Go 1.26
  • da66c43 fix %g parsing to use the same threshold as %y
  • Additional commits viewable in compare view

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

Bumps [github.com/itchyny/timefmt-go](https://github.com/itchyny/timefmt-go) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/itchyny/timefmt-go/releases)
- [Changelog](https://github.com/itchyny/timefmt-go/blob/main/CHANGELOG.md)
- [Commits](itchyny/timefmt-go@v0.1.7...v0.1.8)

---
updated-dependencies:
- dependency-name: github.com/itchyny/timefmt-go
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants