@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 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
- In all the commands you can use `davinci-syntax` directly if needed, instead of `davinci syntax`. This is not a recommended way to use `davinci`, but in very rare cases it might be useful.
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.1",
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.1.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
@@ -3,7 +3,7 @@
3
3
  To lint your code in the root of your project run
4
4
 
5
5
  ``` bash
6
- davinci syntax lint code .
6
+ davinci-syntax lint code .
7
7
  ```
8
8
 
9
9
  Options:
@@ -3,7 +3,7 @@
3
3
  To lint your styles and styled components in the root of your project run
4
4
 
5
5
  ``` bash
6
- davinci syntax lint styles .
6
+ davinci-syntax lint styles .
7
7
  ```
8
8
 
9
9
  According to the [Frontend Architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-syntax",
3
- "version": "16.0.1",
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.1.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",