Skip to content

Commit 916f8d2

Browse files
Bump the other group with 4 updates (#599)
Bumps the other group with 4 updates: [framer-motion](https://github.com/framer/motion), [xstate](https://github.com/statelyai/xstate), [esbuild](https://github.com/evanw/esbuild) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env). Updates `framer-motion` from 11.3.24 to 11.3.28 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[11.3.28] 2024-08-15</h2> <h3>Fixed</h3> <ul> <li>Use <code>startTime</code> instead of <code>elapsed</code> to sync optimised animations.</li> </ul> <h2>[11.3.27] 2024-08-14</h2> <h3>Changed</h3> <ul> <li>Allow manual setting of <code>startTime</code> via animation options (currently for internal use only).</li> </ul> <h2>[11.3.26] 2024-08-14</h2> <h3>Fixed</h3> <ul> <li>Improving synchronisation between DOM animations on externally-provided <code>MotionValue</code>s and internal <code>MotionValue</code>s.</li> <li>Fixing unit conversion on DOM animations with externally-provided <code>MotionValue</code>s.</li> </ul> <h2>[11.3.25] 2024-08-14</h2> <h3>Changed</h3> <ul> <li>Improve calculation of <code>startTime</code> to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/74a3037316ede3fb24218c80adeca278ab2ea861"><code>74a3037</code></a> v11.3.28</li> <li><a href="https://github.com/framer/motion/commit/49b72e17234571dc3bd9c23c3e6122c8f56c61a0"><code>49b72e1</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/7b377d67987051cfa26ae54007085e83ca8d0a4a"><code>7b377d6</code></a> Manually set handoff animation <code>startTime</code> (<a href="https://redirect.github.com/framer/motion/issues/2756">#2756</a>)</li> <li><a href="https://github.com/framer/motion/commit/12a5189c0811d3d84e23a9f6236bff37ea688dbb"><code>12a5189</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/c810c294c9ad8f4852127a14f1a2fdab7fd19885"><code>c810c29</code></a> v11.3.27</li> <li><a href="https://github.com/framer/motion/commit/b9d493143d8ab0dbe23ef760aee40b7e866ecb87"><code>b9d4931</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/f5274e880429ed381866995e3c8ae4e560991c20"><code>f5274e8</code></a> Allow animation <code>startTime</code> to be set manually (<a href="https://redirect.github.com/framer/motion/issues/2755">#2755</a>)</li> <li><a href="https://github.com/framer/motion/commit/4f06f9ea77fbc8d820d43779e04f81e74c19194a"><code>4f06f9e</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/a11b8b17804aa2650ad369a9ce5c57df68f1fa18"><code>a11b8b1</code></a> v11.3.26</li> <li><a href="https://github.com/framer/motion/commit/0ab91e963ae898382fa1097676d4109d38436173"><code>0ab91e9</code></a> Updating changelog</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.3.24...v11.3.28">compare view</a></li> </ul> </details> <br /> Updates `xstate` from 5.17.3 to 5.17.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/statelyai/xstate/releases">xstate's releases</a>.</em></p> <blockquote> <h2>xstate@5.17.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/statelyai/xstate/pull/5039">#5039</a> <a href="https://github.com/statelyai/xstate/commit/d6df8fb470020a5798f27ed667432535a509712f"><code>d6df8fb470</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Fixed an inference issue that prevented <code>emit</code> used directly in <code>setup</code> (or bare <code>createMachine</code>) to benefit from <code>types.emitted</code> types.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/statelyai/xstate/commit/3e5424d7a4bd6dde63c2ada6b6a85f55ae42f7ee"><code>3e5424d</code></a> Version Packages (<a href="https://redirect.github.com/statelyai/xstate/issues/5036">#5036</a>)</li> <li><a href="https://github.com/statelyai/xstate/commit/5bb2b32e9f42547b799b2e77f0ee605d8e4b26a9"><code>5bb2b32</code></a> Upgrade <code>actions/*</code> (<a href="https://redirect.github.com/statelyai/xstate/issues/5040">#5040</a>)</li> <li><a href="https://github.com/statelyai/xstate/commit/d6df8fb470020a5798f27ed667432535a509712f"><code>d6df8fb</code></a> Fixed an inference issue that prevented <code>emit</code> used directly in <code>setup</code> (or b...</li> <li><a href="https://github.com/statelyai/xstate/commit/df72240c1e296e1837fbd2b46f539a5f9841f3a7"><code>df72240</code></a> Refactor example to task queue. Fixes <a href="https://redirect.github.com/statelyai/xstate/issues/5032">#5032</a></li> <li><a href="https://github.com/statelyai/xstate/commit/758a78711ddb35ce56951b551d48f9b6f54a37b5"><code>758a787</code></a> [<code>@​xstate/store</code>] Add <code>store.inspect(…)</code> (<a href="https://redirect.github.com/statelyai/xstate/issues/5027">#5027</a>)</li> <li>See full diff in <a href="https://github.com/statelyai/xstate/compare/xstate@5.17.3...xstate@5.17.4">compare view</a></li> </ul> </details> <br /> Updates `esbuild` from 0.23.0 to 0.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/releases">esbuild's releases</a>.</em></p> <blockquote> <h2>v0.23.1</h2> <ul> <li> <p>Allow using the <code>node:</code> import prefix with <code>es*</code> targets (<a href="https://redirect.github.com/evanw/esbuild/issues/3821">#3821</a>)</p> <p>The <a href="https://nodejs.org/api/esm.html#node-imports"><code>node:</code> prefix on imports</a> is an alternate way to import built-in node modules. For example, <code>import fs from &quot;fs&quot;</code> can also be written <code>import fs from &quot;node:fs&quot;</code>. This only works with certain newer versions of node, so esbuild removes it when you target older versions of node such as with <code>--target=node14</code> so that your code still works. With the way esbuild's platform-specific feature compatibility table works, this was added by saying that only newer versions of node support this feature. However, that means that a target such as <code>--target=node18,es2022</code> removes the <code>node:</code> prefix because none of the <code>es*</code> targets are known to support this feature. This release adds the support for the <code>node:</code> flag to esbuild's internal compatibility table for <code>es*</code> to allow you to use compound targets like this:</p> <pre lang="js"><code>// Original code import fs from 'node:fs' fs.open <p>// Old output (with --bundle --format=esm --platform=node --target=node18,es2022)<br /> import fs from &quot;fs&quot;;<br /> fs.open;</p> <p>// New output (with --bundle --format=esm --platform=node --target=node18,es2022)<br /> import fs from &quot;node:fs&quot;;<br /> fs.open;<br /> </code></pre></p> </li> <li> <p>Fix a panic when using the CLI with invalid build flags if <code>--analyze</code> is present (<a href="https://redirect.github.com/evanw/esbuild/issues/3834">#3834</a>)</p> <p>Previously esbuild's CLI could crash if it was invoked with flags that aren't valid for a &quot;build&quot; API call and the <code>--analyze</code> flag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how <code>--analyze</code> is implemented) to a null build object. The panic has been fixed in this release.</p> </li> <li> <p>Fix incorrect location of certain error messages (<a href="https://redirect.github.com/evanw/esbuild/issues/3845">#3845</a>)</p> <p>This release fixes a regression that caused certain errors relating to variable declarations to be reported at an incorrect location. The regression was introduced in version 0.18.7 of esbuild.</p> </li> <li> <p>Print comments before case clauses in switch statements (<a href="https://redirect.github.com/evanw/esbuild/issues/3838">#3838</a>)</p> <p>With this release, esbuild will attempt to print comments that come before case clauses in switch statements. This is similar to what esbuild already does for comments inside of certain types of expressions. Note that these types of comments are not printed if minification is enabled (specifically whitespace minification).</p> </li> <li> <p>Fix a memory leak with <code>pluginData</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/3825">#3825</a>)</p> <p>With this release, the build context's internal <code>pluginData</code> cache will now be cleared when starting a new build. This should fix a leak of memory from plugins that return <code>pluginData</code> objects from <code>onResolve</code> and/or <code>onLoad</code> callbacks.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md">esbuild's changelog</a>.</em></p> <blockquote> <h2>0.23.1</h2> <ul> <li> <p>Allow using the <code>node:</code> import prefix with <code>es*</code> targets (<a href="https://redirect.github.com/evanw/esbuild/issues/3821">#3821</a>)</p> <p>The <a href="https://nodejs.org/api/esm.html#node-imports"><code>node:</code> prefix on imports</a> is an alternate way to import built-in node modules. For example, <code>import fs from &quot;fs&quot;</code> can also be written <code>import fs from &quot;node:fs&quot;</code>. This only works with certain newer versions of node, so esbuild removes it when you target older versions of node such as with <code>--target=node14</code> so that your code still works. With the way esbuild's platform-specific feature compatibility table works, this was added by saying that only newer versions of node support this feature. However, that means that a target such as <code>--target=node18,es2022</code> removes the <code>node:</code> prefix because none of the <code>es*</code> targets are known to support this feature. This release adds the support for the <code>node:</code> flag to esbuild's internal compatibility table for <code>es*</code> to allow you to use compound targets like this:</p> <pre lang="js"><code>// Original code import fs from 'node:fs' fs.open <p>// Old output (with --bundle --format=esm --platform=node --target=node18,es2022)<br /> import fs from &quot;fs&quot;;<br /> fs.open;</p> <p>// New output (with --bundle --format=esm --platform=node --target=node18,es2022)<br /> import fs from &quot;node:fs&quot;;<br /> fs.open;<br /> </code></pre></p> </li> <li> <p>Fix a panic when using the CLI with invalid build flags if <code>--analyze</code> is present (<a href="https://redirect.github.com/evanw/esbuild/issues/3834">#3834</a>)</p> <p>Previously esbuild's CLI could crash if it was invoked with flags that aren't valid for a &quot;build&quot; API call and the <code>--analyze</code> flag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how <code>--analyze</code> is implemented) to a null build object. The panic has been fixed in this release.</p> </li> <li> <p>Fix incorrect location of certain error messages (<a href="https://redirect.github.com/evanw/esbuild/issues/3845">#3845</a>)</p> <p>This release fixes a regression that caused certain errors relating to variable declarations to be reported at an incorrect location. The regression was introduced in version 0.18.7 of esbuild.</p> </li> <li> <p>Print comments before case clauses in switch statements (<a href="https://redirect.github.com/evanw/esbuild/issues/3838">#3838</a>)</p> <p>With this release, esbuild will attempt to print comments that come before case clauses in switch statements. This is similar to what esbuild already does for comments inside of certain types of expressions. Note that these types of comments are not printed if minification is enabled (specifically whitespace minification).</p> </li> <li> <p>Fix a memory leak with <code>pluginData</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/3825">#3825</a>)</p> <p>With this release, the build context's internal <code>pluginData</code> cache will now be cleared when starting a new build. This should fix a leak of memory from plugins that return <code>pluginData</code> objects from <code>onResolve</code> and/or <code>onLoad</code> callbacks.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/332727499e62315cff4ecaff9fa8b86336555e46"><code>3327274</code></a> publish 0.23.1 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/38e22ed7a73b245c9c175713f96f734274b17263"><code>38e22ed</code></a> add a warning/debug log message for <a href="https://redirect.github.com/evanw/esbuild/issues/3867">#3867</a></li> <li><a href="https://github.com/evanw/esbuild/commit/a15bb51b32879a4ee6e052cf16a7f891e3cf06f9"><code>a15bb51</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3825">#3825</a>: memory leak of <code>pluginData</code> values</li> <li><a href="https://github.com/evanw/esbuild/commit/f6e64811d1109cb34ad670297e650bd4075999a8"><code>f6e6481</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3838">#3838</a>: print comments before <code>case</code> clauses</li> <li><a href="https://github.com/evanw/esbuild/commit/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe"><code>9c13ae1</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3853">#3853</a>: update go 1.22.4 =&gt; 1.22.5</li> <li><a href="https://github.com/evanw/esbuild/commit/78f89e41d5e8a7088f4820351c6305cc339f8820"><code>78f89e4</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3845">#3845</a>: some incorrect error message locations</li> <li><a href="https://github.com/evanw/esbuild/commit/892d2a76d889cd8a26fbc3d808243b84ccfa19a5"><code>892d2a7</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3834">#3834</a>: cli sometimes panics with <code>--analyze</code></li> <li><a href="https://github.com/evanw/esbuild/commit/360d47230813e67d0312ad754cad2b6ee09b151b"><code>360d472</code></a> fix a typo in the release notes</li> <li><a href="https://github.com/evanw/esbuild/commit/e3f4e2d36dd9d777a0676de8aff3f4764ee7079f"><code>e3f4e2d</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3821">#3821</a>: allow <code>node:</code> prefix with <code>es*</code> targets</li> <li>See full diff in <a href="https://github.com/evanw/esbuild/compare/v0.23.0...v0.23.1">compare view</a></li> </ul> </details> <br /> Updates `postcss-preset-env` from 10.0.0 to 10.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md">postcss-preset-env's changelog</a>.</em></p> <blockquote> <h3>10.0.2</h3> <p><em>August 18, 2024</em></p> <ul> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units"><code>@csstools/postcss-logical-viewport-units</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#301"><code>3.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text"><code>@csstools/postcss-content-alt-text</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#201"><code>2.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"><code>@csstools/postcss-light-dark-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#202"><code>2.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions"><code>@csstools/postcss-exponential-functions</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#201"><code>2.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"><code>@csstools/postcss-media-minmax</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#201"><code>2.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values"><code>@csstools/postcss-media-queries-aspect-ratio-number-values</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#301"><code>3.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"><code>@csstools/postcss-stepped-value-functions</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#401"><code>4.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions"><code>@csstools/postcss-trigonometric-functions</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#401"><code>4.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media"><code>postcss-custom-media</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1101"><code>11.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties"><code>postcss-custom-properties</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1401"><code>14.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors"><code>postcss-custom-selectors</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#801"><code>8.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function"><code>@csstools/postcss-color-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#402"><code>4.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function"><code>@csstools/postcss-color-mix-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#302"><code>3.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping"><code>@csstools/postcss-gamut-mapping</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#202"><code>2.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method"><code>@csstools/postcss-gradients-interpolation-method</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#502"><code>5.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function"><code>@csstools/postcss-hwb-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#402"><code>4.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function"><code>@csstools/postcss-oklab-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#402"><code>4.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"><code>@csstools/postcss-relative-color-syntax</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#302"><code>3.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation"><code>postcss-color-functional-notation</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#702"><code>7.0.2</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function"><code>postcss-lab-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#702"><code>7.0.2</code></a> (patch)</li> </ul> <h3>10.0.1</h3> <p><em>August 14, 2024</em></p> <ul> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"><code>@csstools/postcss-light-dark-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#201"><code>2.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand"><code>@csstools/postcss-text-decoration-shorthand</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#401"><code>4.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function"><code>@csstools/postcss-color-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#401"><code>4.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function"><code>@csstools/postcss-color-mix-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#301"><code>3.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping"><code>@csstools/postcss-gamut-mapping</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#201"><code>2.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method"><code>@csstools/postcss-gradients-interpolation-method</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#501"><code>5.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function"><code>@csstools/postcss-hwb-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#401"><code>4.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function"><code>@csstools/postcss-oklab-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#401"><code>4.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"><code>@csstools/postcss-relative-color-syntax</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#301"><code>3.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation"><code>postcss-color-functional-notation</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#701"><code>7.0.1</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function"><code>postcss-lab-function</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#701"><code>7.0.1</code></a> (patch)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93de217 commit 916f8d2

File tree

2 files changed

+292
-292
lines changed

2 files changed

+292
-292
lines changed

0 commit comments

Comments
 (0)