Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump esbuild from 0.12.24 to 0.12.25 #7317

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps esbuild from 0.12.24 to 0.12.25.

Release notes

Sourced from esbuild's releases.

v0.12.25

  • Fix a TypeScript parsing edge case with the postfix ! operator (#1560)

    This release fixes a bug with esbuild's TypeScript parser where the postfix ! operator incorrectly terminated a member expression after the new operator:

    // Original input
    new Foo!.Bar();
    // Old output
    new Foo().Bar();
    // New output
    new Foo.Bar();

    The problem was that ! was considered a postfix operator instead of part of a member expression. It is now considered to be part of a member expression instead, which fixes this edge case.

  • Fix a parsing crash with nested private brand checks

    This release fixes a bug in the parser where code of the form #a in #b in c caused a crash. This code now causes a syntax error instead. Private identifiers are allowed when followed by in, but only if the operator precedence level is such that the in operator is allowed. The parser was missing the operator precedence check.

  • Publish x86-64 binary executables for illumos (#1562)

    This release adds support for the illumos operating system, which is related to Solaris and SunOS. Support for this platform was contributed by @​hadfl.

Changelog

Sourced from esbuild's changelog.

0.12.25

  • Fix a TypeScript parsing edge case with the postfix ! operator (#1560)

    This release fixes a bug with esbuild's TypeScript parser where the postfix ! operator incorrectly terminated a member expression after the new operator:

    // Original input
    new Foo!.Bar();
    // Old output
    new Foo().Bar();
    // New output
    new Foo.Bar();

    The problem was that ! was considered a postfix operator instead of part of a member expression. It is now considered to be part of a member expression instead, which fixes this edge case.

  • Fix a parsing crash with nested private brand checks

    This release fixes a bug in the parser where code of the form #a in #b in c caused a crash. This code now causes a syntax error instead. Private identifiers are allowed when followed by in, but only if the operator precedence level is such that the in operator is allowed. The parser was missing the operator precedence check.

  • Publish x86-64 binary executables for illumos (#1562)

    This release adds support for the illumos operating system, which is related to Solaris and SunOS. Support for this platform was contributed by @​hadfl.

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file engineering labels Sep 6, 2021
@mofodevops mofodevops temporarily deployed to foundation-s-dependabot-euuldu September 6, 2021 06:00 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/esbuild-0.12.25 branch from 0f52cf5 to 81b0f79 Compare September 7, 2021 22:22
@mofodevops mofodevops temporarily deployed to foundation-s-dependabot-euuldu September 7, 2021 22:23 Inactive
@Pomax
Copy link
Contributor

Pomax commented Sep 8, 2021

@dependabot recreate.

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.12.24 to 0.12.25.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.12.24...v0.12.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/esbuild-0.12.25 branch from 81b0f79 to b0dc0f9 Compare September 8, 2021 20:42
@mofodevops mofodevops temporarily deployed to foundation-s-dependabot-euuldu September 8, 2021 20:42 Inactive
@Pomax
Copy link
Contributor

Pomax commented Sep 9, 2021

batch-closing outstanding non-security-related dependaPRs for this sprint.

@Pomax Pomax closed this Sep 9, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/esbuild-0.12.25 branch September 9, 2021 17:31
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 engineering
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants