Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps posthtml-component from 1.1.1 to 2.1.0.

Release notes

Sourced from posthtml-component's releases.

v2.1.0

New features

You may now pass fileExtension as an Array and the plugin will look for all matching files with those extensions.

For example:

posthtml([
  plugin(
    {
      fileExtension: ['html', 'md'] // looks for both md-layout.html and md-layout.md
    }
  )
])
	.process('`<x-md-layout>test</x-md-layout>`')
	.then(result => result.html)

Note that this is just an example - markdown content isn't parsed, it just reads the file as usual.

This is useful in cases where some components in your project should be sourced directly from files with extensions other than html (because you can't change them or prefer they'd be left unchanged for further processing).

If both md-layout.html and md-layout.md exist in the root folder, the first fileExtension match will be used (in this case, md-layout.html).


posthtml/posthtml-components@v2.1.0-beta.2...v2.1.0

v2.1.0-beta.2

  • chore: update fileExtension type 410d21e

posthtml/posthtml-components@v2.1.0-beta.1...v2.1.0-beta.2

v2.1.0-beta.1

  • test: update tests 2c69ad8
  • feat: support fileExtension as array 5175272
  • refactor: use native for loops instead of lodash/each bcd80ef
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.1.5 to 2.1.6 e07feae
  • build(deps-dev): bump @​biomejs/biome from 1.9.3 to 1.9.4 6e6323d
  • build(deps): bump posthtml-parser from 0.12.0 to 0.12.1 e4f7e73
  • build(deps): bump style-to-object from 1.0.7 to 1.0.8 ad81c84
  • build(deps-dev): bump markdown-it-anchor from 9.1.0 to 9.2.0 0fbfcfa

posthtml/posthtml-components@v2.0.0...v2.1.0-beta.1

... (truncated)

Changelog

Sourced from posthtml-component's changelog.

2.1.0-beta.2 (2024-11-29)

2.1.0-beta.1 (2024-11-29)

  • 2.1.0-beta.1 (d0a0373)
  • test: update tests (2c69ad8)
  • feat: support fileExtension as array (5175272)
  • refactor: use native for loops instead of lodash/each (bcd80ef)
  • build(deps-dev): bump @​biomejs/biome from 1.8.3 to 1.9.0 (6ecccaa)
  • build(deps-dev): bump @​biomejs/biome from 1.9.0 to 1.9.1 (be019df)
  • build(deps-dev): bump @​biomejs/biome from 1.9.1 to 1.9.2 (f52ec5b)
  • build(deps-dev): bump @​biomejs/biome from 1.9.2 to 1.9.3 (a55b99e)
  • build(deps-dev): bump @​biomejs/biome from 1.9.3 to 1.9.4 (6e6323d)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.0.4 to 2.0.5 (d9ea5af)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.0.5 to 2.1.0 (a3d5973)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.1.0 to 2.1.1 (b5ae7a6)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.1.1 to 2.1.2 (8b2bbf8)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.1.2 to 2.1.3 (86d6b45)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.1.3 to 2.1.4 (7dc7e7b)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.1.4 to 2.1.5 (fc4e035)
  • build(deps-dev): bump @​vitest/coverage-v8 from 2.1.5 to 2.1.6 (e07feae)
  • build(deps-dev): bump markdown-it-anchor from 9.0.1 to 9.1.0 (99c64b2)
  • build(deps-dev): bump markdown-it-anchor from 9.1.0 to 9.2.0 (0fbfcfa)
  • build(deps): bump posthtml-parser from 0.12.0 to 0.12.1 (e4f7e73)
  • build(deps): bump style-to-object from 1.0.6 to 1.0.7 (594f776)
  • build(deps): bump style-to-object from 1.0.7 to 1.0.8 (ad81c84)

2.0.0 (2024-07-25)

2.0.0-beta.2 (2024-07-25)

  • 2.0.0-beta.2 (8078cce)
  • chore: export types in package.json (2fb61b7)
  • chore: update package description (9732a70)
  • chore: update readme.md (336558b)
  • refactor: add files field in package.json (fea2f3c)
  • refactor: rename blacklistAttributes to blocklistAttributes (0cd302e)

... (truncated)

Commits
  • 2141b87 2.1.0
  • 8ddbc8f chore: update changelog.md
  • c783811 Merge pull request #151 from posthtml/next
  • 898fc1a chore: update changelog.md
  • 8c6ed85 chore: update readme.md
  • 520edb1 Merge pull request #152 from posthtml/dependabot/npm_and_yarn/main/vitest/cov...
  • 8dbb52c build(deps-dev): bump @​vitest/coverage-v8 from 2.1.6 to 2.1.8
  • 9934eb0 2.1.0-beta.2
  • 410d21e chore: update fileExtension type
  • d0a0373 2.1.0-beta.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by cossssmin, a new releaser for posthtml-component since your current version.


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 1.1.1 to 2.1.0.
- [Release notes](https://github.com/posthtml/posthtml-components/releases)
- [Changelog](https://github.com/posthtml/posthtml-components/blob/main/CHANGELOG.md)
- [Commits](posthtml/posthtml-components@v1.1.1...v2.1.0)

---
updated-dependencies:
- dependency-name: posthtml-component
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #1398.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/posthtml-component-2.1.0 branch December 16, 2024 17:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants