From b87e75d3418c3bbd721d1261253f00f0f80746f3 Mon Sep 17 00:00:00 2001 From: Daniel Kimmich Date: Tue, 8 Sep 2026 21:26:08 +0200 Subject: [PATCH] chore: rename folder containing compat tests --- {tests => compat}/v21/angular.json | 0 {tests => compat}/v21/app.component.spec.ts | 0 {tests => compat}/v21/app.component.ts | 0 {tests => compat}/v21/index.html | 0 {tests => compat}/v21/main.ts | 0 {tests => compat}/v21/package.json | 0 {tests => compat}/v21/tsconfig.json | 0 {tests => compat}/v22/angular.json | 0 {tests => compat}/v22/app.component.spec.ts | 0 {tests => compat}/v22/app.component.ts | 0 {tests => compat}/v22/index.html | 0 {tests => compat}/v22/main.ts | 0 {tests => compat}/v22/package.json | 0 {tests => compat}/v22/tsconfig.json | 0 pnpm-lock.yaml | 4 ++-- pnpm-workspace.yaml | 2 +- 16 files changed, 3 insertions(+), 3 deletions(-) rename {tests => compat}/v21/angular.json (100%) rename {tests => compat}/v21/app.component.spec.ts (100%) rename {tests => compat}/v21/app.component.ts (100%) rename {tests => compat}/v21/index.html (100%) rename {tests => compat}/v21/main.ts (100%) rename {tests => compat}/v21/package.json (100%) rename {tests => compat}/v21/tsconfig.json (100%) rename {tests => compat}/v22/angular.json (100%) rename {tests => compat}/v22/app.component.spec.ts (100%) rename {tests => compat}/v22/app.component.ts (100%) rename {tests => compat}/v22/index.html (100%) rename {tests => compat}/v22/main.ts (100%) rename {tests => compat}/v22/package.json (100%) rename {tests => compat}/v22/tsconfig.json (100%) diff --git a/tests/v21/angular.json b/compat/v21/angular.json similarity index 100% rename from tests/v21/angular.json rename to compat/v21/angular.json diff --git a/tests/v21/app.component.spec.ts b/compat/v21/app.component.spec.ts similarity index 100% rename from tests/v21/app.component.spec.ts rename to compat/v21/app.component.spec.ts diff --git a/tests/v21/app.component.ts b/compat/v21/app.component.ts similarity index 100% rename from tests/v21/app.component.ts rename to compat/v21/app.component.ts diff --git a/tests/v21/index.html b/compat/v21/index.html similarity index 100% rename from tests/v21/index.html rename to compat/v21/index.html diff --git a/tests/v21/main.ts b/compat/v21/main.ts similarity index 100% rename from tests/v21/main.ts rename to compat/v21/main.ts diff --git a/tests/v21/package.json b/compat/v21/package.json similarity index 100% rename from tests/v21/package.json rename to compat/v21/package.json diff --git a/tests/v21/tsconfig.json b/compat/v21/tsconfig.json similarity index 100% rename from tests/v21/tsconfig.json rename to compat/v21/tsconfig.json diff --git a/tests/v22/angular.json b/compat/v22/angular.json similarity index 100% rename from tests/v22/angular.json rename to compat/v22/angular.json diff --git a/tests/v22/app.component.spec.ts b/compat/v22/app.component.spec.ts similarity index 100% rename from tests/v22/app.component.spec.ts rename to compat/v22/app.component.spec.ts diff --git a/tests/v22/app.component.ts b/compat/v22/app.component.ts similarity index 100% rename from tests/v22/app.component.ts rename to compat/v22/app.component.ts diff --git a/tests/v22/index.html b/compat/v22/index.html similarity index 100% rename from tests/v22/index.html rename to compat/v22/index.html diff --git a/tests/v22/main.ts b/compat/v22/main.ts similarity index 100% rename from tests/v22/main.ts rename to compat/v22/main.ts diff --git a/tests/v22/package.json b/compat/v22/package.json similarity index 100% rename from tests/v22/package.json rename to compat/v22/package.json diff --git a/tests/v22/tsconfig.json b/compat/v22/tsconfig.json similarity index 100% rename from tests/v22/tsconfig.json rename to compat/v22/tsconfig.json diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64f6264..98be7ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -183,7 +183,7 @@ importers: specifier: 5.0.0 version: 5.0.0(jsdom@30.0.1)(vite@8.1.5(esbuild@0.28.2)(jiti@2.7.0)(less@4.9.0)(sass@1.101.0)) - tests/v21: + compat/v21: dependencies: '@angular/common': specifier: 21.2.17 @@ -217,7 +217,7 @@ importers: specifier: 5.9.3 version: 5.9.3 - tests/v22: + compat/v22: dependencies: '@angular/common': specifier: 22.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 89810ec..2ce0acb 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,7 +5,7 @@ allowBuilds: msgpackr-extract: false packages: - - tests/* + - compat/* patchedDependencies: "@material/material-color-utilities": patches/@material__material-color-utilities.patch