Update all dependencies#58
Merged
Merged
Conversation
df9decc to
0da1e1c
Compare
Owner
|
I will fix the formatting errors in a new PR. |
Merged
ikelax
added a commit
that referenced
this pull request
Jul 1, 2025
This file contains hidden or 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
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:
9.28.0->9.30.06.4.0->6.6.0v1.32.0->v1.34.09.28.0->9.30.016.2.0->16.3.016.1.0->16.1.23.5.3->3.6.2Release Notes
eslint/eslint (@eslint/js)
v9.30.0Compare Source
v9.29.0Compare Source
eslint/markdown (@eslint/markdown)
v6.6.0Compare Source
Features
no-multiple-h1rule to recognize JSON frontmatter (#413) (33dda18)Bug Fixes
v6.5.0Compare Source
Features
no-missing-atx-heading-spacerule (#371) (84c87c4)table-column-count(#392) (c685139)no-duplicate-definitions(#360) (18c7d77)no-empty-images(#357) (23e4ff0)Bug Fixes
no-invalid-label-refsdo not report correct position (#366) (ed01747)no-missing-label-refsrule does not respect escaping (#348) (cb6b437)require-alt-textrule to ignore commented images (#385) (b2fc801)crate-ci/typos (crate-ci/typos)
v1.34.0Compare Source
v1.33.1Compare Source
[1.33.1] - 2025-06-02
Fixes
wasn'ttowasm'tv1.33.0Compare Source
[1.33.0] - 2025-06-02
Features
eslint/eslint (eslint)
v9.30.0Compare Source
v9.29.0Compare Source
sindresorhus/globals (globals)
v16.3.0Compare Source
8c029d9lint-staged/lint-staged (lint-staged)
v16.1.2Compare Source
Patch Changes
#1570
a7c0c88Thanks @ItsNickBarry! - When using--diff-filterwith theDoption to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit addlikefatal: pathspec 'deleted-file' did not match any files.38f942eThanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFilesto console output.v16.1.1Compare Source
Patch Changes
#1565
3686977Thanks @iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash.#1571
02299a9Thanks @iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.#1563
bc61c74Thanks @iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stashoption. This happened because--no-stashimplied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-stagedat the same time.prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.