Compare commits

...

3 Commits

Author SHA1 Message Date
Ahmed Bouhuolia
deefdb9bfd fix: update pnpm-lock.yaml file 2024-04-22 10:04:18 +02:00
Ben Snyder
3cc62d80de fix(repo): replace usage of yarn with pnpm/pnpx 2024-04-21 20:34:35 -04:00
Ben Snyder
4962c5d4d3 feat(repo): upgrade to latest lerna v8 and pnpm v9 2024-04-21 20:29:38 -04:00
10 changed files with 1342 additions and 41448 deletions

View File

@@ -8,14 +8,14 @@ on:
- '**.ts' - '**.ts'
- '**.tsx' - '**.tsx'
- '**/tsconfig.json' - '**/tsconfig.json'
- 'yarn.lock' - 'pnpm-lock.yaml'
- '.github/workflows/e2e.yml' - '.github/workflows/e2e.yml'
pull_request: pull_request:
paths: paths:
- '**.ts' - '**.ts'
- '**.tsx' - '**.tsx'
- '**/tsconfig.json' - '**/tsconfig.json'
- 'yarn.lock' - 'pnpm-lock.yaml'
- '.github/workflows/e2e.yml' - '.github/workflows/e2e.yml'
defaults: defaults:

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
yarn commitlint --edit pnpx commitlint --edit

View File

@@ -2,6 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent", "version": "independent",
"npmClient": "pnpm", "npmClient": "pnpm",
"useWorkspaces": true, "packages": [
"packages": ["packages/*"] "packages/*"
} ]
}

View File

@@ -19,7 +19,8 @@
"@faker-js/faker": "^8.0.2", "@faker-js/faker": "^8.0.2",
"@playwright/test": "^1.32.3", "@playwright/test": "^1.32.3",
"husky": "^8.0.3", "husky": "^8.0.3",
"lerna": "^6.4.1" "lerna": "^8.1.2",
"pnpm": "^9.0.5"
}, },
"engines": { "engines": {
"node": "16.x || 17.x || 18.x" "node": "16.x || 17.x || 18.x"

View File

@@ -3,4 +3,6 @@
stdout.log stdout.log
/dist /dist
/build /build
/public/imports /public/imports
dist

File diff suppressed because it is too large Load Diff

View File

@@ -20,4 +20,5 @@
.env.production.local .env.production.local
npm-debug.log* npm-debug.log*
yarn-debug.log*
dist

2703
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +0,0 @@
packages:
- "packages/*"

22315
yarn.lock

File diff suppressed because it is too large Load Diff