Skip to content

Commit

Permalink
deps(example): Bump the dependencies group in /examples/nextjs-14-nex…
Browse files Browse the repository at this point in the history
…tauth-4 with 7 updates (#468)

Bumps the dependencies group in /examples/nextjs-14-nextauth-4 with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.1.3` | `14.1.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.65` | `18.2.73` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.21` | `18.2.23` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.18` | `10.4.19` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.3` | `14.1.4` |
| [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.3` |

Updates `next` from 14.1.3 to 14.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p>
<blockquote>
<h2>v14.1.4</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>Update React from 60a927d04 to 4b84f11 (<a href="https://redirect.github.com/vercel/next.js/issues/63476">#63476</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>fix revalidation issue with route handlers (<a href="https://redirect.github.com/vercel/next.js/issues/63213">#63213</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>ensure mpa navigations to the same URL work after restoring from bfcache (<a href="https://redirect.github.com/vercel/next.js/issues/63155">#63155</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>Ensure PromiseLikeOfReactNode is not included in .d.ts files (<a href="https://redirect.github.com/vercel/next.js/issues/63185">#63185</a>) <a href="https://github.com/timneutkens"><code>@​timneutkens</code></a></li>
<li>Fix metadata url cases should not append with trailing slash (<a href="https://redirect.github.com/vercel/next.js/issues/63050">#63050</a>) <a href="https://github.com/huozhi"><code>@​huozhi</code></a></li>
<li>feat: add deploymentId config (<a href="https://redirect.github.com/vercel/next.js/issues/63198">#63198</a>) <a href="https://github.com/styfle"><code>@​styfle</code></a></li>
<li>fix: bump <code>@​vercel/nft</code><a href="https://github.com/0"><code>@​0</code></a>.26.3 (<a href="https://redirect.github.com/vercel/next.js/issues/61538">#61538</a>) <a href="https://github.com/styfle"><code>@​styfle</code></a></li>
<li>fix x-forwarded-port header (<a href="https://redirect.github.com/vercel/next.js/issues/63303">#63303</a>) <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a></li>
<li>fix: x-forwarded-port header is 'undefined' when no port in url (<a href="https://redirect.github.com/vercel/next.js/issues/60484">#60484</a>) <a href="https://github.com/yuvalotem"><code>@​yuvalotem</code></a></li>
</ul>
<h3>Test Changes</h3>
<ul>
<li>test: switch order of tests to avoid flakniess (<a href="https://redirect.github.com/vercel/next.js/issues/63482">#63482</a>) <a href="https://github.com/huozhi"><code>@​huozhi</code></a></li>
<li>fix broken create-next-app tests (<a href="https://redirect.github.com/vercel/next.js/issues/63019">#63019</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/f1fc35730c7aeb0ff39513f91ab2b9ed876393fe"><code>f1fc357</code></a> v14.1.4</li>
<li><a href="https://github.com/vercel/next.js/commit/e6a117bba0eaca80f40dceae0ee6ee20e3708cfa"><code>e6a117b</code></a> (backport) Update React from 60a927d04 to 4b84f1161 (<a href="https://redirect.github.com/vercel/next.js/issues/63476">#63476</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/c2273159448b56340791cd78c718f1a6ac5c0e5f"><code>c227315</code></a> update assertion due to stack trace change</li>
<li><a href="https://github.com/vercel/next.js/commit/3aae252e837cc9d66dcc6ba23ad1ffbb440ccae6"><code>3aae252</code></a> test: switch order of tests to avoid flakniess (<a href="https://redirect.github.com/vercel/next.js/issues/63482">#63482</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/48049827125b8ab64bd6fce35b5ef8234dd3b1d2"><code>4804982</code></a> fix broken create-next-app tests (<a href="https://redirect.github.com/vercel/next.js/issues/63019">#63019</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/81114f36c78e09bae2e4e02dcc1c2e020ebbdf7e"><code>81114f3</code></a> fix revalidation issue with route handlers (<a href="https://redirect.github.com/vercel/next.js/issues/63213">#63213</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/944a84c2095b79a1f528656855f952625ca875b2"><code>944a84c</code></a> ensure mpa navigations to the same URL work after restoring from bfcache (<a href="https://redirect.github.com/vercel/next.js/issues/63">#63</a>...</li>
<li><a href="https://github.com/vercel/next.js/commit/21e11f19678ed1a50e174f5f92e61c6f81cd1738"><code>21e11f1</code></a> Ensure PromiseLikeOfReactNode is not included in .d.ts files (<a href="https://redirect.github.com/vercel/next.js/issues/63185">#63185</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/531cdb591ee5c7a641a9db3f3fc5521be3beffd3"><code>531cdb5</code></a> Fix metadata url cases should not append with trailing slash (<a href="https://redirect.github.com/vercel/next.js/issues/63050">#63050</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/a3707f5a331f6021f5264aa669c00a0e051ca11c"><code>a3707f5</code></a> feat: add <code>deploymentId</code> config (<a href="https://redirect.github.com/vercel/next.js/issues/63198">#63198</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.1.3...v14.1.4">compare view</a></li>
</ul>
</details>
<br />

Updates `@types/react` from 18.2.65 to 18.2.73
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li>
</ul>
</details>
<br />

Updates `@types/react-dom` from 18.2.21 to 18.2.23
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li>
</ul>
</details>
<br />

Updates `autoprefixer` from 10.4.18 to 10.4.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p>
<blockquote>
<h2>10.4.19</h2>
<ul>
<li>Removed <code>end value has mixed support, consider using flex-end</code> warning since <code>end</code>/<code>start</code> now have good support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p>
<blockquote>
<h2>10.4.19</h2>
<ul>
<li>Removed <code>end value has mixed support, consider using flex-end</code> warning
since <code>end</code>/<code>start</code> now have good support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/postcss/autoprefixer/commit/8060e33a78f39759f32781dd3518dae90740dc38"><code>8060e33</code></a> Release 10.4.19 version</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/fe7bae45970d38eee86c4d26e5f19fa100df3039"><code>fe7bae4</code></a> Remove end→flex-end warning</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/5f6f362a1ebca975777ffcb0dc14b1ea5fb04def"><code>5f6f362</code></a> Update dependencies</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/13a86df5abf9cf66d298ff75df3faa9f4d0eb07c"><code>13a86df</code></a> Move to flat ESLint config</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/b3e0579452b6ce164c26ecb4999e6f99fff5563c"><code>b3e0579</code></a> Update dependencies</li>
<li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19">compare view</a></li>
</ul>
</details>
<br />

Updates `eslint-config-next` from 14.1.3 to 14.1.4
<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>v14.1.4</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>Update React from 60a927d04 to 4b84f11 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63476">#63476</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>fix revalidation issue with route handlers (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63213">#63213</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>ensure mpa navigations to the same URL work after restoring from bfcache (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63155">#63155</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>Ensure PromiseLikeOfReactNode is not included in .d.ts files (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63185">#63185</a>) <a href="https://github.com/timneutkens"><code>@​timneutkens</code></a></li>
<li>Fix metadata url cases should not append with trailing slash (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63050">#63050</a>) <a href="https://github.com/huozhi"><code>@​huozhi</code></a></li>
<li>feat: add deploymentId config (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63198">#63198</a>) <a href="https://github.com/styfle"><code>@​styfle</code></a></li>
<li>fix: bump <code>@​vercel/nft</code><a href="https://github.com/0"><code>@​0</code></a>.26.3 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/61538">#61538</a>) <a href="https://github.com/styfle"><code>@​styfle</code></a></li>
<li>fix x-forwarded-port header (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63303">#63303</a>) <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a></li>
<li>fix: x-forwarded-port header is 'undefined' when no port in url (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/60484">#60484</a>) <a href="https://github.com/yuvalotem"><code>@​yuvalotem</code></a></li>
</ul>
<h3>Test Changes</h3>
<ul>
<li>test: switch order of tests to avoid flakniess (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63482">#63482</a>) <a href="https://github.com/huozhi"><code>@​huozhi</code></a></li>
<li>fix broken create-next-app tests (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63019">#63019</a>) <a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/f1fc35730c7aeb0ff39513f91ab2b9ed876393fe"><code>f1fc357</code></a> v14.1.4</li>
<li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.1.4/packages/eslint-config-next">compare view</a></li>
</ul>
</details>
<br />

Updates `postcss` from 8.4.35 to 8.4.38
<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.4.38</h2>
<ul>
<li>Fixed <code>endIndex: 0</code> in errors and warnings (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>8.4.37</h2>
<ul>
<li>Fixed <code>original.column are not numbers</code> error in another case.</li>
</ul>
<h2>8.4.36</h2>
<ul>
<li>Fixed <code>original.column are not numbers</code> error on broken previous source map.</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.4.38</h2>
<ul>
<li>Fixed <code>endIndex: 0</code> in errors and warnings (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>8.4.37</h2>
<ul>
<li>Fixed <code>original.column are not numbers</code> error in another case.</li>
</ul>
<h2>8.4.36</h2>
<ul>
<li>Fixed <code>original.column are not numbers</code> error on broken previous source map.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/postcss/postcss/commit/a69d45ecaeb02fdeef5d53bfd8fc56e3ade1e17e"><code>a69d45e</code></a> Release 8.4.38 version</li>
<li><a href="https://github.com/postcss/postcss/commit/64e35d952c5c8c3eab4d2d2ee209cccd10127bfb"><code>64e35d9</code></a> Update dependencies</li>
<li><a href="https://github.com/postcss/postcss/commit/c1ad8fb40249a736c14d856ccf27d7e53143981f"><code>c1ad8fb</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1932">#1932</a> from romainmenke/fix-warning-end-index--inventive-nu...</li>
<li><a href="https://github.com/postcss/postcss/commit/b45e7e915936803a7176f7131f16102571a610e8"><code>b45e7e9</code></a> fix endIndex</li>
<li><a href="https://github.com/postcss/postcss/commit/1bea2466db7b74b55b574aef747d897d0d31335f"><code>1bea246</code></a> failing test: for endIndex 0 in rangeBy</li>
<li><a href="https://github.com/postcss/postcss/commit/0fd1d86f2d33926c782463e63d8e1c816d207bc8"><code>0fd1d86</code></a> Add changelog auto release on Github</li>
<li><a href="https://github.com/postcss/postcss/commit/49c906ebc05e0196a71e828e23678beae01b47bc"><code>49c906e</code></a> Release 8.4.37 version</li>
<li><a href="https://github.com/postcss/postcss/commit/b5bd92ca4168c4e9b719cb0726fe5cc1a96d3bf2"><code>b5bd92c</code></a> Fix another broken prev source map issue</li>
<li><a href="https://github.com/postcss/postcss/commit/28820396e19e3da62eefb2c63d590c121da263a5"><code>2882039</code></a> Update dependencies</li>
<li><a href="https://github.com/postcss/postcss/commit/e5ad9394daf38d0ef4acd7065f219b3cddace1df"><code>e5ad939</code></a> Release 8.4.36 version</li>
<li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.35...8.4.38">compare view</a></li>
</ul>
</details>
<br />

Updates `tailwindcss` from 3.4.1 to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h3>Fixed</h3>
<ul>
<li>Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li>
</ul>
<h2>v3.4.2</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure max specificity of <code>0,0,1</code> for button and input Preflight rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li>
<li>Improve glob handling for folders with <code>(</code>, <code>)</code>, <code>[</code> or <code>]</code> in the file path (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li>
<li>Split <code>:has</code> rules when using <code>experimental.optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li>
<li>Sort arbitrary properties alphabetically across multiple class lists (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li>
<li>Add <code>mix-blend-plus-darker</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li>
<li>Ensure dashes are allowed in variant modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li>
<li>Fix crash showing completions in Intellisense when using a custom separator (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li>
<li>Transpile <code>import.meta.url</code> in config files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li>
<li>Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li>
<li>Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li>
<li>Don't error when encountering nested CSS unless trying to <code>@apply</code> a class that uses nesting (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li>
<li>Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li>
<li>Change dark mode selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md">tailwindcss's changelog</a>.</em></p>
<blockquote>
<h2>[3.4.3] - 2024-03-27</h2>
<h3>Fixed</h3>
<ul>
<li>Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li>
</ul>
<h2>[3.4.2] - 2024-03-27</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure max specificity of <code>0,0,1</code> for button and input Preflight rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li>
<li>Improve glob handling for folders with <code>(</code>, <code>)</code>, <code>[</code> or <code>]</code> in the file path (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li>
<li>Split <code>:has</code> rules when using <code>experimental.optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li>
<li>Sort arbitrary properties alphabetically across multiple class lists (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li>
<li>Add <code>mix-blend-plus-darker</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li>
<li>Ensure dashes are allowed in variant modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li>
<li>Fix crash showing completions in Intellisense when using a custom separator (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li>
<li>Transpile <code>import.meta.url</code> in config files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li>
<li>Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li>
<li>Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li>
<li>Don't error when encountering nested CSS unless trying to <code>@apply</code> a class that uses nesting (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li>
<li>Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li>
<li>Change dark mode selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f1f419a9ecfcd00a2001ee96ab252739fca47564"><code>f1f419a</code></a> 3.4.3</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e6c1082823abb7bc7960fe7ff7fb698498c878d8"><code>e6c1082</code></a> Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13384">#13384</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8430d8b5207c2d3d3a6f71621e5df9d7d040a5b4"><code>8430d8b</code></a> 3.4.2</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8b4a2a6770c2dee5d7c21a73c7f6657d7bee21b2"><code>8b4a2a6</code></a> Change dark selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13379">#13379</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/97607f1cfb30103db96747c9b9e50fefa117fbb4"><code>97607f1</code></a> Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13353">#13353</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c033f106bc855540bec6dd5b48f4d3c325182e9e"><code>c033f10</code></a> Update CHANGELOG.md</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/bda84210d6afb4fa644fb74646686843c5cb757d"><code>bda8421</code></a> Only detect nesting when using <code>@apply</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13325">#13325</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3ba51d14c7d8b8661b875d388eda42095dfc0db6"><code>3ba51d1</code></a> Remove leading space in <code>box-shadow</code>'s <code>addDefaults</code> call (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13334">#13334</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a53d854d1d5b87db4ed1916bf0aee964b052c410"><code>a53d854</code></a> Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13324">#13324</a>)</li>
<li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ea90d3a81cf78957bc44f580f8e0c95fc06dfaee"><code>ea90d3a</code></a> Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13150">#13150</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.3">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 Mar 29, 2024
1 parent 3a45ae4 commit 6ab6cdb
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 92 deletions.
167 changes: 80 additions & 87 deletions examples/nextjs-14-nextauth-4/package-lock.json

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

10 changes: 5 additions & 5 deletions examples/nextjs-14-nextauth-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"dependencies": {
"@arcjet/next": "file:../../arcjet-next",
"next": "^14.1.3",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "18.2.65",
"@types/react": "18.2.73",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}

0 comments on commit 6ab6cdb

Please sign in to comment.