Skip to content

chore(deps): bump @pionjs/pion from 2.10.0 to 2.12.0#176

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/pionjs/pion-2.12.0
Feb 3, 2026
Merged

chore(deps): bump @pionjs/pion from 2.10.0 to 2.12.0#176
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/pionjs/pion-2.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 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 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 [@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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://Neovici.github.io/cosmoz-input/pr/pr-176/

Built to branch gh-pages at 2026-02-03 03:56 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@github-actions github-actions bot merged commit 092da29 into master Feb 3, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/pionjs/pion-2.12.0 branch February 3, 2026 03:57
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