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

chore(deps): bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.6 #67

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2024

Bumps github.com/itchyny/timefmt-go from 0.1.5 to 0.1.6.

Release notes

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

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.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
  • 4a9e7d8 update CHANGELOG.md for v0.1.6
  • 7bf8a29 fix parsing error of %P, share formatting code between %P and %p
  • adea88b always increment the source index when parsing directives
  • 8081128 use the common functions for weekday number directives
  • eddb330 optimize formatting time zone padding and swap case modifier
  • 6c85f7e fix maximum unix time on 32-bit architecture
  • a4f8269 improve parsing error messages to quote the directives
  • a13b81d validate the range of values on parsing
  • a90ecd3 fix formatting %l to show 12 at midnight
  • e2825e3 support parsing week directives (%A, %a, %w, %u, %V, %U, %W)
  • 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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 2, 2024
@dependabot dependabot bot requested a review from nwtgck June 2, 2024 22:22
@nwtgck
Copy link
Owner

nwtgck commented Jun 3, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/itchyny/timefmt-go-0.1.6 branch from a967f07 to f7bcf81 Compare June 3, 2024 23:36
@nwtgck
Copy link
Owner

nwtgck commented Jun 4, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/itchyny/timefmt-go-0.1.6 branch from f7bcf81 to 56469f4 Compare June 4, 2024 00:13
@nwtgck
Copy link
Owner

nwtgck commented Jun 4, 2024

@dependabot rebase

Bumps [github.com/itchyny/timefmt-go](https://github.com/itchyny/timefmt-go) from 0.1.5 to 0.1.6.
- [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.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/itchyny/timefmt-go-0.1.6 branch from 56469f4 to bb0e2b0 Compare June 4, 2024 01:12
@nwtgck nwtgck merged commit 05ae351 into develop Jun 4, 2024
2 checks passed
@nwtgck nwtgck deleted the dependabot/go_modules/github.com/itchyny/timefmt-go-0.1.6 branch June 4, 2024 01:14
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.

1 participant