diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index efc4f3e81..596455f08 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -25,7 +25,7 @@ jobs: cache: "true" - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Build all workspace packages run: pnpm --recursive --stream build diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index 2c7442398..30676583c 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -32,7 +32,7 @@ jobs: cache: "true" - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Build all workspace packages run: pnpm --recursive --stream build diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 669a879f4..527c9d32a 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -23,7 +23,7 @@ jobs: cache: "true" - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Build all workspace packages run: pnpm --recursive --stream build:esm && pnpm --recursive --stream build:cjs diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index 14f38fe8a..748b7e390 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -42,7 +42,7 @@ jobs: cache: "true" - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Build all workspace packages run: pnpm --recursive --stream build:esm && pnpm --recursive --stream build:cjs @@ -102,7 +102,7 @@ jobs: cache: "true" - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Get Playwright Version (for cache) id: get-playwright-version diff --git a/CODEOWNERS b/CODEOWNERS index 5cc2083db..86d0c879b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -19,11 +19,11 @@ # These are owners of any file in the `common`, `crypto`, `crypto-aws-kms`, `dids`, and # `credentials` packages and their sub-directories. -/packages/common @diehuxx @thehenrytsai @nitro-neal -/packages/crypto @diehuxx @thehenrytsai -/packages/crypto-aws-kms @diehuxx @thehenrytsai -/packages/dids @diehuxx @thehenrytsai @nitro-neal -/packages/credentials @diehuxx @thehenrytsai @nitro-neal +/packages/common @csuwildcat @diehuxx @thehenrytsai @nitro-neal +/packages/crypto @csuwildcat @diehuxx @thehenrytsai +/packages/crypto-aws-kms @csuwildcat @diehuxx @thehenrytsai +/packages/dids @csuwildcat @diehuxx @thehenrytsai @nitro-neal +/packages/credentials @csuwildcat @diehuxx @thehenrytsai @nitro-neal # These are owners of any file in the `agent`, `user-agent`, `proxy-agent`, `identity-agent`, and # `api` packages and their sub-directories. diff --git a/packages/agent/package.json b/packages/agent/package.json index b41a217c5..7de7af9dd 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -97,7 +97,7 @@ "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", "abstract-level": "1.0.4", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "esbuild": "0.19.8", "eslint": "8.47.0", diff --git a/packages/api/package.json b/packages/api/package.json index d9a5d66f6..4051c9607 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -95,7 +95,7 @@ "@typescript-eslint/parser": "6.4.0", "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "esbuild": "0.19.8", "eslint": "8.47.0", diff --git a/packages/common/package.json b/packages/common/package.json index f05977bc8..ce892831c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -87,7 +87,7 @@ "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", "abstract-level": "1.0.4", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "chai-as-promised": "7.1.1", "esbuild": "0.19.8", diff --git a/packages/credentials/package.json b/packages/credentials/package.json index 77d58e7a1..bdf4fc17d 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -93,7 +93,7 @@ "@typescript-eslint/parser": "6.4.0", "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "esbuild": "0.19.8", "eslint": "8.47.0", diff --git a/packages/crypto-aws-kms/package.json b/packages/crypto-aws-kms/package.json index 933a464d2..233998c10 100644 --- a/packages/crypto-aws-kms/package.json +++ b/packages/crypto-aws-kms/package.json @@ -86,7 +86,7 @@ "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", "@web5/common": "0.2.4", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "chai-as-promised": "7.1.1", "eslint": "8.47.0", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index f7d201ccf..5d69eb763 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -92,7 +92,7 @@ "@typescript-eslint/parser": "6.4.0", "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "chai-as-promised": "7.1.1", "esbuild": "0.19.8", diff --git a/packages/dids/package.json b/packages/dids/package.json index 4f1b43d90..e6cd378a2 100644 --- a/packages/dids/package.json +++ b/packages/dids/package.json @@ -99,7 +99,7 @@ "@typescript-eslint/parser": "6.4.0", "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "esbuild": "0.19.8", "eslint": "8.47.0", diff --git a/packages/identity-agent/package.json b/packages/identity-agent/package.json index 170ba78f7..ad6b2c881 100644 --- a/packages/identity-agent/package.json +++ b/packages/identity-agent/package.json @@ -86,7 +86,7 @@ "@typescript-eslint/parser": "6.4.0", "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "chai-as-promised": "7.1.1", "esbuild": "0.19.8", diff --git a/packages/proxy-agent/package.json b/packages/proxy-agent/package.json index 6bfc6b5fb..9bc191ba2 100644 --- a/packages/proxy-agent/package.json +++ b/packages/proxy-agent/package.json @@ -86,7 +86,7 @@ "@typescript-eslint/parser": "6.4.0", "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "chai-as-promised": "7.1.1", "esbuild": "0.19.8", diff --git a/packages/user-agent/package.json b/packages/user-agent/package.json index ea20f24af..b68456fac 100644 --- a/packages/user-agent/package.json +++ b/packages/user-agent/package.json @@ -86,7 +86,7 @@ "@typescript-eslint/parser": "6.4.0", "@web/test-runner": "0.18.0", "@web/test-runner-playwright": "0.11.0", - "c8": "9.0.0", + "c8": "9.1.0", "chai": "4.3.10", "chai-as-promised": "7.1.1", "esbuild": "0.19.8",