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

178.json (12741B)


      1 {
      2   "number": 178,
      3   "title": "Bump eslint-config-next from 12.1.5 to 12.1.6",
      4   "state": "merged",
      5   "diff_file": "178.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-05-03T08:31:49Z",
      8   "closed_at": "2022-05-23T11:30:03Z",
      9   "merged_at": "2022-05-23T11:30:03Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/eslint-config-next-12.1.6",
     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.5 to 12.1.6.\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.6</h2>\n<h3>Core Changes</h3>\n<ul>\n<li>rsc: remove router injection: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36101\">#36101</a></li>\n<li>Fix <code>export from</code> and native modules in server component: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36072\">#36072</a></li>\n<li>feat(next-swc): Update css parser: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36114\">#36114</a></li>\n<li>fix: do not add locale prefix to api route on NextURL: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36118\">#36118</a></li>\n<li>Add experimental onlyGenereated flag for unstable_revalidate: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36108\">#36108</a></li>\n<li>Support necessary headers in the web server response: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36122\">#36122</a></li>\n<li>Fix only generated case in minimal mode: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36130\">#36130</a></li>\n<li>Fix req.url of rsc dynamic routes pages gSSP in edge runtime: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36134\">#36134</a></li>\n<li>Reogranize the client component detection utils: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36135\">#36135</a></li>\n<li>Add support for catch-all route params in NextRequest page type declaration: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36137\">#36137</a></li>\n<li>rsc: mark next head as client component: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36138\">#36138</a></li>\n<li>rsc: keep static page props: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36157\">#36157</a></li>\n<li>Update to target es5 for use-subscription: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36159\">#36159</a></li>\n<li>Fix text decoding for chunk: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36165\">#36165</a></li>\n<li>Fix symlink and copy logic to <code>standalone</code> directory when using <code>outputStandalone</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35535\">#35535</a></li>\n<li>Adds linting rule to avoid assignment to 'module' variable: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35279\">#35279</a></li>\n<li>Fix res.json support for string / null: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36186\">#36186</a></li>\n<li>Update swc: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36187\">#36187</a></li>\n<li>Fix <code>next/image</code> usage in most cases of <code>onLoad()</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36176\">#36176</a></li>\n<li>[eslint-config-next] Update <code>@\u200btypescript-eslint/parser</code> to v5.19.0: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36156\">#36156</a></li>\n<li>Add support for tsconfig moduleResolution <code>node | node12 | nodenext</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36189\">#36189</a></li>\n<li>Fix missing _app component of AppTree in gIP context: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36206\">#36206</a></li>\n<li>refactor(build): no force transpile optional chaining: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35976\">#35976</a></li>\n<li>NextResponse.json: pass options to Response: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35367\">#35367</a></li>\n<li>Improve NextApiHandler type for early returns: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35166\">#35166</a></li>\n<li>Fix build activity indicator position: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36208\">#36208</a></li>\n<li>404 page - Responsive color scheme: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32113\">#32113</a></li>\n<li>perf(escapeStringRegexp): test before replace: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34472\">#34472</a></li>\n<li>rsc: skip next builtin module when apply loaders: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36202\">#36202</a></li>\n<li>Use finally to clean up seen requests: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36222\">#36222</a></li>\n<li>fix(next-swc/ssg): less aggressive exports drop: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36199\">#36199</a></li>\n<li>fix type definition for defaultGetInitialProps: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36252\">#36252</a></li>\n<li>Use renderToStaticMarkup to render documentHTML: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36213\">#36213</a></li>\n<li>Fix flight loader: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36282\">#36282</a></li>\n<li>Add telemetry for image config formats (avif/webp): <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36289\">#36289</a></li>\n<li>Ensure error is cleared for missing global css: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36292\">#36292</a></li>\n<li>next/jest: Allow moduleNameMapper to match before Next.js internal mappings: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36312\">#36312</a></li>\n<li>Add client HMR tracing for debugging: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36328\">#36328</a></li>\n<li>feat:Add support for useDefineForClassFields typescript option: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36335\">#36335</a></li>\n<li>Use fallbackable path module for node and edge runtime: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36306\">#36306</a></li>\n<li>Update swc: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36269\">#36269</a></li>\n<li>fix(next): use moduleGraph.getIssuer to avoid deprecation warning (<a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36329\">#36329</a>): <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36330\">#36330</a></li>\n<li>Ensure beforeFiles client-side resolving handles dynamic routes: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36317\">#36317</a></li>\n<li>Ensure there is only 1 render pass in concurrent rendering with getInitialProps in <code>_document</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36352\">#36352</a></li>\n<li>Changes to the beforeInteractive strategy to make it work for streaming: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31936\">#31936</a></li>\n<li>Update swc: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36351\">#36351</a></li>\n<li>Fix failing E2E deployment test cases: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36368\">#36368</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/b188fab3360855c28fd9407bd07c4ee9f5de16a6\"><code>b188fab</code></a> v12.1.6</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/0c23f5d1d2551fc13a09d85e83b55ab5f537ee61\"><code>0c23f5d</code></a> v12.1.6-canary.17</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/ddba1aab1f220b646319d605c30dc87daddef9d5\"><code>ddba1aa</code></a> v12.1.6-canary.16</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/c838b5f50d8008ed65bffaf3a1227a52e4d82d4e\"><code>c838b5f</code></a> v12.1.6-canary.15</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/244456936b259080202c69c93bcd94b10d3b83cd\"><code>2444569</code></a> v12.1.6-canary.14</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/f000503984cd84b419552a9f8b227d99aa241de8\"><code>f000503</code></a> unlock eslint-config-next dependencies (<a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35781\">#35781</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/0b0b5ca75c8dfefc7deb840e5fdb7f72aa41376c\"><code>0b0b5ca</code></a> v12.1.6-canary.13</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/af1d7c94f62ea403777adc3e480cc212c5bf6290\"><code>af1d7c9</code></a> v12.1.6-canary.12</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/5e3225da0fd7140136e3437af43a89fa1deda143\"><code>5e3225d</code></a> v12.1.6-canary.11</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/5907e9d3945d6471438cc087e652ca244e3d3c8e\"><code>5907e9d</code></a> v12.1.6-canary.10</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/commits/v12.1.6/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.5&new-version=12.1.6)](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   "review_comments": []
     25 }