Commit 9d4542b
Remove Volta from deck.gl (#9970)
* chore(examples): replace deprecated `assert` with `with` for JSON imports
The `assert` keyword for import attributes is deprecated in Node.js 18+
in favor of the `with` keyword. This change fixes deprecation warnings
when running tests and ensures compatibility with modern Node.js versions.
The `with` syntax requires Node.js 18.20.0+, so the .nvmrc is updated to 18.20.8.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Initial plan
* Remove Volta from deck.gl
Co-authored-by: chrisgervang <[email protected]>
---------
Co-authored-by: Chris Gervang <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
Co-authored-by: Chris Gervang <[email protected]>
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: chrisgervang <[email protected]>1 parent 9485173 commit 9d4542b
3 files changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 68 | | |
73 | 69 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 62 | | |
67 | 63 | | |
0 commit comments