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

fix: update axe-core to 4.2.1 #254

Merged
merged 3 commits into from
May 19, 2021
Merged

fix: update axe-core to 4.2.1 #254

merged 3 commits into from
May 19, 2021

Conversation

michael-siek
Copy link
Member

No description provided.

@michael-siek michael-siek marked this pull request as ready for review May 18, 2021 21:05
@michael-siek michael-siek requested a review from a team May 18, 2021 21:05
},
"peerDependencies": {
"selenium-webdriver": ">= 2.53.1"
"selenium-webdriver": "<= 4.0.0-beta.3 || >= 2.53.1"
Copy link
Member

Choose a reason for hiding this comment

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

Was this change intentional? Seems unrelated.

Copy link
Member Author

Choose a reason for hiding this comment

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

This was intentional to remove the warning message since we use a prerelease version of selenium-webdriver.

Copy link
Contributor

Choose a reason for hiding this comment

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

This might be a little wider than you want; I think the <= 4.0.0-beta.3 part would accept v1.0.0.

Copy link
Contributor

Choose a reason for hiding this comment

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

(you can test this locally using the same library npm uses for semver matching with npx semver -r "<= 4.0.0-beta.3 || >= 2.53.1" "1.0.0" - it outputs 1.0.0, which indicates that it believes 1.0.0 matches the given range)

@@ -41,7 +41,7 @@
],
"dependencies": {
"@axe-core/webdriverjs": "^4.2.0",
"axe-core": "^4.2.0",
"axe-core": "^4.2.1",
Copy link
Member

Choose a reason for hiding this comment

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

Just another reminder: users were able to use 4.2.1 before this patch landed. Since we have the ^ here, we'll allowing npm to install a range of versions, not exclusively 4.2.1 (previously 4.2.0).

@michael-siek michael-siek changed the title feat: update axe-core to 4.2.1 fix: update axe-core to 4.2.1 May 19, 2021
@michael-siek michael-siek merged commit 9d90185 into develop May 19, 2021
@michael-siek michael-siek deleted the feat/axe-core@4.2.1 branch May 19, 2021 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants