Skip to content

Commit

Permalink
Merge pull request #2459 from plotly/master-2.9.0
Browse files Browse the repository at this point in the history
Build 2.9.0
  • Loading branch information
T4rk1n committed Mar 16, 2023
2 parents 2205b2f + e62e776 commit 54e765b
Show file tree
Hide file tree
Showing 105 changed files with 36,610 additions and 548 deletions.
89 changes: 76 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,24 @@ jobs:
- store_artifacts:
path: /tmp/dash_artifacts

test-39-react-18:
<<: *test
docker:
- image: cimg/python:3.9.9-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_ENABLE: 0
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True
PYVERSION: python39
REDIS_URL: redis://localhost:6379
REACT_VERSION: "18.2.0"
- image: cimg/redis:6.2.6
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB

test-36:
<<: *test
docker:
Expand Down Expand Up @@ -258,7 +276,7 @@ jobs:
PYVERSION: python36
PERCY_ENABLE: 0

dcc-test-39: &dcc-test
dcc-39: &dcc-test
working_directory: ~/dash
docker:
- image: cimg/python:3.9.9-browsers
Expand Down Expand Up @@ -302,7 +320,19 @@ jobs:
- store_artifacts:
path: /tmp/dash_artifacts

dcc-test-36:
dcc-39-react-18:
<<: *dcc-test
docker:
- image: cimg/python:3.9.9-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python39
PERCY_ENABLE: 0
REACT_VERSION: "18.2.0"

dcc-36:
<<: *dcc-test
docker:
- image: cimg/python:3.6.15-browsers
Expand All @@ -313,7 +343,7 @@ jobs:
PYVERSION: python36
PERCY_ENABLE: 0

html-python-39: &html-test
html-39: &html-test
working_directory: ~/dash
docker:
- image: cimg/python:3.9.9-browsers
Expand Down Expand Up @@ -365,7 +395,19 @@ jobs:
- store_artifacts:
path: /tmp/dash_artifacts

html-python-36:
html-39-react-18:
<<: *html-test
docker:
- image: cimg/python:3.9.9-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python39
PERCY_ENABLE: 0
REACT_VERSION: "18.2.0"

html-36:
<<: *html-test
docker:
- image: cimg/python:3.6.15-browsers
Expand All @@ -376,7 +418,7 @@ jobs:
PYVERSION: python36
PERCY_ENABLE: 0

table-server-test:
table-server: &table-server
working_directory: ~/dash
docker:
- image: cimg/python:3.9.9-browsers
Expand Down Expand Up @@ -423,6 +465,15 @@ jobs:
- store_artifacts:
path: /tmp/dash_artifacts

table-server-react-18:
<<: *table-server
docker:
- image: cimg/python:3.9.9-browsers
environment:
PYVERSION: python39
PERCY_ENABLE: 0
REACT_VERSION: "18.2.0"

table-unit-test:
working_directory: ~/dash
docker:
Expand Down Expand Up @@ -552,6 +603,9 @@ workflows:
- test-39:
requires:
- install-dependencies-39
- test-39-react-18:
requires:
- install-dependencies-39
- test-36:
requires:
- install-dependencies-36
Expand All @@ -563,17 +617,23 @@ workflows:
requires:
- install-dependencies-36

- dcc-test-39:
- dcc-39:
requires:
- install-dependencies-39
- dcc-test-36:
- dcc-39-react-18:
requires:
- install-dependencies-39
- dcc-36:
requires:
- install-dependencies-36

- html-python-39:
- html-39:
requires:
- install-dependencies-39
- html-39-react-18:
requires:
- install-dependencies-39
- html-python-36:
- html-36:
requires:
- install-dependencies-36

Expand All @@ -584,16 +644,19 @@ workflows:
requires:
- install-dependencies-39
- table-visual-test
- table-server-test:
- table-server:
requires:
- install-dependencies-39
- table-server-react-18:
requires:
- install-dependencies-39

- percy/finalize_all:
requires:
- test-39
- dcc-test-39
- html-python-39
- table-server-test
- dcc-39
- html-39
- table-server
- artifacts:
requires:
- percy/finalize_all
Expand Down
14 changes: 7 additions & 7 deletions @plotly/dash-component-plugins/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @plotly/dash-component-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"react": "^16.8.6",
"webpack": "^5.74.0",
"webpack": "^5.76.1",
"webpack-cli": "^4.10.0"
},
"files": [
Expand Down
14 changes: 7 additions & 7 deletions @plotly/dash-generator-test-component-nested/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @plotly/dash-generator-test-component-nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "16.13.0",
"react-dom": "16.13.0",
"react-jsx-parser": "1.28.1",
"webpack": "^5.74.0",
"webpack": "^5.76.1",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions @plotly/dash-generator-test-component-standard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "16.13.0",
"react-dom": "16.13.0",
"react-jsx-parser": "1.28.1",
"webpack": "^5.74.0",
"webpack": "^5.76.1",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack": "^5.76.1",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions @plotly/dash-test-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @plotly/dash-test-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "16.13.0",
"react-dom": "16.13.0",
"react-jsx-parser": "1.28.1",
"webpack": "^5.74.0",
"webpack": "^5.76.1",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 54e765b

Please sign in to comment.