Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
238 changes: 0 additions & 238 deletions .github/workflows/alfa-release.yml

This file was deleted.

1 change: 0 additions & 1 deletion config/package-clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
"@siteimprove/alfa-rng",
"@siteimprove/alfa-string",
"@siteimprove/alfa-test",
"@siteimprove/alfa-test-deprecated",
"@siteimprove/alfa-time"
]
},
Expand Down
1 change: 0 additions & 1 deletion config/validate-structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"allowedExternalDeps": {
"@siteimprove/alfa-compatibility": ["browserslist"],
"@siteimprove/alfa-test": ["vitest"],
"@siteimprove/alfa-test-deprecated": ["chalk"],
"@siteimprove/alfa-toolchain": [
"@changesets/assemble-release-plan",
"@changesets/config",
Expand Down
3 changes: 1 addition & 2 deletions config/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { coverageConfigDefaults, defineConfig } from "vitest/config";
export default defineConfig({
test: {
include: ["packages/alfa-*/test/**/*.spec.ts?(x)"],
exclude: ["packages/alfa-test-deprecated"],
typecheck: {
enabled: true,
checker: "tsc",
Expand All @@ -24,7 +23,7 @@ export default defineConfig({
reportsDirectory: "./docs/coverage",
include: ["packages/alfa-*/**/*.{js,jsx,ts,tsx}"],
exclude: [
"packages/alfa-test*/**",
"packages/alfa-test/**",
"**/config/**",
"**/docs/**",
"**/scripts/**",
Expand Down
15 changes: 6 additions & 9 deletions docs/dependency-graph.dot
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@ digraph "dependency-graph-Alfa" {
"@siteimprove/alfa-string" [
label = "alfa-string";
];
"@siteimprove/alfa-test-deprecated" [
label = "alfa-test-deprecated";
];
"@siteimprove/alfa-rectangle" [
label = "alfa-rectangle";
];
Expand Down Expand Up @@ -387,9 +384,6 @@ digraph "dependency-graph-Alfa" {
"@siteimprove/alfa-string" -> "exit_other" [
style = "invis";
];
"@siteimprove/alfa-test-deprecated" -> "exit_other" [
style = "invis";
];
"@siteimprove/alfa-rectangle" -> "exit_other" [
style = "invis";
];
Expand Down Expand Up @@ -1117,9 +1111,6 @@ digraph "dependency-graph-Alfa" {
"exit_Accessibility Conformance Testing" -> "exit_Alfa" [
style = "invis";
];
"exit_other" -> "exit_Alfa" [
style = "invis";
];
"exit_Understanding the web" -> "exit_Alfa" [
style = "invis";
];
Expand Down Expand Up @@ -2504,6 +2495,12 @@ digraph "dependency-graph-Alfa" {
lhead = "cluster_other";
ltail = "cluster_Understanding the web";
];
"exit_Understanding the web" -> "name_other" [
style = "invis";
color = "#ff4600";
lhead = "cluster_other";
ltail = "cluster_Understanding the web";
];
"exit_other" -> "name_Comparison" [
style = "solid";
color = "#1700ff";
Expand Down
Loading