@toptal/davinci-skeleton 8.0.0 → 8.0.1

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.
@@ -1,3 +1,4 @@
1
1
  module.exports = {
2
+ root: true,
2
3
  extends: "./node_modules/@toptal/davinci-syntax/src/configs/.eslintrc.js"
3
4
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1526](https://github.com/toptal/davinci/pull/1526) [`65ba9d01`](https://github.com/toptal/davinci/commit/65ba9d015134c31844c0826fe7fdf7f83cde8761) Thanks [@denieler](https://github.com/denieler)! - - fix error when running stylelint check. Rollback postcss package version.
8
+
3
9
  ## 8.0.0
4
10
 
5
11
  ### Major Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,7 +32,8 @@
32
32
  "webpack": "^5.0.0",
33
33
  "glob-parent": "^6.0.2",
34
34
  "trim": "^0.0.3",
35
- "trim-newlines": "^3.0.1"
35
+ "trim-newlines": "^3.0.1",
36
+ "postcss": "8.4.14"
36
37
  },
37
38
  "scripts": {
38
39
  "analyze": "davinci engine analyze",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,7 +32,8 @@
32
32
  "webpack": "^5.0.0",
33
33
  "glob-parent": "^6.0.2",
34
34
  "trim": "^0.0.3",
35
- "trim-newlines": "^3.0.1"
35
+ "trim-newlines": "^3.0.1",
36
+ "postcss": "8.4.14"
36
37
  },
37
38
  "scripts": {
38
39
  "analyze": "davinci engine analyze",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,7 +32,8 @@
32
32
  "webpack": "^5.0.0",
33
33
  "glob-parent": "^6.0.2",
34
34
  "trim": "^0.0.3",
35
- "trim-newlines": "^3.0.1"
35
+ "trim-newlines": "^3.0.1",
36
+ "postcss": "8.4.14"
36
37
  },
37
38
  "scripts": {
38
39
  "analyze": "davinci engine analyze",