Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(cli): migrate sandbox to verdaccio #279

Merged
merged 43 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
5b3b9a2
test(e2e): setup e2e base
ChristopherPHolder Apr 27, 2024
a1bc17f
test(e2e): setup e2e exec process base
ChristopherPHolder Apr 27, 2024
2df8c1c
test(e2e): setup local registry
ChristopherPHolder Apr 27, 2024
0b063b0
fix(workspace): migrate nx
ChristopherPHolder Aug 23, 2024
adbed43
fix(workspace): migrate nx
ChristopherPHolder Aug 23, 2024
2189443
fix(workspace): migrate e2e test
ChristopherPHolder Aug 24, 2024
f70944c
fix(workspace): remove migration file
ChristopherPHolder Aug 24, 2024
51c691a
fix(workspace): upgrade packages
ChristopherPHolder Aug 24, 2024
e7ce539
fix(workspace): fix build nx-plugin-integration
ChristopherPHolder Aug 25, 2024
51f5ca3
fix(workspace): remove source build issue
ChristopherPHolder Aug 25, 2024
9686b25
fix(workspace): remove source build issue
ChristopherPHolder Aug 25, 2024
653d5cc
fix(workspace): reset lock
ChristopherPHolder Aug 25, 2024
3d6e410
fix(workspace): upgrade vite
ChristopherPHolder Aug 25, 2024
3f8dad6
fix(workspace): lock fixing
ChristopherPHolder Aug 25, 2024
7c0ddb4
fix(workspace): lock fixing
ChristopherPHolder Aug 25, 2024
c95cd01
fix(workspace): fix build issue
ChristopherPHolder Aug 25, 2024
0d41c57
fix(workspace): remove budgets
ChristopherPHolder Aug 25, 2024
841b22b
fix(workspace): allow mts format
ChristopherPHolder Aug 25, 2024
db59173
fix(workspace): migrate init test
ChristopherPHolder Aug 25, 2024
d741f8b
fix(workspace): migrate init rc-config test
ChristopherPHolder Aug 25, 2024
cdc99dd
fix(workspace): migrate init rc-config test
ChristopherPHolder Aug 25, 2024
aedde71
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
c5a6b53
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
1a87553
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
dc1ac39
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
e6245ca
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
54d3b52
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
633869a
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
a6403c0
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
c39117f
fix(workspace): migrate test
ChristopherPHolder Aug 25, 2024
1e11849
fix(workspace): migrate test
ChristopherPHolder Aug 26, 2024
78d6839
fix(workspace): migrate test
ChristopherPHolder Aug 26, 2024
d3be6f8
fix(workspace): migrate test
ChristopherPHolder Aug 26, 2024
d099694
fix(workspace): migrate test
ChristopherPHolder Aug 26, 2024
4eb5fd1
fix(workspace): migrate test
ChristopherPHolder Aug 26, 2024
727934c
fix(workspace): e2e target to test
ChristopherPHolder Aug 26, 2024
3502f27
fix(workspace): remove unnecessry config
ChristopherPHolder Aug 26, 2024
67e2d76
fix(workspace): fix headless bug
ChristopherPHolder Aug 26, 2024
81df6fe
fix(workspace): fix e2e preset issues
ChristopherPHolder Aug 26, 2024
7d90f8e
fix(workspace): fix gh e2e
ChristopherPHolder Aug 26, 2024
5c3cd5a
fix(workspace): remove unused test
ChristopherPHolder Aug 26, 2024
9145527
fix(workspace): remove unused test
ChristopherPHolder Aug 26, 2024
d3bb69e
fix(workspace): remove unused test
ChristopherPHolder Aug 26, 2024
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
Prev Previous commit
Next Next commit
fix(workspace): migrate test
ChristopherPHolder committed Aug 26, 2024
commit d3be6f8133cdfdc242c6f12ef04cc44f80b920d0
915 changes: 620 additions & 295 deletions package-lock.json
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -65,8 +65,8 @@
"@types/express": "^4.17.14",
"@types/jest": "29.5.12",
"@types/node": "18.19.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"babel-jest": "29.7.0",
"cli-prompts-test": "^0.3.0",
"commitlint": "^16.3.0",
@@ -93,14 +93,11 @@
"rimraf": "^3.0.2",
"ts-jest": "29.1.0",
"typescript": "^4.9.3",
"vite": "5.1.6",
"vitest": "^1.0.4",
"vite": "5.2.6",
"vitest": "^2.0.5",
"zod": "^3.22.4"
},
"optionalDependencies": {
"@swc/core-darwin-x64": "^1.2.0"
},
"overrides": {
"vite": "5.1.6"
}
}