Skip to content

Commit

Permalink
Merge branch 'main' into fix/replace-links-of-goo-dot-gl
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka authored Aug 15, 2024
2 parents 67f7555 + 0d96de9 commit de2d2df
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions e2e/__tests__/__snapshots__/console.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,22 @@ exports[`does not error out when using winston 2`] = `
console.log
{"level":"info","message":"Log message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)
console.log
{"level":"info","message":"Info message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)
console.log
{"level":"warn","message":"Warn message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)
console.log
{"level":"error","message":"Error message from winston"}
at Console.log (node_modules/winston/lib/winston/transports/console.js:79:23)"
at Console.log (node_modules/winston/lib/winston/transports/console.js:87:23)"
`;
exports[`does not error out when using winston 3`] = `
Expand Down
6 changes: 3 additions & 3 deletions e2e/console-winston/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ __metadata:
linkType: hard

"winston@npm:^3.2.1":
version: 3.13.1
resolution: "winston@npm:3.13.1"
version: 3.14.1
resolution: "winston@npm:3.14.1"
dependencies:
"@colors/colors": ^1.6.0
"@dabh/diagnostics": ^2.0.2
Expand All @@ -274,6 +274,6 @@ __metadata:
stack-trace: 0.0.x
triple-beam: ^1.3.0
winston-transport: ^4.7.0
checksum: 34fb3da9ed62fa6a5aded17692b7d4773744999c42efd0a15b866c1202391859b1aef922e94b532632a02738b30ed658429258cb32d5aec4563bb14f2168b888
checksum: 452083f1e6931a839ce208abf7cc99d06c4ae1339082f5981df212492c9ef86195665ca528c98e0e05eaa7c9bd8579555600cd85210f69d30765cb548aa0f2bd
languageName: node
linkType: hard
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-local": "link:./.eslintplugin",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3381,7 +3381,7 @@ __metadata:
eslint-plugin-eslint-comments: ^3.1.2
eslint-plugin-import: ^2.6.0
eslint-plugin-jest: ^28.0.0
eslint-plugin-jsdoc: ^48.0.0
eslint-plugin-jsdoc: ^50.0.0
eslint-plugin-local: "link:./.eslintplugin"
eslint-plugin-markdown: ^3.0.0
eslint-plugin-prettier: ^5.0.0
Expand Down Expand Up @@ -10054,9 +10054,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsdoc@npm:^48.0.0":
version: 48.11.0
resolution: "eslint-plugin-jsdoc@npm:48.11.0"
"eslint-plugin-jsdoc@npm:^50.0.0":
version: 50.0.0
resolution: "eslint-plugin-jsdoc@npm:50.0.0"
dependencies:
"@es-joy/jsdoccomment": ~0.46.0
are-docs-informative: ^0.0.2
Expand All @@ -10071,7 +10071,7 @@ __metadata:
synckit: ^0.9.1
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
checksum: c2ed3b267b06aefc2f7bf2f9cbf2161096171dc3e3a3e7df780b0944fb59ced172623375ede389685765da18148dda582723b39dc7e127b717dcf2e75c2a4b3f
checksum: 0e67709d29a24d1aa34ab0a5a49652f596b97b207a30262244208e3ab97b1b77cfca8272dda0a16d03a44c94d241b7f9c1ec0dfbae698da82afc06a46b0c5bb6
languageName: node
linkType: hard

Expand Down

0 comments on commit de2d2df

Please sign in to comment.