Skip to content

Commit

Permalink
Merge branch 'acc-name-diag-question' of github.com:Siteimprove/alfa …
Browse files Browse the repository at this point in the history
…into acc-name-diag-question
  • Loading branch information
rcj-siteimprove committed Dec 11, 2023
2 parents 31858b4 + 1d57aa3 commit 5bdafa1
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .changeset/metal-pandas-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

**Breaking:** `Compound` selectors are now built on top of Iterable, rather than re-inventing chained lists.

That is, `Compound#left` and `Compound#right` are no more available, but `Compound.selectors` replaces them.
That is, `Compound#left` and `Compound#right` are no more available, but `Compound#selectors` replaces them.
2 changes: 1 addition & 1 deletion .changeset/twenty-seahorses-try.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

**Breaking:** `List` selectors are now built on top of Iterable, rather than re-inventing chained lists.

That is, `List#left` and `List#right` are no more available, but `List.selectors` replaces them.
That is, `List#left` and `List#right` are no more available, but `List#selectors` replaces them.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^20.5.9",
"async": "^3.2.1",
"execa": "^8.0.0",
"knip": "^2.33.4",
"knip": "^3.0.0",
"minimist": "^1.2.6",
"package-dependency-graph": "^1.14.4",
"prettier": "^3.0.0",
Expand Down
7 changes: 2 additions & 5 deletions packages/alfa-compatibility/scripts/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const path = require("path");
const prettier = require("prettier");
const data = require("@mdn/browser-compat-data");

/**
* @type {Array<import("mdn-browser-compat-data/types").BrowserNames>}
*/
const include = ["chrome", "edge", "firefox", "ie", "opera", "safari"];

const { keys } = Object;
Expand Down Expand Up @@ -69,12 +66,12 @@ export const Browsers = {
.map(
(release) => `
"${release.version}": { date: ${release.date} }
`
`,
)
.join(",\n")}
}
}
`
`,
)
.join(",\n\n")}
};
Expand Down
8 changes: 4 additions & 4 deletions packages/alfa-toolchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@changesets/assemble-release-plan": "^5.2.4",
"@changesets/config": "^2.3.1",
"@changesets/assemble-release-plan": "^6.0.0",
"@changesets/config": "^3.0.0",
"@changesets/get-github-info": "^0.6.0",
"@changesets/git": "^2.0.0",
"@changesets/git": "^3.0.0",
"@changesets/read": "^0.6.0",
"@manypkg/get-packages": "=1.1.3",
"@siteimprove/alfa-array": "workspace:^0.69.0",
Expand All @@ -46,7 +46,7 @@
"resolve-from": "^5.0.0"
},
"devDependencies": {
"@changesets/types": "^5.2.1",
"@changesets/types": "^6.0.0",
"@siteimprove/alfa-test": "workspace:^0.69.0"
}
}
Loading

0 comments on commit 5bdafa1

Please sign in to comment.