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.md (12337B)


      1 # PR #178 Bump eslint-config-next from 12.1.5 to 12.1.6
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-05-03T08:31:49Z
      6 - **Branch:** dependabot/npm_and_yarn/eslint-config-next-12.1.6 → main
      7 - **Merged:** 2022-05-23T11:30:03Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [178.diff](./178.diff)
     12 
     13 ---
     14 
     15 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.1.5 to 12.1.6.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v12.1.6</h2>
     21 <h3>Core Changes</h3>
     22 <ul>
     23 <li>rsc: remove router injection: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36101">#36101</a></li>
     24 <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>
     25 <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>
     26 <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>
     27 <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>
     28 <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>
     29 <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>
     30 <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>
     31 <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>
     32 <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>
     33 <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>
     34 <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>
     35 <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>
     36 <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>
     37 <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>
     38 <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>
     39 <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>
     40 <li>Update swc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36187">#36187</a></li>
     41 <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>
     42 <li>[eslint-config-next] Update <code>@​typescript-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>
     43 <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>
     44 <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>
     45 <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>
     46 <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>
     47 <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>
     48 <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>
     49 <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>
     50 <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>
     51 <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>
     52 <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>
     53 <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>
     54 <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>
     55 <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>
     56 <li>Fix flight loader: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36282">#36282</a></li>
     57 <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>
     58 <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>
     59 <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>
     60 <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>
     61 <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>
     62 <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>
     63 <li>Update swc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36269">#36269</a></li>
     64 <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>
     65 <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>
     66 <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>
     67 <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>
     68 <li>Update swc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36351">#36351</a></li>
     69 <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>
     70 </ul>
     71 <!-- raw HTML omitted -->
     72 </blockquote>
     73 <p>... (truncated)</p>
     74 </details>
     75 <details>
     76 <summary>Commits</summary>
     77 <ul>
     78 <li><a href="https://github.com/vercel/next.js/commit/b188fab3360855c28fd9407bd07c4ee9f5de16a6"><code>b188fab</code></a> v12.1.6</li>
     79 <li><a href="https://github.com/vercel/next.js/commit/0c23f5d1d2551fc13a09d85e83b55ab5f537ee61"><code>0c23f5d</code></a> v12.1.6-canary.17</li>
     80 <li><a href="https://github.com/vercel/next.js/commit/ddba1aab1f220b646319d605c30dc87daddef9d5"><code>ddba1aa</code></a> v12.1.6-canary.16</li>
     81 <li><a href="https://github.com/vercel/next.js/commit/c838b5f50d8008ed65bffaf3a1227a52e4d82d4e"><code>c838b5f</code></a> v12.1.6-canary.15</li>
     82 <li><a href="https://github.com/vercel/next.js/commit/244456936b259080202c69c93bcd94b10d3b83cd"><code>2444569</code></a> v12.1.6-canary.14</li>
     83 <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>
     84 <li><a href="https://github.com/vercel/next.js/commit/0b0b5ca75c8dfefc7deb840e5fdb7f72aa41376c"><code>0b0b5ca</code></a> v12.1.6-canary.13</li>
     85 <li><a href="https://github.com/vercel/next.js/commit/af1d7c94f62ea403777adc3e480cc212c5bf6290"><code>af1d7c9</code></a> v12.1.6-canary.12</li>
     86 <li><a href="https://github.com/vercel/next.js/commit/5e3225da0fd7140136e3437af43a89fa1deda143"><code>5e3225d</code></a> v12.1.6-canary.11</li>
     87 <li><a href="https://github.com/vercel/next.js/commit/5907e9d3945d6471438cc087e652ca244e3d3c8e"><code>5907e9d</code></a> v12.1.6-canary.10</li>
     88 <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>
     89 </ul>
     90 </details>
     91 <br />
     92 
     93 
     94 [![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)
     95 
     96 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`.
     97 
     98 [//]: # (dependabot-automerge-start)
     99 [//]: # (dependabot-automerge-end)
    100 
    101 ---
    102 
    103 <details>
    104 <summary>Dependabot commands and options</summary>
    105 <br />
    106 
    107 You can trigger Dependabot actions by commenting on this PR:
    108 - `@dependabot rebase` will rebase this PR
    109 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    110 - `@dependabot merge` will merge this PR after your CI passes on it
    111 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    112 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    113 - `@dependabot reopen` will reopen this PR if it is closed
    114 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    115 - `@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)
    116 - `@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)
    117 - `@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)
    118 
    119 
    120 </details>
    121