@toptal/davinci-skeleton 9.2.3-alpha-fix-execute-graphql-command-7ac3a6ec.6 → 10.0.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.
@@ -60,8 +60,10 @@ jobs:
60
60
  - name: Checkout project
61
61
  uses: actions/checkout@v2
62
62
 
63
- - name: Setup node
64
- uses: actions/setup-node@v2
63
+ - name: Setup Node.js 14.x
64
+ uses: actions/setup-node@v3
65
+ with:
66
+ node-version: 14
65
67
 
66
68
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
67
69
 
@@ -52,8 +52,10 @@ jobs:
52
52
  - name: Checkout project
53
53
  uses: actions/checkout@v2
54
54
 
55
- - name: Setup node
56
- uses: actions/setup-node@v2
55
+ - name: Setup Node.js 14.x
56
+ uses: actions/setup-node@v3
57
+ with:
58
+ node-version: 14
57
59
 
58
60
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
59
61
 
@@ -19,8 +19,10 @@ jobs:
19
19
  - name: Checkout project
20
20
  uses: actions/checkout@v2
21
21
 
22
- - name: Setup node
23
- uses: actions/setup-node@v2
22
+ - name: Setup Node.js 14.x
23
+ uses: actions/setup-node@v3
24
+ with:
25
+ node-version: 14
24
26
 
25
27
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
26
28
 
@@ -58,8 +58,10 @@ jobs:
58
58
  token: ${{ env.GITHUB_TOKEN }}
59
59
  path: davinci
60
60
 
61
- - name: Setup node
62
- uses: actions/setup-node@v2
61
+ - name: Setup Node.js 14.x
62
+ uses: actions/setup-node@v3
63
+ with:
64
+ node-version: 14
63
65
 
64
66
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
65
67
 
@@ -15,8 +15,10 @@ jobs:
15
15
  - name: Checkout project
16
16
  uses: actions/checkout@v2
17
17
 
18
- - name: Setup node
19
- uses: actions/setup-node@v2
18
+ - name: Setup Node.js 14.x
19
+ uses: actions/setup-node@v3
20
+ with:
21
+ node-version: 14
20
22
 
21
23
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
22
24
 
@@ -26,8 +26,10 @@ jobs:
26
26
  - name: Checkout project
27
27
  uses: actions/checkout@v2
28
28
 
29
- - name: Setup node
30
- uses: actions/setup-node@v2
29
+ - name: Setup Node.js 14.x
30
+ uses: actions/setup-node@v3
31
+ with:
32
+ node-version: 14
31
33
 
32
34
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
33
35
 
@@ -16,8 +16,10 @@ jobs:
16
16
  - name: Checkout
17
17
  uses: actions/checkout@v2
18
18
 
19
- - name: Setup node
20
- uses: actions/setup-node@v2
19
+ - name: Setup Node.js 14.x
20
+ uses: actions/setup-node@v3
21
+ with:
22
+ node-version: 14
21
23
 
22
24
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
23
25
 
@@ -28,10 +28,10 @@ jobs:
28
28
  - name: Checkout
29
29
  uses: actions/checkout@v2
30
30
 
31
- - name: Setup node
32
- uses: actions/setup-node@v2
31
+ - name: Setup Node.js 14.x
32
+ uses: actions/setup-node@v3
33
33
  with:
34
- node-version: '14.17'
34
+ node-version: 14
35
35
 
36
36
  - uses: toptal/davinci-github-actions/yarn-install@v4.6.0
37
37
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1799](https://github.com/toptal/davinci/pull/1799) [`103a3ec9`](https://github.com/toptal/davinci/commit/103a3ec94aa9ca9d9d83aab4cbcb510e26bf6071) Thanks [@separatio](https://github.com/separatio)! - ---
8
+
9
+ - upgrade required minimum Node version to 14 LTS
10
+
3
11
  ## 9.2.2
4
12
 
5
13
  ### Patch Changes
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "@toptal/davinci-skeleton",
3
+ "version": "10.0.0",
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
+ "happo-e2e": "^2.0.1",
20
+ "jest-environment-jsdom": "^28.1.0",
21
+ "local-cypress": "^1.2.6",
22
+ "postinstall-postinstall": "^2.1.0",
23
+ "yarn-deduplicate": "^4.0.0",
24
+ "@storybook/builder-webpack5": "^6.5.10",
25
+ "@storybook/manager-webpack5": "^6.5.14",
26
+ "@storybook/react": "^6.5.9",
27
+ "@storybook/testing-library": "^0.0.13",
28
+ "start-server-and-test": "^1.14.0"
29
+ },
30
+ "resolutions": {
31
+ "cypress": "^10.6.0",
32
+ "webpack": "^5.0.0",
33
+ "glob-parent": "^6.0.2",
34
+ "trim": "^0.0.3",
35
+ "trim-newlines": "^3.0.1",
36
+ "postcss": "8.4.14"
37
+ },
38
+ "scripts": {
39
+ "analyze": "davinci-engine analyze",
40
+ "build": "davinci-engine build",
41
+ "start": "PORT=3000 davinci-engine start --https --open-url https://local-development.staging.toptal.net:3000",
42
+ "start:ci": "PORT=3000 davinci-engine start --https",
43
+ "test": "davinci-qa unit --runInBand true",
44
+ "test:ci": "LANG=en_US davinci-qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
45
+ "test:integration": "NODE_ENV=development davinci-qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
46
+ "test:integration:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn start:ci' https://local-development.staging.toptal.net:3000 'yarn happo-e2e -- -- yarn test:integration'",
47
+ "test:integration:ct": "NODE_ENV=development davinci-qa integration run --component",
48
+ "test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci-qa integration run --component",
49
+ "lint": "davinci-syntax lint code . && davinci-syntax lint styles .",
50
+ "typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
51
+ "prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
52
+ "build:package": "../../bin/build-package.js",
53
+ "storybook": "start-storybook -p 6006",
54
+ "storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
55
+ "storybook:test:visual": "happo run",
56
+ "storybook:test:visual:ci": "happo-ci-github-actions",
57
+ "prepack": "./bin/prepack-skeleton",
58
+ "postpack": "./bin/postpack-skeleton",
59
+ "prepublishOnly": "../../bin/prepublish.js"
60
+ },
61
+ "lint-staged": {
62
+ "*.{js,jsx,ts,tsx}": [
63
+ "davinci-syntax lint code",
64
+ "prettier --write"
65
+ ],
66
+ "styles.{js,jsx,ts,tsx}": [
67
+ "davinci-syntax lint styles",
68
+ "prettier --write"
69
+ ]
70
+ },
71
+ "sideEffects": false,
72
+ "main": "./src/index.tsx"
73
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "9.2.3-alpha-fix-execute-graphql-command-7ac3a6ec.6+7ac3a6ec",
3
+ "version": "10.0.0",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -10,11 +10,7 @@
10
10
  "license": "ISC",
11
11
  "devDependencies": {
12
12
  "@cypress/react": "^6.0.0",
13
- "@storybook/builder-webpack5": "^6.5.10",
14
- "@storybook/manager-webpack5": "^6.5.14",
15
- "@storybook/react": "^6.5.9",
16
- "@storybook/testing-library": "^0.0.13",
17
- "@toptal/browserslist-config": "1.2.1-alpha-fix-execute-graphql-command-7ac3a6ec.691+7ac3a6ec",
13
+ "@toptal/browserslist-config": "^1.2.0",
18
14
  "@types/happo-cypress": "^3.0.0",
19
15
  "@types/jest": "^27.5.1",
20
16
  "@types/react": "^18.0.14",
@@ -24,8 +20,12 @@
24
20
  "jest-environment-jsdom": "^28.1.0",
25
21
  "local-cypress": "^1.2.6",
26
22
  "postinstall-postinstall": "^2.1.0",
27
- "start-server-and-test": "^1.14.0",
28
- "yarn-deduplicate": "^4.0.0"
23
+ "yarn-deduplicate": "^4.0.0",
24
+ "@storybook/builder-webpack5": "^6.5.10",
25
+ "@storybook/manager-webpack5": "^6.5.14",
26
+ "@storybook/react": "^6.5.9",
27
+ "@storybook/testing-library": "^0.0.13",
28
+ "start-server-and-test": "^1.14.0"
29
29
  },
30
30
  "resolutions": {
31
31
  "cypress": "^10.6.0",
@@ -69,6 +69,5 @@
69
69
  ]
70
70
  },
71
71
  "sideEffects": false,
72
- "main": "./src/index.tsx",
73
- "gitHead": "7ac3a6ec8bc411bee3822fca79b4e3aef15d086b"
72
+ "main": "./src/index.tsx"
74
73
  }
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "@toptal/davinci-skeleton",
3
+ "version": "10.0.0",
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
+ "happo-e2e": "^2.0.1",
20
+ "jest-environment-jsdom": "^28.1.0",
21
+ "local-cypress": "^1.2.6",
22
+ "postinstall-postinstall": "^2.1.0",
23
+ "yarn-deduplicate": "^4.0.0",
24
+ "@storybook/builder-webpack5": "^6.5.10",
25
+ "@storybook/manager-webpack5": "^6.5.14",
26
+ "@storybook/react": "^6.5.9",
27
+ "@storybook/testing-library": "^0.0.13",
28
+ "start-server-and-test": "^1.14.0"
29
+ },
30
+ "resolutions": {
31
+ "cypress": "^10.6.0",
32
+ "webpack": "^5.0.0",
33
+ "glob-parent": "^6.0.2",
34
+ "trim": "^0.0.3",
35
+ "trim-newlines": "^3.0.1",
36
+ "postcss": "8.4.14"
37
+ },
38
+ "scripts": {
39
+ "analyze": "davinci-engine analyze",
40
+ "build": "davinci-engine build",
41
+ "start": "PORT=3000 davinci-engine start --https --open-url https://local-development.staging.toptal.net:3000",
42
+ "start:ci": "PORT=3000 davinci-engine start --https",
43
+ "test": "davinci-qa unit --runInBand true",
44
+ "test:ci": "LANG=en_US davinci-qa unit --ci --maxWorkers 100% --testTimeout=10000 --silent",
45
+ "test:integration": "NODE_ENV=development davinci-qa integration run --baseUrl=https://local-development.staging.toptal.net:3000",
46
+ "test:integration:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn start:ci' https://local-development.staging.toptal.net:3000 'yarn happo-e2e -- -- yarn test:integration'",
47
+ "test:integration:ct": "NODE_ENV=development davinci-qa integration run --component",
48
+ "test:integration:ct:ci": "NODE_ENV=development yarn happo-e2e -- -- davinci-qa integration run --component",
49
+ "lint": "davinci-syntax lint code . && davinci-syntax lint styles .",
50
+ "typecheck": "tsc --noEmit && tsc --project cypress --noEmit",
51
+ "prepublish": "if [ -f 'yarn.lock' ]; then yarn-deduplicate yarn.lock; fi",
52
+ "build:package": "../../bin/build-package.js",
53
+ "storybook": "start-storybook -p 6006",
54
+ "storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
55
+ "storybook:test:visual": "happo run",
56
+ "storybook:test:visual:ci": "happo-ci-github-actions",
57
+ "prepack": "./bin/prepack-skeleton",
58
+ "postpack": "./bin/postpack-skeleton",
59
+ "prepublishOnly": "../../bin/prepublish.js"
60
+ },
61
+ "lint-staged": {
62
+ "*.{js,jsx,ts,tsx}": [
63
+ "davinci-syntax lint code",
64
+ "prettier --write"
65
+ ],
66
+ "styles.{js,jsx,ts,tsx}": [
67
+ "davinci-syntax lint styles",
68
+ "prettier --write"
69
+ ]
70
+ },
71
+ "sideEffects": false,
72
+ "main": "./src/index.tsx"
73
+ }