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

chore(deps): update dependency cypress-visual-regression to v5 (main) #5358

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress-visual-regression ^3.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

cypress-visual-regression/cypress-visual-regression (cypress-visual-regression)

v5.0.0

Compare Source

  • Formatting using prettier

  • FIX: errorThreshold when used in an object

  • BREAKING: Rollback to use single keys to configure cypress-regression-plugin, instead of using an object.
    This is do to the fact that we cannot override an object on cypress CLI , please refer to this issue for more info .

    Now any config key will have a namespace and will follow camelCase notation:

env: {
  visualRegressionType: TypeOption
  visualRegressionBaseDirectory?: string
  visualRegressionDiffDirectory?: string
  visualRegressionGenerateDiff?: DiffOption
  visualRegressionFailSilently?: boolean
}

v4.0.0

Compare Source

  • Migrating to TS files

  • Adding esbuild to build plugin

  • Updating dependencies

  • Adding winston for logging

  • Adding formatting and linting

  • BREAKING: now type can be of type 'base' or 'regression'

  • BREAKING: Changed visual regression cypress envs. Now all vars related to visual regression plugin will be set inside an object like:

env: {
  visualRegression: {
    type: TypeOption
    baseDirectory?: string
    diffDirectory?: string
    generateDiff?: DiffOption
    failSilently?: boolean
  }
}

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 4, 2024
@renovate renovate bot force-pushed the renovate/main-cypress-visual-regression-5.x branch from 18b504d to f5f5ac7 Compare February 13, 2024 18:35
@renovate renovate bot force-pushed the renovate/main-cypress-visual-regression-5.x branch from 7b72a65 to 4309104 Compare February 26, 2024 11:06
@mejo- mejo- force-pushed the renovate/main-cypress-visual-regression-5.x branch from e311123 to 27ddc24 Compare February 26, 2024 11:28
Copy link
Contributor Author

renovate bot commented Feb 26, 2024

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.

@mejo- mejo- force-pushed the renovate/main-cypress-visual-regression-5.x branch from 27ddc24 to 0b5e5cd Compare February 26, 2024 12:28
Signed-off-by: Jonas <jonas@freesources.org>
@mejo- mejo- force-pushed the renovate/main-cypress-visual-regression-5.x branch from 0b5e5cd to 4c546f7 Compare February 26, 2024 13:40
@github-actions github-actions bot merged commit 51a3752 into main Feb 26, 2024
58 checks passed
@github-actions github-actions bot deleted the renovate/main-cypress-visual-regression-5.x branch February 26, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant