Skip to content

Update all dependencies#58

Merged
ikelax merged 1 commit into
masterfrom
renovate/all
Jul 1, 2025
Merged

Update all dependencies#58
ikelax merged 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.28.0 -> 9.30.0 age adoption passing confidence devDependencies minor
@eslint/markdown 6.4.0 -> 6.6.0 age adoption passing confidence devDependencies minor
crate-ci/typos v1.32.0 -> v1.34.0 age adoption passing confidence action minor
eslint (source) 9.28.0 -> 9.30.0 age adoption passing confidence devDependencies minor
globals 16.2.0 -> 16.3.0 age adoption passing confidence devDependencies minor
lint-staged 16.1.0 -> 16.1.2 age adoption passing confidence devDependencies patch
prettier (source) 3.5.3 -> 3.6.2 age adoption passing confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.30.0

Compare Source

v9.29.0

Compare Source

eslint/markdown (@​eslint/markdown)

v6.6.0

Compare Source

Features
Bug Fixes
  • ensure ATX headings follow spec for space after hash characters (#​421) (bab9670)

v6.5.0

Compare Source

Features
Bug Fixes
  • no-invalid-label-refs do not report correct position (#​366) (ed01747)
  • no-missing-label-refs rule does not respect escaping (#​348) (cb6b437)
  • update require-alt-text rule to ignore commented images (#​385) (b2fc801)
crate-ci/typos (crate-ci/typos)

v1.34.0

Compare Source

v1.33.1

Compare Source

[1.33.1] - 2025-06-02

Fixes
  • (dict) Don't correct wasn't to wasm't

v1.33.0

Compare Source

[1.33.0] - 2025-06-02
Features
  • Updated the dictionary with the May 2025 changes
eslint/eslint (eslint)

v9.30.0

Compare Source

v9.29.0

Compare Source

sindresorhus/globals (globals)

v16.3.0

Compare Source


lint-staged/lint-staged (lint-staged)

v16.1.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option 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 from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Compare Source

Patch Changes
  • #​1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #​1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.

  • #​1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --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-staged at the same time.

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library 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-readlines did not already close
them.

v3.6.0

Compare 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.


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

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

@renovate renovate Bot added the renovate label Jul 1, 2025
@renovate renovate Bot assigned ikelax Jul 1, 2025
@renovate renovate Bot added the renovate label Jul 1, 2025
@renovate renovate Bot force-pushed the renovate/all branch from df9decc to 0da1e1c Compare July 1, 2025 11:27
@ikelax

ikelax commented Jul 1, 2025

Copy link
Copy Markdown
Owner

I will fix the formatting errors in a new PR.

@ikelax ikelax merged commit 652990b into master Jul 1, 2025
3 of 4 checks passed
@renovate renovate Bot deleted the renovate/all branch July 1, 2025 18:27
ikelax added a commit that referenced this pull request Jul 1, 2025
Prettier was updated in #58.

See also: #58
@ikelax ikelax mentioned this pull request Jul 1, 2025
ikelax added a commit that referenced this pull request Jul 1, 2025
Prettier was updated in #58.

See also: #58
See pull request: #60
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.

1 participant