bump version and dependabot updates #184
Merged
+10,806
−4,529
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.
Bumps the version a minor release and fixes all of the dependabot warnings should close: #179, #177, #175, #162, #160, #147, #142, #140 - basically everything tagged as dependencies.
Ah I should note that the sauce labs tests should probably be reviewed, there are consistently the same 11 failures on any browser that supports inert natively now and it's because the polyfill itself checks for support and doesn't add itself if things are supported - but the tests check for approximations not previously possible directly without native support... So, for example, a div that was tabindex=0 would have that attribute removed on an ancestor becomming inert and readded later. Obviously that won't happen with native inert... It looks like all of these are consistent and predictable across the implementations and don't indicate a problem with the polyfill, just the tests.