chore: bump postcss from 8.4.49 to 8.5.1 #366

Merged
martinr92 merged 1 commit from dependabot-npm_and_yarn-develop-postcss-8.5.1 into develop 2025-01-19 14:34:22 +00:00
martinr92 commented 2025-01-15 03:57:52 +00:00 (Migrated from gitlab.com)

Bumps postcss from 8.4.49 to 8.5.1.

Release notes

Sourced from postcss's releases.

8.5.1

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

Changelog

Sourced from postcss's changelog.

8.5.1

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).
Commits

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.1</h2> <ul> <li>Fixed backwards compatibility for complex cases (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.5 “Duke Alloces”</h2> <!-- raw HTML omitted --> <p>PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.</p> <p><a href="https://github.com/romainmenke"><code>@​romainmenke</code></a> during <a href="https://github.com/postcss/postcss/issues/1995">his work</a> on <a href="https://stylelint.io">Stylelint</a> added <code>Input#document</code> in additional to <code>Input#css</code>.</p> <pre lang="js"><code>root.source.input.document //=&gt; &quot;&lt;p&gt;Hello&lt;/p&gt; // &lt;style&gt; // p { // color: green; // } // &lt;/style&gt;&quot; root.source.input.css //=&gt; &quot;p { // color: green; // }&quot; <p></code></pre></p> <h2>Thanks to Sponsors</h2> <p>This release was possible thanks to our community.</p> <p>If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:</p> <ul> <li><a href="https://tidelift.com/"><strong>Tidelift</strong></a> with a Spotify-like subscription model supporting all projects from your lock file.</li> <li>Direct donations at <a href="https://github.com/sponsors/ai"><strong>GitHub Sponsors</strong></a> or <a href="https://opencollective.com/postcss#section-contributors"><strong>Open Collective</strong></a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.1</h2> <ul> <li>Fixed backwards compatibility for complex cases (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.5 “Duke Alloces”</h2> <ul> <li>Added <code>Input#document</code> for sources like CSS-in-JS or HTML (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/7b02c75e5f093b3fdf8d46eeb17c21a52434d827"><code>7b02c75</code></a> Release 8.5.1 version</li> <li><a href="https://github.com/postcss/postcss/commit/4c15339f9fa7cb76eaf513b34846b1d6d0635871"><code>4c15339</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/7efe91eeb9111e297fd6e62b129ec4a2b9b46e56"><code>7efe91e</code></a> Improve backwards compat for <code>Input#document</code> (<a href="https://github.com/postcss/postcss/issues/2000">#2000</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/687327055ded618a36dd3cd7c39abe3428d56acb"><code>6873270</code></a> Release 8.5 version</li> <li><a href="https://github.com/postcss/postcss/commit/4223bb936d3a96c73f14076e43a80f51e3e34f8b"><code>4223bb9</code></a> Fix 80 columns limit</li> <li><a href="https://github.com/postcss/postcss/commit/80e240103193a685bd35ce7c2eaffcbeb944a331"><code>80e2401</code></a> Add <code>Input#document</code> (<a href="https://github.com/postcss/postcss/issues/1996">#1996</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/6f8687938d2f7f1a9fb6f7d68c93c9f8953bba7a"><code>6f86879</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/85cbbec2b6b25b73b194e0245d62bde60e58829c"><code>85cbbec</code></a> Fix pnpm version on CI</li> <li><a href="https://github.com/postcss/postcss/commit/76caa57ae4af048c94f751a3f1543e91596ec68c"><code>76caa57</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/46ff246d2452d1afa6256f41dafb875026d96de9"><code>46ff246</code></a> Move to pnpm 10</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.49...8.5.1">compare view</a></li> </ul> </details> <br />
martinr92 commented 2025-01-15 03:57:52 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2025-01-15 03:57:55 +00:00 (Migrated from gitlab.com)

mentioned in merge request !339

mentioned in merge request !339
martinr92 commented 2025-01-19 14:27:15 +00:00 (Migrated from gitlab.com)

added 6 commits

  • a1c83308...5431fb4a - 5 commits from branch develop
  • 8af754c7 - chore: bump postcss from 8.4.49 to 8.5.1

Compare with previous version

added 6 commits <ul><li>a1c83308...5431fb4a - 5 commits from branch <code>develop</code></li><li>8af754c7 - chore: bump postcss from 8.4.49 to 8.5.1</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/342/diffs?diff_id=1238262247&start_sha=a1c8330856ab1c0cb5499c7db1c67aa26c3e610e)
martinr92 commented 2025-01-19 14:31:53 +00:00 (Migrated from gitlab.com)
## SonarQube Cloud Code Analysis ## Quality Gate passed Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 New issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=342&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted.svg '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=342&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=342&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=342&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=342&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=342)
martinr92 (Migrated from gitlab.com) merged commit into develop 2025-01-19 14:34:22 +00:00
martinr92 commented 2025-01-19 14:58:48 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.7-beta.1 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.7-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.7-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2025-01-25 15:34:17 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.7 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.7 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.7). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
Sign in to join this conversation.
No description provided.