-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update dependency lint-staged to v15.4.3 #832
Open
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/lint-staged-15.x-lockfile
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
September 1, 2024 21:55
afad3da
to
dd4c51d
Compare
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
September 2, 2024 12:22
dd4c51d
to
9d0a674
Compare
Quality Gate passedIssues Measures |
renovate
bot
changed the title
Update dependency lint-staged to v15.2.10
Update dependency lint-staged to v15.2.10 - autoclosed
Dec 8, 2024
auto-merge was automatically disabled
December 8, 2024 18:26
Pull request was closed
renovate
bot
changed the title
Update dependency lint-staged to v15.2.10 - autoclosed
Update dependency lint-staged to v15.2.10
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
December 9, 2024 01:01
eb1f1cf
to
9d0a674
Compare
renovate
bot
changed the title
Update dependency lint-staged to v15.2.11
Update dependency lint-staged to v15.3.0
Dec 28, 2024
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
December 28, 2024 12:35
78b5556
to
3233a73
Compare
Preview can be found at https://the-rhapsodies-597xupg0c-the-rhapsodies-projects.vercel.app |
renovate
bot
changed the title
Update dependency lint-staged to v15.3.0
Update dependency lint-staged to v15.4.0
Jan 16, 2025
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
January 16, 2025 09:54
3233a73
to
5904dd7
Compare
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
January 16, 2025 21:18
5904dd7
to
48aae79
Compare
renovate
bot
changed the title
Update dependency lint-staged to v15.4.0
Update dependency lint-staged to v15.4.1
Jan 16, 2025
renovate
bot
changed the title
Update dependency lint-staged to v15.4.1
Update dependency lint-staged to v15.4.2
Jan 23, 2025
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
January 23, 2025 13:57
48aae79
to
457e85e
Compare
renovate
bot
force-pushed
the
renovate/lint-staged-15.x-lockfile
branch
from
January 26, 2025 17:22
457e85e
to
f1101f1
Compare
renovate
bot
changed the title
Update dependency lint-staged to v15.4.2
Update dependency lint-staged to v15.4.3
Jan 26, 2025
Quality Gate passedIssues Measures |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
None yet
0 participants
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:
15.2.9
->15.4.3
Release Notes
lint-staged/lint-staged (lint-staged)
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @iiroj! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.v15.4.1
Compare Source
Patch Changes
#1504
1c7a45e
Thanks @iiroj! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9
Thanks @iiroj! - Add missing conditional exports syntax for TypeScript types.v15.4.0
Compare Source
Minor Changes
#1500
a8ec1dd
Thanks @iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:It's also possible to use the
.ts
file extension for the configuration if your Node.js version supports it. The--experimental-strip-types
flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.Patch Changes
9b79364
Thanks @iiroj! - Handle possible failures when logging user shell for debug info.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.v15.2.10
Compare Source
Patch Changes
e3f283b
Thanks @iiroj! - Update minor dependencies, includingmicromatch@~4.0.8
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.