Skip to content

Commit 4eb0818

Browse files
chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 (#1250)
* chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 Bumps [c8](https://github.com/bcoe/c8) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](bcoe/c8@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix deps Signed-off-by: Jan Kowalleck <[email protected]> * fix ci Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent 9aafaf0 commit 4eb0818

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ jobs:
111111
run: |
112112
set -ex
113113
dep_constraints=''
114-
dev_requirements='jest jest-junit imurmurhash fast-glob'
114+
dev_requirements='c8 jest jest-junit imurmurhash fast-glob'
115115
# as long as npm cannot auto-resolve engine-constraints, we need to help here
116116
case '${{ matrix.node-version }}' in
117117
'14')
118118
dep_constraints='normalize-package-data@^5'
119119
;;
120120
'14.0.0')
121121
dep_constraints='normalize-package-data@^3'
122-
dev_requirements='jest@^26 jest-junit imurmurhash fast-glob'
122+
dev_requirements='c8@^8 jest@^26 jest-junit imurmurhash fast-glob'
123123
# cannot run snapshot-compare with old versions ...
124124
rm -rf tests/integration/__snapshots__/
125125
;;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@types/node": "ts5.3",
5959
"@types/normalize-package-data": "^2.4.1",
60-
"c8": "^8.0.1",
60+
"c8": "^8||^9",
6161
"eslint": "8.56.0",
6262
"eslint-config-standard": "17.1.0",
6363
"eslint-config-standard-with-typescript": "43.0.0",

0 commit comments

Comments
 (0)