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 @github/relative-time-element from 4.0.0 to 4.1.5 #1736

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps @github/relative-time-element from 4.0.0 to 4.1.5.

Release notes

Sourced from @​github/relative-time-element's releases.

v4.1.5

What's Changed

Full Changelog: github/relative-time-element@v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: github/relative-time-element@v4.1.3...v4.1.4

v4.1.3

What's Changed

New Contributors

Full Changelog: github/relative-time-element@v4.1.2...v4.1.3

v4.1.2

Full Changelog: github/relative-time-element@v4.1.1...v4.1.2

v4.1.1

What's Changed

New Contributors

Full Changelog: github/relative-time-element@v4.1.0...v4.1.1

v4.1.0

What's Changed

... (truncated)

Commits
  • 220c8b9 Merge pull request #237 from github/allow-opting-out-of-months-and-weekdays-o...
  • c286cbd allow opting out of months and weekdays on datetime format
  • 5d5e35a Merge pull request #235 from github/avoid-throwing-errors-for-empty-lang-attr...
  • 371f127 avoid throwing errors for empty lang attributes
  • fdba0e7 use latest version in examples file
  • 954dcd5 Merge pull request #234 from github/increase-roundign-rules-in-roundtosingleu...
  • fc62cde Increase roundign rules in roundToSingleUnit to 90% of the next largest unit
  • fd2fafb Merge pull request #233 from rafaeliga/examples-relative-time-element-include
  • 7185472 fix: fixes examples include to relative-time-element
  • 60a8953 Adjust GPR publish step
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by githubbot, a new releaser for @​github/relative-time-element since your current version.


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 requested review from a team and camertron January 1, 2023 10:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm npm dependencies skip changeset Pull requests that don't change the library output labels Jan 1, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jan 1, 2023

🦋 Changeset detected

Latest commit: cda228b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/view-components Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dependabot dependabot bot temporarily deployed to github-pages January 1, 2023 10:05 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/github/relative-time-element-4.1.5 branch from 9e5ded6 to 07cc248 Compare January 3, 2023 17:42
Bumps [@github/relative-time-element](https://github.com/github/time-elements) from 4.0.0 to 4.1.5.
- [Release notes](https://github.com/github/time-elements/releases)
- [Commits](github/relative-time-element@v4.0.0...v4.1.5)

---
updated-dependencies:
- dependency-name: "@github/relative-time-element"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/github/relative-time-element-4.1.5 branch from 07cc248 to a90de20 Compare January 3, 2023 17:43
@jonrohan jonrohan temporarily deployed to review-pr-1736 January 3, 2023 17:44 — with GitHub Actions Inactive
@jonrohan jonrohan temporarily deployed to github-pages January 3, 2023 17:49 — with GitHub Actions Inactive
@jonrohan jonrohan requested review from keithamus and removed request for camertron January 3, 2023 18:00
@github-actions github-actions bot added the ruby Pull requests that update Ruby code label Jan 6, 2023
@keithamus keithamus removed the skip changeset Pull requests that don't change the library output label Jan 6, 2023
@@ -12,6 +12,9 @@ class RelativeTime < Primer::Component
FORMAT_DEFAULT = :auto
FORMAT_OPTIONS = [FORMAT_DEFAULT, :micro, :elapsed].freeze

FORMAT_STYLE_DEFAULT = nil
FORMAT_STYLE_OPTIONS = [FORMAT_STYLE_DEFAULT, :long, :short, :narrow].freeze
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/github/relative-time-element#attributes

Property Name Attribute Name Possible Values Default Value
formatStyle format-style 'long'|'short'|'narrow' *

*: If unspecified, formatStyle will return 'narrow' if format is 'elapsed' or 'micro', 'short' if the format is 'relative' or 'datetime', otherwise it will be 'long'.

@keithamus keithamus temporarily deployed to github-pages January 6, 2023 14:33 — with GitHub Actions Inactive
@jonrohan jonrohan added the skip changeset Pull requests that don't change the library output label Jan 9, 2023
Copy link
Member

@jonrohan jonrohan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍🏻

@jonrohan jonrohan merged commit 927a52c into main Jan 9, 2023
@jonrohan jonrohan deleted the dependabot/npm_and_yarn/github/relative-time-element-4.1.5 branch January 9, 2023 18:11
@primer-css primer-css mentioned this pull request Jan 9, 2023
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 npm npm dependencies ruby Pull requests that update Ruby code skip changeset Pull requests that don't change the library output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants