Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump esbuild from 0.25.4 to 0.25.5#727

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 27, 2025

Bumpsesbuild from 0.25.4 to 0.25.5.

Release notes

Sourced fromesbuild's releases.

v0.25.5

  • Fix a regression withbrowser inpackage.json (#4187)

    The fix to#4144 in version 0.25.3 introduced a regression that causedbrowser overrides specified inpackage.json to fail to override relative path names that end in a trailing slash. That behavior change affected theaxios@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 includedfunction,import,infer,new,readonly, andtypeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    typeFoo=[value:any,readonly?:boolean,// This is now parsed correctly]
  • Add CSS prefixes for thestretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such asdiv { 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 fromesbuild's changelog.

0.25.5

  • Fix a regression withbrowser inpackage.json (#4187)

    The fix to#4144 in version 0.25.3 introduced a regression that causedbrowser overrides specified inpackage.json to fail to override relative path names that end in a trailing slash. That behavior change affected theaxios@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 includedfunction,import,infer,new,readonly, andtypeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    typeFoo=[value:any,readonly?:boolean,// This is now parsed correctly]
  • Add CSS prefixes for thestretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such asdiv { 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>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsMay 27, 2025
@github-actionsgithub-actionsbot merged commit252771b intomainMay 27, 2025
1 of 5 checks passed
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/esbuild-0.25.5 branchMay 27, 2025 20:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp