@toptal/davinci-skeleton 13.0.2 → 13.0.3

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.
@@ -47,7 +47,7 @@ jobs:
47
47
  ${{ env.GCS_BUCKET_NAME }}/davinci_visualizer/${{ github.repository }}/commit-${{ github.sha }}/run-${{ github.run_id }}
48
48
 
49
49
  - name: Send a comment with graph to the PR
50
- uses: actions/github-script@v6
50
+ uses: actions/github-script@v7
51
51
  with:
52
52
  github-token: ${{ env.GITHUB_TOKEN }}
53
53
  script: |
@@ -18,7 +18,7 @@ jobs:
18
18
  STATUS_TARGET_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
19
19
  steps:
20
20
  - name: Feedback on action started
21
- uses: actions/github-script@v6
21
+ uses: actions/github-script@v7
22
22
  with:
23
23
  github-token: ${{ env.GITHUB_TOKEN }}
24
24
  script: |
@@ -47,7 +47,7 @@ jobs:
47
47
  fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
48
48
 
49
49
  - name: Set status check - pending
50
- uses: actions/github-script@v6
50
+ uses: actions/github-script@v7
51
51
  with:
52
52
  github-token: ${{ env.GITHUB_TOKEN }}
53
53
  script: |
@@ -69,7 +69,7 @@ jobs:
69
69
  branch: ${{ steps.get-branch.outputs.branch }}
70
70
 
71
71
  - name: Check versions and post comment
72
- uses: actions/github-script@v6
72
+ uses: actions/github-script@v7
73
73
  env:
74
74
  versions: ${{ steps.alpha-package.outputs.versions }}
75
75
  with:
@@ -95,7 +95,7 @@ jobs:
95
95
 
96
96
  - name: Set status check - success / failure / error
97
97
  if: ${{ always() }}
98
- uses: actions/github-script@v6
98
+ uses: actions/github-script@v7
99
99
  with:
100
100
  github-token: ${{ env.GITHUB_TOKEN }}
101
101
  script: |
@@ -55,7 +55,7 @@ jobs:
55
55
 
56
56
  - name: Check if it should be deployed
57
57
  id: deployment-necessity
58
- uses: actions/github-script@v6
58
+ uses: actions/github-script@v7
59
59
  env:
60
60
  DAVINCI_CONFIG_DATA: ${{ steps.davinci-config-data.outputs.data }}
61
61
  EVENT_NAME: ${{ github.event_name }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 13.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2217](https://github.com/toptal/davinci/pull/2217) [`f40c2b77`](https://github.com/toptal/davinci/commit/f40c2b77df27af45f4c777ffabb45dcb49a3304c) Thanks [@TomasSlama](https://github.com/TomasSlama)!
8
+ - bump storybook dependencies to remove vulnerabilities
9
+
3
10
  ## 13.0.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "author": "Toptal",
6
6
  "license": "SEE LICENSE IN LICENSE.MD",
@@ -29,10 +29,10 @@
29
29
  "typecheck": "tsc --noEmit && tsc --project cypress --noEmit"
30
30
  },
31
31
  "devDependencies": {
32
- "@storybook/react": "^7.0.22",
33
- "@storybook/react-vite": "^7.0.22",
34
- "@storybook/react-webpack5": "^7.0.22",
35
- "@storybook/testing-library": "^0.1.0",
32
+ "@storybook/react": "^7.5.3",
33
+ "@storybook/react-vite": "^7.5.3",
34
+ "@storybook/react-webpack5": "^7.5.3",
35
+ "@storybook/testing-library": "^0.2.2",
36
36
  "@swc/core": "^1.3.66",
37
37
  "@testing-library/jest-dom": "^6.1.2",
38
38
  "@toptal/browserslist-config": "1.2.1",
@@ -46,7 +46,7 @@
46
46
  "jest-environment-jsdom": "^29.7.0",
47
47
  "local-cypress": "^1.2.6",
48
48
  "start-server-and-test": "^2.0.2",
49
- "storybook": "^7.0.22",
49
+ "storybook": "^7.5.3",
50
50
  "webpack": "^5.88.2",
51
51
  "yarn-deduplicate": "^6.0.1"
52
52
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "author": "Toptal",
6
6
  "license": "SEE LICENSE IN LICENSE.MD",
@@ -29,10 +29,10 @@
29
29
  "typecheck": "tsc --noEmit && tsc --project cypress --noEmit"
30
30
  },
31
31
  "devDependencies": {
32
- "@storybook/react": "^7.0.22",
33
- "@storybook/react-vite": "^7.0.22",
34
- "@storybook/react-webpack5": "^7.0.22",
35
- "@storybook/testing-library": "^0.1.0",
32
+ "@storybook/react": "^7.5.3",
33
+ "@storybook/react-vite": "^7.5.3",
34
+ "@storybook/react-webpack5": "^7.5.3",
35
+ "@storybook/testing-library": "^0.2.2",
36
36
  "@swc/core": "^1.3.66",
37
37
  "@testing-library/jest-dom": "^6.1.2",
38
38
  "@toptal/browserslist-config": "1.2.1",
@@ -46,7 +46,7 @@
46
46
  "jest-environment-jsdom": "^29.7.0",
47
47
  "local-cypress": "^1.2.6",
48
48
  "start-server-and-test": "^2.0.2",
49
- "storybook": "^7.0.22",
49
+ "storybook": "^7.5.3",
50
50
  "webpack": "^5.88.2",
51
51
  "yarn-deduplicate": "^6.0.1"
52
52
  },