Skip to content

Commit c61dd14

Browse files
fix modelviewer.dev deployment error (#5001)
* Added the ability to run and combine multiple animations simultaneously, upgraded to threejs r171, and updated packages to the latest version. * fix build warnings and errors and replace rollup-plugin-polyfill with swc * fix fidelity-tests chrome error * fix chrome install error on fidelity-tests * fix fidelity-tests error on Fix dependencies step * add no-sandbox args to puppeteer.launch * cleanup github workflow * add example for appendAnimation, improve modelviewer.dev styles, improve appendAnimation method, format codes with clang-format style and fix other requested changes in #4979 pull request * Fix all requested changes in #4979 PR, improve the flexibility of appendAnimation function, improve modelviewer.dev styles and revert dependencies version * improve detachAnimation flexibility * update dependencies to latest version * fix #4960 issue * Fix animation skipping when updating with appendAnimation method and improve general performance * Upgrade to three.js r172 and update dependencies and fix peer dependency error when installing in postprocessing * add Cineon, Reinhard, Linear, none tone mapping options and update documention * revert peetDependencies change * fix package-lock error * fix repetitions and pingpong update bug * add time option to appendAnimation function * fix editor "js-beautify" invalid src * update dependencies * improve editor and modelviewer.dev styles, add mobile responsive to editor, improve modelviewer.dev hamburger menu * update dependencies * add ar-usdz-max-texture-size (related #4984 issue) * try fix deploy error, upgrade to three.js r173 and update all dependencies, fix ar-usdz-docs.json "max-texture-size" attribute defualt value
1 parent 0637b91 commit c61dd14

File tree

8 files changed

+1421
-1364
lines changed

8 files changed

+1421
-1364
lines changed

package-lock.json

+1,395-1,338
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"homepage": "https://github.com/google/model-viewer#readme",
4141
"devDependencies": {
42-
"@typescript-eslint/eslint-plugin": "^8.22.0",
43-
"@typescript-eslint/parser": "^8.22.0",
42+
"@typescript-eslint/eslint-plugin": "^8.24.1",
43+
"@typescript-eslint/parser": "^8.24.1",
4444
"clang-format": "^1.8.0",
45-
"eslint": "^9.19.0",
45+
"eslint": "^9.20.1",
4646
"eslint-config-google": "^0.14.0",
4747
"eslint-plugin-mocha": "^10.5.0",
4848
"eslint-plugin-wc": "^2.2.0",

packages/model-viewer-effects/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
],
7474
"dependencies": {
7575
"lit": "^3.2.1",
76-
"postprocessing": "^6.36.6"
76+
"postprocessing": "^6.36.7"
7777
},
7878
"peerDependencies": {
7979
"@google/model-viewer": "^4.0.0"
@@ -85,23 +85,23 @@
8585
"@rollup/plugin-replace": "^6.0.2",
8686
"@types/mocha": "^10.0.10",
8787
"@types/pngjs": "^6.0.5",
88-
"@types/three": "^0.172.0",
88+
"@types/three": "^0.173.0",
8989
"@ungap/event-target": "^0.2.4",
90-
"@web/test-runner": "^0.19.0",
90+
"@web/test-runner": "^0.20.0",
9191
"@web/test-runner-playwright": "^0.11.0",
92-
"chai": "^5.1.2",
92+
"chai": "^5.2.0",
9393
"@rollup/plugin-swc": "^0.4.0",
94-
"@swc/core": "^1.10.12",
94+
"@swc/core": "^1.10.18",
9595
"focus-visible": "^5.2.1",
9696
"http-server": "^14.1.1",
9797
"mocha": "^11.1.0",
9898
"npm-run-all": "^4.1.5",
99-
"rollup": "^4.32.1",
99+
"rollup": "^4.34.8",
100100
"rollup-plugin-cleanup": "^3.2.1",
101101
"rollup-plugin-dts": "^6.1.1",
102102
"rollup-plugin-polyfill": "^4.2.0",
103103
"@rollup/plugin-terser": "^0.4.4",
104-
"three": "^0.172.0",
104+
"three": "^0.173.0",
105105
"typescript": "5.7.3"
106106
},
107107
"publishConfig": {

packages/model-viewer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,23 @@
9595
"@rollup/plugin-replace": "^6.0.2",
9696
"@types/mocha": "^10.0.10",
9797
"@types/pngjs": "^6.0.5",
98-
"@types/three": "^0.172.0",
98+
"@types/three": "^0.173.0",
9999
"@ungap/event-target": "^0.2.4",
100-
"@web/test-runner": "^0.19.0",
100+
"@web/test-runner": "^0.20.0",
101101
"@rollup/plugin-swc": "^0.4.0",
102-
"@swc/core": "^1.10.12",
102+
"@swc/core": "^1.10.18",
103103
"@web/test-runner-playwright": "^0.11.0",
104-
"chai": "^5.1.2",
104+
"chai": "^5.2.0",
105105
"http-server": "^14.1.1",
106106
"mocha": "^11.1.0",
107107
"npm-run-all": "^4.1.5",
108-
"rollup": "^4.32.1",
108+
"rollup": "^4.34.8",
109109
"rollup-plugin-cleanup": "^3.2.1",
110110
"rollup-plugin-dts": "^6.1.1",
111111
"rollup-plugin-polyfill": "^4.2.0",
112112
"@rollup/plugin-terser": "^0.4.4",
113113
"typescript": "5.7.3",
114-
"three": "^0.172.0"
114+
"three": "^0.173.0"
115115
},
116116
"publishConfig": {
117117
"access": "public"

packages/modelviewer.dev/data/docs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
"htmlName": "arUsdzMaxTextureSize",
361361
"description": "Set texture max resolution for Quick Look auto generated USDZ model.",
362362
"default": {
363-
"default": "Infinity (no limits for maximum texture resolution)",
363+
"default": "auto (no limits for maximum texture resolution)",
364364
"options": "Number greater than or equal to 16"
365365
}
366366
},

packages/modelviewer.dev/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"prismjs": "^1.29.0"
3434
},
3535
"devDependencies": {
36-
"rollup": "^4.32.1",
36+
"rollup": "^4.34.8",
3737
"@rollup/plugin-node-resolve": "^16.0.0",
3838
"@rollup/plugin-swc": "^0.4.0",
39-
"@swc/core": "^1.10.12",
39+
"@swc/core": "^1.10.18",
4040
"@rollup/plugin-replace": "^6.0.2",
4141
"typescript": "5.7.3"
4242
}

