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

feat(breaking): 7.0 Release #14690

Merged
merged 75 commits into from
Apr 5, 2021
Merged

feat(breaking): 7.0 Release #14690

merged 75 commits into from
Apr 5, 2021

Conversation

jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Jan 22, 2021

⚠️ DO NOT SQUASH AND MERGE. USE A MERGE COMMIT

Targeted release date: Mar 15, 2021

Todo during release:

Details

Notes

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 22, 2021

Thanks for taking the time to open a PR!

@jennifer-shehane jennifer-shehane changed the title 7.0 Release feat(breaking): 7.0 Release Jan 22, 2021
@jennifer-shehane jennifer-shehane added the type: breaking change Requires a new major release version label Jan 22, 2021
@cypress
Copy link

cypress bot commented Jan 29, 2021



Test summary

9492 0 111 3Flakiness 0


Run details

Project cypress
Status Passed
Commit 8b7ef26
Started Apr 5, 2021 6:18 PM
Ended Apr 5, 2021 6:31 PM
Duration 12:29 💡
OS Linux Debian - 10.8
Browser Multiple

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@flotwig flotwig marked this pull request as draft January 29, 2021 19:35
jennifer-shehane and others added 2 commits February 25, 2021 15:24
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
jennifer-shehane and others added 4 commits February 27, 2021 09:57
Co-authored-by: Zach Bloomquist <github@chary.us>
Co-authored-by: Zach Bloomquist <git@chary.us>
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Comment on lines 146 to 150
for (const prop in routeMatcher) {
if (!allRouteMatcherFields.includes(prop)) {
return err(`An unknown \`RouteMatcher\` property was passed: \`${String(prop)}\`\n\nValid \`RouteMatcher\` properties are: ${allRouteMatcherFields.join(', ')}`)
}
}
Copy link
Member

Choose a reason for hiding this comment

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

does this error add the docsUrl property so users can go straight to the docs for cy.intercept()?

Copy link
Contributor

Choose a reason for hiding this comment

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

working on a PR here #15711

@jennifer-shehane jennifer-shehane requested a review from a team as a code owner March 31, 2021 22:01
@jennifer-shehane jennifer-shehane requested review from chrisbreiding and kuceb and removed request for a team March 31, 2021 22:01
@dmtrKovalenko
Copy link
Contributor

Made a PR in cypress-example-receips that removes deprecated flag and will fix CI here cypress-io/cypress-example-recipes#690

@chrisbreiding chrisbreiding merged commit b457010 into develop Apr 5, 2021
@flotwig flotwig deleted the 7.0-release branch January 24, 2022 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaking change Requires a new major release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants