upgraded all dependencies, including jest-editor-support so we can support files with recent language features. Also fixed the new lint rule warning/errors.
added new option jest.parserPluginOptions to support decorators feature better, such as parameter decorators. (resolve #966)
also fixed a bug that activeEditor might trigger the wrong workspace handler. (triggerUpdateActiveEditor in JestExt/core)
jest-editor-support
so we can support files with recent language features. Also fixed the new lint rule warning/errors.jest.parserPluginOptions
to support decorators feature better, such as parameter decorators. (resolve #966)