Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the babylon group in /visualiser with 2 updates #576

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2023

Bumps the babylon group in /visualiser with 2 updates: @babylonjs/core and @babylonjs/gui.

Updates @babylonjs/core from 6.18.0 to 6.25.1

Release notes

Sourced from @​babylonjs/core's releases.

6.25.1

Changes:

  • #14464: Add mesh without vertex normals to SPS
  • #14456: Fix instanced buffers of cloned meshes
  • #14462: incorrect CDN link for some packages
  • #14459: Move type out of import clause
  • #14452: Fix stack panel giving a warning for children with resizeToFit.
  • #14455: Fix an issue in the mesh parsing code
  • #14447: Change script loading architecture
  • #14449: ShadowDepthWrapper: Fix a memory leak when new effects must be created
  • #14450: Fix key navigation in scene explorer
  • #14448: Fix texture sampler precision for skinning and morph

This list of changes was auto generated.

6.25.0

Changes:

  • #14428: Oblique Camera Implementation
  • #14191: GRL - camera facing
  • #14431: font inheritance changes
  • #14438: Add flag on ADT to skip blocking certain events
  • #14440: Unification and allowedHosts in local dev
  • #14434: P8 Nine Patch clear fix
  • #14436: Fix createTexture for R and RG format textures
  • #14429: optimize EngineFactory
  • #14439: Remove deprecated WebVR
  • #14427: proper use filter in getTags function
  • #14435: Remove crash
  • #14432: Add "Remove" buttons for data on Texture and Mesh in NGE
  • #14433: Fix #14432
  • #14430: GeometryBufferRenderer: Fix wrong index being returned for the depth and normal textures
  • #14426: Polyfill VideoFrame for older versions of typescript
  • #14425: DefaultRenderingPipeline: Fix pipeline reconstruction
  • #14413: WebGPU: support vertex buffers with non multiple of 4 bytes strides
  • #14421: Fix a legacy issue with older ts versions
  • #14422: WebGL engine: Add a loseContextOnDispose option
  • #14389: Flow graphs serialization
  • #14420: WebGPU: Fix anisotropy usage when mipmap filtering is nearest

... (truncated)

Changelog

Sourced from @​babylonjs/core's changelog.

6.25.1

Core

  • Add mesh without vertex normals to SPS - by carolhmj (#14464)
  • Fix instanced buffers of cloned meshes - [Bug Fix] by carolhmj (#14456)
  • incorrect CDN link for some packages - by RaananW (#14462)
  • Move type out of import clause - by RaananW (#14459)
  • Change script loading architecture - by RaananW (#14447)
  • ShadowDepthWrapper: Fix a memory leak when new effects must be created - [Bug Fix] by Popov72 (#14449)
  • Fix texture sampler precision for skinning and morph - [Bug Fix] by Popov72 (#14448)

GUI

  • Fix stack panel giving a warning for children with resizeToFit. - [Bug Fix] by carolhmj (#14452)
  • Faster twin renderer - by carolhmj (#14441)

GUI Editor

Inspector

Loaders

6.25.0

Core

  • Oblique Camera Implementation - by PolygonalSun (#14428)
  • GRL - camera facing - by RolandCsibrei (#14191)
  • Fix createTexture for R and RG format textures - by djn24 (#14436)
  • Remove deprecated WebVR - [Breaking Change] by RaananW (#14439)
  • proper use filter in getTags function - [Bug Fix] by carolhmj (#14427)
  • GeometryBufferRenderer: Fix wrong index being returned for the depth and normal textures - [Bug Fix] by Popov72 (#14430)
  • Polyfill VideoFrame for older versions of typescript - by RaananW (#14426)
  • DefaultRenderingPipeline: Fix pipeline reconstruction - [Bug Fix] by Popov72 (#14425)
  • WebGPU: support vertex buffers with non multiple of 4 bytes strides - by Popov72 (#14413)
  • Fix a legacy issue with older ts versions - by RaananW (#14421)
  • WebGL engine: Add a loseContextOnDispose option - by Popov72 (#14422)
  • Flow graphs serialization - [New Feature] by carolhmj (#14389)
  • WebGPU: Fix anisotropy usage when mipmap filtering is nearest - [Bug Fix] by Popov72 (#14420)
  • Texture: Serialize the noMipmap property - [Bug Fix] by Popov72 (#14419)
  • Fix render to texture mips - [Bug Fix] by sebavan (#14418)

... (truncated)

Commits
  • c97f5b8 Version update 6.25.1
  • f299a20 Patch trigger
  • 9c2993e Merge pull request #14464 from carolhmj/fixSPSAddMeshWithoutVertexNormal
  • 353fffd Merge pull request #14456 from carolhmj/fixClonedInstancedBuffers
  • 925220f Add mesh without vertex normals to SPS
  • c2ed5bc incorrect CDN link for some packages (#14462)
  • 20a7143 Merge pull request #14459 from RaananW/supportOlderTSVersions
  • b380a0d Move type out of import clause
  • 37c77e9 Fix instanced buffers of cloned meshes
  • f82caf9 Fix stack panel giving a warning for children with resizeToFit. (#14452)
  • Additional commits viewable in compare view

Updates @babylonjs/gui from 6.18.0 to 6.25.1

Release notes

Sourced from @​babylonjs/gui's releases.

6.25.1

Changes:

  • #14464: Add mesh without vertex normals to SPS
  • #14456: Fix instanced buffers of cloned meshes
  • #14462: incorrect CDN link for some packages
  • #14459: Move type out of import clause
  • #14452: Fix stack panel giving a warning for children with resizeToFit.
  • #14455: Fix an issue in the mesh parsing code
  • #14447: Change script loading architecture
  • #14449: ShadowDepthWrapper: Fix a memory leak when new effects must be created
  • #14450: Fix key navigation in scene explorer
  • #14448: Fix texture sampler precision for skinning and morph

This list of changes was auto generated.

6.25.0

Changes:

  • #14428: Oblique Camera Implementation
  • #14191: GRL - camera facing
  • #14431: font inheritance changes
  • #14438: Add flag on ADT to skip blocking certain events
  • #14440: Unification and allowedHosts in local dev
  • #14434: P8 Nine Patch clear fix
  • #14436: Fix createTexture for R and RG format textures
  • #14429: optimize EngineFactory
  • #14439: Remove deprecated WebVR
  • #14427: proper use filter in getTags function
  • #14435: Remove crash
  • #14432: Add "Remove" buttons for data on Texture and Mesh in NGE
  • #14433: Fix #14432
  • #14430: GeometryBufferRenderer: Fix wrong index being returned for the depth and normal textures
  • #14426: Polyfill VideoFrame for older versions of typescript
  • #14425: DefaultRenderingPipeline: Fix pipeline reconstruction
  • #14413: WebGPU: support vertex buffers with non multiple of 4 bytes strides
  • #14421: Fix a legacy issue with older ts versions
  • #14422: WebGL engine: Add a loseContextOnDispose option
  • #14389: Flow graphs serialization
  • #14420: WebGPU: Fix anisotropy usage when mipmap filtering is nearest

... (truncated)

Changelog

Sourced from @​babylonjs/gui's changelog.

6.25.1

Core

  • Add mesh without vertex normals to SPS - by carolhmj (#14464)
  • Fix instanced buffers of cloned meshes - [Bug Fix] by carolhmj (#14456)
  • incorrect CDN link for some packages - by RaananW (#14462)
  • Move type out of import clause - by RaananW (#14459)
  • Change script loading architecture - by RaananW (#14447)
  • ShadowDepthWrapper: Fix a memory leak when new effects must be created - [Bug Fix] by Popov72 (#14449)
  • Fix texture sampler precision for skinning and morph - [Bug Fix] by Popov72 (#14448)

GUI

  • Fix stack panel giving a warning for children with resizeToFit. - [Bug Fix] by carolhmj (#14452)
  • Faster twin renderer - by carolhmj (#14441)

GUI Editor

Inspector

Loaders

6.25.0

Core

  • Oblique Camera Implementation - by PolygonalSun (#14428)
  • GRL - camera facing - by RolandCsibrei (#14191)
  • Fix createTexture for R and RG format textures - by djn24 (#14436)
  • Remove deprecated WebVR - [Breaking Change] by RaananW (#14439)
  • proper use filter in getTags function - [Bug Fix] by carolhmj (#14427)
  • GeometryBufferRenderer: Fix wrong index being returned for the depth and normal textures - [Bug Fix] by Popov72 (#14430)
  • Polyfill VideoFrame for older versions of typescript - by RaananW (#14426)
  • DefaultRenderingPipeline: Fix pipeline reconstruction - [Bug Fix] by Popov72 (#14425)
  • WebGPU: support vertex buffers with non multiple of 4 bytes strides - by Popov72 (#14413)
  • Fix a legacy issue with older ts versions - by RaananW (#14421)
  • WebGL engine: Add a loseContextOnDispose option - by Popov72 (#14422)
  • Flow graphs serialization - [New Feature] by carolhmj (#14389)
  • WebGPU: Fix anisotropy usage when mipmap filtering is nearest - [Bug Fix] by Popov72 (#14420)
  • Texture: Serialize the noMipmap property - [Bug Fix] by Popov72 (#14419)
  • Fix render to texture mips - [Bug Fix] by sebavan (#14418)

... (truncated)

Commits
  • c97f5b8 Version update 6.25.1
  • f299a20 Patch trigger
  • 9c2993e Merge pull request #14464 from carolhmj/fixSPSAddMeshWithoutVertexNormal
  • 353fffd Merge pull request #14456 from carolhmj/fixClonedInstancedBuffers
  • 925220f Add mesh without vertex normals to SPS
  • c2ed5bc incorrect CDN link for some packages (#14462)
  • 20a7143 Merge pull request #14459 from RaananW/supportOlderTSVersions
  • b380a0d Move type out of import clause
  • 37c77e9 Fix instanced buffers of cloned meshes
  • f82caf9 Fix stack panel giving a warning for children with resizeToFit. (#14452)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the babylon group in /visualiser with 2 updates: [@babylonjs/core](https://github.com/BabylonJS/Babylon.js) and [@babylonjs/gui](https://github.com/BabylonJS/Babylon.js).


Updates `@babylonjs/core` from 6.18.0 to 6.25.1
- [Release notes](https://github.com/BabylonJS/Babylon.js/releases)
- [Changelog](https://github.com/BabylonJS/Babylon.js/blob/master/CHANGELOG.md)
- [Commits](BabylonJS/Babylon.js@6.18.0...6.25.1)

Updates `@babylonjs/gui` from 6.18.0 to 6.25.1
- [Release notes](https://github.com/BabylonJS/Babylon.js/releases)
- [Changelog](https://github.com/BabylonJS/Babylon.js/blob/master/CHANGELOG.md)
- [Commits](BabylonJS/Babylon.js@6.18.0...6.25.1)

---
updated-dependencies:
- dependency-name: "@babylonjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: babylon
- dependency-name: "@babylonjs/gui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: babylon
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2023

Superseded by #577.

@dependabot dependabot bot closed this Oct 27, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/visualiser/babylon-924bebe0e2 branch October 27, 2023 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants