Bump @github/relative-time-element from 4.4.5 to 4.4.8 in the production-dependencies group
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
- fix: Ensure aria-hidden applies to shadow root by
@khiga8in github/relative-time-element#315New Contributors
@khiga8made their first contribution in github/relative-time-element#315Full Changelog: https://github.com/github/relative-time-element/compare/4.4.7...v4.4.8
4.4.7
What's Changed
- Revert "Declare
relative-elementunder React.JSX to fix React 19 compatibility" by@francineluccain github/relative-time-element#314Full Changelog: https://github.com/github/relative-time-element/compare/v4.4.6...4.4.7
v4.4.6
What's Changed
- Bump esbuild from 0.17.17 to 0.25.0 in the npm_and_yarn group by
@dependabotin github/relative-time-element#308- Bump the npm_and_yarn group across 1 directory with 2 updates by
@dependabotin github/relative-time-element#309- Bump the npm_and_yarn group across 1 directory with 2 updates by
@dependabotin github/relative-time-element#311- test: update assertion for test by
@joshblackin github/relative-time-element#312- Declare
relative-elementunder React.JSX to fix React 19 compatibility by@eramdamin github/relative-time-element#305New Contributors
@joshblackmade their first contribution in github/relative-time-element#312@eramdammade their first contribution in github/relative-time-element#305Full Changelog: https://github.com/github/relative-time-element/compare/v4.4.5...v4.4.6
Commits
33cde64Merge pull request #315 from github/kh-support-aria-hiddena2ab717fix testse94b43fUpdate test/relative-time.js5bd009fUpdate test/relative-time.js5f916b6Update test/relative-time.js9efd32aToggle aria-hiddene50de7fupdate render root content6357519Fix issues7cf1828add exampledce462bAdd aria-hidden support- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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.
⚠️ 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
@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 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.