Wappsto / javascript-wappsto-wapp

A JavaScript API for the Wappsto Wapp
MIT License
4 stars 1 forks source link

Update @babel/core 7.22.10 → 7.22.11 (patch) #220

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​babel/core (7.22.10 → 7.22.11) · Repo · Changelog

Release Notes

7.22.11

v7.22.11 (2023-08-24)

Thanks @0o001 and @yangguansen for your first PRs!

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-types
    • #15867 fix: definition of TS function type params (@danez)
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-core

🏠 Internal

  • babel-parser
    • #10940 Do not record trailing comma pos when maybeAsyncArrow: false (@JLHwung)
  • babel-core, babel-helper-compilation-targets, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-react, babel-register, babel-traverse, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15833 bump json5, terser and webpack, further minimize babel helpers (@JLHwung)
  • Other

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-optional-chaining, babel-preset-env

Committers: 7

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 29 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d71e4eb) 97.09% compared to head (e2a50c1) 97.09%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ======================================= Coverage 97.09% 97.09% ======================================= Files 41 41 Lines 3128 3128 Branches 618 618 ======================================= Hits 3037 3037 Misses 87 87 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 year ago

size-limit report 📦

Path Size
dist/wappsto-wapp.cjs.production.min.js 61.04 KB (0%)
dist/wappsto-wapp.esm.js 56.89 KB (0%)
dist/wappsto-wapp.js 71.03 KB (0%)
depfu[bot] commented 1 year ago

Closed in favor of #226.