adobe / helix-run-query

service that executes queries on BigQuery datasets generated by Helix-Logging
Apache License 2.0
6 stars 11 forks source link

chore(deps): update external fixes #1216

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
jsdoc-to-markdown 9.0.5 -> 9.1.1 age adoption passing confidence

Release Notes

typicode/husky (husky) ### [`v9.1.7`](https://redirect.github.com/typicode/husky/compare/v9.1.6...799e84b716d0e03db80db5d5b0dcdd15b9d555fc) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.6...v9.1.7)
jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown) ### [`v9.1.1`](https://redirect.github.com/jsdoc2md/jsdoc-to-markdown/releases/tag/v9.1.1) [Compare Source](https://redirect.github.com/jsdoc2md/jsdoc-to-markdown/compare/v9.1.0...v9.1.1) #### Non-breaking changes since v9.1.0 - Amended the fix for [#​90](https://redirect.github.com/jsdoc2md/jsdoc-to-markdown/issues/90) so that `@link`, `@linkcode` and `@linkplain` tags are resolved in the `@deprecated` tag text. ### [`v9.1.0`](https://redirect.github.com/jsdoc2md/jsdoc-to-markdown/releases/tag/v9.1.0) [Compare Source](https://redirect.github.com/jsdoc2md/jsdoc-to-markdown/compare/v9.0.5...v9.1.0) #### New feature since v9.0.5 - Any text passed to the `@deprecated` tag is now displayed. [#​90](https://redirect.github.com/jsdoc2md/jsdoc-to-markdown/issues/90) #### Upgrade notes See this [testbed directory](https://redirect.github.com/jsdoc2md/testbed/tree/master/build/jsdoc/global/deprecated) for example source code and output. Previously, the tag `@deprecated This method has been deprecated since v2.0.0` would simply print `***Deprecated***` in the output, ignoring the deprecation text. The new behaviour: - For an empty `@deprecated` tag with no text, display `***Deprecated***` (same as before). - If the tag has text, e.g. `@deprecated This method has been deprecated since v2.0.0`, then the full text line will be printed as written - This will replace the previous `***Deprecated***` line with `***This method has been deprecated since v2.0.0***`. - This approach gives you full control over the text displayed (without assuming you want the line to begin with "Deprecated").

Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 week ago

This PR will trigger no release when merged.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7765816) to head (3bbef5b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1216 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 6 6 Lines 757 757 ========================================= Hits 757 757 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.