Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Bumps node-notifier to v8.0.0 #10400

Merged
merged 2 commits into from Aug 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

### Fixes

- `[jest-reporters]` Fixes notify reporter on Linux (using notify-send) ([#10393](https://github.com/facebook/jest/pull/10400))

### Chore & Maintenance

### Performance
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Expand Up @@ -44,7 +44,7 @@
"strip-ansi": "^6.0.0"
},
"optionalDependencies": {
"node-notifier": "^7.0.0"
"node-notifier": "^8.0.0"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -1871,7 +1871,7 @@ __metadata:
jest-util: ^26.3.0
jest-worker: ^26.3.0
mock-fs: ^4.4.1
node-notifier: ^7.0.0
node-notifier: ^8.0.0
slash: ^3.0.0
source-map: ^0.6.0
string-length: ^4.0.1
Expand Down Expand Up @@ -13860,17 +13860,17 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"node-notifier@npm:^7.0.0":
version: 7.0.2
resolution: "node-notifier@npm:7.0.2"
"node-notifier@npm:^8.0.0":
version: 8.0.0
resolution: "node-notifier@npm:8.0.0"
dependencies:
growly: ^1.3.0
is-wsl: ^2.2.0
semver: ^7.3.2
shellwords: ^0.1.1
uuid: ^8.2.0
uuid: ^8.3.0
which: ^2.0.2
checksum: 61d77d6c98454235efdd9bb278ec6fa044e4e4d9066c60c46ca801d9022f9888e7a52d8b90bb2fd34c7e8c71e7c14660eb7de319df37923b8944a408562065dc
checksum: 3016eccb32cbfc0ec26129500570a0d875c32e28c43aef9c32d4cea24617cdd870eaf39247faffed5b89f78ef69ca4506270d2f8f76f027222597b700cc8aec9
languageName: node
linkType: hard

Expand Down Expand Up @@ -18958,7 +18958,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"uuid@npm:^8.2.0":
"uuid@npm:^8.2.0, uuid@npm:^8.3.0":
version: 8.3.0
resolution: "uuid@npm:8.3.0"
bin:
Expand Down