Skip to content

Bump regl from 2.1.0 to 2.1.1#19

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/regl-2.1.1
Open

Bump regl from 2.1.0 to 2.1.1#19
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/regl-2.1.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 13, 2024

Bumps regl from 2.1.0 to 2.1.1.

Changelog

Sourced from regl's changelog.

2.1.1

  • A small maintenance release that removes dist files from source control (#676), upgrades headless-gl for dev (#675), and adds missing TypeScript declarations (#674). It should contain no changes to runtime execution.

1.6.1

  • Browsers select their own, perhaps inconsistent, default for the premultipledAlpha context creation attribute. Regl enforces consistency by filling in unspecified values but since 1.4.0 has enforced false if unspecified, which seems to be nonstandard and in the minority. For improved backward compatibility, this PR sets premultipledAlpha: true when not explicitly specified. (#566, #567)

1.6.0 (Do not use)

  • Faulty fix for #566

1.5.2

  • Remove an additional ES6 keyword (#564)

1.5.1

  • Remove accidental inclusion of ES6 keywords (#562)

1.5.0

  • Resize canvas using ResizeObserver, if available. (#556)

1.4.2

  • Fix publishing error. Rebuild files in dist to match source.

1.4.1

  • Fix a bug in vertex array objects when used as static resources

1.4.0

  • Add vertex array objects via regl.vao

1.3.0

  • Add framebuffer.use() method for quickly setting up framebuffer objects
  • regl.clear and regl.read now accept a framebuffer as a parameter

1.2.1

  • Fixed bug with depth and stencil attachments being cleared
  • regl.elements now correctly infers count from length and vice-versa

1.2.0

  • Simplified flattening logic for textures and buffers
  • Viewport and scissor box can go outside drawing buffer

... (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 <dependency name> 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)

Bumps [regl](https://github.com/regl-project/regl) from 2.1.0 to 2.1.1.
- [Changelog](https://github.com/regl-project/regl/blob/main/CHANGES.md)
- [Commits](https://github.com/regl-project/regl/commits)

---
updated-dependencies:
- dependency-name: regl
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Nov 13, 2024
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