Skip to content

Commit c6cb51a

Browse files
renovate[bot]FRSgitclaude
authored
chore(deps): update dependency cpy-cli to v7 (#360)
* chore(deps): update dependency cpy-cli to v7 * fix: remove dead cpy step from build script cpy-cli v7 throws when no files match the glob instead of silently succeeding. The 'cpy dist/src/* dist' step was a no-op because microbundle already places .d.ts files directly in dist/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakub Freisler <jakub@frsource.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3341efb commit c6cb51a

2 files changed

Lines changed: 81 additions & 354 deletions

File tree

packages/cypress-plugin-visual-regression-diff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"license": "MIT",
5050
"scripts": {
51-
"build": "del-cli dist && microbundle src/{support,plugins,constants}.ts --target node --tsconfig tsconfig.build.json -f cjs,modern && cpy 'dist/src/*' dist && del-cli dist/src \"dist/*.{hook,utils}.d.ts\"",
51+
"build": "del-cli dist && microbundle src/{support,plugins,constants}.ts --target node --tsconfig tsconfig.build.json -f cjs,modern && del-cli \"dist/*.{hook,utils}.d.ts\"",
5252
"format": "prettier --write .",
5353
"format:ci": "prettier --check .",
5454
"test:integration": "vitest run",
@@ -71,7 +71,7 @@
7171
"@types/sharp": "0.32.0",
7272
"@types/tmp": "0.2.6",
7373
"@vitest/coverage-v8": "4.1.9",
74-
"cpy-cli": "4.2.0",
74+
"cpy-cli": "7.0.0",
7575
"cypress": "15.18.0",
7676
"del-cli": "7.0.0",
7777
"microbundle": "0.15.1",

0 commit comments

Comments
 (0)