Skip to content

Bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8 in the go-dependencies group#195

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-430235bd8b
Open

Bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8 in the go-dependencies group#195
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-430235bd8b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown

Bumps the go-dependencies group with 1 update: github.com/itchyny/timefmt-go.

Updates github.com/itchyny/timefmt-go from 0.1.5 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

Release v0.1.7

  • refactor code using built-in min and max functions

Release v0.1.6

  • support parsing week directives (%A, %a, %w, %u, %V, %U, %W)
  • validate range of values on parsing directives
  • fix formatting %l to show 12 at midnight
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

v0.1.7 (2025-10-01)

  • refactor code using built-in min and max functions

v0.1.6 (2024-06-01)

  • support parsing week directives (%A, %a, %w, %u, %V, %U, %W)
  • validate range of values on parsing directives
  • fix formatting %l to show 12 at midnight
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 1 update: [github.com/itchyny/timefmt-go](https://github.com/itchyny/timefmt-go).


Updates `github.com/itchyny/timefmt-go` from 0.1.5 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.5...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
  dependency-group: go-dependencies
...

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 Jul 20, 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