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

117.json (12927B)


      1 {
      2   "number": 117,
      3   "title": "Bump eslint-config-next from 12.1.0 to 12.1.1",
      4   "state": "closed",
      5   "diff_file": "117.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-03-28T08:42:34Z",
      8   "closed_at": "2022-03-29T08:30:17Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/eslint-config-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 [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) 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\">eslint-config-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.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34482\">#34482</a></li>\n<li>rsc: clean client buffer cache after flushed: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34475\">#34475</a></li>\n<li>Ensure config's <code>experimental</code> field exists: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34500\">#34500</a></li>\n<li>Only log experiments warning if user actually opted in to an experiment(s): <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34413\">#34413</a></li>\n<li>Add <code>unstable_useFlushEffects</code> hook: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34117\">#34117</a></li>\n<li>fix: mock image path as <code>next/image</code> expects it: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34350\">#34350</a></li>\n<li>fix process polyfill on middleware: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34426\">#34426</a></li>\n<li>Ensure workers are not left open: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34503\">#34503</a></li>\n<li>Leverage existing component checking warning for streaming: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34526\">#34526</a></li>\n<li>build(next-swc): linux glibc compatible issue: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34481\">#34481</a></li>\n<li>Fix <code>next/image</code> incorrectly warning for <code>position: absolute</code> parent: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34551\">#34551</a></li>\n<li>Remove <code>useMaybeDeferContent</code> hook: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34506\">#34506</a></li>\n<li>Allow reading request bodies in middlewares (<a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34294\">#34294</a>): <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34519\">#34519</a></li>\n<li>Update swc crates: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34491\">#34491</a></li>\n<li>feat(react-dev-overlay): export getErrorByType and add preventDisplay prop: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34237\">#34237</a></li>\n<li>Improve <code>next/image</code> warnings to avoid printing more than once: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34562\">#34562</a></li>\n<li>Support trailingSlash in middleware SSR: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34544\">#34544</a></li>\n<li>Update to latest version of jscodeshift: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34563\">#34563</a></li>\n<li>Don't import internally from types in <code>next-env.d.ts</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34394\">#34394</a></li>\n<li>Improve type imports in server/render and optimize the Edge SSR loader: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34552\">#34552</a></li>\n<li>remove commons chunk config: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34445\">#34445</a></li>\n<li>Add <code>cargo clippy</code> and <code>cargo fmt</code> to CI: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34625\">#34625</a></li>\n<li>Fix rsc bootstrap buffer missing in the future renders: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34631\">#34631</a></li>\n<li>fix: match <code>redirect</code> and <code>rewrite</code> destination types: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34617\">#34617</a></li>\n<li>fix: make sure <code>image-config.ts</code> gets transpiled to ES5: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34677\">#34677</a></li>\n<li>Normalize image optimizer error status codes: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34699\">#34699</a></li>\n<li>Fix CSS Loader Detection False Positives: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34584\">#34584</a></li>\n<li>Upgrade <code>@\u200bnapi-rs/triples</code> to support android arm platform: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34752\">#34752</a></li>\n<li>Add proper headers to responses in web server: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34723\">#34723</a></li>\n<li>produce source maps for middlewares: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34409\">#34409</a></li>\n<li>Reduce the size of web server: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34767\">#34767</a></li>\n<li>collect telemetry for ESLint rules: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34564\">#34564</a></li>\n<li>Refactor entries generation in hot-reloader: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34733\">#34733</a></li>\n<li>Integrate tsec into the linting process: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33746\">#33746</a></li>\n<li>Add API config to allow disabling response size warning: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34700\">#34700</a></li>\n<li>fix(<a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34030\">#34030</a>): ignore non-checkable jsx spread attribute: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34473\">#34473</a></li>\n<li>fix eslint-plugin-react version to avoid jsx-key error: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34800\">#34800</a></li>\n<li>fix: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34711\">#34711</a> ensure distDir inside project folder: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34795\">#34795</a></li>\n<li>Update to ncc dev overlay during build instead of pre-compile: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34813\">#34813</a></li>\n<li>Add warning for Yarn PnP v3 with Node.js &lt; 16.14: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34818\">#34818</a></li>\n<li>lock eslint-config-next dependencies: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34823\">#34823</a></li>\n<li>Clean-up error when starting next with non-existent dir: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34830\">#34830</a></li>\n<li>Ensure unstable_revalidate does not error from notFound: true: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34826\">#34826</a></li>\n<li>Update eslint-plugin-react to latest version: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34819\">#34819</a></li>\n<li>Add CLI command typo detection: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34836\">#34836</a></li>\n<li>Fix flight loader for shared components: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34692\">#34692</a></li>\n<li>refactor: re-use existed escapeRegex: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/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/78831c3c8490e2142aedfce34420085f49ba9e73\"><code>78831c3</code></a> v12.1.1-canary.17</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/92da36f1e0a92293112281ad8d0d428ba972c05f\"><code>92da36f</code></a> v12.1.1-canary.16</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/f62766f3641c62043ceaa7cdb60c23af9d550f3c\"><code>f62766f</code></a> v12.1.1-canary.15</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/9129bb9a054f36890d3138fd751c358b57534a07\"><code>9129bb9</code></a> v12.1.1-canary.14</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/52e34cede8e9b0ac6daec727212b95377b340a85\"><code>52e34ce</code></a> v12.1.1-canary.13</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/4c6443ba1c321eabef61d442c2dce45b39c37fc1\"><code>4c6443b</code></a> v12.1.1-canary.12</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/6611bfd31cf236342e6d31a33cf3ce50c44b2e59\"><code>6611bfd</code></a> v12.1.1-canary.11</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/d7deb852bd91e0fc2246d645e0087af648c97dbc\"><code>d7deb85</code></a> v12.1.1-canary.10</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/commits/v12.1.1/packages/eslint-config-next\">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=eslint-config-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:30:17Z",
     27       "body": "Superseded by #119."
     28     }
     29   ],
     30   "review_comments": []
     31 }