Skip to content

Commit

Permalink
chore: bump tap from 15.2.3 to 16.0.0 (#85)
Browse files Browse the repository at this point in the history
* chore: bump tap from 15.2.3 to 16.0.0

Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.3 to 16.0.0.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](tapjs/tapjs@v15.2.3...v16.0.0)

---
updated-dependencies:
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: allow >= for required dev deps check

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luke Karrys <[email protected]>
  • Loading branch information
dependabot[bot] and lukekarrys authored Mar 16, 2022
1 parent dbda2cd commit b152c9f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ module.exports = {
requiredPackages: {
devDependencies: {
'@npmcli/template-oss': '*',
'@npmcli/eslint-config': '^3.0.0',
tap: '^15.0.0',
'@npmcli/eslint-config': '>=3.0.0',
tap: '>=15.0.0',
},
},
allowedPackages: [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "file:./",
"tap": "^15.1.6"
"tap": "^16.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."
Expand Down
24 changes: 12 additions & 12 deletions tap-snapshots/test/check/index.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ To correct it: npx template-oss-apply --force
The following required devDependencies were not found:
@npmcli/template-oss@*
@npmcli/eslint-config@^3.0.0
tap@^15.0.0
@npmcli/eslint-config@>=3.0.0
tap@>=15.0.0
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@^3.0.0 tap@^15.0.0 --save-dev
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@>=3.0.0 tap@>=15.0.0 --save-dev
-------------------------------------------------------------------
`
Expand Down Expand Up @@ -153,10 +153,10 @@ To correct it: npx template-oss-apply --force
The following required devDependencies were not found:
@npmcli/template-oss@*
@npmcli/eslint-config@^3.0.0
tap@^15.0.0
@npmcli/eslint-config@>=3.0.0
tap@>=15.0.0
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@^3.0.0 tap@^15.0.0 --save-dev
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@>=3.0.0 tap@>=15.0.0 --save-dev
-------------------------------------------------------------------
Expand Down Expand Up @@ -214,10 +214,10 @@ To correct it: npx template-oss-apply --force
The following required devDependencies were not found:
@npmcli/template-oss@*
@npmcli/eslint-config@^3.0.0
tap@^15.0.0
@npmcli/eslint-config@>=3.0.0
tap@>=15.0.0
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@^3.0.0 tap@^15.0.0 --save-dev
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@>=3.0.0 tap@>=15.0.0 --save-dev
-------------------------------------------------------------------
Expand Down Expand Up @@ -275,10 +275,10 @@ To correct it: npx template-oss-apply --force
The following required devDependencies were not found:
@npmcli/template-oss@*
@npmcli/eslint-config@^3.0.0
tap@^15.0.0
@npmcli/eslint-config@>=3.0.0
tap@>=15.0.0
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@^3.0.0 tap@^15.0.0 --save-dev
To correct it: npm rm @npmcli/template-oss @npmcli/eslint-config tap && npm i @npmcli/template-oss@* @npmcli/eslint-config@>=3.0.0 tap@>=15.0.0 --save-dev
-------------------------------------------------------------------
`

0 comments on commit b152c9f

Please sign in to comment.