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: update dependencies of npm/react-vue #15095

Merged
merged 3 commits into from Feb 15, 2021
Merged

Conversation

elevatebart
Copy link
Contributor

@elevatebart elevatebart commented Feb 15, 2021

BREAKING CHANGE: change of architecture for component testing

BREAKING CHANGE: change of architecture for
component testing
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Feb 15, 2021

Thanks for taking the time to open a PR!

@@ -37,6 +36,7 @@
"@babel/preset-typescript": "7.10.4",
"@bahmutov/cy-api": "1.4.2",
"@bahmutov/cy-rollup": "2.0.0",
"@cypress/webpack-dev-server": "0.0.0-development",
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this work for the published package? Does semantic release automatically inject correct version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since webpack-dev-server is not published yet, this is the only version that yarn will accept.
I believe the dependencies to be updated by server automatically at release but I will check the script.

It's better to be safe than sorry.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just checked, and it does do it for webpack-preprocessor.
We should be OK.
We can always deliver a new fixed version later by merging on master if it was not the case.

@@ -12,26 +12,26 @@
"watch": "tsc -w"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@cypress/code-coverage": "3.8.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that we are not connecting it by default anymore?

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 are, but maybe we should not.

Copy link
Contributor

@JessicaSachs JessicaSachs left a comment

Choose a reason for hiding this comment

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

Ensure that any breaking change commits are properly formatted. feat: BREAKING CHANGE: vue etc

@elevatebart elevatebart merged commit e028262 into develop Feb 15, 2021
@elevatebart elevatebart deleted the fix/evergreen-cleanup branch February 15, 2021 21:45
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.

None yet

3 participants