Bump postcss-load-config from 4.0.2 to 6.0.1 #17

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/postcss-load-config-6.0.1 into main 2024-12-09 21:28:40 +00:00
dependabot[bot] commented 2024-12-09 19:16:46 +00:00 (Migrated from github.com)

Bumps postcss-load-config from 4.0.2 to 6.0.1.

Changelog

Sourced from postcss-load-config's changelog.

6.0.1 (2024-06-02)

Bug Fixes

  • Fixed bundlers support (#262)

6.0 (2024-06-02)

BREAKING CHANGES

  • Now you need to install yaml dependency to use .postcssrc.yml config (#261)

5.1.0 (2024-05-01)

Features

  • Allow to use tsx for TypeScript support (#260)

5.0.3 (2024-02-08)

Bug Fixes

  • Fixed update of ESM configs (#259)

5.0.2 (2023-05-23)

Bug Fixes

  • Fixed __require name conflict (#257)

5.0.1 (2023-05-23)

Bug Fixes

  • Fixed Windows support (#256)

5.0 (2023-11-20)

Features

  • Added ESM support for TypeScript config (#249)
  • Added ESM and TypeScript plugins support from JSON config (#254)

BREAKING CHANGES

  • Dropped Node.js 16 & 14 support.
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 [postcss-load-config](https://github.com/postcss/postcss-load-config) from 4.0.2 to 6.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md">postcss-load-config's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v6.0.0...v6.0.1">6.0.1</a> (2024-06-02)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed bundlers support (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/262">#262</a>)</li> </ul> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v5.1.0...v6.0.0">6.0</a> (2024-06-02)</h2> <h3>BREAKING CHANGES</h3> <ul> <li>Now you need to install <code>yaml</code> dependency to use <code>.postcssrc.yml</code> config (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/261">#261</a>)</li> </ul> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v5.0.3...v5.1.0">5.1.0</a> (2024-05-01)</h2> <h3>Features</h3> <ul> <li>Allow to use <code>tsx</code> for TypeScript support (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/260">#260</a>)</li> </ul> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v5.0.2...v5.0.3">5.0.3</a> (2024-02-08)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed update of ESM configs (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/259">#259</a>)</li> </ul> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v5.0.1...v5.0.2">5.0.2</a> (2023-05-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed <code>__require</code> name conflict (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/257">#257</a>)</li> </ul> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v5.0.0...v5.0.1">5.0.1</a> (2023-05-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed Windows support (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/256">#256</a>)</li> </ul> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v4.0.2...v5.0.0">5.0</a> (2023-11-20)</h2> <h3>Features</h3> <ul> <li>Added ESM support for TypeScript config (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/249">#249</a>)</li> <li>Added ESM and TypeScript plugins support from JSON config (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/254">#254</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Dropped Node.js 16 &amp; 14 support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss-load-config/commit/a00cad85aa02020d78106b0656b1d6f19eb56dac"><code>a00cad8</code></a> chore(release): 6.0.1</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/1c2e3821882b00e8a148d5831b4c9d9efb635723"><code>1c2e382</code></a> fix: use try-catch with dynamic imports so that they can be replaced with req...</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/4be6dcff44bb0269c96d5b947d4daae59a0cfbb5"><code>4be6dcf</code></a> chore(release): 6.0</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/ee70d5177b2e4263963365ded53992dbf4a2788c"><code>ee70d51</code></a> Clean up scripts</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/c13675129455ce6c2789beee4557c720a612e681"><code>c136751</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/447d792fcd90693aaa289a2c10ec0a4d72c18d9b"><code>447d792</code></a> Move to pnpm 9 in lockfile</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/b99b53777be3123daca67fb5d4865fd7ea97ffb9"><code>b99b537</code></a> perf!: make yaml dependency optional (<a href="https://redirect.github.com/postcss/postcss-load-config/issues/261">#261</a>)</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/62d325c7c51fa536c433b2a2517e59d8f1ed101d"><code>62d325c</code></a> chore(release): 5.1.0</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/4297b754dbbb263df36867fc987cda0e8f6d1704"><code>4297b75</code></a> Fix ESLint warning</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/205df8b2d859a366c7fd948a5ca5e8073c973495"><code>205df8b</code></a> Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss-load-config/compare/v4.0.2...6.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-load-config&package-manager=npm_and_yarn&previous-version=4.0.2&new-version=6.0.1)](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 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) </details>
Sign in to join this conversation.
No description provided.