cypress
cypress copied to clipboard
dependency: update dependency simple-git to v3.25.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| simple-git (source) | 3.16.0 -> 3.25.0 |
Release Notes
steveukx/git-js (simple-git)
v3.25.0
Minor Changes
0a5378d: Add support for parsingcount-objects
Patch Changes
4aceb15: Upgrade dependencies and build tools
v3.24.0
Minor Changes
c355317: Enable the use of a two part custom binary
v3.23.0
Minor Changes
9bfdf08: Bump package manager from yarn v1 to v4
Patch Changes
8a3118d: Fixed a performance issue when parsing stat diff summaries9f1a174: Update build tools and workflows for Yarn 4 compatibility
v3.22.0
Minor Changes
df14065: add status to DiffResult when using --name-status
v3.21.0
Minor Changes
709d80e: Add firstCommit utility interface
Patch Changes
b4ab430: Add trailing callback support to git.firstCommitd3f9320: chore(deps): bump @babel/traverse from 7.9.5 to 7.23.2b76857f: chore(deps): bump axios from 1.1.3 to 1.6.1
v3.20.0
Minor Changes
2eda817: Usepathspecingit.logto allow use of previously deleted files infileargument
v3.19.1
Patch Changes
2ab1936: keep path splitter without path specs
v3.19.0
Minor Changes
f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object
v3.18.0
Minor Changes
5100f04: Add new interface for showBuffer to allow usinggit showon binary files.
Patch Changes
f54cd0d: Examples and documentation for outputHandler
v3.17.0
Minor Changes
a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.
v3.16.1
Patch Changes
066b228: Fix overly permissive regex in push parser
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
cypress
Run #57384
Run Properties:
Passed #57384 •
a2626b200d: changelog
| Project |
cypress
|
| Branch Review |
renovate/simple-git-3.x
|
| Run status |
|
| Run duration | 23m 43s |
| Commit |
|
| Committer | Cacie Prins |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
6
|
|
|
1326
|
|
|
0
|
|
|
29395
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
44.77%
|
|
|---|---|
|
|
201
|
|
|
167
|
Accessibility
91.29%
|
|
|---|---|
|
|
5 critical
10 serious
2 moderate
2 minor
|
|
|
943
|
Blocked by https://github.com/cypress-io/cypress/pull/30077
This is failing a unit test:
From @cacieprins:
The test uses fake timers to be able to simulate the 60 second interval at which it checks for a differing commit hash. fake timers causes simpleGit().commit() to never resolve. before, this was fine - we were not awaiting it - because it committed very quickly. The newer version takes a little while, apparently, so we really do need to await it. but, if we don't have fake timers set up, waiting for the full interval check would mean that this unit test takes 60 seconds to complete - unnacceptable. I think the only way to really resolve this is to make this an actual unit test by stubbing out simpleGit.
Released in 13.15.1.
This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v13.15.1, please open a new issue.