Skip to content

Commit

Permalink
Bump pino from 8 to 9 (#331)
Browse files Browse the repository at this point in the history
* Bump pino from 8 to 9

* Bump pino-std-serializers to 7

* Bump tap from 16 to 18
  • Loading branch information
haines committed May 6, 2024
1 parent 008ee8a commit 9179d79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ coverage
# nyc test coverage
.nyc_output

# tap test coverage and results
.tap

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

Expand Down Expand Up @@ -146,4 +149,4 @@ yarn.lock

# 0x
.__browserify*
profile-*
profile-*
1 change: 1 addition & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow-incomplete-coverage: true
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"types": "index.d.ts",
"dependencies": {
"get-caller-file": "^2.0.5",
"pino": "^8.0.0",
"pino-std-serializers": "git+https://github.com/pinojs/pino-std-serializers.git#next",
"pino": "^9.0.0",
"pino-std-serializers": "^7.0.0",
"process-warning": "^2.0.0"
},
"devDependencies": {
Expand All @@ -20,7 +20,7 @@
"pino-pretty": "^10.0.0",
"split2": "^4.0.0",
"standard": "^17.0.0",
"tap": "^16.3.9",
"tap": "^18.7.2",
"ts-node": "^10.3.0",
"tsd": "^0.29.0",
"typescript": "^5.0.2"
Expand Down

0 comments on commit 9179d79

Please sign in to comment.