packages/render-fidelity-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lit": "^3.2.1",
3434
"mkdirp": "^3.0.1",
3535
"pngjs": "^7.0.0",
36-
"puppeteer": "^24.1.1",
36+
"puppeteer": "^24.2.1",
3737
"rimraf": "^6.0.1",
3838
"yargs": "^17.7.2"
3939
},
@@ -43,7 +43,7 @@
4343
"@rollup/plugin-replace": "^6.0.2",
4444
"@types/yargs": "^17.0.33",
4545
"polymer-build": "^3.1.4",
46-
"rollup": "^4.32.1",
46+
"rollup": "^4.34.8",
4747
"rollup-plugin-external-globals": "^0.13.0",
4848
"typescript": "5.7.3"
4949
}

packages/space-opera/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@
5656
"@gltf-transform/core": "^4.1.1",
5757
"@gltf-transform/extensions": "^4.1.1",
5858
"@gltf-transform/functions": "^4.1.1",
59-
"@web/test-runner": "^0.19.0",
59+
"@web/test-runner": "^0.20.0",
6060
"@rollup/plugin-swc": "^0.4.0",
61-
"@swc/core": "^1.10.12",
61+
"@swc/core": "^1.10.18",
6262
"@web/test-runner-playwright": "^0.11.0",
63-
"chai": "^5.1.2",
63+
"chai": "^5.2.0",
6464
"gltf-validator": "^2.0.0-dev.3.10",
6565
"http-server": "^14.1.1",
66-
"js-beautify": "^1.15.1",
66+
"js-beautify": "^1.15.3",
6767
"jszip": "^3.10.1",
6868
"lit": "^3.2.1",
6969
"npm-run-all": "^4.1.5",
7070
"pwa-helpers": "^0.9.1",
7171
"qrious": "^4.0.2",
7272
"redux": "^5.0.1",
7373
"remote-redux-devtools": "^0.5.16",
74-
"rollup": "^4.32.1",
74+
"rollup": "^4.34.8",
7575
"simple-dropzone": "^0.8.3",
7676
"ts-closure-library": "^2022.502.5",
7777
"typescript": "5.7.3",

0 commit comments

Comments
 (0)