view_components icon indicating copy to clipboard operation
view_components copied to clipboard

Bump @github/relative-time-element from 4.4.5 to 4.4.8 in the production-dependencies group

Open dependabot[bot] opened this issue 8 months ago • 3 comments

Bumps the production-dependencies group with 1 update: @github/relative-time-element.

Updates @github/relative-time-element from 4.4.5 to 4.4.8

Release notes

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

v4.4.8

What's Changed

New Contributors

Full Changelog: https://github.com/github/relative-time-element/compare/4.4.7...v4.4.8

4.4.7

What's Changed

Full Changelog: https://github.com/github/relative-time-element/compare/v4.4.6...4.4.7

v4.4.6

What's Changed

New Contributors

Full Changelog: https://github.com/github/relative-time-element/compare/v4.4.5...v4.4.6

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar May 12 '25 11:05 dependabot[bot]

⚠️ No Changeset found

Latest commit: fbf4f51bcdbec62224bebc29b0eea55dea872d99

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

changeset-bot[bot] avatar May 12 '25 11:05 changeset-bot[bot]

@khiga8 I'm seeing some failures on this upgrade, is this something I should adjust the tests for or is it expected?

Missing params on component.
Expected [:aria_hidden] to be empty.

jonrohan avatar Jun 02 '25 20:06 jonrohan

@jonrohan the failures seem expected. In https://github.com/github/relative-time-element/pull/315, we basically added more explicit support for setting the aria-hidden on the relative-time element.

It looks like we'll want to adjust the view component API for relative time to explicitly support aria-hidden to make the test happy.

khiga8 avatar Jun 03 '25 02:06 khiga8