Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps @pionjs/pion from 2.10.0 to 2.12.0.

Release notes

Sourced from @​pionjs/pion's releases.

v2.12.0

Minor Changes

  • 9b813bf: fix: prevent orphan elements from rendering

    Elements that are constructed but never connected to the DOM (orphan elements) will no longer render or run effects. This fixes issues where lit-html creates elements during template parsing that are never inserted into the DOM.

    The scheduler now starts with _active = false and only activates when:

    • connectedCallback is called (for custom elements)
    • resume() is called explicitly (for virtual components)

    Fixes #64

v2.11.0

Minor Changes

  • da4c723: Add useHost hook for accessing the host element

    The useHost hook provides direct access to the host element of a pion component. This is useful when you need to interact with the host element's properties, attributes, or methods from within your component function.

    Note: Direct DOM manipulation should generally be avoided in favor of reactive patterns. Use useHost only when direct host element access is unavoidable.

Patch Changes

  • f176b34: docs: add useProperty hook documentation
Changelog

Sourced from @​pionjs/pion's changelog.

2.12.0

Minor Changes

  • 9b813bf: fix: prevent orphan elements from rendering

    Elements that are constructed but never connected to the DOM (orphan elements) will no longer render or run effects. This fixes issues where lit-html creates elements during template parsing that are never inserted into the DOM.

    The scheduler now starts with _active = false and only activates when:

    • connectedCallback is called (for custom elements)
    • resume() is called explicitly (for virtual components)

    Fixes #64

2.11.0

Minor Changes

  • da4c723: Add useHost hook for accessing the host element

    The useHost hook provides direct access to the host element of a pion component. This is useful when you need to interact with the host element's properties, attributes, or methods from within your component function.

    Note: Direct DOM manipulation should generally be avoided in favor of reactive patterns. Use useHost only when direct host element access is unavoidable.

Patch Changes

  • f176b34: docs: add useProperty hook documentation
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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 4, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pionjs/pion-2.12.0 branch from 39da0af to be1015e Compare February 4, 2026 22:16
Bumps [@pionjs/pion](https://github.com/pionjs/pion) from 2.10.0 to 2.12.0.
- [Release notes](https://github.com/pionjs/pion/releases)
- [Changelog](https://github.com/pionjs/pion/blob/main/CHANGELOG.md)
- [Commits](pionjs/pion@v2.10.0...v2.12.0)

---
updated-dependencies:
- dependency-name: "@pionjs/pion"
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pionjs/pion-2.12.0 branch from be1015e to 75d2943 Compare February 5, 2026 13:49
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