Skip to content

chore(deps): update all dependencies #81

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.28.0 -> 9.29.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.15.30 -> 22.15.32 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.33.1 -> 8.34.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.33.1 -> 8.34.1 age adoption passing confidence devDependencies minor
@typescript/native-preview (source) 7.0.0-dev.20250606.1 -> 7.0.0-dev.20250621.1 age adoption passing confidence devDependencies patch
eslint (source) 9.28.0 -> 9.29.0 age adoption passing confidence devDependencies minor
github/codeql-action v3.28.19 -> v3.29.0 age adoption passing confidence action minor
lint-staged 16.1.0 -> 16.1.2 age adoption passing confidence devDependencies patch
step-security/harden-runner v2.12.0 -> v2.12.1 age adoption passing confidence action patch
tsx (source) 4.19.4 -> 4.20.3 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.33.1 -> 8.34.1 age adoption passing confidence devDependencies minor
vitest (source) 3.2.2 -> 3.2.4 age adoption passing confidence devDependencies patch

Release Notes

eslint/eslint (@​eslint/js)

v9.29.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.34.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.34.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20250621.1

Compare Source

v7.0.0-dev.20250620.1

Compare Source

v7.0.0-dev.20250619.1

Compare Source

v7.0.0-dev.20250618.1

Compare Source

v7.0.0-dev.20250617.1

Compare Source

v7.0.0-dev.20250616.1

Compare Source

v7.0.0-dev.20250615.1

Compare Source

v7.0.0-dev.20250614.1

Compare Source

v7.0.0-dev.20250613.1

Compare Source

v7.0.0-dev.20250612.1

Compare Source

v7.0.0-dev.20250611.1

Compare Source

v7.0.0-dev.20250610.1

Compare Source

v7.0.0-dev.20250609.1

Compare Source

v7.0.0-dev.20250608.1

Compare Source

v7.0.0-dev.20250607.1

Compare Source

eslint/eslint (eslint)

v9.29.0

Compare Source

github/codeql-action (github/codeql-action)

v3.29.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

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.

step-security/harden-runner (step-security/harden-runner)

v2.12.1

Compare Source

What's Changed
  • Detection capabilities have been upgraded to better recognize attempts at runner tampering. These improvements are informed by real-world incident learnings, including analysis of anomalous behaviors observed in the tj-actions and reviewdog supply chain attack.
  • Resolved an issue where the block policy was not enforced correctly when the GitHub Actions job was running inside a container on a self-hosted VM runner.

Full Changelog: step-security/harden-runner@v2...v2.12.1

privatenumber/tsx (tsx)

v4.20.3

Compare Source

v4.20.2

Compare Source

v4.20.1

Compare Source

v4.20.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.34.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 changed the title chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20250603.1 chore(deps): update all dependencies Jun 3, 2025
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from a08de29 to 7d58610 Compare June 6, 2025 12:36
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jun 6, 2025
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b47a32f to 6c4ad4d Compare June 6, 2025 16:39
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Jun 6, 2025
@renovate renovate bot closed this Jun 6, 2025
@renovate renovate bot deleted the renovate/all branch June 6, 2025 22:31
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Jun 7, 2025
@renovate renovate bot reopened this Jun 7, 2025
@renovate renovate bot force-pushed the renovate/all branch from 1606284 to 6c4ad4d Compare June 7, 2025 10:45
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20250607.1 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c59eb3d to d02db69 Compare June 8, 2025 13:39
@renovate renovate bot changed the title chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20250607.1 chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20250608.1 Jun 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20250608.1 chore(deps): update all dependencies Jun 9, 2025
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from ff0076a to 8e8830a Compare June 11, 2025 19:35
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from f1f7ac2 to cf6e14e Compare June 18, 2025 12:38
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8a61b29 to 48bf364 Compare June 20, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants