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

build(deps-dev): bump esbuild from 0.18.10 to 0.18.11 in /templates #8925

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps esbuild from 0.18.10 to 0.18.11.

Release notes

Sourced from esbuild's releases.

v0.18.11

  • Fix a TypeScript code generation edge case (#3199)

    This release fixes a regression in version 0.18.4 where using a TypeScript namespace that exports a class declaration combined with --keep-names and a --target of es2021 or earlier could cause esbuild to export the class from the namespace using an incorrect name (notice the assignment to X2._Y vs. X2.Y):

    // Original code
    // Old output (with --keep-names --target=es2021)
    var X;
    ((X2) => {
    const _Y = class _Y {
    };
    __name(_Y, "Y");
    let Y = _Y;
    X2._Y = _Y;
    })(X || (X = {}));
    // New output (with --keep-names --target=es2021)
    var X;
    ((X2) => {
    const _Y = class _Y {
    };
    __name(_Y, "Y");
    let Y = _Y;
    X2.Y = _Y;
    })(X || (X = {}));

Changelog

Sourced from esbuild's changelog.

0.18.11

  • Fix a TypeScript code generation edge case (#3199)

    This release fixes a regression in version 0.18.4 where using a TypeScript namespace that exports a class declaration combined with --keep-names and a --target of es2021 or earlier could cause esbuild to export the class from the namespace using an incorrect name (notice the assignment to X2._Y vs. X2.Y):

    // Original code
    // Old output (with --keep-names --target=es2021)
    var X;
    ((X2) => {
    const _Y = class _Y {
    };
    __name(_Y, "Y");
    let Y = _Y;
    X2._Y = _Y;
    })(X || (X = {}));
    // New output (with --keep-names --target=es2021)
    var X;
    ((X2) => {
    const _Y = class _Y {
    };
    __name(_Y, "Y");
    let Y = _Y;
    X2.Y = _Y;
    })(X || (X = {}));

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)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.10 to 0.18.11.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.18.10...v0.18.11)

---
updated-dependencies:
- dependency-name: esbuild
  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 Jul 3, 2023
@github-actions github-actions bot enabled auto-merge (squash) July 3, 2023 07:41
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (1263a81) 77.05% compared to head (7dd1031) 77.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8925      +/-   ##
==========================================
- Coverage   77.05%   77.04%   -0.01%     
==========================================
  Files         605      605              
  Lines       25042    25042              
==========================================
- Hits        19295    19294       -1     
- Misses       5747     5748       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot merged commit 9bba7b4 into main Jul 3, 2023
7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/templates/main/esbuild-0.18.11 branch July 3, 2023 07:50
p-kostov pushed a commit to ErpNetDocs/docfx that referenced this pull request Jun 28, 2024
…otnet#8925)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.10 to 0.18.11.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.18.10...v0.18.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

0 participants