Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
lookBehind assertions
andnamed capture groups
. These changes are supported since the v.10.3.0 version, but we update the project's version to the v10.15.0 (v.10.12.18 in typescript) as it is the current LTS.A PR for supporting these changes was also created in Recognizers-text project (PR#1069)
ESNext
as Node JS v.10 has good native support for most ESNext language built-ins, which will reduce file size and improve the debugging experience and performance.Specific Changes
libraries/botbuilder-ai/package.json
@types/node
to ^10.12.18.libraries/botbuilder-azure/package.json
@types/node
to ^10.12.18.libraries/botbuilder-dialogs/package.json
@types/node
to ^10.12.18.libraries/botbuilder/package.json
@types/node
to ^10.12.18.libraries/botbuilder-connector/package.json
@types/node
to ^10.12.18.libraries/botbuilder-schema/package.json
@types/node
to ^10.12.18.transcript/package.json
@types/node
to ^10.12.18.package-lock.json
.libraries/botbuilder/tsconfig.json
target
toESNext
libraries/botbuilder-ai/tsconfig.json
target
toESNext
libraries/botbuilder-applicationinsights/tsconfig.json
target
toESNext
libraries/botbuilder-azure/tsconfig.json
target
toESNext
libraries/botbuilder-core/tsconfig.json
target
toESNext
libraries/botbuilder-dialogs/tsconfig.json
target
toESNext
libraries/botframework-config/tsconfig.json
target
toESNext
libraries/botframework-connector/tsconfig.json
target
toESNext
libraries/botframework-schema/tsconfig.json
target
toESNext