-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor(data-table): DataTable components to use aria-label instead of ariaLabel #16332
Merged
tay1orjones
merged 15 commits into
carbon-design-system:main
from
digiacomo-a:datatable-12802
Jun 13, 2024
Merged
Changes from 8 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5b349cc
refactor(data-table): data-table
digiacomo-a 28f726f
Merge branch 'main' into datatable-12802
digiacomo-a e5401ee
refactor(data-table): data-table
digiacomo-a 46ae5c9
Merge branch 'main' into datatable-12802
digiacomo-a f1774f4
Merge branch 'main' into datatable-12802
digiacomo-a 25d26b5
Merge branch 'main' into datatable-12802
digiacomo-a 48395a4
Merge branch 'main' into datatable-12802
digiacomo-a 22b0e90
Merge branch 'main' into datatable-12802
digiacomo-a ca446e2
Merge branch 'main' into datatable-12802
digiacomo-a f679ff5
Merge branch 'main' into datatable-12802
digiacomo-a 828c248
Merge branch 'main' into datatable-12802
digiacomo-a b4b19e5
Merge branch 'main' into datatable-12802
digiacomo-a 9e1b0bc
Merge branch 'main' into datatable-12802
digiacomo-a b0ff6eb
Apply suggestions from code review
tay1orjones c9c92b0
Merge branch 'main' into datatable-12802
tay1orjones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please give context on why the versioning of the
eslint-plugin-react-refresh
is changed?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had some issue to run yarn install and commit was failing with an error related to that module.
It was related to something else on my local (I just checkout the repo) but I was keeping this version since it's the latest minor update.
I think the change in that file can be reverted if we want, but it will not have any impact since we use the caret
^
prefix, we are already installing the latest minor update, so it was still installing that version.Let me know if I'm wrong and if we want to revert it, please :) Thanks for the comment!