Skip to content

chore(deps): update dependencies#725

Merged
danadajian merged 3 commits into
mainfrom
renovate/dependencies
Jul 2, 2025
Merged

chore(deps): update dependencies#725
danadajian merged 3 commits into
mainfrom
renovate/dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 1.9.0 -> 1.10.0 age adoption passing confidence
bun-types (source) 1.2.14 -> 1.2.17 age adoption passing confidence
eslint (source) 9.27.0 -> 9.30.1 age adoption passing confidence
prettier (source) 3.5.3 -> 3.6.2 age adoption passing confidence
simple-git (source) 3.27.0 -> 3.28.0 age adoption passing confidence
typescript-eslint (source) 8.32.1 -> 8.35.1 age adoption passing confidence

Release Notes

axios/axios (axios)

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release
oven-sh/bun (bun-types)

v1.2.17

Compare Source

v1.2.16

Compare Source

v1.2.15

Compare Source

eslint/eslint (eslint)

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

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.

v3.6.0

Compare Source

diff

🔗 Release Notes

steveukx/git-js (simple-git)

v3.28.0

Compare Source

Minor Changes
  • 2adf47d: Allow repeating git options like {'--opt': ['value1', 'value2']}
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.

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

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.

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@renovate renovate Bot added dependencies Pull requests that update a dependency file patch-version renovate labels Jun 2, 2025
@renovate
renovate Bot requested a review from a team as a code owner June 2, 2025 00:36
@renovate
renovate Bot enabled auto-merge (squash) June 2, 2025 00:36
@renovate
renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from 5416707 to 8c1a083 Compare June 6, 2025 19:25
@renovate renovate Bot changed the title chore(deps): update dependencies feat(deps): update dependencies Jun 6, 2025
@danadajian danadajian changed the title feat(deps): update dependencies chore(deps): update dependencies Jul 2, 2025
@renovate
renovate Bot force-pushed the renovate/dependencies branch from 37a34b4 to 548e0f8 Compare July 2, 2025 02:13
@renovate renovate Bot changed the title chore(deps): update dependencies feat(deps): update dependencies Jul 2, 2025
@danadajian danadajian changed the title feat(deps): update dependencies chore(deps): update dependencies Jul 2, 2025
@danadajian
danadajian disabled auto-merge July 2, 2025 02:17
@danadajian
danadajian enabled auto-merge (squash) July 2, 2025 02:17
@danadajian
danadajian merged commit b99146b into main Jul 2, 2025
8 checks passed
@danadajian
danadajian deleted the renovate/dependencies branch July 2, 2025 02:18
@eg-oss-ci

Copy link
Copy Markdown

🎉 This PR is included in version 1.83.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants