Accessibility Insights for Web
Перейти к файлу
v-rakeshsh e9029ed13c
Breaking Change: migrate to node v20 (#7457)
#### Details

Update the code node version to node 20.x.x version. As lot of other
packages are using or going to use Node 20.x.x.

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [ ] Addresses an existing issue: #0000
- [x] Ran `yarn fastpass`
- [x] Added/updated relevant unit test(s) (and ran `yarn test`)
- [x] Verified code coverage for the changes made. Check coverage report
at: `<rootDir>/test-results/unit/coverage`
- [x] PR title *AND* final merge commit title both start with a semantic
tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See
`CONTRIBUTING.md`.
- [ ] (UI changes only) Added screenshots/GIFs to description above
- [ ] (UI changes only) Verified usability with NVDA/JAWS
2025-01-06 15:37:51 -05:00
.github Breaking Change: migrate to node v20 (#7457) 2025-01-06 15:37:51 -05:00
.vscode chore: Add PowerShell auto-formatting, update scripts (#7055) 2023-10-27 09:15:58 -07:00
.yarn chore: migrate to yarn v3 (#6519) 2023-03-22 17:19:17 -04:00
deploy chore(deps): Bump micromatch from 4.0.4 to 4.0.8 in /deploy (#7440) 2024-09-19 15:36:47 -04:00
docs chore: Removed enzyme package and its last references (#7263) 2024-03-07 13:33:22 -05:00
packages Breaking Change: migrate to node v20 (#7457) 2025-01-06 15:37:51 -05:00
pipeline Breaking Change: migrate to node v20 (#7457) 2025-01-06 15:37:51 -05:00
src Breaking Change: migrate to node v20 (#7457) 2025-01-06 15:37:51 -05:00
tools chore: Update changelog script to allow for .txt output (#7396) 2024-07-23 13:10:12 -04:00
.dockerignore chore: migrate to yarn v3 (#6519) 2023-03-22 17:19:17 -04:00
.eslintrc.js fix(mv3-part-8): Determine json validator on build (#6090) 2022-09-29 08:35:28 -07:00
.gitattributes test: add e2e test to ensure we ship with non audio/video codecs (#2604) 2020-05-01 14:00:29 -07:00
.gitignore chore: migrate to yarn v3 (#6519) 2023-03-22 17:19:17 -04:00
.ignoredRevs chore: update git blame config file (#1957) 2020-01-09 14:15:57 -08:00
.prettierignore fix: Correct bug in ClearlyDefined check (#6880) 2023-08-09 13:33:09 -07:00
.stylelintrc.js chore: Disable `{property|value}-no-vendor-prefix` stylelint rules, clean up prefixes (#6278) 2023-01-06 10:52:04 -05:00
.swcrc chore(deps-dev): Bump @swc/core from 1.3.71 to 1.3.75 (#6876) 2023-08-08 11:24:48 -07:00
.yarnrc.yml chore: migrate to yarn v3 (#6519) 2023-03-22 17:19:17 -04:00
AppXManifest.xml feat: adjust drop folder directory structure to prepare for electron release feature (#1614) 2019-11-05 16:14:49 -08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md feat(remove-android): Update docs (#6755) 2023-06-23 15:38:29 -07:00
Dockerfile Breaking Change: migrate to node v20 (#7457) 2025-01-06 15:37:51 -05:00
Gruntfile.js feature: Stop building unified client (#6665) 2023-05-31 11:07:13 -07:00
LICENSE fix: license does not need to mention accessibility insights for web (#2322) 2020-03-09 11:28:30 -07:00
README.md fix: Update os-specific instructions (#6840) 2023-07-31 09:36:39 -07:00
SECURITY.md chore: Adding Microsoft’s official mandatory SECURITY file to this repo (#5510) 2022-05-17 15:20:04 -07:00
build-webCI.yaml fix: Changing ubuntu image for CI pipeline to match the image used in github PR workflow (#7318) 2024-04-25 12:52:23 -04:00
build.yaml fix: Changing ubuntu image for CI pipeline to match the image used in github PR workflow (#7318) 2024-04-25 12:52:23 -04:00
copyright-header.config.json fix: Correct bug in ClearlyDefined check (#6880) 2023-08-09 13:33:09 -07:00
copyright-header.txt
esbuild.js feat(remove-android): Odds and ends (#6760) 2023-06-24 16:27:59 -07:00
eslintrc.base.js chore: Enable and fix eslint react/no-unknown-property, react/jsx-no-target-blank (#6203) 2022-11-23 12:56:48 -05:00
jest.config.base.js chore: Remove unused moduleNameMapper fabric properties (#6123) 2022-10-11 15:58:51 -04:00
jest.config.js feat(remove-android): Odds and ends (#6760) 2023-06-24 16:27:59 -07:00
new-appx.ps1 feat: adjust drop folder directory structure to prepare for electron release feature (#1614) 2019-11-05 16:14:49 -08:00
package.json Breaking Change: migrate to node v20 (#7457) 2025-01-06 15:37:51 -05:00
prettier.config.js chore: line width 100 for src/tests/unit/tests/DetailsView/components (#2381) 2020-03-24 16:18:55 -07:00
replace-plugin.js fix(mv3-part-8): Determine json validator on build (#6090) 2022-09-29 08:35:28 -07:00
style-plugin.js feat(esbuild): use esbuild for report package (#5577) 2022-06-03 12:57:53 -07:00
targets.config.js feat(remove-android): Odds and ends (#6760) 2023-06-24 16:27:59 -07:00
tsconfig.base.json chore: Upgrade Typescript version to 5.4.5 (#7294) 2024-05-09 10:38:45 +05:30
tsconfig.json chore(deps-dev): Bump prettier from 3.2.4 to 3.2.5 (#7261) 2024-03-07 12:59:00 -05:00
tsconfig.strictNullChecks.json chore: Initial work for migrating tests from Enzyme to React Testing Library (#7090) 2023-12-18 10:52:05 -05:00
webpack.config.js feat(remove-android): Odds and ends (#6760) 2023-06-24 16:27:59 -07:00
yarn.lock Breaking Change: migrate to node v20 (#7457) 2025-01-06 15:37:51 -05:00

README.md

Product Logo Accessibility Insights for Web

Build Status codecov Chrome Web Store Chrome Web Store Chrome Web Store

This repository contains the code for Accessibility Insights for Web, which is a browser extension for Google Chrome and Microsoft Edge. It is used for assessing the accessibility of web sites and web applications.

Install Accessibility Insights for Web

Data/Telemetry

By opting into telemetry, you help the community develop inclusive software. We collect anonymized data to identify the top accessibility issues found by the users. This will help focus the accessibility tools and standards community to improve guidelines, rules engines, and features.

This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.

Reporting security vulnerabilities

If you believe you have found a security vulnerability in this project, please follow these steps to report it. For more information on how vulnerabilities are disclosed, see Coordinated Vulnerability Disclosure.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

FAQ

Please visit our FAQ page.

Contributing

All contributions are welcome! To get started, please read through our CONTRIBUTING guidelines for this project. After that, see:

Code of Conduct

Please read through our Code of Conduct to this project.