Skip to content

fix(deps): update all dependencies #84

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 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aptre/protobuf-es-lite ^0.4.9 -> ^0.5.0 age adoption passing confidence devDependencies minor
@eslint/js (source) 9.29.0 -> 9.30.1 age adoption passing confidence devDependencies minor
@types/node (source) 22.15.32 -> 22.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.35.0 -> 8.35.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 8.35.0 -> 8.35.1 age adoption passing confidence devDependencies patch
@typescript/native-preview (source) 7.0.0-dev.20250623.1 -> 7.0.0-dev.20250705.1 age adoption passing confidence devDependencies patch
eslint (source) 9.29.0 -> 9.30.1 age adoption passing confidence devDependencies minor
github.com/aperturerobotics/util v1.30.0 -> v1.30.1 age adoption passing confidence require patch
github/codeql-action v3.29.0 -> v3.29.2 age adoption passing confidence action patch
prettier (source) 3.6.0 -> 3.6.2 age adoption passing confidence devDependencies patch
step-security/harden-runner v2.12.1 -> v2.12.2 age adoption passing confidence action patch
typescript-eslint (source) 8.35.0 -> 8.35.1 age adoption passing confidence devDependencies patch

Release Notes

aperturerobotics/protobuf-es-lite (@​aptre/protobuf-es-lite)

v0.5.2

Compare Source

v0.5.1

Compare Source

v0.5.0

Compare Source

eslint/eslint (@​eslint/js)

v9.30.1

Compare Source

v9.30.0

Compare Source

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

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

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

v8.35.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.

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

v7.0.0-dev.20250705.1

Compare Source

v7.0.0-dev.20250704.1

Compare Source

v7.0.0-dev.20250703.1

Compare Source

v7.0.0-dev.20250702.1

Compare Source

v7.0.0-dev.20250701.1

Compare Source

v7.0.0-dev.20250630.1

Compare Source

v7.0.0-dev.20250629.1

Compare Source

v7.0.0-dev.20250628.1

Compare Source

v7.0.0-dev.20250627.1

Compare Source

v7.0.0-dev.20250626.1

Compare Source

v7.0.0-dev.20250625.1

Compare Source

v7.0.0-dev.20250624.1

Compare Source

eslint/eslint (eslint)

v9.30.1

Compare Source

v9.30.0

Compare Source

aperturerobotics/util (github.com/aperturerobotics/util)

v1.30.1

Compare Source

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

v3.29.2

Compare Source

v3.29.1

Compare Source

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.

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

v2.12.2

Compare Source

What's Changed

Added HTTPS Monitoring for additional destinations - *.githubusercontent.com
Bug fixes:

  • Implicitly allow local multicast, local unicast and broadcast IP addresses in block mode
  • Increased policy map size for block mode

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

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

v8.35.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.


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.20250624.1 chore(deps): update all dependencies Jun 24, 2025
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 833f365 to ff1af47 Compare July 1, 2025 13:02
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f41025f to eabcfa7 Compare July 2, 2025 08:56
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jul 2, 2025
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a843eb5 to cdc409d Compare July 6, 2025 01:51
@renovate renovate bot force-pushed the renovate/all branch from cdc409d to 10ef92a Compare July 6, 2025 06:14
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