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(deps): update external fixes #1216

Merged
merged 1 commit into from
Jan 14, 2025
Merged

fix(deps): update external fixes #1216

merged 1 commit into from
Jan 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
c8 10.1.2 -> 10.1.3 age adoption passing confidence
dotenv 16.4.5 -> 16.4.7 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
lint-staged 15.2.10 -> 15.3.0 age adoption passing confidence
nodemon (source) 3.1.7 -> 3.1.9 age adoption passing confidence
semantic-release 24.2.0 -> 24.2.1 age adoption passing confidence

Release Notes

bcoe/c8 (c8)

v10.1.3

Compare Source

Bug Fixes
  • deps: update bcoe/v8-coverage addressing v8 issue (#​552) (b32a563)
motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx
typicode/husky (husky)

v9.1.7

Compare Source

jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)

v9.1.1

Compare Source

Non-breaking changes since v9.1.0

  • Amended the fix for #​90 so that @link, @linkcode and @linkplain tags are resolved in the @deprecated tag text.

v9.1.0

Compare Source

New feature since v9.0.5

  • Any text passed to the @deprecated tag is now displayed. #​90

Upgrade notes

See this testbed directory 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").
lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

remy/nodemon (nodemon)

v3.1.9

Compare Source

Bug Fixes
  • maintain backward support for exitcrash (9c9de6e)

v3.1.8

Compare Source

Bug Fixes
semantic-release/semantic-release (semantic-release)

v24.2.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" 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.


  • If you want to rebase/retry this PR, check this box

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

Copy link

github-actions bot commented Nov 23, 2024

This PR will trigger a patch release when merged.

Copy link

codecov bot commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6701830) to head (bff0de1).
Report is 3 commits behind head on main.

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate-external-fixes branch from 9f4a58c to 575d76c Compare November 28, 2024 19:09
@renovate renovate bot changed the title chore(deps): update dependency husky to v9.1.7 chore(deps): update external fixes Nov 28, 2024
@renovate renovate bot force-pushed the renovate-external-fixes branch from 575d76c to 3bbef5b Compare November 29, 2024 16:41
@renovate renovate bot changed the title chore(deps): update external fixes fix(deps): update external fixes Dec 3, 2024
@renovate renovate bot force-pushed the renovate-external-fixes branch 3 times, most recently from 0f26d0a to c8a9148 Compare December 3, 2024 18:10
@renovate renovate bot changed the title fix(deps): update external fixes fix(deps): update external fixes - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate-external-fixes branch December 8, 2024 18:32
@renovate renovate bot changed the title fix(deps): update external fixes - autoclosed fix(deps): update external fixes Dec 14, 2024
@renovate renovate bot reopened this Dec 14, 2024
@renovate renovate bot force-pushed the renovate-external-fixes branch from c8a9148 to a5960b0 Compare December 14, 2024 18:49
@renovate renovate bot force-pushed the renovate-external-fixes branch 2 times, most recently from a8baea1 to c20c09a Compare January 3, 2025 05:07
@renovate renovate bot force-pushed the renovate-external-fixes branch 3 times, most recently from 72ec41c to 91385c3 Compare January 14, 2025 06:30
@renovate renovate bot force-pushed the renovate-external-fixes branch from 91385c3 to bff0de1 Compare January 14, 2025 06:34
@renovate renovate bot merged commit 7ac2e6d into main Jan 14, 2025
9 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 14, 2025
## [3.34.2](v3.34.1...v3.34.2) (2025-01-14)

### Bug Fixes

* **deps:** update external fixes ([#1216](#1216)) ([7ac2e6d](7ac2e6d))
Copy link

🎉 This PR is included in version 3.34.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants