PrefectHQ / graphs

Large scale graphs designed for Prefect
Apache License 2.0
8 stars 1 forks source link

Bump pixi.js from 7.3.2 to 8.1.0 #490

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps pixi.js from 7.3.2 to 8.1.0.

Release notes

Sourced from pixi.js's releases.

v8.1.0

💾 Download

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixi.js/compare/v8.0.5...v8.1.0

🚨 NOTE 🚨

In this update, we've opted to switch the default renderer from WebGPU to WebGL when utilizing autoDetectRenderer. This decision stems from a few reports highlighting inconsistent behavior with WebGPU across various browsers. While we're enthusiastic about WebGPU, browser compatibility still needs to mature.

By defaulting to WebGL, we are aiming to ensure a smoother and more consistent experience for the majority of users, minimizing the potential for disruptions.

This change should be seamless transition for most users and If you still want to use the WebGPU renderer then you can easily do so:

await app.init({
    // ... other renderer options    
    preference: 'webgpu'
})

🎁 Added

🐛 Fixed

v8.0.5

💾 Download

... (truncated)

Commits


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
netlify[bot] commented 3 months ago

Deploy Preview for prefect-graphs failed. Why did it fail? →

Name Link
Latest commit eb7e13e16d2f4e48ede6431053f0468a11a4acb0
Latest deploy log https://app.netlify.com/sites/prefect-graphs/deploys/661d650c9cf47100084c88f1
dependabot[bot] commented 2 months ago

Superseded by #496.