@toptal/davinci-skeleton 7.3.1-alpha-feat-fx-2770-init-command.21 → 7.3.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.
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Read davinci configuration
49
49
  id: davinci-config-data
50
50
  if: hashFiles('davinci.yaml') != ''
51
- uses: KJ002/read-yaml@87ea341cbbca892fb195e0c4aa49a114c5363b78
51
+ uses: KJ002/read-yaml@1.6
52
52
  with:
53
53
  file: './davinci.yaml'
54
54
  key-path: '["master"]'
@@ -47,7 +47,7 @@ jobs:
47
47
  - name: Read davinci configuration
48
48
  id: davinci-config-data
49
49
  if: hashFiles('davinci.yaml') != ''
50
- uses: KJ002/read-yaml@87ea341cbbca892fb195e0c4aa49a114c5363b78
50
+ uses: KJ002/read-yaml@1.6
51
51
  with:
52
52
  file: './davinci.yaml'
53
53
  key-path: '["master"]'
@@ -1,4 +1,4 @@
1
- const { config } = require('@toptal/davinci-storybook')
1
+ const config = require('@davinci/storybook')
2
2
 
3
3
  module.exports = {
4
4
  ...config,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1445](https://github.com/toptal/davinci/pull/1445) [`3b9f1a7b`](https://github.com/toptal/davinci/commit/3b9f1a7bd12eb0aa93a09a52dc8dadb02778f70b) Thanks [@dmaklygin](https://github.com/dmaklygin)! - - Use a tag instead of commit hashes in GH Workflows
8
+
3
9
  ## 7.3.0
4
10
 
5
11
  ### Minor Changes
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "@toptal/davinci-skeleton",
3
+ "version": "7.3.1",
4
+ "description": "Toptal frontend application created with Davinci CLI",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "author": "Toptal",
9
+ "homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
10
+ "license": "ISC",
11
+ "devDependencies": {
12
+ "@cypress/react": "^6.0.0",
13
+ "@toptal/browserslist-config": "^1.2.0",
14
+ "@types/happo-cypress": "^3.0.0",
15
+ "@types/jest": "^27.5.1",
16
+ "@types/react": "^18.0.14",
17
+ "@types/react-dom": "^18.0.4",
18
+ "@types/styled-components": "^5.1.25",
19
+ "@types/wait-on": "^5.3.1",
20
+ "happo-e2e": "^1.2.0",
21
+ "jest-environment-jsdom": "^28.1.0",
22
+ "local-cypress": "^1.2.6",
23
+ "postinstall-postinstall": "^2.1.0",
24
+ "wait-on": "^6.0.1",
25
+ "yarn-deduplicate": "^4.0.0"
26
+ },
27
+ "resolutions": {
28
+ "cypress": "^10.0.0"
29
+ },
30
+ "scripts": {
31
+ "analyze": "davinci engine analyze",
32
+ "build": "davinci engine build",
33
+ "start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
34
+ "start:ci": "PORT=3000 davinci engine start --https",
35
+ "test": "davinci qa unit --runInBand true",
36
+ "test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
37
+ "test:integration": "NODE_ENV=development davinci qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
38
+ "test:integration:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn happo-e2e -- -- yarn test:integration",
39
+ "test:integration:ct": "NODE_ENV=development davinci qa integration run --component",
40
+ "test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci qa integration run --component",
41
+ "lint": "davinci syntax lint code . && davinci syntax lint styles .",
42
+ "typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
43
+ "prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
44
+ "build:package": "../../bin/build-package.js",
45
+ "storybook": "start-storybook -p 6006",
46
+ "storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
47
+ "prepack": "./bin/prepack-skeleton",
48
+ "postpack": "./bin/postpack-skeleton",
49
+ "prepublishOnly": "../../bin/prepublish.js"
50
+ },
51
+ "lint-staged": {
52
+ "*.{js,jsx,ts,tsx}": [
53
+ "davinci syntax lint code",
54
+ "prettier --write"
55
+ ],
56
+ "styles.{js,jsx,ts,tsx}": [
57
+ "davinci syntax lint styles",
58
+ "prettier --write"
59
+ ]
60
+ },
61
+ "sideEffects": false,
62
+ "main": "./src/index.tsx"
63
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "7.3.1-alpha-feat-fx-2770-init-command.21+2b48ffb4",
3
+ "version": "7.3.1",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -10,7 +10,7 @@
10
10
  "license": "ISC",
11
11
  "devDependencies": {
12
12
  "@cypress/react": "^6.0.0",
13
- "@toptal/browserslist-config": "1.2.1-alpha-feat-fx-2770-init-command.424+2b48ffb4",
13
+ "@toptal/browserslist-config": "^1.2.0",
14
14
  "@types/happo-cypress": "^3.0.0",
15
15
  "@types/jest": "^27.5.1",
16
16
  "@types/react": "^18.0.14",
@@ -59,6 +59,5 @@
59
59
  ]
60
60
  },
61
61
  "sideEffects": false,
62
- "main": "./src/index.tsx",
63
- "gitHead": "2b48ffb44f9568e6daa19674361904f3aa540c91"
62
+ "main": "./src/index.tsx"
64
63
  }
@@ -0,0 +1,63 @@
1
+ {
2
+ "name": "@toptal/davinci-skeleton",
3
+ "version": "7.3.1",
4
+ "description": "Toptal frontend application created with Davinci CLI",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "author": "Toptal",
9
+ "homepage": "https://github.com/toptal/davinci/tree/master/packages/bootstrap#readme",
10
+ "license": "ISC",
11
+ "devDependencies": {
12
+ "@cypress/react": "^6.0.0",
13
+ "@toptal/browserslist-config": "^1.2.0",
14
+ "@types/happo-cypress": "^3.0.0",
15
+ "@types/jest": "^27.5.1",
16
+ "@types/react": "^18.0.14",
17
+ "@types/react-dom": "^18.0.4",
18
+ "@types/styled-components": "^5.1.25",
19
+ "@types/wait-on": "^5.3.1",
20
+ "happo-e2e": "^1.2.0",
21
+ "jest-environment-jsdom": "^28.1.0",
22
+ "local-cypress": "^1.2.6",
23
+ "postinstall-postinstall": "^2.1.0",
24
+ "wait-on": "^6.0.1",
25
+ "yarn-deduplicate": "^4.0.0"
26
+ },
27
+ "resolutions": {
28
+ "cypress": "^10.0.0"
29
+ },
30
+ "scripts": {
31
+ "analyze": "davinci engine analyze",
32
+ "build": "davinci engine build",
33
+ "start": "PORT=3000 davinci engine start --https --open-url https://local-development.staging.toptal.net:3000",
34
+ "start:ci": "PORT=3000 davinci engine start --https",
35
+ "test": "davinci qa unit --runInBand true",
36
+ "test:ci": "LANG=en_US davinci qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
37
+ "test:integration": "NODE_ENV=development davinci qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
38
+ "test:integration:ci": "yarn start:ci & wait-on -i 10000 https://local-development.staging.toptal.net:3000 && yarn happo-e2e -- -- yarn test:integration",
39
+ "test:integration:ct": "NODE_ENV=development davinci qa integration run --component",
40
+ "test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci qa integration run --component",
41
+ "lint": "davinci syntax lint code . && davinci syntax lint styles .",
42
+ "typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
43
+ "prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
44
+ "build:package": "../../bin/build-package.js",
45
+ "storybook": "start-storybook -p 6006",
46
+ "storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
47
+ "prepack": "./bin/prepack-skeleton",
48
+ "postpack": "./bin/postpack-skeleton",
49
+ "prepublishOnly": "../../bin/prepublish.js"
50
+ },
51
+ "lint-staged": {
52
+ "*.{js,jsx,ts,tsx}": [
53
+ "davinci syntax lint code",
54
+ "prettier --write"
55
+ ],
56
+ "styles.{js,jsx,ts,tsx}": [
57
+ "davinci syntax lint styles",
58
+ "prettier --write"
59
+ ]
60
+ },
61
+ "sideEffects": false,
62
+ "main": "./src/index.tsx"
63
+ }
@@ -1,6 +0,0 @@
1
- const { addons } = require('@storybook/addons')
2
- const theme = require('@toptal/davinci-storybook-theme').default
3
-
4
- addons.setConfig({
5
- theme,
6
- })