Skip to content

Commit

Permalink
deps(example): Bump the dependencies group in /examples/nextjs-13-pag…
Browse files Browse the repository at this point in the history
…es-wrap with 3 updates (#291)

Bumps the dependencies group in /examples/nextjs-13-pages-wrap with 3 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [autoprefixer](https://github.com/postcss/autoprefixer) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).

Updates `@types/react` from 18.2.59 to 18.2.62
<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 `autoprefixer` from 10.4.17 to 10.4.18
<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.18</h2>
<ul>
<li>Fixed removing <code>-webkit-box-orient</code> on <code>-webkit-line-clamp</code> (<a href="https://github.com/Goodwine"><code>@​Goodwine</code></a>).</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.18</h2>
<ul>
<li>Fixed removing <code>-webkit-box-orient</code> on <code>-webkit-line-clamp</code> (<a href="https://github.com/Goodwine"><code>@​Goodwine</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/postcss/autoprefixer/commit/90dc18d7201608ccf1a02aba476feec28f60257e"><code>90dc18d</code></a> Release 10.4.18 version</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/0af1be8a7453d28701f99cfdeefe026548c690cf"><code>0af1be8</code></a> Update dependencies</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/1efe165b9511049b72f4abdb537cf9494889e48e"><code>1efe165</code></a> Update c8 config</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/80ff109c02e9ab40e4f8de57584309372f90ec5a"><code>80ff109</code></a> Add Node.js 21 to CI</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/5e5d1935b81c41a5f9bbcc1b63377e32b8c6de59"><code>5e5d193</code></a> Automate release creation</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/e72c36a761b07b8083c2d746f200e7d2e7fc7e47"><code>e72c36a</code></a> Update actions</li>
<li><a href="https://github.com/postcss/autoprefixer/commit/ec68b5212fee8d25354cd68566311a808dbe96d8"><code>ec68b52</code></a> Preserve -webkit-box-orient when -webkit-line-clamp is present (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1511">#1511</a>)</li>
<li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.17...10.4.18">compare view</a></li>
</ul>
</details>
<br />

Updates `eslint-config-next` from 14.1.0 to 14.1.1
<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.1</h2>
<p><em>Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary</em></p>
<h3>Core Changes</h3>
<ul>
<li>Should not warn metadataBase missing if only absolute urls are present: <a href="https://redirect.github.com/vercel/next.js/pull/61898">vercel/next.js#61898</a></li>
<li>Fix trailing slash for canonical url: <a href="https://redirect.github.com/vercel/next.js/pull/62109">vercel/next.js#62109</a></li>
<li>Fix metadata json manifest convention: <a href="https://redirect.github.com/vercel/next.js/pull/62615">vercel/next.js#62615</a></li>
<li>Improve the Server Actions SWC transform: <a href="https://redirect.github.com/vercel/next.js/pull/61001">vercel/next.js#61001</a></li>
<li>Fix Server Reference being double registered: <a href="https://redirect.github.com/vercel/next.js/pull/61244">vercel/next.js#61244</a></li>
<li>Improve the Server Actions SWC transform (part 2): <a href="https://redirect.github.com/vercel/next.js/pull/62052">vercel/next.js#62052</a></li>
<li>Fix module-level Server Action creation with closure-closed values: <a href="https://redirect.github.com/vercel/next.js/pull/62437">vercel/next.js#62437</a></li>
<li>Fix draft mode invariant: <a href="https://redirect.github.com/vercel/next.js/pull/62121">vercel/next.js#62121</a></li>
<li>fix: babel usage with next/image: <a href="https://redirect.github.com/vercel/next.js/pull/61835">vercel/next.js#61835</a></li>
<li>Fix next/server api alias for ESM pkg: <a href="https://redirect.github.com/vercel/next.js/pull/61721">vercel/next.js#61721</a></li>
<li>Replace image optimizer IPC call with request handler: <a href="https://redirect.github.com/vercel/next.js/pull/61471">vercel/next.js#61471</a></li>
<li>chore: refactor image optimization to separate external/internal urls: <a href="https://redirect.github.com/vercel/next.js/pull/61172">vercel/next.js#61172</a></li>
<li>fix(image): warn when animated image is missing unoptimized prop: <a href="https://redirect.github.com/vercel/next.js/pull/61045">vercel/next.js#61045</a></li>
<li>fix(build-output): show stack during CSR bailout warning: <a href="https://redirect.github.com/vercel/next.js/pull/62594">vercel/next.js#62594</a></li>
<li>Fix extra swc optimizer applied to node_modules in browser layer: <a href="https://redirect.github.com/vercel/next.js/pull/62051">vercel/next.js#62051</a></li>
<li>fix(next-swc): Detect exports.foo from cjs_finder: <a href="https://redirect.github.com/vercel/next.js/pull/61795">vercel/next.js#61795</a></li>
<li>Fix attempted import error for react: <a href="https://redirect.github.com/vercel/next.js/pull/61791">vercel/next.js#61791</a></li>
<li>Add stack trace to client rendering bailout error: <a href="https://redirect.github.com/vercel/next.js/pull/61200">vercel/next.js#61200</a></li>
<li>fix router crash on revalidate + popstate: <a href="https://redirect.github.com/vercel/next.js/pull/62383">vercel/next.js#62383</a></li>
<li>fix loading issue when navigating to page with async metadata: <a href="https://redirect.github.com/vercel/next.js/pull/61687">vercel/next.js#61687</a></li>
<li>revert changes to process default routes at build: <a href="https://redirect.github.com/vercel/next.js/pull/61241">vercel/next.js#61241</a></li>
<li>fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: <a href="https://redirect.github.com/vercel/next.js/pull/60776">vercel/next.js#60776</a></li>
<li>Improve redirection handling: <a href="https://redirect.github.com/vercel/next.js/pull/62561">vercel/next.js#62561</a></li>
<li>Simplify node/edge server chunking some: <a href="https://redirect.github.com/vercel/next.js/pull/62424">vercel/next.js#62424</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/shuding"><code>@​shuding</code></a>, <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a>, <a href="https://github.com/styfle"><code>@​styfle</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a>, <a href="https://github.com/kdy1"><code>@​kdy1</code></a>,  and <a href="https://github.com/williamli"><code>@​williamli</code></a> for helping!</p>
<h2>v14.1.1-canary.82</h2>
<h3>Core Changes</h3>
<ul>
<li>fix(turbopack): don't emit issues for deleted pages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62012">#62012</a></li>
<li>perf: don't emit issues via websocket for now: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59024">#59024</a></li>
<li>add native css nesting support: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62644">#62644</a></li>
<li>refactor(next-swc): remove unused features: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62696">#62696</a></li>
<li>Upgrade mini-css-extract-plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62698">#62698</a></li>
<li>Update precompiled for mini-css-extract-plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62699">#62699</a></li>
<li>feat: display text diff for text mismatch hydration errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62684">#62684</a></li>
<li>Fix lint check: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62702">#62702</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Correct format for autoplay attribute in NextJS video docs : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62695">#62695</a></li>
<li>Update unstable_cache docs for revalidate option: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62689">#62689</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/5f59ee5f197a09275da7a9fa876986f22f4b7711"><code>5f59ee5</code></a> v14.1.1</li>
<li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.1.1/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 Mar 4, 2024
1 parent 9b46606 commit 02c9312
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions examples/nextjs-13-pages-wrap/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-13-pages-wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "18.2.59",
"@types/react": "18.2.62",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
Expand Down

0 comments on commit 02c9312

Please sign in to comment.