Skip to content

Conversation

AtofStryker
Copy link
Contributor

@AtofStryker AtofStryker commented Nov 5, 2024

Updates the cypress component testing apps to be on Cypress 14 with all updated projects

AtofStryker and others added 13 commits November 12, 2024 14:14
* chore: remove vuecli apps

* make sure webpack app is working (now running as expected)
* update svelte-webpack to support svelte 5

* update tests and components to be svelte 5 compliant

* update svelte vite project to svelte 5 and update tests/components to comply with svelte 5
* update to react 19. Additionally, update react webpack project to use latest dependencies

* Update react-webpack5-js/package.json

Co-authored-by: Ryan Manuel <ryanm@cypress.io>

---------

Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
* chore: update react-webpack5-js app (#36)

* update cypress to use 14 prerelease
@AtofStryker AtofStryker marked this pull request as ready for review January 15, 2025 17:16
@AtofStryker AtofStryker self-assigned this Jan 15, 2025
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.6.6'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we use the npm package instead of including the sourcecode?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the package generates the file oddly enough when you run npx msw init

},
extensions: [".mjs", ".js", ".ts", ".svelte"],
mainFields: ["svelte", "browser", "module", "main"],
// mainFields: ["svelte", "browser", "module", "main"],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be removed, or re-instated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can probably remove them. it shouldn't have too much of an influence on how the package gets sourced according to https://webpack.js.org/configuration/resolve/#resolvemainfields

@AtofStryker AtofStryker merged commit 2ab33e3 into main Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants