Skip to content

Commit d9a78da

Browse files
Disable excessive console warnings (visgl#8696)
1 parent 8eed308 commit d9a78da

File tree

14 files changed

+57
-56
lines changed

14 files changed

+57
-56
lines changed

modules/aggregation-layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.6",
42-
"@luma.gl/shadertools": "^9.0.6",
41+
"@luma.gl/constants": "^9.0.7",
42+
"@luma.gl/shadertools": "^9.0.7",
4343
"@math.gl/web-mercator": "^4.0.0",
4444
"d3-hexbin": "^0.2.1"
4545
},

modules/arcgis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3737
},
3838
"dependencies": {
39-
"@luma.gl/constants": "^9.0.6",
40-
"@luma.gl/webgl": "^9.0.6",
39+
"@luma.gl/constants": "^9.0.7",
40+
"@luma.gl/webgl": "^9.0.7",
4141
"esri-loader": "^3.3.0"
4242
},
4343
"peerDependencies": {

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@loaders.gl/mvt": "^4.1.4",
4848
"@loaders.gl/schema": "^4.1.4",
4949
"@loaders.gl/tiles": "^4.1.4",
50-
"@luma.gl/constants": "^9.0.6",
50+
"@luma.gl/constants": "^9.0.7",
5151
"@math.gl/web-mercator": "^4.0.0",
5252
"@types/d3-array": "^3.0.2",
5353
"@types/d3-color": "^1.4.2",

modules/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"dependencies": {
4343
"@loaders.gl/core": "^4.1.4",
4444
"@loaders.gl/images": "^4.1.4",
45-
"@luma.gl/constants": "^9.0.6",
46-
"@luma.gl/core": "^9.0.6",
47-
"@luma.gl/engine": "^9.0.6",
48-
"@luma.gl/shadertools": "^9.0.6",
49-
"@luma.gl/webgl": "^9.0.6",
45+
"@luma.gl/constants": "^9.0.7",
46+
"@luma.gl/core": "^9.0.7",
47+
"@luma.gl/engine": "^9.0.7",
48+
"@luma.gl/shadertools": "^9.0.7",
49+
"@luma.gl/webgl": "^9.0.7",
5050
"@math.gl/core": "^4.0.0",
5151
"@math.gl/sun": "^4.0.0",
5252
"@math.gl/web-mercator": "^4.0.0",

modules/core/src/lib/layer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ export default abstract class Layer<PropsT extends {} = {}> extends Component<
463463

464464
getShaders(shaders: any): any {
465465
shaders = mergeShaders(shaders, {
466+
disableWarnings: true,
466467
modules: this.context.defaultShaderModules
467468
});
468469
for (const extension of this.props.extensions) {

modules/extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.6",
42-
"@luma.gl/shadertools": "^9.0.6",
41+
"@luma.gl/constants": "^9.0.7",
42+
"@luma.gl/shadertools": "^9.0.7",
4343
"@math.gl/core": "^4.0.0"
4444
},
4545
"peerDependencies": {

modules/geo-layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@loaders.gl/terrain": "^4.1.4",
4747
"@loaders.gl/tiles": "^4.1.4",
4848
"@loaders.gl/wms": "^4.1.4",
49-
"@luma.gl/gltf": "^9.0.6",
50-
"@luma.gl/shadertools": "^9.0.6",
49+
"@luma.gl/gltf": "^9.0.7",
50+
"@luma.gl/shadertools": "^9.0.7",
5151
"@math.gl/core": "^4.0.0",
5252
"@math.gl/culling": "^4.0.0",
5353
"@math.gl/web-mercator": "^4.0.0",

modules/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.6",
41+
"@luma.gl/constants": "^9.0.7",
4242
"@math.gl/core": "^4.0.0",
4343
"@types/google.maps": "^3.48.6"
4444
},

modules/jupyter-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@loaders.gl/3d-tiles": "^4.1.4",
4040
"@loaders.gl/core": "^4.1.4",
4141
"@loaders.gl/csv": "^4.1.4",
42-
"@luma.gl/core": "^9.0.6",
42+
"@luma.gl/core": "^9.0.7",
4343
"d3-dsv": "^1.0.8",
4444
"mapbox-gl": "^1.13.2"
4545
},

modules/mapbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.6",
41+
"@luma.gl/constants": "^9.0.7",
4242
"@math.gl/web-mercator": "^4.0.0"
4343
},
4444
"peerDependencies": {

0 commit comments

Comments
 (0)