Skip to content

Commit ee003d2

Browse files
committed
v5.3.1
1 parent 0c0d722 commit ee003d2

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
tests:
7-
uses: ljharb/actions/.github/workflows/node.yml@a840bfaa7e24d260a9f451baa97ca172fdb327af
7+
uses: ljharb/actions/.github/workflows/node.yml@32a09e8b5346216e84d4cdf4769c70af9903b536
88
with:
99
range: '>= 0.8'
1010
type: majors
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
20+
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
2121
with:
2222
use-npm-ci: true
2323
- name: Flow type check
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
31+
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
3232
with:
3333
use-npm-ci: true
3434
- name: Run ESLint
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
42+
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
4343
with:
4444
use-npm-ci: true
4545
- name: Run diff check for the breakUpAriaJSON script

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ type TAriaQueryMap<E, K, V> = {
232232
## 5.1.3
233233

234234
No changes, just trying to get the NPM build to reflect the changes in v5.1.2
235-
235+
236236
## 5.2.0
237237

238238
[Update] The 5.2.x minor version contains breaking changes and should be skipped.
239-
239+
240240
Commit f7f6120 contains a substantial audit and update of the project to match the ARIA spec. Testing coverage was substantially improved. It really locks down the project's output.
241241

242242
- e2e3eff docs: update README to WAI-ARIA 1.2 spec (#499)
@@ -255,4 +255,13 @@ type TAriaQueryMap<E, K, V> = {
255255
Reverts some API data shape changes from 5.2.x. Also reverts some changes to the representation of the ARIA spec.
256256

257257
- fda2c97 fix: amend breaking changes and reinstate constraints (#515)
258-
- f9f9ea6 Add prepublishOnly step to package.json (#506)
258+
- f9f9ea6 Add prepublishOnly step to package.json (#506)
259+
260+
## 5.3.1
261+
262+
Removes the only runtime dependency from the project, and restores/broadens engines compatibility, plus a few bug fixes.
263+
264+
- Remove dequal from the project (#554)
265+
- fix: add missing `doc-pagefooter` and `doc-pageheader` roles (#549)
266+
- Fix defect in calling code when building the ElementRoleMap (#555)
267+
- fix: add missing constraints for `aside` element to have implicit `complementary` role (#558)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aria-query",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "Programmatic access to the ARIA specification",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)