Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Conversation

@gasper-az
Copy link
Contributor

Description

Update NodeJS version to 10.3.0.

Specific Changes

  • Update libraries/botbuilder-ai/package.json @types/node to ^10.3.0.
  • Update libraries/botbuilder-azure/package.json @types/node to ^10.3.0.
  • Update libraries/botbuilder-dialogs/package.json @types/node to ^10.3.0.
  • Update libraries/botbuilder/package.json @types/node to ^10.3.0.
  • Update libraries/botbuilder-connector/package.json @types/node to ^10.3.0.
  • Update libraries/botbuilder-schema/package.json @types/node to ^10.3.0.
  • Update transcript/package.json @types/node to ^10.3.0.
  • Reload package-lock.json.

@coveralls
Copy link

coveralls commented Dec 28, 2018

Pull Request Test Coverage Report for Build #1778

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.198%

Totals Coverage Status
Change from base Build #1751: 0.0%
Covered Lines: 2703
Relevant Lines: 3165

💛 - Coveralls

Copy link
Contributor

@cleemullins cleemullins left a comment

Choose a reason for hiding this comment

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

Could you add the reason for the update to the Pull Request description?

I believe it's to pickup the newer RegEx libraries which support the look-ahead features and give parity with C# / Java / Python, which in turn cleans up the Recognizer library...

@justinwilaby
Copy link
Contributor

Since we are supporting node 10 with this PR, we should update the tsconfig.json to target esnext since node 10 has very good native support for most esnext language built-ins. This will reduce file size, improve the debugging experience and theoretically improve performance.

Copy link
Contributor

@justinwilaby justinwilaby left a comment

Choose a reason for hiding this comment

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

Consider updating tsconfig files to target esnext

Copy link
Contributor

@Stevenic Stevenic left a comment

Choose a reason for hiding this comment

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

:shipit:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants