chore: Remove Dockerfile and docker-compose.yml, update README and migration guide for backend log checks
Some checks failed
Documentation / build-docs (push) Has been cancelled
Tests / test (macos-latest, 3.11) (push) Has been cancelled
Tests / test (macos-latest, 3.12) (push) Has been cancelled
Tests / test (macos-latest, 3.13) (push) Has been cancelled
Tests / test (macos-latest, 3.14) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.14) (push) Has been cancelled

This commit is contained in:
kfox
2026-01-02 22:46:03 -05:00
parent 6834655e03
commit 3c6770acf5
134 changed files with 3025 additions and 18054 deletions

View File

@@ -35,6 +35,8 @@ safari >= 10
node 10.0
```
or check the published `.browserslistrc`
## progress
Using https://github.com/web-platform-tests/wpt. Be sure to init submodules when

View File

@@ -1,12 +1,11 @@
{
"name": "dom-accessibility-api",
"description": "Implements https://w3c.github.io/accname/",
"version": "0.6.3",
"version": "0.5.16",
"main": "dist/index.js",
"module": "dist/index.mjs",
"type": "commonjs",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
@@ -16,6 +15,7 @@
"url": "https://github.com/eps1lon/dom-accessibility-api.git"
},
"files": [
".browserslistrc",
"dist/"
],
"scripts": {
@@ -48,12 +48,11 @@
"@babel/preset-typescript": "^7.13.0",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@testing-library/dom": "^9.0.0",
"@testing-library/dom": "^8.0.0",
"@types/jest": "^29.0.0",
"@types/node": "18.17.17",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"concurrently": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"cypress": "^12.0.0",
"eslint": "^7.27.0",
@@ -61,22 +60,23 @@
"jest": "^29.0.0",
"jest-diff": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"jest-junit": "^16.0.0",
"jest-junit": "^15.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.0",
"minimatch": "^9.0.0",
"minimatch": "^6.0.0",
"mocha": "^10.0.0",
"mocha-sugar-free": "^1.4.0",
"prettier": "^3.0.0",
"prettier": "^2.3.0",
"q": "^1.5.1",
"request": "^2.88",
"request-promise-native": "^1.0.9",
"rimraf": "^5.0.0",
"rimraf": "^4.0.0",
"serve": "^14.0.0",
"typescript": "^5.0.0"
"typescript": "^4.3.2"
},
"resolutions": {
"@types/node": "18.17.17"
"**/kind-of": "^6.0.3",
"**/minimist": "^1.2.2"
},
"prettier": {
"useTabs": true