Update dependency prettier to v2.1.0 (#5144)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-24 15:11:29 +00:00 committed by GitHub
parent ee9a2c3cbc
commit bf9f406894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 96 additions and 96 deletions

View File

@ -140,25 +140,25 @@
## 标记定位
| 状态 | 命令 | 描述 |
| ------------------ | ----------------------------------------- | ------------------------------------------------------ |
| :white_check_mark: | m{a-zA-Z} | 使用{a-zA-Z}标记当前位置 |
| :white_check_mark: | `{a-z} | 跳转到当文件中的{a-z}标记处 |
| :white_check_mark: | `{A-Z} | 跳转到任意文件中的{A-Z} |
| :white_check_mark: | `{0-9} | 跳转到 Vim 上次退出时的位置 |
| :white_check_mark: | `` | 跳转到 Vim 最后一次跳转之前的位置 |
| :arrow_down: | `" | 跳转到当前文件中最后一次编辑的位置 |
| :arrow_down: | `[ | 跳转到上一次操作或输入文本的开始位置 |
| :arrow_down: | `] | 跳转到上一次操作或输入文本的结束位置 |
| :arrow_down: | `< | 跳转到(上一个)可视区开始 |
| :arrow_down: | `> | 跳转到(上一个)可视区末尾 |
| :white_check_mark: | `. | 跳转到此文件的最后一次修改处 |
| :white_check_mark: | '. | 跳转到此文件的最后一次修改处 |
| :arrow_down: | '{a-zA-Z0-9[]'"<>.} | 与`命令的意义相同,除了会定位到所在行的第一个非空白字符 |
| :arrow_down: | :marks | 打印当前活动的标记 |
| :white_check_mark: | :1234: CTRL-O | 跳转到跳转列表的第 N 个旧位置 |
| :white_check_mark: | :1234: CTRL-I | 跳转到跳转列表的第 N 个新位置 |
| :arrow_down: | :ju[mps] | 打印跳转列表 |
| 状态 | 命令 | 描述 |
| ------------------ | ------------------- | ------------------------------------------------------ |
| :white_check_mark: | m{a-zA-Z} | 使用{a-zA-Z}标记当前位置 |
| :white_check_mark: | `{a-z} | 跳转到当文件中的{a-z}标记处 |
| :white_check_mark: | `{A-Z} | 跳转到任意文件中的{A-Z} |
| :white_check_mark: | `{0-9} | 跳转到 Vim 上次退出时的位置 |
| :white_check_mark: | `` | 跳转到 Vim 最后一次跳转之前的位置 |
| :arrow_down: | `" | 跳转到当前文件中最后一次编辑的位置 |
| :arrow_down: | `[ | 跳转到上一次操作或输入文本的开始位置 |
| :arrow_down: | `] | 跳转到上一次操作或输入文本的结束位置 |
| :arrow_down: | `< | 跳转到(上一个)可视区开始 |
| :arrow_down: | `> | 跳转到(上一个)可视区末尾 |
| :white_check_mark: | `. | 跳转到此文件的最后一次修改处 |
| :white_check_mark: | '. | 跳转到此文件的最后一次修改处 |
| :arrow_down: | '{a-zA-Z0-9[]'"<>.} | 与`命令的意义相同,除了会定位到所在行的第一个非空白字符 |
| :arrow_down: | :marks | 打印当前活动的标记 |
| :white_check_mark: | :1234: CTRL-O | 跳转到跳转列表的第 N 个旧位置 |
| :white_check_mark: | :1234: CTRL-I | 跳转到跳转列表的第 N 个新位置 |
| :arrow_down: | :ju[mps] | 打印跳转列表 |
## 其它移动方式
@ -406,32 +406,32 @@
## 文本对象 (仅在可视模式下有效)
| 状态 | 命令 | 描述 |
| ------------------ | ------------------------------ | ---------------------------------------------- |
| :white_check_mark: | :1234: aw | 选择一个单词 |
| :white_check_mark: | :1234: iw | 选择一个内置单词 |
| :white_check_mark: | :1234: aW | 选择一个单词 |
| :white_check_mark: | :1234: iW | 选择一个内置单词 |
| :white_check_mark: | :1234: as | 选择一个缓冲区 |
| :white_check_mark: | :1234: is | 选择一个内置缓冲区 |
| :white_check_mark: | :1234: ap | 选择一个段落 |
| :white_check_mark: | :1234: ip | 选择一个内置缓冲区 |
| :white_check_mark: | :1234: a], a[ | 选择一个中括号区域 |
| :white_check_mark: | :1234: i], i[ | 选择一个内置中括号区域 |
| :white_check_mark: | :1234: ab, a(, a) | 选择从"[(" 到 "])"的区域 |
| :white_check_mark: | :1234: ib, i), i( | 选择从"[(" 到 "])"的内置区域 |
| :white_check_mark: | :1234: a>, a< | 选择"<>"区域 |
| :white_check_mark: | :1234: i>, i< | 选择"<>"的内部区域 |
| :white_check_mark: | :1234: aB, a{, a} | 选择从"[{" 到 "})"的区域 |
| :white_check_mark: | :1234: iB, i{, i} | 选择从"[{" 到 "})"的内置区域 |
| :white_check_mark: | :1234: at | 选择标签从&lt;aaa&gt;&lt;/aaa&gt;的区域 |
| :white_check_mark: | :1234: it | 选择标签从&lt;aaa&gt;&lt;/aaa&gt;的内部区域 |
| :white_check_mark: | :1234: a' | 选择单引号区域 |
| :white_check_mark: | :1234: i' | 选择单引号内置区域 |
| :white_check_mark: | :1234: a" | 选择双引号区域 |
| :white_check_mark: | :1234: i" | 选择双引号内置区域 |
| :white_check_mark: | :1234: a` | 选择反引号区域 |
| :white_check_mark: | :1234: i` | 选择反引号内置区域 |
| 状态 | 命令 | 描述 |
| ------------------ | ----------------- | ---------------------------------------------- |
| :white_check_mark: | :1234: aw | 选择一个单词 |
| :white_check_mark: | :1234: iw | 选择一个内置单词 |
| :white_check_mark: | :1234: aW | 选择一个单词 |
| :white_check_mark: | :1234: iW | 选择一个内置单词 |
| :white_check_mark: | :1234: as | 选择一个缓冲区 |
| :white_check_mark: | :1234: is | 选择一个内置缓冲区 |
| :white_check_mark: | :1234: ap | 选择一个段落 |
| :white_check_mark: | :1234: ip | 选择一个内置缓冲区 |
| :white_check_mark: | :1234: a], a[ | 选择一个中括号区域 |
| :white_check_mark: | :1234: i], i[ | 选择一个内置中括号区域 |
| :white_check_mark: | :1234: ab, a(, a) | 选择从"[(" 到 "])"的区域 |
| :white_check_mark: | :1234: ib, i), i( | 选择从"[(" 到 "])"的内置区域 |
| :white_check_mark: | :1234: a>, a< | 选择"<>"区域 |
| :white_check_mark: | :1234: i>, i< | 选择"<>"的内部区域 |
| :white_check_mark: | :1234: aB, a{, a} | 选择从"[{" 到 "})"的区域 |
| :white_check_mark: | :1234: iB, i{, i} | 选择从"[{" 到 "})"的内置区域 |
| :white_check_mark: | :1234: at | 选择标签从&lt;aaa&gt;&lt;/aaa&gt;的区域 |
| :white_check_mark: | :1234: it | 选择标签从&lt;aaa&gt;&lt;/aaa&gt;的内部区域 |
| :white_check_mark: | :1234: a' | 选择单引号区域 |
| :white_check_mark: | :1234: i' | 选择单引号内置区域 |
| :white_check_mark: | :1234: a" | 选择双引号区域 |
| :white_check_mark: | :1234: i" | 选择双引号内置区域 |
| :white_check_mark: | :1234: a` | 选择反引号区域 |
| :white_check_mark: | :1234: i` | 选择反引号内置区域 |
## 重复性命令

View File

@ -132,27 +132,27 @@ Now follows an exhaustive list of every known Vim command that we could find.
## Marks and motions
| Status | Command | Description |
| ------------------ | ----------------------------------------------------------- | ------------------------------------------------------ |
| :white_check_mark: | m{a-zA-Z} | mark current position with mark {a-zA-Z} |
| :white_check_mark: | `{a-z} | go to mark {a-z} within current file |
| :white_check_mark: | `{A-Z} | go to mark {A-Z} in any file |
| :white_check_mark: | `{0-9} | go to the position where Vim was previously exited |
| :white_check_mark: | `` | go to the position before the last jump |
| :arrow_down: | `" | go to the position when last editing this file |
| :white_check_mark: | `[ | go to the start of the previously operated or put text |
| :white_check_mark: | '[ | go to the start of the previously operated or put text |
| :white_check_mark: | `] | go to the end of the previously operated or put text |
| :white_check_mark: | '] | go to the end of the previously operated or put text |
| :arrow_down: | `< | go to the start of the (previous) Visual area |
| :arrow_down: | `> | go to the end of the (previous) Visual area |
| :white_check_mark: | `. | go to the position of the last change in this file |
| :white_check_mark: | '. | go to the position of the last change in this file |
| :arrow_down: | '{a-zA-Z0-9[]'"<>.} | same as `, but on the first non-blank in the line |
| :arrow_down: | :marks | print the active marks |
| :white_check_mark: | :1234: CTRL-O | go to Nth older position in jump list |
| :white_check_mark: | :1234: CTRL-I | go to Nth newer position in jump list |
| :arrow_down: | :ju[mps] | print the jump list |
| Status | Command | Description |
| ------------------ | ------------------- | ------------------------------------------------------ |
| :white_check_mark: | m{a-zA-Z} | mark current position with mark {a-zA-Z} |
| :white_check_mark: | `{a-z} | go to mark {a-z} within current file |
| :white_check_mark: | `{A-Z} | go to mark {A-Z} in any file |
| :white_check_mark: | `{0-9} | go to the position where Vim was previously exited |
| :white_check_mark: | `` | go to the position before the last jump |
| :arrow_down: | `" | go to the position when last editing this file |
| :white_check_mark: | `[ | go to the start of the previously operated or put text |
| :white_check_mark: | '[ | go to the start of the previously operated or put text |
| :white_check_mark: | `] | go to the end of the previously operated or put text |
| :white_check_mark: | '] | go to the end of the previously operated or put text |
| :arrow_down: | `< | go to the start of the (previous) Visual area |
| :arrow_down: | `> | go to the end of the (previous) Visual area |
| :white_check_mark: | `. | go to the position of the last change in this file |
| :white_check_mark: | '. | go to the position of the last change in this file |
| :arrow_down: | '{a-zA-Z0-9[]'"<>.} | same as `, but on the first non-blank in the line |
| :arrow_down: | :marks | print the active marks |
| :white_check_mark: | :1234: CTRL-O | go to Nth older position in jump list |
| :white_check_mark: | :1234: CTRL-I | go to Nth newer position in jump list |
| :arrow_down: | :ju[mps] | print the jump list |
## Various motions
@ -396,32 +396,32 @@ moving around:
## Text objects (only in Visual mode or after an operator)
| Status | Command | Description |
| ------------------ | ------------------------------------------------- | ----------------------------------------------------------- |
| :white_check_mark: | :1234: aw | Select "a word" |
| :white_check_mark: | :1234: iw | Select "inner word" |
| :white_check_mark: | :1234: aW | Select "a WORD" |
| :white_check_mark: | :1234: iW | Select "inner WORD" |
| :white_check_mark: | :1234: as | Select "a sentence" |
| :white_check_mark: | :1234: is | Select "inner sentence" |
| :white_check_mark: | :1234: ap | Select "a paragraph" |
| :white_check_mark: | :1234: ip | Select "inner paragraph" |
| :white_check_mark: | :1234: a], a[ | select '[' ']' blocks |
| :white_check_mark: | :1234: i], i[ | select inner '[' ']' blocks |
| :white_check_mark: | :1234: ab, a(, a) | Select "a block" (from "[(" to "])") |
| :white_check_mark: | :1234: ib, i), i( | Select "inner block" (from "[(" to "])") |
| :white_check_mark: | :1234: a>, a< | Select "a &lt;&gt; block" |
| :white_check_mark: | :1234: i>, i< | Select "inner <> block" |
| :white_check_mark: | :1234: aB, a{, a} | Select "a Block" (from "[{" to "]}") |
| :white_check_mark: | :1234: iB, i{, i} | Select "inner Block" (from "[{" to "]}") |
| :white_check_mark: | :1234: at | Select "a tag block" (from &lt;aaa&gt; to &lt;/aaa&gt;) |
| :white_check_mark: | :1234: it | Select "inner tag block" (from &lt;aaa&gt; to &lt;/aaa&gt;) |
| :white_check_mark: | :1234: a' | Select "a single quoted string" |
| :white_check_mark: | :1234: i' | Select "inner single quoted string" |
| :white_check_mark: | :1234: a" | Select "a double quoted string" |
| :white_check_mark: | :1234: i" | Select "inner double quoted string" |
| :white_check_mark: | :1234: a` | Select "a backward quoted string" |
| :white_check_mark: | :1234: i` | Select "inner backward quoted string" |
| Status | Command | Description |
| ------------------ | ----------------- | ----------------------------------------------------------- |
| :white_check_mark: | :1234: aw | Select "a word" |
| :white_check_mark: | :1234: iw | Select "inner word" |
| :white_check_mark: | :1234: aW | Select "a WORD" |
| :white_check_mark: | :1234: iW | Select "inner WORD" |
| :white_check_mark: | :1234: as | Select "a sentence" |
| :white_check_mark: | :1234: is | Select "inner sentence" |
| :white_check_mark: | :1234: ap | Select "a paragraph" |
| :white_check_mark: | :1234: ip | Select "inner paragraph" |
| :white_check_mark: | :1234: a], a[ | select '[' ']' blocks |
| :white_check_mark: | :1234: i], i[ | select inner '[' ']' blocks |
| :white_check_mark: | :1234: ab, a(, a) | Select "a block" (from "[(" to "])") |
| :white_check_mark: | :1234: ib, i), i( | Select "inner block" (from "[(" to "])") |
| :white_check_mark: | :1234: a>, a< | Select "a &lt;&gt; block" |
| :white_check_mark: | :1234: i>, i< | Select "inner <> block" |
| :white_check_mark: | :1234: aB, a{, a} | Select "a Block" (from "[{" to "]}") |
| :white_check_mark: | :1234: iB, i{, i} | Select "inner Block" (from "[{" to "]}") |
| :white_check_mark: | :1234: at | Select "a tag block" (from &lt;aaa&gt; to &lt;/aaa&gt;) |
| :white_check_mark: | :1234: it | Select "inner tag block" (from &lt;aaa&gt; to &lt;/aaa&gt;) |
| :white_check_mark: | :1234: a' | Select "a single quoted string" |
| :white_check_mark: | :1234: i' | Select "inner single quoted string" |
| :white_check_mark: | :1234: a" | Select "a double quoted string" |
| :white_check_mark: | :1234: i" | Select "inner double quoted string" |
| :white_check_mark: | :1234: a` | Select "a backward quoted string" |
| :white_check_mark: | :1234: i` | Select "inner backward quoted string" |
## Repeating commands

6
package-lock.json generated
View File

@ -6476,9 +6476,9 @@
"dev": true
},
"prettier": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz",
"integrity": "sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.0.tgz",
"integrity": "sha512-lz28cCbA1cDFHVuY8vvj6QuqOwIpyIfPUYkSl8AZ/vxH8qBXMMjE2knfLHCrZCmUsK/H1bg1P0tOo0dJkTJHvw==",
"dev": true
},
"pretty-hrtime": {

View File

@ -1061,7 +1061,7 @@
"minimist": "1.2.5",
"mocha": "8.1.1",
"plugin-error": "1.0.1",
"prettier": "2.0.5",
"prettier": "2.1.0",
"pretty-quick": "3.0.0",
"sinon": "9.0.3",
"ts-loader": "8.0.3",