@toptal/davinci-syntax 16.1.0 → 16.1.2

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,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 16.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9b67beb3`](https://github.com/toptal/davinci/commit/9b67beb3aaf0e24193b2deaba3126c41e3ec9280), [`04fe7ffa`](https://github.com/toptal/davinci/commit/04fe7ffa161027d081c6ae870716bb06a2fcf73f)]:
8
+ - @toptal/davinci-cli-shared@1.7.0
9
+
10
+ ## 16.1.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1541](https://github.com/toptal/davinci/pull/1541) [`397a53c9`](https://github.com/toptal/davinci/commit/397a53c9add9f7e8d485648b51cd22676d97c78f) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
15
+ - Update documentation about prefering individual davinci packages usage
16
+ - Updated dependencies [[`397a53c9`](https://github.com/toptal/davinci/commit/397a53c9add9f7e8d485648b51cd22676d97c78f)]:
17
+ - @toptal/davinci-dir-lint@0.2.1
18
+
3
19
  ## 16.1.0
4
20
 
5
21
  ### Minor Changes
package/README.md CHANGED
@@ -4,7 +4,7 @@ Helps to check the style of your code. Provides basic linting, prettier function
4
4
 
5
5
  ## Usage
6
6
 
7
- Use it by installing `yarn add @toptal/davinci` in your project.
7
+ Use it by installing `yarn add @toptal/davinci-syntax` in your project.
8
8
 
9
9
  #### Commands
10
10
 
@@ -14,7 +14,9 @@ Use it by installing `yarn add @toptal/davinci` in your project.
14
14
 
15
15
  #### Alias
16
16
 
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...]`
17
+ You can use davinci syntax both as a standalone command `davinci-syntax [...args]`
18
+ or as a sub-command of the davinci command: `davinci syntax [args...]`, in this case @toptal/davinci package is required.
19
+ Recommended way is to use individual davinci packages, i.e. `davinci-syntax unit`.
18
20
 
19
21
  ### IDE Tooling
20
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-syntax",
3
- "version": "16.1.0",
3
+ "version": "16.1.2",
4
4
  "description": "Lint and prettier support",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@stylelint/postcss-css-in-js": "^0.37.2",
34
- "@toptal/davinci-cli-shared": "1.6.0",
35
- "@toptal/davinci-dir-lint": "^0.2.0",
34
+ "@toptal/davinci-cli-shared": "1.7.0",
35
+ "@toptal/davinci-dir-lint": "^0.2.1",
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",
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-node": "^11.1.0",
48
48
  "eslint-plugin-prettier": "^4.0.0",
49
49
  "eslint-plugin-promise": "^6.0.0",
50
- "eslint-plugin-react": "^7.29.4",
50
+ "eslint-plugin-react": "^7.30.1",
51
51
  "eslint-plugin-react-hooks": "^4.4.0",
52
52
  "eslint-plugin-todo-plz": "^1.2.1",
53
53
  "eslint-plugin-unused-imports": "2.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-syntax",
3
- "version": "16.1.0",
3
+ "version": "16.1.2",
4
4
  "description": "Lint and prettier support",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@stylelint/postcss-css-in-js": "^0.37.2",
34
- "@toptal/davinci-cli-shared": "1.6.0",
35
- "@toptal/davinci-dir-lint": "^0.2.0",
34
+ "@toptal/davinci-cli-shared": "1.7.0",
35
+ "@toptal/davinci-dir-lint": "^0.2.1",
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",
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-node": "^11.1.0",
48
48
  "eslint-plugin-prettier": "^4.0.0",
49
49
  "eslint-plugin-promise": "^6.0.0",
50
- "eslint-plugin-react": "^7.29.4",
50
+ "eslint-plugin-react": "^7.30.1",
51
51
  "eslint-plugin-react-hooks": "^4.4.0",
52
52
  "eslint-plugin-todo-plz": "^1.2.1",
53
53
  "eslint-plugin-unused-imports": "2.0.0",