[PR #60] [MERGED] chore(deps-dev): bump postcss-html from 1.4.1 to 1.5.0 in /web #120

Closed
opened 2026-03-03 16:36:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/60
Author: @dependabot[bot]
Created: 1/9/2023
Status: Merged
Merged: 1/11/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/postcss-html-1.5.0


📝 Commits (1)

  • d144d9a chore(deps-dev): bump postcss-html from 1.4.1 to 1.5.0 in /web

📊 Changes

3 files changed (+168 additions, -49 deletions)

View changed files

📝 web/package-lock.json (+117 -32)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+50 -16)

📄 Description

Bumps postcss-html from 1.4.1 to 1.5.0.

Release notes

Sourced from postcss-html's releases.

v1.5.0

What's Changed

Full Changelog: https://github.com/ota-meshi/postcss-html/compare/v1.4.1...v1.5.0

Commits
  • 22f8a41 1.5.0
  • d0ebf4e Add support for astro component (#62)
  • 440e0e8 Fixed incorrect parsing of svelte. (#61)
  • a2e067f Update dependency htmlparser2 to v8 (#49)
  • 4a5812d Update dependency eslint-plugin-node-dependencies to ^0.9.0 (#60)
  • 3335ee3 Update dependency @​ota-meshi/eslint-plugin to ^0.11.0 (#59)
  • 98473a4 Update dependency postcss-styl to ^0.11.0 (#58)
  • 5bd16d5 Update dependency postcss-styl to ^0.10.0 (#57)
  • 7a21d8e Update dependency stylelint-config-standard to v26 (#56)
  • 10539de Update dependency eslint-plugin-json-schema-validator to v3 (#53)
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/60 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2023 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/postcss-html-1.5.0` --- ### 📝 Commits (1) - [`d144d9a`](https://github.com/NdoleStudio/httpsms/commit/d144d9abef4d6acc45a998120d40b02c859f6e7a) chore(deps-dev): bump postcss-html from 1.4.1 to 1.5.0 in /web ### 📊 Changes **3 files changed** (+168 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+117 -32) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+50 -16) </details> ### 📄 Description Bumps [postcss-html](https://github.com/ota-meshi/postcss-html) from 1.4.1 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ota-meshi/postcss-html/releases">postcss-html's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Update dependency htmlparser2 to v8 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/pull/49">ota-meshi/postcss-html#49</a></li> <li>Fixed incorrect parsing for svelte. by <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a> in <a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/pull/61">ota-meshi/postcss-html#61</a></li> <li>Add support for astro component by <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a> in <a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/pull/62">ota-meshi/postcss-html#62</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ota-meshi/postcss-html/compare/v1.4.1...v1.5.0">https://github.com/ota-meshi/postcss-html/compare/v1.4.1...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ota-meshi/postcss-html/commit/22f8a416e4bcfd72e62124debf2bba64083feb0e"><code>22f8a41</code></a> 1.5.0</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/d0ebf4e93e40f9f2aed7ad5629527b850183abc9"><code>d0ebf4e</code></a> Add support for astro component (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/62">#62</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/440e0e8eebdc1b41569536e3c4c3f2a1a824fd33"><code>440e0e8</code></a> Fixed incorrect parsing of svelte. (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/61">#61</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/a2e067fa56d22d596ce069973f982e0723fdb147"><code>a2e067f</code></a> Update dependency htmlparser2 to v8 (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/49">#49</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/4a5812d774e7374697e02f84c73c291ecef8a70a"><code>4a5812d</code></a> Update dependency eslint-plugin-node-dependencies to ^0.9.0 (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/60">#60</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/3335ee3a568f4882b683aaab87b0d304620aaad7"><code>3335ee3</code></a> Update dependency <code>@​ota-meshi/eslint-plugin</code> to ^0.11.0 (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/59">#59</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/98473a42ab55ecf24fbf5ceb99b5ff3728bde736"><code>98473a4</code></a> Update dependency postcss-styl to ^0.11.0 (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/58">#58</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/5bd16d522f5bf7f43b681eb33232bd6c6f9b308c"><code>5bd16d5</code></a> Update dependency postcss-styl to ^0.10.0 (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/57">#57</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/7a21d8e9226db52c5bff81df6c7a340bab5463ce"><code>7a21d8e</code></a> Update dependency stylelint-config-standard to v26 (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/56">#56</a>)</li> <li><a href="https://github.com/ota-meshi/postcss-html/commit/10539de0cc8ebf5469bd0938842a1cd695b20728"><code>10539de</code></a> Update dependency eslint-plugin-json-schema-validator to v3 (<a href="https://github-redirect.dependabot.com/ota-meshi/postcss-html/issues/53">#53</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ota-meshi/postcss-html/compare/v1.4.1...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-html&package-manager=npm_and_yarn&previous-version=1.4.1&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:36:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#120
No description provided.