Skip to content

Commit

Permalink
v0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siteimprove-builduser committed Dec 9, 2024
1 parent c9ddd12 commit da3ddb0
Show file tree
Hide file tree
Showing 61 changed files with 99 additions and 40 deletions.
7 changes: 0 additions & 7 deletions .changeset/forty-bulldogs-hide.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Alfa integrations changelog

## [0.76.0](../../compare/v0.75.0...v0.76.0) (2024-12-09)

### Added

- [@siteimprove/alfa-test-utils](packages/alfa-test-utils/CHANGELOG.md#0760): `SIP.upload` now also accepts the commit information as an `Option` or `Result`. ([#114](https://github.com/Siteimprove/alfa-integrations/pull/114))

## [0.75.0](../../compare/v0.74.3...v0.75.0) (2024-12-06)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-test-utils.sip.options.commitinformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Information about the latest commit of a Version Control System.
**Signature:**

```typescript
commitInformation?: CommitInformation;
commitInformation?: CommitInformation | Option<CommitInformation> | Result<CommitInformation, unknown>;
```
2 changes: 1 addition & 1 deletion docs/api/alfa-test-utils.sip.options.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _(Optional)_ The API key to connect to Siteimprove Intelligence Platform

</td><td>

[CommitInformation](./alfa-test-utils.commitinformation.md)
[CommitInformation](./alfa-test-utils.commitinformation.md) \| Option&lt;[CommitInformation](./alfa-test-utils.commitinformation.md)<!-- -->&gt; \| Result&lt;[CommitInformation](./alfa-test-utils.commitinformation.md)<!-- -->, unknown&gt;


</td><td>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@changesets/cli": "^2.26.1",
"@microsoft/api-documenter": "^7.25.3",
"@microsoft/api-extractor": "^7.47.0",
"@siteimprove/alfa-cli": "workspace:^0.75.0",
"@siteimprove/alfa-cli": "workspace:^0.76.0",
"@siteimprove/alfa-toolchain": "^0.96.0",
"@types/async": "^3.2.5",
"@types/node": "^20.14.9",
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-angular

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-angular",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Integrations and utilities for the Angular application framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-assert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-assert

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-assert",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Core assertion functions for supported input objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-chai

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-chai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-chai",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Assertion integrations for the Chai assertion library",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-cheerio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-cheerio

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cheerio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cheerio",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Functionality for translating Cheerio elements into page objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-cli

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cli",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "The tool for all your accessibility needs on the command line",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cli/src/pkg.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by yarn alfa-postversion
export const name = "@siteimprove/alfa-cli";
export const version = "0.75.0";
export const version = "0.76.0";

2 changes: 2 additions & 0 deletions packages/alfa-command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-command

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-command",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Functionality for building robust command line interfaces",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-crawler

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-crawler",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "An implementation of a simple web crawler capable of producing streams of page objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-cypress

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cypress",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Integrations and utilities for the Cypress testing framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-enzyme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-enzyme

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-enzyme",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Integrations and utilities for the Enzyme testing library",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter-earl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter-earl

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter-earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-earl",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "An outcome formatter that outputs EARL",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter-json

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-json",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "An outcome formatter that outputs JSON",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter-sarif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter-sarif

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-sarif",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "An outcome formatter that outputs SARIF",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Types for modelling ACT outcome formatters",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-frontier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-frontier

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-frontier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-frontier",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "An implementation of a simple crawl frontier that can be persisted to disk",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-interviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-interviewer

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-interviewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-interviewer",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Types for modelling ACT rule interviewers",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-jasmine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-jasmine

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-jasmine",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Assertion integrations for the Jasmine testing framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-jest

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-jest",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Assertion integrations for the Jest testing framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-jquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-jquery

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-jquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-jquery",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Functionality for translating jQuery elements into page objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-playwright

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-playwright",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Integrations and utilities for the Playwright browser automation library",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-puppeteer

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-puppeteer",
"homepage": "https://alfa.siteimprove.com",
"version": "0.75.0",
"version": "0.76.0",
"license": "MIT",
"description": "Integrations and utilities for the Puppeteer browser automation library",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-react

## 0.76.0

## 0.75.0

### Patch Changes
Expand Down
Loading

0 comments on commit da3ddb0

Please sign in to comment.