Skip to content

Commit

Permalink
deps: bump the dependency-updates group across 1 directory with 4 upd…
Browse files Browse the repository at this point in the history
…ates (#1442)

Bumps the dependency-updates group with 4 updates in the / directory:
[framer-motion](https://github.com/motiondivision/motion),
[postcss](https://github.com/postcss/postcss),
[@npmcli/eslint-config](https://github.com/npm/eslint-config) and
[eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier).

Updates `framer-motion` from 11.17.0 to 11.18.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[11.18.0] 2024-01-14</h2>
<h3>Added</h3>
<ul>
<li>Adding <code>animateSequence</code> to perform animation sequences
via WAAPI for a tiny bundlesize.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Missing <code>AnimationControls</code> type export.</li>
</ul>
<h2>[11.17.1] 2024-01-13</h2>
<h3>Fixed</h3>
<ul>
<li>Remeasure SVG when size/position changes to ensure correct
<code>transform-origin</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/motiondivision/motion/commit/8e2a2f7ba38d232fb766246eca10279c05d9aa29"><code>8e2a2f7</code></a>
v11.18.0</li>
<li><a
href="https://github.com/motiondivision/motion/commit/ffaf8693c7fbc82ca234b41fd753c4dbb1bb3e76"><code>ffaf869</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/18f2732554e2fbf9eaba47a574eec49a2aa97650"><code>18f2732</code></a>
Export animateSequence (<a
href="https://redirect.github.com/motiondivision/motion/issues/2998">#2998</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/009787c43116a16b96eb93450abd962ffb042820"><code>009787c</code></a>
v11.17.1</li>
<li><a
href="https://github.com/motiondivision/motion/commit/6b7cb362433d4958eafe0c3095718f4c39c158df"><code>6b7cb36</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/cecf6a4b465287d9850c29a492907e21cebc3760"><code>cecf6a4</code></a>
Fixing dynamic SVG origin calculations (<a
href="https://redirect.github.com/motiondivision/motion/issues/2991">#2991</a>)</li>
<li>See full diff in <a
href="https://github.com/motiondivision/motion/compare/v11.17.0...v11.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `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://redirect.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://redirect.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://redirect.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 />

Updates `@npmcli/eslint-config` from 5.0.1 to 5.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npm/eslint-config/releases"><code>@​npmcli/eslint-config</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.1.0</h2>
<h2><a
href="https://github.com/npm/eslint-config/compare/v5.0.1...v5.1.0">5.1.0</a>
(2025-01-14)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/228096947957416d52918223ea7af4e9c8f22380"><code>2280969</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/130">#130</a>
max-len: broaden ignore list (<a
href="https://redirect.github.com/npm/eslint-config/issues/130">#130</a>)
(<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/15cc5ea6b36f439bd70256a79fdac12d3f93604e"><code>15cc5ea</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/129">#129</a>
bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/eslint-config/issues/129">#129</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/npm/eslint-config/blob/main/CHANGELOG.md"><code>@​npmcli/eslint-config</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/npm/eslint-config/compare/v5.0.1...v5.1.0">5.1.0</a>
(2025-01-14)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/228096947957416d52918223ea7af4e9c8f22380"><code>2280969</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/130">#130</a>
max-len: broaden ignore list (<a
href="https://redirect.github.com/npm/eslint-config/issues/130">#130</a>)
(<a
href="https://github.com/wraithgar"><code>@​wraithgar</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/15cc5ea6b36f439bd70256a79fdac12d3f93604e"><code>15cc5ea</code></a>
<a
href="https://redirect.github.com/npm/eslint-config/pull/129">#129</a>
bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/eslint-config/issues/129">#129</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npm/eslint-config/commit/91abe75bd54a536c1d50720b8dc2a0d1c1fca611"><code>91abe75</code></a>
chore: release 5.1.0 (<a
href="https://redirect.github.com/npm/eslint-config/issues/131">#131</a>)</li>
<li><a
href="https://github.com/npm/eslint-config/commit/15cc5ea6b36f439bd70256a79fdac12d3f93604e"><code>15cc5ea</code></a>
chore: bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/eslint-config/issues/129">#129</a>)</li>
<li><a
href="https://github.com/npm/eslint-config/commit/228096947957416d52918223ea7af4e9c8f22380"><code>2280969</code></a>
feat(max-len): broaden ignore list (<a
href="https://redirect.github.com/npm/eslint-config/issues/130">#130</a>)</li>
<li>See full diff in <a
href="https://github.com/npm/eslint-config/compare/v5.0.1...v5.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.2</h2>
<h2>Patch Changes</h2>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">#700</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/aa5b59f7d98431bdb9559d079619065f812a2420"><code>aa5b59f</code></a>
Thanks <a href="https://github.com/ntnyq"><code>@​ntnyq</code></a>! -
fix: report node when loc not found</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>docs(README): fixes legacy ESlint configs link by <a
href="https://github.com/2KAbhishek"><code>@​2KAbhishek</code></a> in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/686">prettier/eslint-plugin-prettier#686</a></li>
<li>fix: report node when loc not found by <a
href="https://github.com/ntnyq"><code>@​ntnyq</code></a> in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">prettier/eslint-plugin-prettier#700</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/2KAbhishek"><code>@​2KAbhishek</code></a> made
their first contribution in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/686">prettier/eslint-plugin-prettier#686</a></li>
<li><a href="https://github.com/ntnyq"><code>@​ntnyq</code></a> made
their first contribution in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">prettier/eslint-plugin-prettier#700</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2">https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's
changelog</a>.</em></p>
<blockquote>
<h2>5.2.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">#700</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/aa5b59f7d98431bdb9559d079619065f812a2420"><code>aa5b59f</code></a>
Thanks <a href="https://github.com/ntnyq"><code>@​ntnyq</code></a>! -
fix: report node when loc not found</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/df123a5812b6f9f2dc27fa518f3036e784b07f15"><code>df123a5</code></a>
chore: release eslint-plugin-prettier (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/701">#701</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/e272d7c65e5c8b3d186ef8749a81b2074c2b2d85"><code>e272d7c</code></a>
chore: use double quote for changesets/changelog files</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/aa5b59f7d98431bdb9559d079619065f812a2420"><code>aa5b59f</code></a>
fix: report node when loc not found (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/700">#700</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/37d87eab917bb7614877fa65fa7fe37b4d4448ad"><code>37d87ea</code></a>
chore: update FUNDING.yml</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/b307125faeb58b6dbfd5d8812b2dffcfdc8358df"><code>b307125</code></a>
docs(README): fixes legacy ESlint configs link (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/686">#686</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/a3c215d5d18ef666dedf3048b7f34ba8c97f5320"><code>a3c215d</code></a>
build(deps-dev): Bump dset from 3.1.3 to 3.1.4 (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/679">#679</a>)</li>
<li>See full diff in <a
href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent f691ce2 commit eeaacf1
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eeaacf1

Please sign in to comment.