Skip to content

Commit 32fd82c

Browse files
committedJun 19, 2024
[Deps] pin aria-query and axobject-query, add ls-engines test to CI
Specifically, v5.2 of aria-query and v3.2 of axobject-query require node 6 via the dequal dependency, and neither have an engines declaration. This is a breaking change See A11yance/aria-query#497 (comment)
1 parent 0a98ad8 commit 32fd82c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎.github/workflows/node-pretest.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,9 @@ jobs:
4949
with:
5050
node-version: 'lts/*'
5151
skip-ls-check: true
52-
- run: npm run test:examples
52+
- run: npm run test:examples
53+
54+
engines:
55+
runs-on: ubuntu-latest
56+
steps:
57+
- uses: ljharb/actions/node/engines@main

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
},
8080
"license": "MIT",
8181
"dependencies": {
82-
"aria-query": "^5.3.0",
82+
"aria-query": "~5.1.3",
8383
"array-includes": "^3.1.8",
8484
"array.prototype.flatmap": "^1.3.2",
8585
"ast-types-flow": "^0.0.8",
8686
"axe-core": "^4.9.1",
87-
"axobject-query": "^3.2.1",
87+
"axobject-query": "~3.1.1",
8888
"damerau-levenshtein": "^1.0.8",
8989
"emoji-regex": "^9.2.2",
9090
"es-iterator-helpers": "^1.0.19",

0 commit comments

Comments
 (0)
Please sign in to comment.