Commit Graph

15316 Commits

Author SHA1 Message Date
Lachlan Miller dc78c0aeae resolve conflicts in master(fe0b63c29) and develop 2021-04-22 11:37:22 +10:00
Tim Griesser ff233b1abc chore: fix darwin ci workflow (#16126) 2021-04-21 18:25:43 -04:00
Ben Kucera cd2096ff6c chore(ci): fix documentation-firefox, example-conduit (#15765) 2021-04-21 15:19:25 -04:00
Tim Griesser 07d7e24a3f chore: Improve CI build time by caching node_modules (#16115)
Improves the CI time by caching node_modules in a way that they can be re-used between CI runs if any items that would influence the node_modules have not changed (yarn.lock, {dev,peer}dependencies, *.patch files)
2021-04-21 13:56:32 -04:00
Barthélémy Ledoux 480b4b008c fix(ds): make design-system tests display icons (#16114) 2021-04-21 11:42:46 -05:00
renovate[bot] 33d8568f98 fix(deps): update dependency systeminformation to version 5.6.4 🌟 (#15819)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-21 10:19:26 -05:00
y-yagi d2930acee7 docs: fix a typo of package name [skip ci] (#15783) 2021-04-21 10:12:33 -05:00
Zach Bloomquist 074a61c3d9 chore: deduplicate yarn.lock (#15988)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-21 14:27:42 +00:00
Barthélémy Ledoux ecf21a6caa Merge branch 'master' into develop 2021-04-21 14:17:11 +00:00
Barthélémy Ledoux 7340851097 fix(webpack): allow load custom asset on windows (#16099)
* fix(webpack): allow load custom asset on windows

closes #16097

* fix: use a regexp and path.sep

* chore: avoid replacement when using posix filesystem
2021-04-21 09:16:26 -05:00
Adam Gastineau 4002e4c5fd fix: Properly display unmount as a command (#16041) 2021-04-21 06:18:13 -07:00
Lachlan Miller 10b89f8d58 fix(component-testing): correct imports for relative paths in cypress.json (#16056) 2021-04-21 05:13:25 -07:00
Adam Gastineau 6a32ee325b Fixed missing SearchInput and improved SpecList scrolling (#16090)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-21 13:30:00 +10:00
Lachlan Miller b8bfb83f69 docs: update react docs (#16055)
* docs: update react docs

* docs

Co-authored-by: Adam Gastineau <adamg@cypress.io>
2021-04-21 10:46:21 +10:00
Adam Gastineau 9c81bcc690 chore: Design System Cleanup (#16077) 2021-04-20 10:42:55 -07:00
Adam Gastineau ee8b918ea8 feat(component-testing): breaking: Add React rerender functionality (#16038) 2021-04-20 08:35:24 -07:00
Adam Gastineau 5fb5b41f30 fix(component-testing): Increased timeout to allow useEffect to trigger (#16091) 2021-04-20 07:45:30 -07:00
Ben Kucera 738193f450 fix flaky e2e record passes test (#16043) 2021-04-19 12:51:43 -04:00
Emil Goldsmith Olesen 59d1d84d2c chore: switch lolex to new name @sinonjs/fake-timers (#15595)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-04-19 10:45:04 -04:00
Lachlan Miller fc68fc283f add pwa example (#15970)
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-04-19 11:20:49 +10:00
Ben Kucera 04e854eaa6 fix starting cdp screencast when video:false (#15985) 2021-04-16 16:02:42 -04:00
renovate[bot] ea375ba7da fix(deps): update dependency ansi_up to version 5.x 🌟 (#15440)
* fix(deps): update ansi_up to 5.0.0 🌟

* bump yarn install timeout for build job

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2021-04-16 16:00:17 -04:00
Barthélémy Ledoux 6c12a6c7b7 fix: run-ct does not hang on windows anymore (#16022) 2021-04-16 10:34:14 -05:00
Barthélémy Ledoux df789cc412 docs: in vite-dev-server example don't require the config (#15866)
* refactor: simplify vite example

* docs: document the vite server options in TSDoc

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-16 12:39:06 +10:00
Chris Breiding 0a63455174 fix: Prevent null snapshots from being stored and causing errors (#16015) 2021-04-15 13:44:54 -04:00
semantic-release-bot 98028a54d6 chore: release @cypress/webpack-batteries-included-preprocessor-v2.2.1
[skip ci]
@cypress/webpack-batteries-included-preprocessor-v2.2.1
2021-04-15 10:10:06 -04:00
Chris Breiding e9457e2d09 Merge branch 'master' into develop 2021-04-15 13:44:06 +00:00
Chris Breiding 6885181262 fix(@cypress/webpack-batteries-included-preprocessor): Ensure typescript options are set if typescript path is provided (#15991) 2021-04-15 09:43:26 -04:00
semantic-release-bot 444b14b6ba chore: release @cypress/vite-dev-server-v1.2.2
[skip ci]
@cypress/vite-dev-server-v1.2.2
2021-04-15 06:32:31 -04:00
Lachlan Miller f3070ec3f2 Merge branch 'master' into develop 2021-04-15 09:54:28 +00:00
Lachlan Miller 8b97b4641e fix: conditionally require vue and update alias if installed (#16000) 2021-04-15 05:53:40 -04:00
Barthélémy Ledoux 2ac8822e08 docs: remove cssFiles from the vue documentation (#15971)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-15 11:37:02 +10:00
Dan Kirkham 7b44fae903 fix: Prevent selecting an option in a disabled fieldset (#15682)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-04-14 15:44:38 -04:00
Benjamin Santalucia 3ed241d67b fix: return type of Cookies.default (#15550)
Co-authored-by: Zach Bloomquist <github@chary.us>
2021-04-14 14:49:45 +00:00
Adam Gastineau 8eaf4b478b feat: Design System Setup (#15776) 2021-04-14 07:03:36 -07:00
Zach Panzarino a4df991a8a fix: update copy and icons on runs tab (#15790) 2021-04-13 17:26:06 -04:00
semantic-release-bot 7ccd4ac764 chore: release @cypress/webpack-dev-server-v1.1.3
[skip ci]
@cypress/webpack-dev-server-v1.1.3
2021-04-13 17:14:46 -04:00
semantic-release-bot 566ebb33a4 chore: release @cypress/vite-dev-server-v1.2.1
[skip ci]
@cypress/vite-dev-server-v1.2.1
2021-04-13 17:14:25 -04:00
semantic-release-bot a510e518da chore: release @cypress/react-v5.3.3
[skip ci]
@cypress/react-v5.3.3
2021-04-13 17:14:06 -04:00
Zach Panzarino 98f48ab99c fix: add types for selector playground (#15834) 2021-04-13 16:05:44 -04:00
Barthélémy Ledoux dcf3b14f36 fix: remove lazy-compile-webpack-plugin (#15964)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-13 15:34:37 -04:00
Gleb Bahmutov 1aa74f00ae chore: add a deployment note about release label (#15852)
* chore: add a deployment note about release label

* Update DEPLOY.md

Co-authored-by: Zach Bloomquist <github@chary.us>
2021-04-13 14:44:14 -04:00
Emil Goldsmith Olesen 2390741e12 chore: Upgrade lodash types (#15860) 2021-04-13 17:41:03 +00:00
Chris Breiding ef81641732 Merge branch 'master' into develop 2021-04-13 16:59:48 +00:00
Chris Breiding 5c4e919883 fix(tests): Fix server integration test (#15948) 2021-04-13 12:58:57 -04:00
Lachlan Miller 19136b6a13 fix: remove lazy-compile-webpack-plugin, make html-webpack-plugin a dependency (#15954)
* update webpack perf stats

* do not use lazy-compile plugin. add html-webpack-plugin as direct deps

* update snapshot

* remove unused deps
2021-04-13 11:34:56 -04:00
Chris Breiding 59cc69e690 fix(tests): Fix server integration test (#15948) 2021-04-13 11:22:49 -04:00
djsilcock 6e5fd8f4fc fix: get next config before requiring devserver (#15885)
* fix: get next config before requiring devserver

* lint

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-13 10:17:18 -04:00
Chris Breiding cb9faa86a3 release 7.1.0 [skip ci] v7.1.0 2021-04-12 19:00:32 -04:00
Jessica Sachs 1d271ea209 Revert "fix: ensure root el mounting exists, remove userland html webpack plugin (#15870)" (#15949)
This reverts commit 726120da18.

Co-authored-by: ElevateBart <ledouxb@gmail.com>
2021-04-12 17:10:44 -04:00