Skip to content

Bump typescript (4) and babel#7249

Merged
balloob merged 5 commits intodevfrom
bump-typescript-babel
Oct 7, 2020
Merged

Bump typescript (4) and babel#7249
balloob merged 5 commits intodevfrom
bump-typescript-babel

Conversation

@bramkragten
Copy link
Member

Proposed change

Bump typescript (4) and babel

https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/
https://github.com/babel/babel/releases

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Example configuration

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

@bramkragten bramkragten force-pushed the bump-typescript-babel branch from ec09416 to 7fc7f6d Compare October 7, 2020 11:21
@bramkragten bramkragten requested a review from balloob October 7, 2020 11:23

export const getOptimisticCollection = <StateType>(
saveCollection: (conn: Connection, data: StateType) => Promise<unknown>,
saveCollection: (conn2: Connection, data: StateType) => Promise<unknown>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this change, the variable name is not shadowing anything ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, it is not needed for this one because it is above conn, but feels weird not do this one and do the others...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really care. conn2 is just a little weird, maybe conn_ would be better.

@balloob balloob merged commit c90c88e into dev Oct 7, 2020
@balloob balloob deleted the bump-typescript-babel branch October 7, 2020 15:58
@bramkragten bramkragten mentioned this pull request Oct 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants