Skip to content

Commit

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

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

Updates `@clerk/nextjs` from 6.0.0 to 6.2.0
<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>.2.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>New Feature: Introduce the <code>&lt;Waitlist /&gt;</code> component and the <code>waitlist</code> sign up mode. (<a href="https://redirect.github.com/clerk/javascript/pull/4376">#4376</a>) by <a href="https://github.com/nikospapcom"><code>@​nikospapcom</code></a></p>
<ul>
<li>Allow users to request access with an email address via the new <code>&lt;Waitlist /&gt;</code> component.</li>
<li>Show <code>Join waitlist</code> prompt from <code>&lt;SignIn /&gt;</code> component when mode is <code>waitlist</code>.</li>
<li>Appropriate the text in the Sign Up component when mode is <code>waitlist</code>.</li>
<li>Added <code>joinWaitlist()</code> method in <code>Clerk</code> singleton.</li>
<li>Added <code>redirectToWaitlist()</code> method in <code>Clerk</code> singleton to allow user to redirect to waitlist page.</li>
</ul>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Fixes an issue where Next.js cache invalidation was incorrectly setting a cookie. (<a href="https://redirect.github.com/clerk/javascript/pull/4478">#4478</a>) by <a href="https://github.com/BRKalow"><code>@​BRKalow</code></a></p>
</li>
<li>
<p>Fix issue within <code>&lt;ClerkProvider /&gt;</code> where the window object is possibly undefined. (<a href="https://redirect.github.com/clerk/javascript/pull/4476">#4476</a>) by <a href="https://github.com/alexcarpenter"><code>@​alexcarpenter</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/d74a6a7c0f291104c6bba722a8c432814d7b336e"><code>d74a6a7c0f291104c6bba722a8c432814d7b336e</code></a>, <a href="https://github.com/clerk/javascript/commit/1a0c8fe665869e732d3c800bde0f5219fce54301"><code>1a0c8fe665869e732d3c800bde0f5219fce54301</code></a>, <a href="https://github.com/clerk/javascript/commit/0800fc3f1f4e1b6a1d13f5c02557001a283af6e8"><code>0800fc3f1f4e1b6a1d13f5c02557001a283af6e8</code></a>]:</p>
<ul>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.15.0</li>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.30.0</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.11.4</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.15.6</li>
</ul>
</li>
</ul>
<h2><code>@​clerk/nextjs</code><a href="https://github.com/6"><code>@​6</code></a>.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Fix static analysis warnings warning during production NextJS builds by <a href="https://github.com/nikosdouvlis"><code>@​nikosdouvlis</code></a></p>
</li>
<li>
<p>Updates broken Clerk documentation references by <a href="https://github.com/nikosdouvlis"><code>@​nikosdouvlis</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/a7726cc12a824b278f6d2a37cb1901c38c5f70dc"><code>a7726cc12a824b278f6d2a37cb1901c38c5f70dc</code></a>]:</p>
<ul>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.11.3</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.15.5</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.14.3</li>
</ul>
</li>
</ul>
<h2><code>@​clerk/nextjs</code><a href="https://github.com/6"><code>@​6</code></a>.1.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>Bug fix: For next&gt;=14 applications resolve <code>__unstable__onBeforeSetActive</code> once <code>invalidateCacheAction</code> resolves. (<a href="https://redirect.github.com/clerk/javascript/pull/4362">#4362</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Introduce a new experimental hook called <code>useReverification</code> that makes it easy to handle reverification errors. (<a href="https://redirect.github.com/clerk/javascript/pull/4362">#4362</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
<p>It returns a high order function (HOF) and allows developers to wrap any function that triggers a fetch request which might fail due to a user's session verification status.
When such error is returned, the recommended UX is to offer a way to the user to recover by re-verifying their credentials.
This helper will automatically handle this flow in the developer's behalf, by displaying a modal the end-user can interact with.
Upon completion, the original request that previously failed, will be retried (only once).</p>
<p>Example with clerk-js methods.</p>
<pre lang="tsx"><code></code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.2.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>New Feature: Introduce the <code>&lt;Waitlist /&gt;</code> component and the <code>waitlist</code> sign up mode. (<a href="https://redirect.github.com/clerk/javascript/pull/4376">#4376</a>) by <a href="https://github.com/nikospapcom"><code>@​nikospapcom</code></a></p>
<ul>
<li>Allow users to request access with an email address via the new <code>&lt;Waitlist /&gt;</code> component.</li>
<li>Show <code>Join waitlist</code> prompt from <code>&lt;SignIn /&gt;</code> component when mode is <code>waitlist</code>.</li>
<li>Appropriate the text in the Sign Up component when mode is <code>waitlist</code>.</li>
<li>Added <code>joinWaitlist()</code> method in <code>Clerk</code> singleton.</li>
<li>Added <code>redirectToWaitlist()</code> method in <code>Clerk</code> singleton to allow user to redirect to waitlist page.</li>
</ul>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Fixes an issue where Next.js cache invalidation was incorrectly setting a cookie. (<a href="https://redirect.github.com/clerk/javascript/pull/4478">#4478</a>) by <a href="https://github.com/BRKalow"><code>@​BRKalow</code></a></p>
</li>
<li>
<p>Fix issue within <code>&lt;ClerkProvider /&gt;</code> where the window object is possibly undefined. (<a href="https://redirect.github.com/clerk/javascript/pull/4476">#4476</a>) by <a href="https://github.com/alexcarpenter"><code>@​alexcarpenter</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/d74a6a7c0f291104c6bba722a8c432814d7b336e"><code>d74a6a7c0f291104c6bba722a8c432814d7b336e</code></a>, <a href="https://github.com/clerk/javascript/commit/1a0c8fe665869e732d3c800bde0f5219fce54301"><code>1a0c8fe665869e732d3c800bde0f5219fce54301</code></a>, <a href="https://github.com/clerk/javascript/commit/0800fc3f1f4e1b6a1d13f5c02557001a283af6e8"><code>0800fc3f1f4e1b6a1d13f5c02557001a283af6e8</code></a>]:</p>
<ul>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.15.0</li>
<li><code>@​clerk/types</code><a href="https://github.com/4"><code>@​4</code></a>.30.0</li>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.11.4</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.15.6</li>
</ul>
</li>
</ul>
<h2>6.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>Fix static analysis warnings warning during production NextJS builds by <a href="https://github.com/nikosdouvlis"><code>@​nikosdouvlis</code></a></p>
</li>
<li>
<p>Updates broken Clerk documentation references by <a href="https://github.com/nikosdouvlis"><code>@​nikosdouvlis</code></a></p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/clerk/javascript/commit/a7726cc12a824b278f6d2a37cb1901c38c5f70dc"><code>a7726cc12a824b278f6d2a37cb1901c38c5f70dc</code></a>]:</p>
<ul>
<li><code>@​clerk/shared</code><a href="https://github.com/2"><code>@​2</code></a>.11.3</li>
<li><code>@​clerk/backend</code><a href="https://github.com/1"><code>@​1</code></a>.15.5</li>
<li><code>@​clerk/clerk-react</code><a href="https://github.com/5"><code>@​5</code></a>.14.3</li>
</ul>
</li>
</ul>
<h2>6.1.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>Bug fix: For next&gt;=14 applications resolve <code>__unstable__onBeforeSetActive</code> once <code>invalidateCacheAction</code> resolves. (<a href="https://redirect.github.com/clerk/javascript/pull/4362">#4362</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
</li>
<li>
<p>Introduce a new experimental hook called <code>useReverification</code> that makes it easy to handle reverification errors. (<a href="https://redirect.github.com/clerk/javascript/pull/4362">#4362</a>) by <a href="https://github.com/panteliselef"><code>@​panteliselef</code></a></p>
<p>It returns a high order function (HOF) and allows developers to wrap any function that triggers a fetch request which might fail due to a user's session verification status.
When such error is returned, the recommended UX is to offer a way to the user to recover by re-verifying their credentials.
This helper will automatically handle this flow in the developer's behalf, by displaying a modal the end-user can interact with.
Upon completion, the original request that previously failed, will be retried (only once).</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/0cab66e21481198c8c71d67d96ed66eca9e7481f"><code>0cab66e</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4472">#4472</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/5a3eaf78750ad9cb8a3e6e681b67f527e779729c"><code>5a3eaf7</code></a> fix(nextjs): Do not set cookie during cache invalidation (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4478">#4478</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/f1a855bda47add5dd32acaa3aa1e4e26b2ce9b4f"><code>f1a855b</code></a> fix(nextjs): Ensure window is defined within <code>\&lt;ClerkProvider /&gt;</code> (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4476">#4476</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/d74a6a7c0f291104c6bba722a8c432814d7b336e"><code>d74a6a7</code></a> feat(clerk-js,nextjs,clerk-react,types): Introduce <code>\&lt;Waitlist /&gt;</code> component (...</li>
<li><a href="https://github.com/clerk/javascript/commit/6324553c8f58f89718c28f453fa4af4f9febf480"><code>6324553</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4467">#4467</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/a7726cc12a824b278f6d2a37cb1901c38c5f70dc"><code>a7726cc</code></a> Revert &quot;ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4465">#4465</a>)&quot;</li>
<li><a href="https://github.com/clerk/javascript/commit/c09476ed5d924c2ccc2cfe34717dc58f324243b7"><code>c09476e</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4466">#4466</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/6f562876315750bbe066efe25e2257fdbfcf1b73"><code>6f56287</code></a> Revert &quot;ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4465">#4465</a>)&quot;</li>
<li><a href="https://github.com/clerk/javascript/commit/7fbf9b95a7c5c128a514e3e9deb65e8e6d1a904b"><code>7fbf9b9</code></a> ci(repo): Version packages (<a href="https://github.com/clerk/javascript/tree/HEAD/packages/nextjs/issues/4465">#4465</a>)</li>
<li><a href="https://github.com/clerk/javascript/commit/f067a41ea08d499aaad2e823e5fc3d8b6e6f2bd1"><code>f067a41</code></a> chore(repo): Trigger release</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 `permitio` from 2.6.1 to 2.7.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/permitio/permit-node/releases">permitio's releases</a>.</em></p>
<blockquote>
<h2>v2.7.1-rc</h2>
<p>No release notes provided.</p>
<h2>v2.7.0-rc</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: rename esm to .mjs and add exports by <a href="https://github.com/Pagebakers"><code>@​Pagebakers</code></a> in <a href="https://redirect.github.com/permitio/permit-node/pull/102">permitio/permit-node#102</a> to support ESM</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Pagebakers"><code>@​Pagebakers</code></a> made their first contribution in <a href="https://redirect.github.com/permitio/permit-node/pull/102">permitio/permit-node#102</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/permitio/permit-node/compare/2.6.1...2.7.0-rc">https://github.com/permitio/permit-node/compare/2.6.1...2.7.0-rc</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/permitio/permit-node/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `eslint-config-next` from 15.0.1 to 15.0.2
<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.0.2</h2>
<h3>Core Changes</h3>
<ul>
<li>Read page name from work store in server module map proxy: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71669">#71669</a></li>
<li>codemod: should not transform when param is not used: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71664">#71664</a></li>
<li>[dynamicIO] complete refactor to prerender: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71687">#71687</a></li>
<li>fix: metadata image route normalize path posix for windows: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71673">#71673</a></li>
<li>next-codemod(upgrade): optional catch when missing dev script: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71598">#71598</a></li>
<li>Avoid server action function indirection in Turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71628">#71628</a></li>
<li>fix: exclude <code>basePath</code> in <code>findSourceMapURL</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71719">#71719</a></li>
<li>fix: stack frame text color in dark mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71656">#71656</a></li>
<li>Fix: revert the bad node binary handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71723">#71723</a></li>
<li>next-codemod: add empty <code>pnpm-workspace.yaml</code> to test fixtures to bypass PNPM workspace checks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71726">#71726</a></li>
<li>warn on sync access if dynamicIO is not enabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71696">#71696</a></li>
<li>Update React from <code>69d4b800-20241021</code> to <code>45804af1-20241021</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71718">#71718</a></li>
<li>next-upgrade: do not add <code>--turbopack</code> flag when <code>--turbo</code> exists in <code>next dev</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71730">#71730</a></li>
<li>feat: stitch errors with react owner stack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70393">#70393</a></li>
<li>[dynamicIO] update data access error and documentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71738">#71738</a></li>
<li>Test cached form action with revalidate: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71591">#71591</a></li>
<li>Upgrade React from <code>45804af1-20241021</code> to <code>28668d39-20241023</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71745">#71745</a></li>
<li>Fix race condition when setting client reference manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71741">#71741</a></li>
<li>Fix fetch with no-store inside of use cache: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71754">#71754</a></li>
<li>Remove the bottom collapse button in dev overlay: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71658">#71658</a></li>
<li>[dynamicIO] unify cache filling and lazy-module warming: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71749">#71749</a></li>
<li>Don't filter out <!-- raw HTML omitted --> source location frames through RSC: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71752">#71752</a></li>
<li>fix undefined default export error msg: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71762">#71762</a></li>
<li>Upgrade React from <code>28668d39-20241023</code> to <code>1631855f-20241023</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71769">#71769</a></li>
<li>Enable owner stack in experimental build: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71716">#71716</a></li>
<li>feat: add experiment for sharpjs cpu flags: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71733">#71733</a></li>
<li>fix: handle server component replay error in error overlay: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71772">#71772</a></li>
<li>Don't error asking for prebuilt bundles: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71778">#71778</a></li>
<li>Replace <code>turbopack://[project]/...</code> sourcemap uris with <code>file://...</code> in development: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71489">#71489</a></li>
<li>misc: update source map paths for bundled Next.js runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71779">#71779</a></li>
<li>[dynamicIO] refine error message and docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71781">#71781</a></li>
<li>next-upgrade: change <code>--turbo</code> to <code>--turbopack</code> if applicable: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71737">#71737</a></li>
<li>Show all diff when uncollapse: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71792">#71792</a></li>
<li>Sourcemap errors in terminal by default : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71444">#71444</a></li>
<li>Fully enable custom error callbacks for app router: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71794">#71794</a></li>
<li>Simplify Server Action Webpack plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71721">#71721</a></li>
<li>ensure DIO development segment errors are cleared after correcting: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71811">#71811</a></li>
<li>Include sourceframe in errors logged in the terminal during development: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71803">#71803</a></li>
<li>[dynamicIO] update prerender cache scoping and cache warming for validation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71822">#71822</a></li>
<li>only force stack frame color in tty: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71860">#71860</a></li>
<li>Add test for fetch with auth in use cache: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71768">#71768</a></li>
<li>Fix race with hot-reloader-client clearing overlay errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71771">#71771</a></li>
<li>Fix dynamic tracking in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71867">#71867</a></li>
<li>Revert &quot;Sourcemap errors in terminal by default (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71444">#71444</a>)&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71868">#71868</a></li>
<li>Fix fetch caching inside of <code>&quot;use cache&quot;</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71793">#71793</a></li>
<li>Trace upload: only send traces for current session: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71838">#71838</a></li>
<li>Reland &quot;Sourcemap errors in terminal by default&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71877">#71877</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/2e28c965279de90ce4bfca673196c27dd6117027"><code>2e28c96</code></a> v15.0.2</li>
<li><a href="https://github.com/vercel/next.js/commit/9fe44a50dd5b9babed57ae72f2d0addbcaf4dd5f"><code>9fe44a5</code></a> v15.0.2-canary.11</li>
<li><a href="https://github.com/vercel/next.js/commit/87da4f98a327310ebbd0672e8a17e25865704c43"><code>87da4f9</code></a> v15.0.2-canary.10</li>
<li><a href="https://github.com/vercel/next.js/commit/35d757bb6fa551492762c2822d2b08ac2281ab10"><code>35d757b</code></a> v15.0.2-canary.9</li>
<li><a href="https://github.com/vercel/next.js/commit/ca5f29d81b011c3a01e2372118b29836f1df0fa7"><code>ca5f29d</code></a> v15.0.2-canary.8</li>
<li><a href="https://github.com/vercel/next.js/commit/5a0d60343c36d776fff2302085eb6a4c2ceb52a6"><code>5a0d603</code></a> v15.0.2-canary.7</li>
<li><a href="https://github.com/vercel/next.js/commit/5ba53703ff091dc0f5ffaa9d7da646c572356277"><code>5ba5370</code></a> v15.0.2-canary.6</li>
<li><a href="https://github.com/vercel/next.js/commit/af4321c5322b72906fe9dcc87e42ca264f1f6b0e"><code>af4321c</code></a> v15.0.2-canary.5</li>
<li><a href="https://github.com/vercel/next.js/commit/9499cc1646f9a8e686ae1601a208f36e23ededb4"><code>9499cc1</code></a> v15.0.2-canary.4</li>
<li><a href="https://github.com/vercel/next.js/commit/9d1cf5e052d92c456617e44545db09f48b6a6a56"><code>9d1cf5e</code></a> v15.0.2-canary.3</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.0.2/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 Nov 6, 2024
1 parent 6fdebd8 commit 6412efd
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 61 deletions.
125 changes: 67 additions & 58 deletions examples/nextjs-permit/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/nextjs-permit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@arcjet/ip": "file:../../ip",
"@arcjet/next": "file:../../arcjet-next",
"@clerk/nextjs": "^6.0.0",
"@clerk/nextjs": "^6.2.0",
"next": "15.0.1",
"permitio": "^2.6.1",
"permitio": "^2.7.2",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -22,7 +22,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"eslint-config-next": "15.0.2",
"typescript": "^5"
}
}

0 comments on commit 6412efd

Please sign in to comment.