Skip to content

Commit

Permalink
deps(example): bump the dependencies group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates (#2907)

Bumps the dependencies group with 2 updates in the /examples/nextjs-permit directory: [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).

Updates `@clerk/nextjs` from 6.9.10 to 6.9.15
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/clerk/javascript/releases"><code>@​clerk/nextjs</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@​clerk/nextjs</code><a href="https://github.com/6"><code>@​6</code></a>.9.15</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/418ec5c62c4eb600566faab07684c068a29007e3"><code>418ec5c62c4eb600566faab07684c068a29007e3</code></a>]:
<ul>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.41.2</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.3</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.4</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.11</li>
</ul>
</li>
</ul>
<h2><code>@​clerk/nextjs</code><a href="https://github.com/6"><code>@​6</code></a>.9.14</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Bug fix: Running <code>build</code> with on Keyless mode should not prevent <code>&lt;ClerkProvider/&gt;</code> throwing an error for missing publishable key. (<a href="https://redirect.github.com/clerk/javascript/pull/4932">#4932</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/9eef7713212378351e8e01628611eaa18de250e8"><code>9eef7713212378351e8e01628611eaa18de250e8</code></a>]:</p>
<ul>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.10</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.2</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.3</li>
</ul>
</li>
</ul>
<h2><code>@​clerk/nextjs</code><a href="https://github.com/6"><code>@​6</code></a>.9.13</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/7ffc99b48977b9f6c74c0c71c500b60cb8aba65e"><code>7ffc99b48977b9f6c74c0c71c500b60cb8aba65e</code></a>]:
<ul>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.41.1</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.2</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.1</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.9</li>
</ul>
</li>
</ul>
<h2><code>@​clerk/nextjs</code><a href="https://github.com/6"><code>@​6</code></a>.9.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/4af35380f18d1d06c15ad1f5745c2d5a1ab1c37d"><code>4af35380f18d1d06c15ad1f5745c2d5a1ab1c37d</code></a>, <a href="https://github.com/clerk/javascript/commit/aa48b1f9e890b2402e9d05989a4820141076f7bf"><code>aa48b1f9e890b2402e9d05989a4820141076f7bf</code></a>, <a href="https://github.com/clerk/javascript/commit/53bd34fff38b17498edf66cc4bc2d42d707f28dc"><code>53bd34fff38b17498edf66cc4bc2d42d707f28dc</code></a>]:
<ul>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.41.0</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.0</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.1</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.8</li>
</ul>
</li>
</ul>
<h2><code>@​clerk/nextjs</code><a href="https://github.com/6"><code>@​6</code></a>.9.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Handle <code>dynamicIO</code> errors when request apis are accessed on prerender. This fixes issues with <code>ppr: true, dynamicIO: true</code> when using <code>&lt;ClerkProvider dynamic/&gt;</code>. (<a href="https://redirect.github.com/clerk/javascript/pull/4836">#4836</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Add descriptive comment when appending <code>.clerk/</code> to <code>.gitignore</code>. (<a href="https://redirect.github.com/clerk/javascript/pull/4901">#4901</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/e9e8834f7bfc953c3ae66fedf65b6952689c49da"><code>e9e8834f7bfc953c3ae66fedf65b6952689c49da</code></a>, <a href="https://github.com/clerk/javascript/commit/fd7a5be73db3acaa7daeb9b15af73c2ce99d03a6"><code>fd7a5be73db3acaa7daeb9b15af73c2ce99d03a6</code></a>, <a href="https://github.com/clerk/javascript/commit/7182b93101518a389cc13859f8a0fe8bd6f37a06"><code>7182b93101518a389cc13859f8a0fe8bd6f37a06</code></a>]:</p>
<ul>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.0</li>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.40.3</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.21.3</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.7</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md"><code>@​clerk/nextjs</code>'s changelog</a>.</em></p>
<blockquote>
<h2>6.9.15</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/418ec5c62c4eb600566faab07684c068a29007e3"><code>418ec5c62c4eb600566faab07684c068a29007e3</code></a>]:
<ul>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.41.2</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.3</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.4</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.11</li>
</ul>
</li>
</ul>
<h2>6.9.14</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Bug fix: Running <code>build</code> with on Keyless mode should not prevent <code>&lt;ClerkProvider/&gt;</code> throwing an error for missing publishable key. (<a href="https://redirect.github.com/clerk/javascript/pull/4932">#4932</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/9eef7713212378351e8e01628611eaa18de250e8"><code>9eef7713212378351e8e01628611eaa18de250e8</code></a>]:</p>
<ul>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.10</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.2</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.3</li>
</ul>
</li>
</ul>
<h2>6.9.13</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/7ffc99b48977b9f6c74c0c71c500b60cb8aba65e"><code>7ffc99b48977b9f6c74c0c71c500b60cb8aba65e</code></a>]:
<ul>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.41.1</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.2</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.1</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.9</li>
</ul>
</li>
</ul>
<h2>6.9.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/4af35380f18d1d06c15ad1f5745c2d5a1ab1c37d"><code>4af35380f18d1d06c15ad1f5745c2d5a1ab1c37d</code></a>, <a href="https://github.com/clerk/javascript/commit/aa48b1f9e890b2402e9d05989a4820141076f7bf"><code>aa48b1f9e890b2402e9d05989a4820141076f7bf</code></a>, <a href="https://github.com/clerk/javascript/commit/53bd34fff38b17498edf66cc4bc2d42d707f28dc"><code>53bd34fff38b17498edf66cc4bc2d42d707f28dc</code></a>]:
<ul>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.41.0</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.22.0</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.23.1</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.20.8</li>
</ul>
</li>
</ul>
<h2>6.9.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Handle <code>dynamicIO</code> errors when request apis are accessed on prerender. This fixes issues with <code>ppr: true, dynamicIO: true</code> when using <code>&lt;ClerkProvider dynamic/&gt;</code>. (<a href="https://redirect.github.com/clerk/javascript/pull/4836">#4836</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Add descriptive comment when appending <code>.clerk/</code> to <code>.gitignore</code>. (<a href="https://redirect.github.com/clerk/javascript/pull/4901">#4901</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/e9e8834f7bfc953c3ae66fedf65b6952689c49da"><code>e9e8834f7bfc953c3ae66fedf65b6952689c49da</code></a>, <a href="https://github.com/clerk/javascript/commit/fd7a5be73db3acaa7daeb9b15af73c2ce99d03a6"><code>fd7a5be73db3acaa7daeb9b15af73c2ce99d03a6</code></a>, <a href="https://github.com/clerk/javascript/commit/7182b93101518a389cc13859f8a0fe8bd6f37a06"><code>7182b93101518a389cc13859f8a0fe8bd6f37a06</code></a>]:</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clerk/javascript/commit/16dd5d54e4be5bee50f87496861e8e7e90fa0a97"><code>16dd5d5</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4937">#4937</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/ea1dd1fa13973b83efdea0b80124ff64235105be"><code>ea1dd1f</code></a> chore(repo): Add Typedoc (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4925">#4925</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/560c12a38b4a9392fd9829d437f783557fc55e74"><code>560c12a</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4930">#4930</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/61d79705603c9dd435b52b7381fc213c40b1d1b1"><code>61d7970</code></a> fix(nextjs): [Keyless] Prevent successful build when keys are not explicitly ...</li>
<li><a href="https://github.com/clerk/javascript/commit/bfed2b80b11486ca0d22eb51df97aa32c1a51817"><code>bfed2b8</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4915">#4915</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/03b7e4584e5ea303eea20296f92816dbfd3fe6f4"><code>03b7e45</code></a> chore(repo): Update Vitest to 3.0 (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4929">#4929</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/7137f2928282b3b329e616f8d3caf76f3abb6bbc"><code>7137f29</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4908">#4908</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/7c88d6b268326b8e6c4e3dde62b4a43616140778"><code>7c88d6b</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4885">#4885</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/4d31fc9aaaa44ec9ff4032c4a243b0ab177e2b08"><code>4d31fc9</code></a> chore(nextjs): Add comment when updating <code>.gitignore</code> with <code>.clerk/</code> (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4901">#4901</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/86fe130912218e9ad5dc2ca58a02f3e3fd75a08b"><code>86fe130</code></a> chore(nextjs): Remove unused utility function (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4900">#4900</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/nextjs">compare view</a></li>
</ul>
</details>
<br />

Updates `eslint-config-next` from 15.1.4 to 15.1.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p>
<blockquote>
<h2>v15.1.5</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Fix missing revalidate with notFound() (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/75009">#75009</a>)</li>
<li>fix: when metadatabase is set we should not warn (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74840">#74840</a>)</li>
<li>Fix <code>@​vercel/og</code> license SPDX expression (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74745">#74745</a>)</li>
<li>fix: ts language server rule metadata should allow null (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74704">#74704</a>)</li>
<li>fix: eslint rule of using img in metadata routes (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74864">#74864</a>)</li>
<li>Fix presentation when onerror receives an event without error (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74643">#74643</a>)</li>
<li>fix fetch lock not being consistently released <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74623">#74623</a> (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/75028">#75028</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/matmannion"><code>@​matmannion</code></a> and <a href="https://github.com/ztanner"><code>@​ztanner</code></a> for helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/47102cae01a63b1761b9313d9ec4e7a89119ea18"><code>47102ca</code></a> v15.1.5</li>
<li>See full diff in <a href="https://github.com/vercel/next.js/commits/v15.1.5/packages/eslint-config-next">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>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 7e9fe7c commit 08684c8
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 56 deletions.
131 changes: 77 additions & 54 deletions examples/nextjs-permit/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/nextjs-permit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@arcjet/ip": "file:../../ip",
"@arcjet/next": "file:../../arcjet-next",
"@clerk/nextjs": "^6.9.10",
"@clerk/nextjs": "^6.9.15",
"next": "15.1.4",
"permitio": "^2.7.2",
"react": "^19",
Expand All @@ -22,7 +22,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"typescript": "^5"
}
}

0 comments on commit 08684c8

Please sign in to comment.