@toptal/davinci-syntax 16.0.1 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +1 -1
- package/dist-package/package.json +2 -2
- package/docs/lint-code.md +1 -1
- package/docs/lint-styles.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 16.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1524](https://github.com/toptal/davinci/pull/1524) [`c84ae4c9`](https://github.com/toptal/davinci/commit/c84ae4c9fb8a1773a49be9c2db0a30ce1326fd9d) Thanks [@augustobmoura](https://github.com/augustobmoura)! - - change command calls to davinci syntax from `davinci syntax` to its standalone command `davinci-syntax`
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`c84ae4c9`](https://github.com/toptal/davinci/commit/c84ae4c9fb8a1773a49be9c2db0a30ce1326fd9d)]:
|
|
12
|
+
- @toptal/davinci-dir-lint@0.2.0
|
|
13
|
+
|
|
3
14
|
## 16.0.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Use it by installing `yarn add @toptal/davinci` in your project.
|
|
|
14
14
|
|
|
15
15
|
#### Alias
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
You can use davinci syntax both as a standalone command `davinci-syntax [...args]` or as a sub-command of the davinci command: `davinci syntax [args...]`
|
|
18
18
|
|
|
19
19
|
### IDE Tooling
|
|
20
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-syntax",
|
|
3
|
-
"version": "16.0
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"description": "Lint and prettier support",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@stylelint/postcss-css-in-js": "^0.37.2",
|
|
34
34
|
"@toptal/davinci-cli-shared": "1.6.0",
|
|
35
|
-
"@toptal/davinci-dir-lint": "^0.
|
|
35
|
+
"@toptal/davinci-dir-lint": "^0.2.0",
|
|
36
36
|
"@toptal/eslint-plugin-davinci": "5.3.1",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
38
38
|
"@typescript-eslint/parser": "^5.30.7",
|
package/docs/lint-code.md
CHANGED
package/docs/lint-styles.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-syntax",
|
|
3
|
-
"version": "16.0
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"description": "Lint and prettier support",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@stylelint/postcss-css-in-js": "^0.37.2",
|
|
34
34
|
"@toptal/davinci-cli-shared": "1.6.0",
|
|
35
|
-
"@toptal/davinci-dir-lint": "^0.
|
|
35
|
+
"@toptal/davinci-dir-lint": "^0.2.0",
|
|
36
36
|
"@toptal/eslint-plugin-davinci": "5.3.1",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
38
38
|
"@typescript-eslint/parser": "^5.30.7",
|