Skip to content

chore(deps): update all non-major dependencies#338

Merged
imranbarbhuiya merged 1 commit intomainfrom
renovate/all-minor-patch
May 27, 2025
Merged

chore(deps): update all non-major dependencies#338
imranbarbhuiya merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.15.18 -> ^22.15.21 age adoption passing confidence
esbuild ^0.25.4 -> ^0.25.5 age adoption passing confidence
vitest (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence

Release Notes

evanw/esbuild (esbuild)

v0.25.5

Compare Source

  • Fix a regression with browser in package.json (#​4187)

    The fix to #​4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#​4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#​4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
vitest-dev/vitest (vitest)

v3.1.4

Compare Source


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from imranbarbhuiya as a code owner May 25, 2025 01:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3928121 to 6b63790 Compare May 27, 2025 05:35
@imranbarbhuiya imranbarbhuiya merged commit ded877c into main May 27, 2025
7 of 8 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch May 27, 2025 14:19
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.

1 participant