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

Bump local_time from 2.1.0 to 3.0.2 #18

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2024

Bumps local_time from 2.1.0 to 3.0.2.

Changelog

Sourced from local_time's changelog.

3.0.2 (January 15, 2024)

  • No changes, just a test release for the release script

3.0.1 (January 15, 2024)

  • Add ancillary files to release script
    • Gemfile.lock and MIT-LICENSE were modified by the release script but not committed to the repository as part of releasing.

3.0.0 (January 15, 2024)

  • Add processing indicators
    • data-processed-at attribute is added to processed elements
  • Disambiguate date and time formats
    • Breaking change: Named date formats declared in ruby are given preference when using date helpers. This is only breaking if you have a date format name that conflicts with a time format, and were expecting the time format to be chosen when using a date helper. See README for details.
    • Provided by @​alesolano
  • Create release script
  • Process elements on repeated start calls
    • Calling LocalTime.start() multiple times will reprocess all elements
  • Leverage Intl.DateTimeFormat for time zone parsing
    • Time zone parsing with %Z is now done natively by the browser
    • Known edge cases not supported by the browser are accounted for separately
    • Previous mechanism still in place as a fallback
    • GMT offset displayed as a last resort
    • Add instructions for time zone testing to CONTRIBUTING.md
  • Revert "Add ARIA label to improve accessibility"
    • <time> elements don't need an aria label
  • Update installation instructions
    • Add native support for importmap inclusion
  • Add rubocop
  • Support 24h time formats
    • Use config.useFormat24 to render formats from data-format24 instead of data-format
    • Rails helpers can automatically find the 24h format based on a provided format name
    • Support for relative time formats provided by @​a-nickol
  • Modernize the library
    • Replace Blade with Rollup for bundling and Express for testing
    • Remove sprockets, use static imports
    • Update test dependencies (moment, sinon, and rails)

First-time contributors: @​josefarias, @​alesolano, @​a-nickol

2.1.0 (September 4, 2018)

  • Add support for non-padded numerical strftime values (%-d, %-m, etc.) [Paco Benavent]

2.0.1 (June 6, 2018)

  • Add aria-label attribute to improve accessibility

2.0.0 (August 7, 2017)

... (truncated)

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 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 ruby Pull requests that update Ruby code labels Oct 23, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/local_time-3.0.2 branch from b0324df to 4ec5939 Compare October 29, 2024 15:47
Bumps [local_time](https://github.com/basecamp/local_time) from 2.1.0 to 3.0.2.
- [Changelog](https://github.com/basecamp/local_time/blob/main/CHANGELOG.md)
- [Commits](basecamp/local_time@v2.1.0...v3.0.2)

---
updated-dependencies:
- dependency-name: local_time
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/local_time-3.0.2 branch from 4ec5939 to 3b4a075 Compare November 5, 2024 11:37
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants