Make WordPress Core

Changeset 56980


Ignore:
Timestamp:
10/21/2023 08:37:00 AM (15 months ago)
Author:
swissspidy
Message:

Build/Test Tools: Remove now obsolete jest-image-snapshot dependency.

With the migration of visual regression tests to Playwright in [56926], this package is no longer needed and can be safely removed.

See #59517.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r56968 r56980  
    142142                "ink-docstrap": "1.3.2",
    143143                "install-changed": "1.1.0",
    144                 "jest-image-snapshot": "^6.2.0",
    145144                "matchdep": "~2.0.0",
    146145                "postcss": "8.4.31",
     
    1647616475            "integrity": "sha512-lXNzT/h/dTjTxRbm9BXb+SGxxzkm97h/PCIKtlN/CBCxxmkkIVV21udumMS93MuVTDX583gqc94v3RjuHmI+2Q=="
    1647716476        },
    16478         "node_modules/get-stdin": {
    16479             "version": "5.0.1",
    16480             "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
    16481             "integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
    16482             "dev": true,
    16483             "engines": {
    16484                 "node": ">=0.12.0"
    16485             }
    16486         },
    1648716477        "node_modules/get-stream": {
    1648816478            "version": "4.1.0",
     
    1677716767                "node": "*"
    1677816768            }
    16779         },
    16780         "node_modules/glur": {
    16781             "version": "1.1.2",
    16782             "resolved": "https://registry.npmjs.org/glur/-/glur-1.1.2.tgz",
    16783             "integrity": "sha1-8g6jbbEDv8KSNDkh8fkeg8NGdok=",
    16784             "dev": true
    1678516769        },
    1678616770        "node_modules/good-listener": {
     
    2108821072            "engines": {
    2108921073                "node": ">=8.0"
    21090             }
    21091         },
    21092         "node_modules/jest-image-snapshot": {
    21093             "version": "6.2.0",
    21094             "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.2.0.tgz",
    21095             "integrity": "sha512-9mTHBKiiSIZ26csbLmjKyN+SrVypM93S5y+jULCvn6YItgepvcrJIKGNeSyt9d2EZiutOroLs/UjtrWiBzpHbA==",
    21096             "dev": true,
    21097             "dependencies": {
    21098                 "chalk": "^4.0.0",
    21099                 "get-stdin": "^5.0.1",
    21100                 "glur": "^1.1.2",
    21101                 "lodash": "^4.17.4",
    21102                 "pixelmatch": "^5.1.0",
    21103                 "pngjs": "^3.4.0",
    21104                 "rimraf": "^2.6.2",
    21105                 "ssim.js": "^3.1.1"
    21106             },
    21107             "engines": {
    21108                 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
    21109             },
    21110             "peerDependencies": {
    21111                 "jest": ">=20 <=29"
    21112             },
    21113             "peerDependenciesMeta": {
    21114                 "jest": {
    21115                     "optional": true
    21116                 }
    21117             }
    21118         },
    21119         "node_modules/jest-image-snapshot/node_modules/ansi-styles": {
    21120             "version": "4.3.0",
    21121             "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
    21122             "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    21123             "dev": true,
    21124             "dependencies": {
    21125                 "color-convert": "^2.0.1"
    21126             },
    21127             "engines": {
    21128                 "node": ">=8"
    21129             },
    21130             "funding": {
    21131                 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
    21132             }
    21133         },
    21134         "node_modules/jest-image-snapshot/node_modules/chalk": {
    21135             "version": "4.1.2",
    21136             "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
    21137             "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    21138             "dev": true,
    21139             "dependencies": {
    21140                 "ansi-styles": "^4.1.0",
    21141                 "supports-color": "^7.1.0"
    21142             },
    21143             "engines": {
    21144                 "node": ">=10"
    21145             },
    21146             "funding": {
    21147                 "url": "https://github.com/chalk/chalk?sponsor=1"
    21148             }
    21149         },
    21150         "node_modules/jest-image-snapshot/node_modules/color-convert": {
    21151             "version": "2.0.1",
    21152             "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
    21153             "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
    21154             "dev": true,
    21155             "dependencies": {
    21156                 "color-name": "~1.1.4"
    21157             },
    21158             "engines": {
    21159                 "node": ">=7.0.0"
    21160             }
    21161         },
    21162         "node_modules/jest-image-snapshot/node_modules/color-name": {
    21163             "version": "1.1.4",
    21164             "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    21165             "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
    21166             "dev": true
    21167         },
    21168         "node_modules/jest-image-snapshot/node_modules/has-flag": {
    21169             "version": "4.0.0",
    21170             "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
    21171             "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    21172             "dev": true,
    21173             "engines": {
    21174                 "node": ">=8"
    21175             }
    21176         },
    21177         "node_modules/jest-image-snapshot/node_modules/supports-color": {
    21178             "version": "7.2.0",
    21179             "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
    21180             "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    21181             "dev": true,
    21182             "dependencies": {
    21183                 "has-flag": "^4.0.0"
    21184             },
    21185             "engines": {
    21186                 "node": ">=8"
    2118721074            }
    2118821075        },
     
    2656926456            }
    2657026457        },
    26571         "node_modules/pixelmatch": {
    26572             "version": "5.2.1",
    26573             "resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.2.1.tgz",
    26574             "integrity": "sha512-WjcAdYSnKrrdDdqTcVEY7aB7UhhwjYQKYhHiBXdJef0MOaQeYpUdQ+iVyBLa5YBKS8MPVPPMX7rpOByISLpeEQ==",
    26575             "dev": true,
    26576             "dependencies": {
    26577                 "pngjs": "^4.0.1"
    26578             },
    26579             "bin": {
    26580                 "pixelmatch": "bin/pixelmatch"
    26581             }
    26582         },
    26583         "node_modules/pixelmatch/node_modules/pngjs": {
    26584             "version": "4.0.1",
    26585             "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-4.0.1.tgz",
    26586             "integrity": "sha512-rf5+2/ioHeQxR6IxuYNYGFytUyG3lma/WW1nsmjeHlWwtb2aByla6dkVc8pmJ9nplzkTA0q2xx7mMWrOTqT4Gg==",
    26587             "dev": true,
    26588             "engines": {
    26589                 "node": ">=8.0.0"
    26590             }
    26591         },
    2659226458        "node_modules/pkg-dir": {
    2659326459            "version": "4.2.0",
     
    2667326539            "funding": {
    2667426540                "url": "https://github.com/sponsors/sindresorhus"
    26675             }
    26676         },
    26677         "node_modules/pngjs": {
    26678             "version": "3.4.0",
    26679             "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",
    26680             "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
    26681             "dev": true,
    26682             "engines": {
    26683                 "node": ">=4.0.0"
    2668426541            }
    2668526542        },
     
    3061930476                "node": ">=0.10.0"
    3062030477            }
    30621         },
    30622         "node_modules/ssim.js": {
    30623             "version": "3.5.0",
    30624             "resolved": "https://registry.npmjs.org/ssim.js/-/ssim.js-3.5.0.tgz",
    30625             "integrity": "sha512-Aj6Jl2z6oDmgYFFbQqK7fght19bXdOxY7Tj03nF+03M9gCBAjeIiO8/PlEGMfKDwYpw4q6iBqVq2YuREorGg/g==",
    30626             "dev": true
    3062730478        },
    3062830479        "node_modules/stable": {
     
    4637046221            "integrity": "sha512-lXNzT/h/dTjTxRbm9BXb+SGxxzkm97h/PCIKtlN/CBCxxmkkIVV21udumMS93MuVTDX583gqc94v3RjuHmI+2Q=="
    4637146222        },
    46372         "get-stdin": {
    46373             "version": "5.0.1",
    46374             "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
    46375             "integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
    46376             "dev": true
    46377         },
    4637846223        "get-stream": {
    4637946224            "version": "4.1.0",
     
    4660346448                }
    4660446449            }
    46605         },
    46606         "glur": {
    46607             "version": "1.1.2",
    46608             "resolved": "https://registry.npmjs.org/glur/-/glur-1.1.2.tgz",
    46609             "integrity": "sha1-8g6jbbEDv8KSNDkh8fkeg8NGdok=",
    46610             "dev": true
    4661146450        },
    4661246451        "good-listener": {
     
    4980049639                    "requires": {
    4980149640                        "is-number": "^7.0.0"
    49802                     }
    49803                 }
    49804             }
    49805         },
    49806         "jest-image-snapshot": {
    49807             "version": "6.2.0",
    49808             "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.2.0.tgz",
    49809             "integrity": "sha512-9mTHBKiiSIZ26csbLmjKyN+SrVypM93S5y+jULCvn6YItgepvcrJIKGNeSyt9d2EZiutOroLs/UjtrWiBzpHbA==",
    49810             "dev": true,
    49811             "requires": {
    49812                 "chalk": "^4.0.0",
    49813                 "get-stdin": "^5.0.1",
    49814                 "glur": "^1.1.2",
    49815                 "lodash": "^4.17.4",
    49816                 "pixelmatch": "^5.1.0",
    49817                 "pngjs": "^3.4.0",
    49818                 "rimraf": "^2.6.2",
    49819                 "ssim.js": "^3.1.1"
    49820             },
    49821             "dependencies": {
    49822                 "ansi-styles": {
    49823                     "version": "4.3.0",
    49824                     "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
    49825                     "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    49826                     "dev": true,
    49827                     "requires": {
    49828                         "color-convert": "^2.0.1"
    49829                     }
    49830                 },
    49831                 "chalk": {
    49832                     "version": "4.1.2",
    49833                     "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
    49834                     "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    49835                     "dev": true,
    49836                     "requires": {
    49837                         "ansi-styles": "^4.1.0",
    49838                         "supports-color": "^7.1.0"
    49839                     }
    49840                 },
    49841                 "color-convert": {
    49842                     "version": "2.0.1",
    49843                     "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
    49844                     "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
    49845                     "dev": true,
    49846                     "requires": {
    49847                         "color-name": "~1.1.4"
    49848                     }
    49849                 },
    49850                 "color-name": {
    49851                     "version": "1.1.4",
    49852                     "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    49853                     "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
    49854                     "dev": true
    49855                 },
    49856                 "has-flag": {
    49857                     "version": "4.0.0",
    49858                     "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
    49859                     "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
    49860                     "dev": true
    49861                 },
    49862                 "supports-color": {
    49863                     "version": "7.2.0",
    49864                     "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
    49865                     "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    49866                     "dev": true,
    49867                     "requires": {
    49868                         "has-flag": "^4.0.0"
    4986949641                    }
    4987049642                }
     
    5399753769            "dev": true
    5399853770        },
    53999         "pixelmatch": {
    54000             "version": "5.2.1",
    54001             "resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.2.1.tgz",
    54002             "integrity": "sha512-WjcAdYSnKrrdDdqTcVEY7aB7UhhwjYQKYhHiBXdJef0MOaQeYpUdQ+iVyBLa5YBKS8MPVPPMX7rpOByISLpeEQ==",
    54003             "dev": true,
    54004             "requires": {
    54005                 "pngjs": "^4.0.1"
    54006             },
    54007             "dependencies": {
    54008                 "pngjs": {
    54009                     "version": "4.0.1",
    54010                     "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-4.0.1.tgz",
    54011                     "integrity": "sha512-rf5+2/ioHeQxR6IxuYNYGFytUyG3lma/WW1nsmjeHlWwtb2aByla6dkVc8pmJ9nplzkTA0q2xx7mMWrOTqT4Gg==",
    54012                     "dev": true
    54013                 }
    54014             }
    54015         },
    5401653771        "pkg-dir": {
    5401753772            "version": "4.2.0",
     
    5407353828                "irregular-plurals": "^3.2.0"
    5407453829            }
    54075         },
    54076         "pngjs": {
    54077             "version": "3.4.0",
    54078             "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",
    54079             "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
    54080             "dev": true
    5408153830        },
    5408253831        "polyfill-library": {
     
    5695056699                "tweetnacl": "~0.14.0"
    5695156700            }
    56952         },
    56953         "ssim.js": {
    56954             "version": "3.5.0",
    56955             "resolved": "https://registry.npmjs.org/ssim.js/-/ssim.js-3.5.0.tgz",
    56956             "integrity": "sha512-Aj6Jl2z6oDmgYFFbQqK7fght19bXdOxY7Tj03nF+03M9gCBAjeIiO8/PlEGMfKDwYpw4q6iBqVq2YuREorGg/g==",
    56957             "dev": true
    5695856701        },
    5695956702        "stable": {
  • trunk/package.json

    r56966 r56980  
    6161        "ink-docstrap": "1.3.2",
    6262        "install-changed": "1.1.0",
    63         "jest-image-snapshot": "^6.2.0",
    6463        "matchdep": "~2.0.0",
    6564        "postcss": "8.4.31",
Note: See TracChangeset for help on using the changeset viewer.