-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR will trigger a patch release when merged. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
renovate
bot
force-pushed
the
renovate-external-fixes
branch
from
November 28, 2024 19:09
9f4a58c
to
575d76c
Compare
renovate
bot
changed the title
chore(deps): update dependency husky to v9.1.7
chore(deps): update external fixes
Nov 28, 2024
renovate
bot
force-pushed
the
renovate-external-fixes
branch
from
November 29, 2024 16:41
575d76c
to
3bbef5b
Compare
renovate
bot
changed the title
chore(deps): update external fixes
fix(deps): update external fixes
Dec 3, 2024
renovate
bot
force-pushed
the
renovate-external-fixes
branch
3 times, most recently
from
December 3, 2024 18:10
0f26d0a
to
c8a9148
Compare
renovate
bot
changed the title
fix(deps): update external fixes
fix(deps): update external fixes - autoclosed
Dec 8, 2024
renovate
bot
changed the title
fix(deps): update external fixes - autoclosed
fix(deps): update external fixes
Dec 14, 2024
renovate
bot
force-pushed
the
renovate-external-fixes
branch
from
December 14, 2024 18:49
c8a9148
to
a5960b0
Compare
renovate
bot
force-pushed
the
renovate-external-fixes
branch
2 times, most recently
from
January 3, 2025 05:07
a8baea1
to
c20c09a
Compare
renovate
bot
force-pushed
the
renovate-external-fixes
branch
3 times, most recently
from
January 14, 2025 06:30
72ec41c
to
91385c3
Compare
renovate
bot
force-pushed
the
renovate-external-fixes
branch
from
January 14, 2025 06:34
91385c3
to
bff0de1
Compare
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))
🎉 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.1.2
->10.1.3
16.4.5
->16.4.7
9.1.6
->9.1.7
9.0.5
->9.1.1
15.2.10
->15.3.0
3.1.7
->3.1.9
24.2.0
->24.2.1
Release Notes
bcoe/c8 (c8)
v10.1.3
Compare Source
Bug Fixes
motdotla/dotenv (dotenv)
v16.4.7
Compare Source
Changed
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6
Compare Source
Changed
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
@link
,@linkcode
and@linkplain
tags are resolved in the@deprecated
tag text.v9.1.0
Compare Source
New feature since v9.0.5
@deprecated
tag is now displayed. #90Upgrade 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:@deprecated
tag with no text, display***Deprecated***
(same as before).@deprecated This method has been deprecated since v2.0.0
, then the full text line will be printed as written***Deprecated***
line with***This method has been deprecated since v2.0.0***
.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 automaticgit 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:
where the backup can be seen with
git show 20addf8
, orgit stash list
: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
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.
This PR was generated by Mend Renovate. View the repository job log.