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

fix: discover CT community definitions in monorepos with hoisted dependencies #26066

Merged
merged 29 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
00fa9f4
WIP find a way to resolve dependencies that does not rely on exports
astone123 Mar 6, 2023
6b4ff05
use `resolvePackagePath` package
astone123 Mar 6, 2023
1b7f578
revert schema changes
astone123 Mar 6, 2023
4c60b60
something is going on with Percy
astone123 Mar 7, 2023
5bffe16
remove loc
astone123 Mar 7, 2023
8dcef02
Merge branch 'develop' into launchpad-dep-resolution-exports
astone123 Mar 7, 2023
c2dbdce
feedback
astone123 Mar 7, 2023
21c8f71
Merge branch 'launchpad-dep-resolution-exports' of github.com:cypress…
astone123 Mar 7, 2023
d95d3e5
upgrade vite react plugin
astone123 Mar 7, 2023
ac054d1
update yarn lock
astone123 Mar 7, 2023
da65e43
Merge branch 'develop' into launchpad-dep-resolution-exports
astone123 Mar 7, 2023
98a10d6
fix unit test
astone123 Mar 8, 2023
59f89ca
Merge branch 'launchpad-dep-resolution-exports' of github.com:cypress…
astone123 Mar 8, 2023
a9ca93c
chore: discover CT community definitions in monorepos with hoisted de…
astone123 Mar 8, 2023
7403bd2
[run ci]
astone123 Mar 8, 2023
5897943
use find-up v5 because cjs
astone123 Mar 8, 2023
2fcde94
delete solid yarn lock [run ci]
astone123 Mar 8, 2023
ac1373e
improve repo root detection [run ci]
astone123 Mar 8, 2023
c43348e
Merge branch 'develop' of github.com:cypress-io/cypress into ct-third…
astone123 Mar 8, 2023
bd15692
[run ci]
astone123 Mar 8, 2023
9449b10
add some unit tests
astone123 Mar 9, 2023
eba120d
update comments
astone123 Mar 9, 2023
e669582
update links
astone123 Mar 9, 2023
d1ea474
use os.tmpdir
astone123 Mar 10, 2023
541098c
add test for monorepo third-party dependency resolution
astone123 Mar 13, 2023
371efb2
Merge branch 'develop' of github.com:cypress-io/cypress into ct-third…
astone123 Mar 13, 2023
43792f5
add changelog entry
astone123 Mar 13, 2023
b6acb62
add e2e test
astone123 Mar 13, 2023
b172a09
fix paths for windows
lmiller1990 Mar 14, 2023
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
upgrade vite react plugin
astone123 committed Mar 7, 2023
commit d95d3e54aa0bb68bfd11eca6f43cc3e42bb68daf
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.0.7",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
Loading