Skip to content

build(deps): bump posthtml-component from 2.2.0 to 2.2.1 - #1572

Merged
cossssmin merged 1 commit into
masterfrom
dependabot/npm_and_yarn/master/posthtml-component-2.2.1
Sep 25, 2025
Merged

build(deps): bump posthtml-component from 2.2.0 to 2.2.1#1572
cossssmin merged 1 commit into
masterfrom
dependabot/npm_and_yarn/master/posthtml-component-2.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2025

Copy link
Copy Markdown
Contributor

Bumps posthtml-component from 2.2.0 to 2.2.1.

Release notes

Sourced from posthtml-component's releases.

v2.2.1

This patch fixes an issue with slots not being filled when nested inside another component.

This will now work:

<!-- alert.html component -->
<x-alert>
    <x-header>
 		<slot:title>
			Default header title
		</slot:title>
	&lt;p&gt;This is always visible in the header&lt;/p&gt;
&lt;/x-header&gt;

</x-alert>
<!-- usage -->
<x-alert>
<fill:title>
Custom header title
</fill:title>
</x-alert>

  • build(deps-dev): bump @​biomejs/biome from 2.2.3 to 2.2.4 6f90eb9
  • Move filledSlots variable 476bad0
  • Process slots before processing subtree by @​StratusFearMe21 be27e21

posthtml/posthtml-components@v2.2.0...v2.2.1

Commits
  • 0b90292 2.2.1
  • cea1243 chore: update package lock
  • cd9a2a7 chore: update changelog.md
  • 468ef23 Merge pull request #200 from StratusFearMe21/reorder_processing
  • 1c31939 Merge pull request #207 from posthtml/dependabot/npm_and_yarn/main/biomejs/bi...
  • 6f90eb9 build(deps-dev): bump @​biomejs/biome from 2.2.3 to 2.2.4
  • 08e28c1 Merge pull request #206 from posthtml/dependabot/npm_and_yarn/main/biomejs/bi...
  • 9686a40 build(deps-dev): bump @​biomejs/biome from 2.2.2 to 2.2.3
  • d024690 Merge pull request #205 from posthtml/dependabot/npm_and_yarn/main/biomejs/bi...
  • 19cdd16 build(deps-dev): bump @​biomejs/biome from 2.2.0 to 2.2.2
  • Additional commits viewable in compare view

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 [posthtml-component](https://github.com/posthtml/posthtml-components) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/posthtml/posthtml-components/releases)
- [Changelog](https://github.com/posthtml/posthtml-components/blob/main/CHANGELOG.md)
- [Commits](posthtml/posthtml-components@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: posthtml-component
  dependency-version: 2.2.1
  dependency-type: direct:production
  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 Sep 25, 2025
@cossssmin
cossssmin merged commit 1c01897 into master Sep 25, 2025
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/master/posthtml-component-2.2.1 branch September 25, 2025 14:55
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.

1 participant