Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Jun 5, 2022
1 parent f87c1df commit 34ff82b
Show file tree
Hide file tree
Showing 58 changed files with 260 additions and 119 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

### Bug Fixes

- **acot-reporter-pretty:** fix stat bugs in testcase summary ([f9a2552](https://github.com/acot-a11y/acot/commit/f9a2552fc758dd205d7431c1b8819aa297a18d09))
- **cli:** support non TTY environment on `preset test` ([48e3ce0](https://github.com/acot-a11y/acot/commit/48e3ce04cd12016e1deafbc63dc8e90482f6d212))

### Features

- **acot-preset-wcag:** add `invalid-id-reference` rule ([2a70d7e](https://github.com/acot-a11y/acot/commit/2a70d7e99342c360a0f788ddd96d357dc3a34944))
- **acot-runner-sitemap:** add retry behavior to sitemap fetcher ([fcc1293](https://github.com/acot-a11y/acot/commit/fcc1293fdb162115d87303f59c36b9958ebcd874))
- **cli:** add `parallel` option to `preset test` command ([32f7e1e](https://github.com/acot-a11y/acot/commit/32f7e1e523bf8e03b61f2e776e4e06535a44afd7))
- **document:** add progress indicator to documentation testing ([756158b](https://github.com/acot-a11y/acot/commit/756158bea53f797972bca577c0235a763fcef922))

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

### Features
Expand Down
4 changes: 4 additions & 0 deletions examples/html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

**Note:** Version bump only for package @example/html

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @example/html
Expand Down
10 changes: 5 additions & 5 deletions examples/html/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@example/html",
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"scripts": {
"serve": "serve src -l 6005",
"test": "acot run"
},
"devDependencies": {
"@acot/acot-config": "0.0.18",
"@acot/acot-preset-axe": "0.0.18",
"@acot/acot-preset-wcag": "0.0.18",
"@acot/cli": "0.0.18",
"@acot/acot-config": "0.0.19",
"@acot/acot-preset-axe": "0.0.19",
"@acot/acot-preset-wcag": "0.0.19",
"@acot/cli": "0.0.19",
"puppeteer": "^13.5.1",
"serve": "^11.3.0",
"typescript": "^4.1.2"
Expand Down
4 changes: 4 additions & 0 deletions examples/storybook5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

**Note:** Version bump only for package @example/storybook5

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @example/storybook5
Expand Down
8 changes: 4 additions & 4 deletions examples/storybook5/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@example/storybook5",
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"scripts": {
"start": "start-storybook -p 6006",
"test": "acot run --command \"yarn start --ci\"",
"test:server": "acot run"
},
"devDependencies": {
"@acot/acot-preset-wcag": "0.0.18",
"@acot/acot-runner-storybook": "0.0.18",
"@acot/cli": "0.0.18",
"@acot/acot-preset-wcag": "0.0.19",
"@acot/acot-runner-storybook": "0.0.19",
"@acot/cli": "0.0.19",
"@babel/core": "^7.12.8",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
Expand Down
4 changes: 4 additions & 0 deletions examples/storybook6/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

**Note:** Version bump only for package @example/storybook6

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @example/storybook6
Expand Down
8 changes: 4 additions & 4 deletions examples/storybook6/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@example/storybook6",
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"scripts": {
"start": "start-storybook -p 6007",
"test": "acot run --command \"yarn start --ci\"",
"test:server": "acot run"
},
"devDependencies": {
"@acot/acot-preset-wcag": "0.0.18",
"@acot/acot-runner-storybook": "0.0.18",
"@acot/cli": "0.0.18",
"@acot/acot-preset-wcag": "0.0.19",
"@acot/acot-runner-storybook": "0.0.19",
"@acot/cli": "0.0.19",
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.18",
"version": "0.0.19",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/acot-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

**Note:** Version bump only for package @acot/acot-config

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @acot/acot-config
Expand Down
6 changes: 3 additions & 3 deletions packages/acot-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acot/acot-config",
"version": "0.0.18",
"version": "0.0.19",
"description": "A basic acot rule set.",
"keywords": [
"acot",
Expand All @@ -27,8 +27,8 @@
"build": "tsc"
},
"dependencies": {
"@acot/acot-preset-axe": "0.0.18",
"@acot/acot-preset-wcag": "0.0.18"
"@acot/acot-preset-axe": "0.0.19",
"@acot/acot-preset-wcag": "0.0.19"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/acot-preset-axe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

**Note:** Version bump only for package @acot/acot-preset-axe

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @acot/acot-preset-axe
Expand Down
6 changes: 3 additions & 3 deletions packages/acot-preset-axe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acot/acot-preset-axe",
"version": "0.0.18",
"version": "0.0.19",
"description": "An axe rule set for acot.",
"keywords": [
"acot",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test": "yarn acot preset test --port 1235"
},
"dependencies": {
"@acot/cli": "0.0.18",
"@acot/core": "0.0.18",
"@acot/cli": "0.0.19",
"@acot/core": "0.0.19",
"@sinclair/typebox": "^0.23.2",
"axe-core": "^4.1.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/acot-preset-wcag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

### Features

- **acot-preset-wcag:** add `invalid-id-reference` rule ([2a70d7e](https://github.com/acot-a11y/acot/commit/2a70d7e99342c360a0f788ddd96d357dc3a34944))

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/acot-preset-wcag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acot/acot-preset-wcag",
"version": "0.0.18",
"version": "0.0.19",
"description": "A WCAG-based rule set for acot.",
"keywords": [
"acot",
Expand Down Expand Up @@ -34,9 +34,9 @@
"test": "yarn acot preset test --port 1234"
},
"dependencies": {
"@acot/cli": "0.0.18",
"@acot/core": "0.0.18",
"@acot/utils": "0.0.18",
"@acot/cli": "0.0.19",
"@acot/core": "0.0.19",
"@acot/utils": "0.0.19",
"@sinclair/typebox": "^0.23.2",
"language-tags": "^1.0.5",
"p-limit": "3.1.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/acot-reporter-dot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

**Note:** Version bump only for package @acot/acot-reporter-dot

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @acot/acot-reporter-dot
Expand Down
10 changes: 5 additions & 5 deletions packages/acot-reporter-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acot/acot-reporter-dot",
"version": "0.0.18",
"version": "0.0.19",
"description": "A dot reporter for @acot/cli.",
"keywords": [
"acot",
Expand Down Expand Up @@ -36,9 +36,9 @@
]
},
"dependencies": {
"@acot/html-pickup": "0.0.18",
"@acot/module-loader": "0.0.18",
"@acot/reporter": "0.0.18",
"@acot/html-pickup": "0.0.19",
"@acot/module-loader": "0.0.19",
"@acot/reporter": "0.0.19",
"boxen": "^5.0.0",
"chalk": "^4.0.0",
"figures": "^3.2.0",
Expand All @@ -49,7 +49,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@acot/types": "0.0.18"
"@acot/types": "0.0.19"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/acot-reporter-github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

**Note:** Version bump only for package @acot/acot-reporter-github

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @acot/acot-reporter-github
Expand Down
12 changes: 6 additions & 6 deletions packages/acot-reporter-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acot/acot-reporter-github",
"version": "0.0.18",
"version": "0.0.19",
"description": "GitHub reporter for @acot/cli.",
"homepage": "https://github.com/acot-a11y/acot/tree/main/packages/acot-reporter-github",
"bugs": {
Expand Down Expand Up @@ -33,18 +33,18 @@
]
},
"dependencies": {
"@acot/reporter": "0.0.18",
"@acot/schema-validator": "0.0.18",
"@acot/reporter": "0.0.19",
"@acot/schema-validator": "0.0.19",
"@sinclair/typebox": "^0.23.2",
"chalk": "^4.0.0",
"debug": "^4.3.1",
"env-ci": "6.0.0",
"got": "11.8.3"
},
"devDependencies": {
"@acot/factory": "0.0.18",
"@acot/mock": "0.0.18",
"@acot/types": "0.0.18",
"@acot/factory": "0.0.19",
"@acot/mock": "0.0.19",
"@acot/types": "0.0.19",
"@types/env-ci": "3.1.1",
"nock": "13.2.4"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/acot-reporter-pretty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

### Bug Fixes

- **acot-reporter-pretty:** fix stat bugs in testcase summary ([f9a2552](https://github.com/acot-a11y/acot/commit/f9a2552fc758dd205d7431c1b8819aa297a18d09))

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @acot/acot-reporter-pretty
Expand Down
10 changes: 5 additions & 5 deletions packages/acot-reporter-pretty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acot/acot-reporter-pretty",
"version": "0.0.18",
"version": "0.0.19",
"description": "A pretty reporter for @acot/cli.",
"keywords": [
"acot",
Expand Down Expand Up @@ -36,9 +36,9 @@
]
},
"dependencies": {
"@acot/html-pickup": "0.0.18",
"@acot/module-loader": "0.0.18",
"@acot/reporter": "0.0.18",
"@acot/html-pickup": "0.0.19",
"@acot/module-loader": "0.0.19",
"@acot/reporter": "0.0.19",
"boxen": "^5.0.0",
"chalk": "^4.0.0",
"cli-table": "^0.3.4",
Expand All @@ -53,7 +53,7 @@
"text-table": "^0.2.0"
},
"devDependencies": {
"@acot/types": "0.0.18",
"@acot/types": "0.0.19",
"@types/cli-table": "0.3.0",
"@types/text-table": "0.2.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/acot-runner-sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05)

### Features

- **acot-runner-sitemap:** add retry behavior to sitemap fetcher ([fcc1293](https://github.com/acot-a11y/acot/commit/fcc1293fdb162115d87303f59c36b9958ebcd874))

## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11)

**Note:** Version bump only for package @acot/acot-runner-sitemap
Expand Down
14 changes: 7 additions & 7 deletions packages/acot-runner-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acot/acot-runner-sitemap",
"version": "0.0.18",
"version": "0.0.19",
"description": "An acot custom runner reading audit pages from sitemap.",
"keywords": [
"acot",
Expand Down Expand Up @@ -37,10 +37,10 @@
]
},
"dependencies": {
"@acot/acot-runner": "0.0.18",
"@acot/config": "0.0.18",
"@acot/runner": "0.0.18",
"@acot/schema-validator": "0.0.18",
"@acot/acot-runner": "0.0.19",
"@acot/config": "0.0.19",
"@acot/runner": "0.0.19",
"@acot/schema-validator": "0.0.19",
"@sinclair/typebox": "^0.23.2",
"camaro": "^6.0.4",
"debug": "^4.3.1",
Expand All @@ -51,8 +51,8 @@
"serve-handler": "^6.1.3"
},
"devDependencies": {
"@acot/mock": "0.0.18",
"@acot/types": "0.0.18",
"@acot/mock": "0.0.19",
"@acot/types": "0.0.19",
"@types/lodash": "4.14.182",
"@types/micromatch": "4.0.2",
"@types/serve-handler": "6.1.1"
Expand Down
Loading

0 comments on commit 34ff82b

Please sign in to comment.