Skip to content

Commit 547a8b8

Browse files
authored
Merge pull request #437 from dequelabs/release
Release v4.8.2
2 parents 9e76f64 + e1c24cc commit 547a8b8

File tree

12 files changed

+74
-89
lines changed

12 files changed

+74
-89
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
distribution: "temurin"
2020

2121
- name: Cache npm dependencies
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
id: npm-cache
2424
with:
2525
path: "**/node_modules"
2626
key: npm-cache-v1-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
2727
restore-keys: |
2828
npm-cache-v1-${{ runner.os }}-
2929
- name: Cache Maven dependencies
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
id: maven-cache
3232
with:
3333
path: ~/.m2/repository
@@ -69,15 +69,15 @@ jobs:
6969
java: [8, 11, 17]
7070
steps:
7171
- uses: actions/checkout@v4
72-
- uses: actions/cache@v3
72+
- uses: actions/cache@v4
7373
name: Restore npm cache
7474
id: npm-cache
7575
with:
7676
path: "**/node_modules"
7777
key: npm-cache-v1-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
7878
restore-keys: |
7979
npm-cache-v1-${{ runner.os }}-
80-
- uses: actions/cache@v3
80+
- uses: actions/cache@v4
8181
name: Restore Maven cache
8282
id: maven-cache
8383
with:
@@ -100,15 +100,15 @@ jobs:
100100
steps:
101101
- uses: actions/checkout@v4
102102
- uses: actions/setup-python@v5
103-
- uses: actions/cache@v3
103+
- uses: actions/cache@v4
104104
name: Restore npm cache
105105
id: npm-cache
106106
with:
107107
path: "**/node_modules"
108108
key: npm-cache-v1-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
109109
restore-keys: |
110110
npm-cache-v1-${{ runner.os }}-
111-
- uses: actions/cache@v3
111+
- uses: actions/cache@v4
112112
name: Restore Maven cache
113113
id: maven-cache
114114
with:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.8.2](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.1...v4.8.2) (2024-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Update axe-core to v4.8.4 ([#429](https://github.com/dequelabs/axe-core-maven-html/issues/429)) ([4205623](https://github.com/dequelabs/axe-core-maven-html/commit/420562350aa0ff8a2b1e98e1ec8ff53bdda56312))
7+
8+
9+
110
## [4.8.1](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.0...v4.8.1) (2024-01-09)
211

312

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-core-maven-html",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"license": "ISC",
55
"repository": "dequelabs/axe-core-maven-html",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"conventional-changelog-cli": "^4.1.0",
1515
"copyfiles": "^2.4.1",
1616
"del-cli": "^5.1.0",
17-
"husky": "^8.0.3",
17+
"husky": "^9.0.7",
1818
"standard-version": "^9.5.0",
1919
"xml-js": "^1.6.11"
2020
}

playwright/package-lock.json

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

playwright/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "axe-core-maven-html-playwright",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"license": "MPL",
55
"private": true,
66
"repository": "dequelabs/axe-core-maven-html",
77
"scripts": {
88
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
99
},
1010
"dependencies": {
11-
"axe-core": "^4.8.3"
11+
"axe-core": "^4.8.4"
1212
},
1313
"devDependencies": {
1414
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",

playwright/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>playwright</artifactId>
5-
<version>4.8.1</version>
5+
<version>4.8.2</version>
66
<packaging>jar</packaging>
77
<parent>
88
<groupId>com.deque.html.axe-core</groupId>
99
<artifactId>virtual-superpackage</artifactId>
10-
<version>4.8.1</version>
10+
<version>4.8.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>Axe-core Playwright Java</name>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-surefire-plugin</artifactId>
164-
<version>3.2.3</version>
164+
<version>3.2.5</version>
165165
<configuration>
166166
<argLine>@{argLine} -more -arguments</argLine>
167167
<runOrder>alphabetical</runOrder>
@@ -220,7 +220,7 @@
220220
<dependency>
221221
<groupId>com.microsoft.playwright</groupId>
222222
<artifactId>playwright</artifactId>
223-
<version>1.40.0</version>
223+
<version>1.41.1</version>
224224
</dependency>
225225
<!-- Overrides commons-codec used in httpclient for security reasons -->
226226
<dependency>
@@ -273,8 +273,8 @@
273273
<dependency>
274274
<groupId>com.deque.html.axe-core</groupId>
275275
<artifactId>dequeutilites</artifactId>
276-
<version>4.8.1</version>
276+
<version>4.8.2</version>
277277
<scope>compile</scope>
278278
</dependency>
279279
</dependencies>
280-
</project>
280+
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.deque.html.axe-core</groupId>
55
<artifactId>virtual-superpackage</artifactId>
6-
<version>4.8.1</version>
6+
<version>4.8.2</version>
77
<packaging>pom</packaging>
88
<name>Axe-core-maven-html Superpackage</name>
99
<description>axe-core-maven-html superpackage containing; selenium, playwright, and, utilities</description>
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.2.3</version>
80+
<version>3.2.5</version>
8181
<configuration>
8282
<runOrder>alphabetical</runOrder>
8383
</configuration>
@@ -117,4 +117,4 @@
117117
</build>
118118
</profile>
119119
</profiles>
120-
</project>
120+
</project>

0 commit comments

Comments
 (0)