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(playwright,selenium): pin axe-core version to accept patch updates only #362

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

michael-siek
Copy link
Member

Closes: #360

@michael-siek michael-siek requested a review from a team as a code owner September 26, 2023 19:38
@@ -8,7 +8,7 @@
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
},
"dependencies": {
"axe-core": "^4.8.2"
"axe-core": "~4.8.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should pin to exact axe-core version as per new policy

@michael-siek michael-siek merged commit 0b529fd into develop Sep 27, 2023
6 checks passed
@michael-siek michael-siek deleted the fix/360 branch September 27, 2023 13:17
michael-siek added a commit that referenced this pull request Sep 28, 2023
…s only (#362)

* fix(playwright,selenium): pin axe-core version to accept patch updates only

* new policy
This was referenced Feb 7, 2024
michael-siek added a commit that referenced this pull request Feb 7, 2024
…s only (#362)

* fix(playwright,selenium): pin axe-core version to accept patch updates only

* new policy
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.

Pin axe-core version to exact match
2 participants