Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

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

Merged
alecthomas merged 1 commit intomasterfrom
renovate/all-minor-patch
Jun 7, 2025
Merged

chore(deps): update all non-major dependencies#1082
alecthomas merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
esbuild patch 0.25.4 -> 0.25.5 age adoption passing confidence
github.com/alecthomas/chroma/v2 require minor v2.17.2 -> v2.18.0 age adoption passing confidence
go patch 1.24.3 -> 1.24.4 age adoption passing confidence
go (source) toolchain patch 1.24.3 -> 1.24.4 age adoption passing confidence
watchexec patch 2.3.1 -> 2.3.2 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 [email protected] 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;
    }
alecthomas/chroma (github.com/alecthomas/chroma/v2)

v2.18.0

Compare Source

Changelog
golang/go (go)

v1.24.4

watchexec/watchexec (watchexec)

v2.3.2: CLI v2.3.2

Compare Source

Change the --wrap-process default on Mac to pre-1.24 behaviour (session, instead of group).

Please chime in #​864 if that breaks your usage.


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: 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 force-pushed the renovate/all-minor-patch branch from 00edc39 to 6832c60 Compare May 28, 2025 04:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6832c60 to 11807d5 Compare June 6, 2025 20:40
@alecthomas alecthomas merged commit 6ffb465 into master Jun 7, 2025
2 checks passed
@alecthomas alecthomas deleted the renovate/all-minor-patch branch June 7, 2025 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant