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

76.json (12678B)


      1 {
      2   "number": 76,
      3   "title": "Bump eslint-config-next from 12.0.10 to 12.1.0",
      4   "state": "merged",
      5   "diff_file": "76.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2022-02-18T08:37:59Z",
      8   "closed_at": "2022-02-19T13:40:18Z",
      9   "merged_at": "2022-02-19T13:40:18Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/eslint-config-next-12.1.0",
     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.0.10 to 12.1.0.\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.0</h2>\n<h3>Core Changes</h3>\n<ul>\n<li>Relay Support in Rust Compiler: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33702\">#33702</a></li>\n<li>fix eslint link-passhref rule: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33857\">#33857</a></li>\n<li>update webpack: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33831\">#33831</a></li>\n<li>Flush buffered vitals metrics on page mount: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33867\">#33867</a></li>\n<li>fix problem with HMR when middleware and page reference the same node_module: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33873\">#33873</a></li>\n<li>Refactor page component getter in web server: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33759\">#33759</a></li>\n<li>update NextResponse default redirect status to 307 to match docs: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33505\">#33505</a></li>\n<li>Bug fix: dynamic page should not be interpreted as predefined page: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33808\">#33808</a></li>\n<li>Group streaming experimental apis: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33878\">#33878</a></li>\n<li>Encapsulate routing and initial hydration: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33875\">#33875</a></li>\n<li>Optimize offline condition judgment: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33238\">#33238</a></li>\n<li>Ensure external beforeFiles rewrites are handled with next/link: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33888\">#33888</a></li>\n<li>Fix parsing params for i18n optional route in minimal mode: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33896\">#33896</a></li>\n<li>Ensure browserslist extends works properly: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33890\">#33890</a></li>\n<li>Fix image cache race condition: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33883\">#33883</a></li>\n<li>Add support for Relay projects without <code>artifactDirectory</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33918\">#33918</a></li>\n<li>fix: handle jsxspreadattribute in inline-script-id eslint rule: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32421\">#32421</a></li>\n<li>feat(next-swc): Update swc: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33724\">#33724</a></li>\n<li>Update to latest version of amphtml-validator: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33967\">#33967</a></li>\n<li>Warn in dev mode when script tags are added with next/head: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33968\">#33968</a></li>\n<li>Ensure optional chaining in swc matches babel: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33995\">#33995</a></li>\n<li>Use <code>react-dom/server.browser</code> in Node.js: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33950\">#33950</a></li>\n<li>Ensure external middleware rewrite is handled correctly: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33962\">#33962</a></li>\n<li>Update Terser to v5.10.0, fix minification issues: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33045\">#33045</a></li>\n<li>Warn in dev mode when stylesheets are added using next/head: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34004\">#34004</a></li>\n<li>Use <code>ReadableStream</code> in <code>RenderResult</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34005\">#34005</a></li>\n<li>Fix suffix ordering while streaming: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34011\">#34011</a></li>\n<li>Don't use yarn if a package-lock.json file is found: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31926\">#31926</a></li>\n<li>Do not warn when application/ld+json scripts are used with next/head: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34021\">#34021</a></li>\n<li>Babel &amp; next-swc: Fix exporting page config with AsExpression: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32702\">#32702</a></li>\n<li>Detect per page runtime config for functions manifest: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33945\">#33945</a></li>\n<li>Add JSDoc to config options: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32915\">#32915</a></li>\n<li>Update font-stylesheet-gathering-plugin.ts: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/30709\">#30709</a></li>\n<li>Add decoratorMetadata flag if enabled by tsconfig: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32914\">#32914</a></li>\n<li>fix: data url handling in css-loader: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34034\">#34034</a></li>\n<li>Place 'charset' element at the top of <!-- raw HTML omitted -->: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/28119\">#28119</a></li>\n<li>Fix detection of anchor click events inside svg: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/23272\">#23272</a></li>\n<li>Allow passing nothing as custom jest config: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32328\">#32328</a></li>\n<li>Fixes <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31240\">#31240</a>: Adding a recursive addPackagePath function in webpack-config: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31264\">#31264</a></li>\n<li>Require component rendered as child of <code>Link</code> to pass event to <code>onClick</code> handler: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/27723\">#27723</a></li>\n<li>Allow scroll prevention on hash change: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31921\">#31921</a></li>\n<li>Add support for async fn / promise in next.config.js/.mjs: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33662\">#33662</a></li>\n<li>Fix <code>lazyRoot</code> functionality for <code>next/image</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33933\">#33933</a></li>\n<li>Change SWC minify from beta to release candidate: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34056\">#34056</a></li>\n<li>Make <code>Router</code> state immutable: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33925\">#33925</a></li>\n<li>Stop exposing internal <code>render</code> and <code>renderError</code> methods from <code>next/client</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34069\">#34069</a></li>\n<li>Add api-utils helper for testing: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34078\">#34078</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/8545fd1bb02244ced9e8dc9584a764aeae296cd0\"><code>8545fd1</code></a> v12.1.0</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/1605f3059c7773a346998da5e1de416d106d8f32\"><code>1605f30</code></a> v12.0.11-canary.21</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/49da8c016cabd5c5b9703d66294db4be2dbce926\"><code>49da8c0</code></a> v12.0.11-canary.20</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/732b4052bda5d10b42ceaa87ba0067f74075971a\"><code>732b405</code></a> v12.0.11-canary.19</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/07fe5412c7e53424457f6c6087e92fb371f67f07\"><code>07fe541</code></a> v12.0.11-canary.18</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/4f05426053539f3d19224d7af2936fc3c638298a\"><code>4f05426</code></a> v12.0.11-canary.17</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/019981882d5e5db0f76f9841329d295c7bedf99f\"><code>0199818</code></a> v12.0.11-canary.16</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/c051af85289a67856d692cf3db2540495718e87c\"><code>c051af8</code></a> v12.0.11-canary.15</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/76d274dbec6d970669107f1945be620bdb919b2b\"><code>76d274d</code></a> v12.0.11-canary.14</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/516e113d256d7f80731945f80563c3b815a2c1f6\"><code>516e113</code></a> v12.0.11-canary.13</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/commits/v12.1.0/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.0.10&new-version=12.1.0)](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 }