breaking(@cypress/grep): release version 6.0.0 of @cypress/grep#33242
Merged
cacieprins merged 5 commits intodevelopfrom Feb 5, 2026
Merged
breaking(@cypress/grep): release version 6.0.0 of @cypress/grep#33242cacieprins merged 5 commits intodevelopfrom
6.0.0 of @cypress/grep#33242cacieprins merged 5 commits intodevelopfrom
Conversation
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 | 19m 22s |
| Commit |
|
| Committer | Cacie Prins |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
13
|
|
|
1112
|
|
|
4
|
|
|
27110
|
| View all changes introduced in this branch ↗︎ | |
Warning
Partial Report: The results for the Application Quality reports may be incomplete.
UI Coverage
61.04%
|
|
|---|---|
|
|
28
|
|
|
47
|
Accessibility
99.03%
|
|
|---|---|
|
|
0 critical
3 serious
1 moderate
0 minor
|
|
|
18
|
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
6.0.0 of @cypress/grep6.0.0 of @cypress/grep
|
Is there an ETA for the release of this version? The migration guide mentions it, but it's not available yet. |
Contributor
|
@wlsf82 Thanks for the nudge - we're working on it! |
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
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
Medium Risk
Breaking change to how runtime/config values are provided to the plugin; main risk is users on older Cypress versions or tooling still using
--env/env:silently losing filtering behavior.Overview
@cypress/grepnow reads and writes filter configuration viaCypress.expose()/config.exposerather thanCypress.env()/config.env, including updates to the support-file registration (Cypress.grep), the Node plugin config parsing, and the Cypress task/e2e/unit tests.Docs and examples are updated to use
--expose(andexpose:incypress.config) and a new v5→v6 migration section is added; the package also bumps its Cypress peer dependency to>=15.10.0and disablesallowCypressEnvin the package’scypress.config.ts.Written by Cursor Bugbot for commit bb73433. This will update automatically on new commits. Configure here.
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation?type definitions?