diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4ef8283b..b4b800b1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,14 @@ ### 0.29.0 -- Upgrade `@prettier/plugin-pug` to fix formatter issues. #2347 +- Upgrade `@prettier/plugin-pug` to fix formatter issues. #2347. +- Fix files with CRLF having errors with wrong range. #1319. - 🙌 Fix collapse code missing end mark. Thanks to contribution from [@yoyo930021](https://github.com/yoyo930021). #2303 and #2352. ### 0.28.0 | 2020-09-23 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.28.0/vspackage) - Fix completing prop name completes with extra `:`. #2304. -- Add `vetur.languageFeatures.codeActions` option to disable codeAction. #2150 +- Add `vetur.languageFeatures.codeActions` option to disable codeAction. #2150. - Let VTI load default VLS config. #2274. - Make `prettier` default formatter for HTML as prettyhtml is no longer actively maintained. #2291. - Load prettier plugin from VLS if not present in workspace folder. #2014. diff --git a/server/package.json b/server/package.json index e1e246499e..43d63c84b4 100644 --- a/server/package.json +++ b/server/package.json @@ -49,7 +49,7 @@ "vscode-languageserver-types": "3.16.0-next.3", "vscode-uri": "^2.1.2", "vscode-web-custom-data": "^0.3.1", - "vue-eslint-parser": "^7.1.0", + "vue-eslint-parser": "^7.1.1", "vue-onsenui-helper-json": "^1.0.2" }, "devDependencies": { diff --git a/server/yarn.lock b/server/yarn.lock index b64e4e05af..c53cb8e53a 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -4972,6 +4972,18 @@ vue-eslint-parser@^7.1.0, vue-eslint-parser@~7.1.0: esquery "^1.0.1" lodash "^4.17.15" +vue-eslint-parser@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3" + integrity sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA== + dependencies: + debug "^4.1.1" + eslint-scope "^5.0.0" + eslint-visitor-keys "^1.1.0" + espree "^6.2.1" + esquery "^1.0.1" + lodash "^4.17.15" + vue-onsenui-helper-json@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/vue-onsenui-helper-json/-/vue-onsenui-helper-json-1.0.2.tgz#b8c900fe3f89ba6a318335de73a55dee99a1846e"