@toptal/davinci 22.0.137 → 22.0.139

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,30 @@
1
1
  # Change Log
2
2
 
3
+ ## 22.0.139
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`676ef4fd`](https://github.com/toptal/davinci/commit/676ef4fdc68cee6766903fb811274c470bf3a5ee)]:
8
+ - @toptal/davinci-ci@7.4.0
9
+
10
+ ## 22.0.138
11
+
12
+ ### Patch Changes
13
+
14
+ - [#2376](https://github.com/toptal/davinci/pull/2376) [`edcf6971`](https://github.com/toptal/davinci/commit/edcf6971a1b97af0f38424e3174dad75e50f5aed) Thanks [@augustobmoura](https://github.com/augustobmoura)!
15
+ - bump new version of davinci-cli-shared on all projects
16
+
17
+ - Updated dependencies [[`edcf6971`](https://github.com/toptal/davinci/commit/edcf6971a1b97af0f38424e3174dad75e50f5aed)]:
18
+ - @toptal/davinci-graphql-codegen@4.1.3
19
+ - @toptal/davinci-bootstrap@4.0.29
20
+ - @toptal/davinci-monorepo@8.3.6
21
+ - @toptal/davinci-workflow@2.0.28
22
+ - @toptal/davinci-engine@11.0.9
23
+ - @toptal/davinci-syntax@22.0.3
24
+ - @toptal/davinci-code@2.0.16
25
+ - @toptal/davinci-ci@7.3.2
26
+ - @toptal/davinci-qa@17.0.2
27
+
3
28
  ## 22.0.137
4
29
 
5
30
  ### Patch Changes
@@ -15,4 +15,9 @@ server {
15
15
  location / {
16
16
  try_files $uri /index.html;
17
17
  }
18
+
19
+ # forbid environment files download
20
+ location ~ ^/\.env\. {
21
+ deny all;
22
+ }
18
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci",
3
- "version": "22.0.137",
3
+ "version": "22.0.139",
4
4
  "keywords": [
5
5
  "cli",
6
6
  "front-end"
@@ -23,16 +23,16 @@
23
23
  "CHANGELOG.md"
24
24
  ],
25
25
  "dependencies": {
26
- "@toptal/davinci-bootstrap": "4.0.28",
27
- "@toptal/davinci-ci": "7.3.1",
28
- "@toptal/davinci-cli-shared": "^2.3.9",
29
- "@toptal/davinci-code": "2.0.15",
30
- "@toptal/davinci-engine": "11.0.8",
31
- "@toptal/davinci-graphql-codegen": "4.1.2",
32
- "@toptal/davinci-monorepo": "^8.3.3",
33
- "@toptal/davinci-qa": "17.0.1",
34
- "@toptal/davinci-syntax": "22.0.2",
35
- "@toptal/davinci-workflow": "2.0.27"
26
+ "@toptal/davinci-bootstrap": "4.0.29",
27
+ "@toptal/davinci-ci": "7.4.0",
28
+ "@toptal/davinci-cli-shared": "^2.4.0",
29
+ "@toptal/davinci-code": "2.0.16",
30
+ "@toptal/davinci-engine": "11.0.9",
31
+ "@toptal/davinci-graphql-codegen": "4.1.3",
32
+ "@toptal/davinci-monorepo": "^8.3.6",
33
+ "@toptal/davinci-qa": "17.0.2",
34
+ "@toptal/davinci-syntax": "22.0.3",
35
+ "@toptal/davinci-workflow": "2.0.28"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"