Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FRSOURCE/cypress-plugin-visual-regression-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed121f069f2b0fe5034a8d3adbbd851c4612808e
Choose a base ref
..
head repository: FRSOURCE/cypress-plugin-visual-regression-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af2b8c3972477c5598821b1c563b4be146752a5c
Choose a head ref
Showing with 791 additions and 170 deletions.
  1. +2 −2 package.json
  2. +1 −1 packages/cypress-plugin-visual-regression-diff/package.json
  3. +788 −167 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@
"cypress": ">=4.5.0"
},
"devDependencies": {
"@frsource/eslint-config": "1.34.0",
"eslint": "9.19.0",
"@frsource/eslint-config": "1.15.0",
"eslint": "9.11.0",
"eslint-plugin-cypress": "^3.5.0",
"globals": "15.9.0"
}
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@
"cypress": "12.14.0",
"del-cli": "5.0.1",
"microbundle": "0.15.1",
"prettier": "3.4.2",
"prettier": "3.3.3",
"sanitize-filename": "1.6.3",
"tmp-promise": "3.0.3",
"typescript": "5.1.6",
Loading