-
Notifications
You must be signed in to change notification settings - Fork 3.4k
(WIP) breaking: release version 6.0.0 of @cypress/grep
#33242
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
Open
AtofStryker
wants to merge
1
commit into
develop
Choose a base branch
from
breaking/migrate_cypress_grep_to_expose
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+101
−86
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76283c5 to
76117ac
Compare
1fc76e3 to
b730446
Compare
76117ac to
1d7c6c3
Compare
b730446 to
e38e289
Compare
cypress
|
||||||||||||||||||||||||||||||||||||||||
| Project |
cypress
|
| Branch Review |
breaking/migrate_cypress_grep_to_expose
|
| Run status |
|
| Run duration | 18m 49s |
| Commit |
|
| Committer | Bill Glesias |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
9
|
|
|
1118
|
|
|
4
|
|
|
27094
|
| View all changes introduced in this branch ↗︎ | |
Warning
Partial Report: The results for the Application Quality reports may be incomplete.
UI Coverage
45.3%
|
|
|---|---|
|
|
193
|
|
|
164
|
Accessibility
97.93%
|
|
|---|---|
|
|
4 critical
8 serious
3 moderate
2 minor
|
|
|
102
|
1d7c6c3 to
bec7a29
Compare
e38e289 to
72e74b1
Compare
Contributor
Author
|
|
bec7a29 to
20305fe
Compare
72e74b1 to
38e551f
Compare
1c27069 to
8207444
Compare
38e551f to
a2bd105
Compare
8207444 to
c301833
Compare
a2bd105 to
0510bec
Compare
c301833 to
78d2027
Compare
0510bec to
4fd644f
Compare
Base automatically changed from
feat/add_cypress_expose
to
feat/deprecate_cypress_env_feature_branch
January 21, 2026 20:47
2f38f4a to
22e2486
Compare
Base automatically changed from
feat/deprecate_cypress_env_feature_branch
to
develop
January 22, 2026 00:13
4fd644f to
e118768
Compare
BREAKING CHANGE: use Cypress.expose() instead of Cypress.env(), which requires a peer dependency on Cypress 15.10.0
e118768 to
c6998a8
Compare
jennifer-shehane
approved these changes
Jan 22, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: use
Cypress.expose()instead ofCypress.env(), which requires a peer dependency on Cypress 15.10.0NOTE: must be rebased merged into
developonce15.10.0is releasedAdditional details
Adapts
@cypress/grepto useCypress.expose()instead ofCypress.env(), which is now deprecated in Cypress 15.10.0 (release TBD)Note
Breaking: switch to public config via
Cypress.expose()Cypress.env()withCypress.expose()across plugin (src/plugin.ts) and runtime registration (src/register.ts); all config reads/writes now useexpose--env→--expose; configenv→expose;allowCypressEnvset tofalseREADME.md, including commands, config examples, troubleshooting, and a new v5→v6 migration section; limitations note updated--expose; peer dependency raised tocypress@>=15.10.0exposein configs and tasks (e2e/unit)Written by Cursor Bugbot for commit c6998a8. This will update automatically on new commits. Configure here.
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation?type definitions?