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

chore(deps): update dependency esbuild to v0.21.2 #6172

Merged
merged 1 commit into from May 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild 0.21.1 -> 0.21.2 age adoption passing confidence

Release Notes

evanw/esbuild (esbuild)

v0.21.2

Compare Source

  • Correct this in field and accessor decorators (#​3761)

    This release changes the value of this in initializers for class field and accessor decorators from the module-level this value to the appropriate this value for the decorated element (either the class or the instance). It was previously incorrect due to lack of test coverage. Here's an example of a decorator that doesn't work without this change:

    const dec = () => function() { this.bar = true }
    class Foo { @​dec static foo }
    console.log(Foo.bar) // Should be "true"
  • Allow es2023 as a target environment (#​3762)

    TypeScript recently added es2023 as a compilation target, so esbuild now supports this too. There is no difference between a target of es2022 and es2023 as far as esbuild is concerned since the 2023 edition of JavaScript doesn't introduce any new syntax features.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 12, 2024
Copy link

changeset-bot bot commented May 12, 2024

⚠️ No Changeset found

Latest commit: ad655ce

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://1f902b34.graphql-tools.pages.dev

Copy link
Contributor

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 312       ✗ 0  
     data_received..................: 36 MB   3.6 MB/s
     data_sent......................: 134 kB  13 kB/s
     http_req_blocked...............: avg=4.16µs  min=2.15µs  med=2.73µs   max=178.25µs p(90)=4.05µs   p(95)=4.65µs  
     http_req_connecting............: avg=780ns   min=0s      med=0s       max=121.77µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=60.21ms min=51.04ms med=55.98ms  max=145.19ms p(90)=72.42ms  p(95)=92.03ms 
       { expected_response:true }...: avg=60.21ms min=51.04ms med=55.98ms  max=145.19ms p(90)=72.42ms  p(95)=92.03ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 156
     http_req_receiving.............: avg=142.1µs min=113.5µs med=134.26µs max=644.04µs p(90)=149.62µs p(95)=158.81µs
     http_req_sending...............: avg=26µs    min=19.82µs med=25.82µs  max=58.5µs   p(90)=30.63µs  p(95)=35.75µs 
     http_req_tls_handshaking.......: avg=0s      min=0s      med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=60.04ms min=50.86ms med=55.81ms  max=144.53ms p(90)=72.26ms  p(95)=91.87ms 
     http_reqs......................: 156     15.522199/s
     iteration_duration.............: avg=64.39ms min=54.91ms med=59.95ms  max=149.17ms p(90)=76.37ms  p(95)=97ms    
     iterations.....................: 156     15.522199/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@renovate renovate bot merged commit 98f02cc into master May 13, 2024
30 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 13, 2024 02:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants