Skip to content

chore(deps-dev): Bump esbuild from 0.25.4 to 0.25.5#3706

Merged
UziTech merged 1 commit intomasterfrom
dependabot/npm_and_yarn/esbuild-0.25.5
Jun 2, 2025
Merged

chore(deps-dev): Bump esbuild from 0.25.4 to 0.25.5#3706
UziTech merged 1 commit intomasterfrom
dependabot/npm_and_yarn/esbuild-0.25.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps esbuild from 0.25.4 to 0.25.5.

Release notes

Sourced from esbuild's releases.

v0.25.5

  • 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;
    }
Changelog

Sourced from esbuild's changelog.

0.25.5

  • 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;
    }
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.4 to 0.25.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.4...v0.25.5)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 2, 2025
@vercel
Copy link

vercel bot commented Jun 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marked-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 2, 2025 4:25pm

@UziTech UziTech merged commit 129c627 into master Jun 2, 2025
8 checks passed
@UziTech UziTech deleted the dependabot/npm_and_yarn/esbuild-0.25.5 branch June 2, 2025 19:51
RainVice added a commit to RainVice/marked that referenced this pull request Jun 21, 2025
* master: (39 commits)
  chore(deps-dev): Bump @arethetypeswrong/cli from 0.18.1 to 0.18.2 (markedjs#3711)
  chore(deps-dev): Bump eslint from 9.28.0 to 9.29.0 (markedjs#3710)
  chore(deps-dev): Bump cheerio from 1.0.0 to 1.1.0 (markedjs#3708)
  chore(deps-dev): Bump esbuild from 0.25.4 to 0.25.5 (markedjs#3706)
  chore(deps-dev): Bump eslint from 9.27.0 to 9.28.0 (markedjs#3705)
  Document risk of adding infinite extensions when using global marked instance (markedjs#3702)
  chore(deps-dev): Bump semantic-release from 24.2.4 to 24.2.5 (markedjs#3697)
  chore(deps-dev): Bump @semantic-release/github from 11.0.2 to 11.0.3 (markedjs#3698)
  chore(deps-dev): Bump esbuild from 0.25.3 to 0.25.4 (markedjs#3696)
  chore(release): 15.0.12 [skip ci]
  fix: use esbuild for accurate sourcemaps (markedjs#3670)
  chore(deps-dev): Bump semantic-release from 24.2.3 to 24.2.4 (markedjs#3690)
  chore(deps-dev): Bump rollup from 4.40.2 to 4.41.0 (markedjs#3692)
  chore(deps-dev): Bump eslint from 9.26.0 to 9.27.0 (markedjs#3691)
  chore(deps-dev): Bump undici from 6.21.1 to 6.21.3 (markedjs#3684)
  chore(deps-dev): Bump rollup from 4.40.1 to 4.40.2 (markedjs#3681)
  chore(deps-dev): Bump @arethetypeswrong/cli from 0.17.4 to 0.18.1 (markedjs#3682)
  chore(deps-dev): Bump eslint from 9.25.1 to 9.26.0 (markedjs#3680)
  chore(deps-dev): Bump rollup from 4.40.0 to 4.40.1 (markedjs#3678)
  chore(deps-dev): Bump eslint from 9.25.0 to 9.25.1 (markedjs#3677)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant