banzeh / cielo

Client para a API 3.0 da Cielo em node.js
https://banzeh.github.io/cielo/
MIT License
108 stars 27 forks source link

Update @babel/preset-typescript: 7.12.13 → 7.12.17 (patch) #107

Closed depfu[bot] closed 3 years ago

depfu[bot] commented 3 years 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/preset-typescript (7.12.13 → 7.12.17) · Repo · Changelog

Release Notes

7.12.17

v7.12.17 (2021-02-18)

We re-published all the packages updated in v7.12.15 and v7.12.16, because we accidentally didn't include LICENSE files.

Thanks @eltociear for your first PR!

🐛 Bug Fix

  • babel-core
  • babel-helper-module-transforms, babel-plugin-transform-typescript
    • #12796 Register binding when transforming TSParameterProperty (@JLHwung)
  • babel-parser
  • babel-traverse
  • babel-types

💅 Polish

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods

🏠 Internal

Committers: 7

7.12.16

v7.12.16 (2021-02-11)

🐛 Bug Fix

  • babel-core
    • #12783 fix: use semver gte comparison on polyfill version tester (@JLHwung)
  • babel-parser
    • #12735 [parser] Fix scope handling of Flow declared functions (@nicolo-ribaudo)
    • #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (@sosukesuzuki)
    • #12771 babel-parser(ts): Raise recoverable error for abstract interface (@sosukesuzuki)
    • #12763 fix(ts): include asserts in TSTypePredicate location (@fedeci)
    • #12758 [TS] Create TSUnionType or TSIntersectionType when typealias has a leading operator (@fedeci)
  • babel-plugin-transform-typescript
    • #12760 Support destructuring variable declarator within TS namespace (@JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-validator-option, babel-node, babel-parser, babel-plugin-proposal-class-static-block, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-optional-chaining, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-env, babel-preset-typescript

Committers: 5

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

Commits

See the full diff on Github. The new version differs by 41 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 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)
depfu[bot] commented 3 years ago

Closed in favor of #108.