Skip to content

Commit

Permalink
Merge branch 'main' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Aug 12, 2024
2 parents 6bca536 + 0d96de9 commit ba5eecb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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
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 @@ -3286,7 +3286,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 @@ -9954,9 +9954,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 @@ -9971,7 +9971,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 ba5eecb

Please sign in to comment.