Skip to content

Commit 6d14518

Browse files
authored
Merge pull request #10 from SecureAuthCorp/fix/split-yarn-workspaces
Fix Dependabot lockfile updates by splitting Yarn workspaces
2 parents 75e5dc3 + fa37bdf commit 6d14518

12 files changed

Lines changed: 2148 additions & 661 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# All files require review from the CIAM team
2-
* @SecureAuthCorp/team-eng-ciam-ui-write
1+
# All files require review
2+
* @ksroda-sa
3+
# * @SecureAuthCorp/team-eng-ciam-ui-write
34

45
# GitHub Actions and CI config
5-
.github/ @SecureAuthCorp/devops
6+
.github/ @ksroda-sa
7+
# .github/ @SecureAuthCorp/devops

.github/workflows/extract.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: corepack enable
2828

2929
- name: Install dependencies
30+
working-directory: scripts
3031
run: yarn install --immutable
3132

3233
- name: Aggregate manifests
@@ -64,6 +65,7 @@ jobs:
6465
run: corepack enable
6566

6667
- name: Install dependencies
68+
working-directory: scripts
6769
run: yarn install --immutable
6870

6971
- name: Aggregate manifests

.github/workflows/test-js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Enable Corepack
4343
run: corepack enable
4444
- name: Install dependencies
45+
working-directory: ${{ matrix.project }}
4546
run: yarn install --immutable
4647
- name: Check formatting
4748
working-directory: ${{ matrix.project }}

package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs renamed to samples/react/login-pkce/.yarn/releases/yarn-4.13.0.cjs

File renamed without changes.

samples/react/login-pkce/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@ciam-quickstart/react-login-pkce",
33
"private": true,
4+
"packageManager": "yarn@4.13.0",
45
"version": "0.0.1",
56
"scripts": {
67
"dev": "vite",

0 commit comments

Comments
 (0)