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

Release v4.9.0 #450

Merged
merged 9 commits into from
Mar 29, 2024
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.9.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.2...v4.9.0) (2024-03-28)


### Features

* Update axe-core to v4.9.0 ([#447](https://github.com/dequelabs/axe-core-maven-html/issues/447)) ([c91e5ae](https://github.com/dequelabs/axe-core-maven-html/commit/c91e5ae030dec6b24d0755972c0fbb87a190909a))



## [4.8.2](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.1...v4.8.2) (2024-02-12)


Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-maven-html",
"version": "4.8.2",
"version": "4.9.0",
"license": "ISC",
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"conventional-changelog-cli": "^4.1.0",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"husky": "^9.0.7",
"husky": "^9.0.11",
"standard-version": "^9.5.0",
"xml-js": "^1.6.11"
}
Expand Down
30 changes: 15 additions & 15 deletions playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "axe-core-maven-html-playwright",
"version": "4.8.2",
"version": "4.9.0",
"license": "MPL",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
},
"dependencies": {
"axe-core": "^4.8.4"
"axe-core": "^4.9.0"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
12 changes: 6 additions & 6 deletions playwright/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>playwright</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Axe-core Playwright Java</name>
Expand Down Expand Up @@ -220,19 +220,19 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.41.1</version>
<version>1.41.2</version>
</dependency>
<!-- Overrides commons-codec used in httpclient for security reasons -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
</dependency>
<!-- Overrides commons-compress for security reasons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.25.0</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -273,7 +273,7 @@
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<packaging>pom</packaging>
<name>Axe-core-maven-html Superpackage</name>
<description>axe-core-maven-html superpackage containing; selenium, playwright, and, utilities</description>
Expand Down
30 changes: 15 additions & 15 deletions selenium/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions selenium/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "axe-core-maven-html-selenium",
"version": "4.8.2",
"version": "4.9.0",
"license": "UNLICENSED",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 8001 --silent"
},
"dependencies": {
"axe-core": "^4.8.4"
"axe-core": "^4.9.0"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
10 changes: 5 additions & 5 deletions selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>selenium</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.6.3</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -195,7 +195,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<!-- Overrides junit used in junit-vintage-engine for security reasons -->
Expand All @@ -208,7 +208,7 @@
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Axe-core maven utilities</name>
<description>axe-core-maven-html utility classes used in all packages</description>
<url>https://github.com/dequelabs/axe-core-maven-html</url>
<artifactId>dequeutilites</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<packaging>jar</packaging>
<distributionManagement>
<repository>
Expand Down
Loading