matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

114.json (12794B)


      1 {
      2   "number": 114,
      3   "title": "Bump next from 12.1.0 to 12.1.1",
      4   "state": "closed",
      5   "diff_file": "114.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-03-28T08:41:27Z",
      8   "closed_at": "2022-03-29T08:29:30Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/next-12.1.1",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [next](https://github.com/vercel/next.js) from 12.1.0 to 12.1.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vercel/next.js/releases\">next's releases</a>.</em></p>\n<blockquote>\n<h2>v12.1.1</h2>\n<h3>Core Changes</h3>\n<ul>\n<li>refactor: move <code>HtmlContext</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34482\">#34482</a></li>\n<li>rsc: clean client buffer cache after flushed: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34475\">#34475</a></li>\n<li>Ensure config's <code>experimental</code> field exists: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34500\">#34500</a></li>\n<li>Only log experiments warning if user actually opted in to an experiment(s): <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34413\">#34413</a></li>\n<li>Add <code>unstable_useFlushEffects</code> hook: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34117\">#34117</a></li>\n<li>fix: mock image path as <code>next/image</code> expects it: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34350\">#34350</a></li>\n<li>fix process polyfill on middleware: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34426\">#34426</a></li>\n<li>Ensure workers are not left open: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34503\">#34503</a></li>\n<li>Leverage existing component checking warning for streaming: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34526\">#34526</a></li>\n<li>build(next-swc): linux glibc compatible issue: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34481\">#34481</a></li>\n<li>Fix <code>next/image</code> incorrectly warning for <code>position: absolute</code> parent: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34551\">#34551</a></li>\n<li>Remove <code>useMaybeDeferContent</code> hook: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34506\">#34506</a></li>\n<li>Allow reading request bodies in middlewares (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34294\">#34294</a>): <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34519\">#34519</a></li>\n<li>Update swc crates: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34491\">#34491</a></li>\n<li>feat(react-dev-overlay): export getErrorByType and add preventDisplay prop: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34237\">#34237</a></li>\n<li>Improve <code>next/image</code> warnings to avoid printing more than once: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34562\">#34562</a></li>\n<li>Support trailingSlash in middleware SSR: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34544\">#34544</a></li>\n<li>Update to latest version of jscodeshift: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34563\">#34563</a></li>\n<li>Don't import internally from types in <code>next-env.d.ts</code>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34394\">#34394</a></li>\n<li>Improve type imports in server/render and optimize the Edge SSR loader: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34552\">#34552</a></li>\n<li>remove commons chunk config: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34445\">#34445</a></li>\n<li>Add <code>cargo clippy</code> and <code>cargo fmt</code> to CI: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34625\">#34625</a></li>\n<li>Fix rsc bootstrap buffer missing in the future renders: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34631\">#34631</a></li>\n<li>fix: match <code>redirect</code> and <code>rewrite</code> destination types: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34617\">#34617</a></li>\n<li>fix: make sure <code>image-config.ts</code> gets transpiled to ES5: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34677\">#34677</a></li>\n<li>Normalize image optimizer error status codes: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34699\">#34699</a></li>\n<li>Fix CSS Loader Detection False Positives: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34584\">#34584</a></li>\n<li>Upgrade <code>@\u200bnapi-rs/triples</code> to support android arm platform: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34752\">#34752</a></li>\n<li>Add proper headers to responses in web server: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34723\">#34723</a></li>\n<li>produce source maps for middlewares: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34409\">#34409</a></li>\n<li>Reduce the size of web server: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34767\">#34767</a></li>\n<li>collect telemetry for ESLint rules: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34564\">#34564</a></li>\n<li>Refactor entries generation in hot-reloader: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34733\">#34733</a></li>\n<li>Integrate tsec into the linting process: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33746\">#33746</a></li>\n<li>Add API config to allow disabling response size warning: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34700\">#34700</a></li>\n<li>fix(<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34030\">#34030</a>): ignore non-checkable jsx spread attribute: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34473\">#34473</a></li>\n<li>fix eslint-plugin-react version to avoid jsx-key error: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34800\">#34800</a></li>\n<li>fix: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34711\">#34711</a> ensure distDir inside project folder: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34795\">#34795</a></li>\n<li>Update to ncc dev overlay during build instead of pre-compile: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34813\">#34813</a></li>\n<li>Add warning for Yarn PnP v3 with Node.js &lt; 16.14: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34818\">#34818</a></li>\n<li>lock eslint-config-next dependencies: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34823\">#34823</a></li>\n<li>Clean-up error when starting next with non-existent dir: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34830\">#34830</a></li>\n<li>Ensure unstable_revalidate does not error from notFound: true: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34826\">#34826</a></li>\n<li>Update eslint-plugin-react to latest version: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34819\">#34819</a></li>\n<li>Add CLI command typo detection: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34836\">#34836</a></li>\n<li>Fix flight loader for shared components: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34692\">#34692</a></li>\n<li>refactor: re-use existed escapeRegex: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/34470\">#34470</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/vercel/next.js/commit/79a8651bc454c0d2be6e805237bbe93ad6bf02ab\"><code>79a8651</code></a> v12.1.1</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/a5540e8fda35735349fe37d0683fc424bbffcbbf\"><code>a5540e8</code></a> v12.1.1-canary.18</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/b21e3c258e24becc3c33397c023c0c9d9af59f75\"><code>b21e3c2</code></a> test: warn on substr() usage (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35499\">#35499</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/db2567b01b2dd0a0c4f5862dc161b4584b9227f1\"><code>db2567b</code></a> chore: replace deprecated String.prototype.substr() (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35421\">#35421</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/f16ee05f599de27e777ac2b736c3bf820a19bd7b\"><code>f16ee05</code></a> Fix typo in docs (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35561\">#35561</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/ef7b53528f8f7e2226127a4bdc1223f1c677b042\"><code>ef7b535</code></a> Fix <code>next info</code> accidentally printing stderr (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35556\">#35556</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/59905c10018e08d50c319978d67fb6811575241a\"><code>59905c1</code></a> Fix styled transform in next-swc/emotion (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35527\">#35527</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/ebe1b4cb47e2680cab214710aea4d782b885f405\"><code>ebe1b4c</code></a> Upgrade react-server-dom-webpack (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35524\">#35524</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/432261a1e15b253b8a56be42cc3698a4d7bdf513\"><code>432261a</code></a> Add link for revalidate from notFound section (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35553\">#35553</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/2cf6696fff59a34425cf77597e8b1a70388d7f4b\"><code>2cf6696</code></a> Merge rsc queries handling (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/35545\">#35545</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/compare/v12.1.0...v12.1.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=12.1.0&new-version=12.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>",
     23   "comments": [
     24     {
     25       "author": "dependabot[bot]",
     26       "created_at": "2022-03-29T08:29:29Z",
     27       "body": "Superseded by #118."
     28     }
     29   ],
     30   "review_comments": []
     31 }