mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 14:51:28 +00:00
Compare commits
1 Commits
release-4.
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e6375d3216 |
23
CHANGELOG.md
23
CHANGELOG.md
@@ -1,28 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 4.3.0 (2024-03-26)
|
|
||||||
|
|
||||||
### Changes
|
|
||||||
|
|
||||||
* Improve console messaging (thanks @sangitamane)
|
|
||||||
* Address linting issues (thanks @josebolos and @hollsk)
|
|
||||||
* Various accessibility improvements to dashboard pages (thanks @sangitamane)
|
|
||||||
* Improve version support and its verification
|
|
||||||
* Support Node 16-20
|
|
||||||
* Support MongoDB `2`, `4`, `5`, `6`, `latest`
|
|
||||||
* Fix various integration test issues
|
|
||||||
* Add info to readme about Ubuntu `> 20.04` workaround (issue will be fixed by `pa11y-dashboard@5.0.0`)
|
|
||||||
* Minor dependency upgrades
|
|
||||||
* Update support policy
|
|
||||||
|
|
||||||
### New contributors
|
|
||||||
|
|
||||||
* @danyalaytekin made their first contribution in https://github.com/pa11y/pa11y-dashboard/pull/315
|
|
||||||
|
|
||||||
### Full diff
|
|
||||||
|
|
||||||
* [4.2.0...4.3.0](https://github.com/pa11y/pa11y-dashboard/compare/4.2.0...4.3.0)
|
|
||||||
|
|
||||||
## 4.2.0 (2022-03-30)
|
## 4.2.0 (2022-03-30)
|
||||||
|
|
||||||
* Add request logging for easier debugging
|
* Add request logging for easier debugging
|
||||||
|
14
README.md
14
README.md
@@ -21,7 +21,7 @@ Pa11y Dashboard is a web interface to the [Pa11y][pa11y] accessibility reporter;
|
|||||||
|
|
||||||
Pa11y (and therefore this service) uses Headless Chrome to perform accessibility testing. On Linux and other Unix-like systems, Pa11y's attempt to install it as a dependency sometimes fails since additional operating system packages will be required. Your distribution's documentation should describe how to install these.
|
Pa11y (and therefore this service) uses Headless Chrome to perform accessibility testing. On Linux and other Unix-like systems, Pa11y's attempt to install it as a dependency sometimes fails since additional operating system packages will be required. Your distribution's documentation should describe how to install these.
|
||||||
|
|
||||||
In addition, to use Pa11y Dashboard 4 with a version of Ubuntu above 20.04, a path to the Chrome executable must be defined in `chromeLaunchConfig`, as `chromeLaunchConfig.executablePath`. Version 5 of Pa11y Dashboard, which will use Pa11y 8 along with a more recent version of Puppeteer, will resolve this issue.
|
In addition, to use Pa11y Dashboard 4 with a version of Ubuntu above 20.04, a path to the Chrome executable must be defined in `chromeLaunchConfig`, as `chromeLaunchConfig.executablePath`. Version 5 of Pa11y Dashboard, which will use Pa11y 7 along with a more recent version of Puppeteer, will resolve this issue.
|
||||||
|
|
||||||
## Setting up Pa11y Dashboard
|
## Setting up Pa11y Dashboard
|
||||||
|
|
||||||
@@ -189,16 +189,16 @@ When we release a new major version we will continue to support the previous maj
|
|||||||
The following table lists the major versions available and, for each previous major version, its end-of-support date, and its final minor version released.
|
The following table lists the major versions available and, for each previous major version, its end-of-support date, and its final minor version released.
|
||||||
|
|
||||||
| Major version | Last minor release | Node.js support | Support end date |
|
| Major version | Last minor release | Node.js support | Support end date |
|
||||||
| :------------ | :----------------- | :--------------------------- | :--------------- |
|
| :------------ | :----------------- | :------------------------ | :--------------- |
|
||||||
| `4` | `4.3` | `12`, `14`, `16`, `18`, `20` | ✅ Current major version |
|
| `4` | Imminent | `>= 12` | ✅ Current major version |
|
||||||
| `3` | `3.3` | `8`, `10` | 2022-05-26 |
|
| `3` | `3.3.0` | `8`, `10` | 2022-05-26 |
|
||||||
| `2` | `2.4` | `4`, `6` | 2020-01-16 |
|
| `2` | `2.4.2` | `4`, `6` | 2020-01-16 |
|
||||||
| `1` | `1.12` | `0.10`, `0.12`, `4`, `6` | 2016-12-05 |
|
| `1` | `1.12.0` | `0.10`, `0.12`, `4`, `6` | 2016-12-05 |
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Pa11y Dashboard is licensed under the [GNU General Public License 3.0][info-license].
|
Pa11y Dashboard is licensed under the [GNU General Public License 3.0][info-license].
|
||||||
Copyright © 2016-2024, Team Pa11y and contributors
|
Copyright © 2023, Team Pa11y and contributors
|
||||||
|
|
||||||
[homebrew]: https://brew.sh/
|
[homebrew]: https://brew.sh/
|
||||||
[issues]: https://github.com/pa11y/pa11y-dashboard/issues?utf8=%E2%9C%93&q=is%3Aissue
|
[issues]: https://github.com/pa11y/pa11y-dashboard/issues?utf8=%E2%9C%93&q=is%3Aissue
|
||||||
|
16
package-lock.json
generated
16
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pa11y-dashboard",
|
"name": "pa11y-dashboard",
|
||||||
"version": "4.3.0",
|
"version": "4.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pa11y-dashboard",
|
"name": "pa11y-dashboard",
|
||||||
"version": "4.3.0",
|
"version": "4.2.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "~1.19.2",
|
"body-parser": "~1.19.2",
|
||||||
@@ -4928,9 +4928,9 @@
|
|||||||
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
||||||
},
|
},
|
||||||
"node_modules/ws": {
|
"node_modules/ws": {
|
||||||
"version": "7.5.9",
|
"version": "7.5.10",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
||||||
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
|
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.3.0"
|
"node": ">=8.3.0"
|
||||||
},
|
},
|
||||||
@@ -8757,9 +8757,9 @@
|
|||||||
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "7.5.9",
|
"version": "7.5.10",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
||||||
"integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
|
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"y18n": {
|
"y18n": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pa11y-dashboard",
|
"name": "pa11y-dashboard",
|
||||||
"version": "4.3.0",
|
"version": "4.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",
|
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Reference in New Issue
Block a user