108.json (68458B)
1 { 2 "number": 108, 3 "title": "Bump the development-dependencies group with 21 updates", 4 "state": "merged", 5 "diff_file": "108.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-09-19T08:48:43Z", 8 "closed_at": "2023-09-19T09:58:55Z", 9 "merged_at": "2023-09-19T09:58:55Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/development-dependencies-1b97616572", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps the development-dependencies group with 21 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) | `29.5.0` | `29.7.0` |\n| [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.25.0` | `1.27.1` |\n| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.3` | `0.5.6` |\n| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.16.5` | `6.1.3` |\n| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.4.3` | `14.5.1` |\n| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.1` | `29.5.5` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.2.5` | `20.6.2` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.6` | `18.2.22` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.4` | `18.2.7` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.59.9` | `6.7.2` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.59.5` | `6.7.2` |\n| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.4.15` |\n| [eslint](https://github.com/eslint/eslint) | `8.40.0` | `8.49.0` |\n| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.32.2` | `7.33.2` |\n| [msw](https://github.com/mswjs/msw) | `1.2.1` | `1.3.1` |\n| [postcss](https://github.com/postcss/postcss) | `8.4.24` | `8.4.30` |\n| [sass](https://github.com/sass/dart-sass) | `1.62.1` | `1.67.0` |\n| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.2` | `3.3.3` |\n| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.0` | `29.1.1` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.0.4` | `5.2.2` |\n| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.3.9` | `4.4.9` |\n\nUpdates `@jest/globals` from 29.5.0 to 29.7.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/jestjs/jest/releases\"><code>@\u200bjest/globals</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v29.7.0</h2>\n<h2>Features</h2>\n<ul>\n<li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn create</code> initialiser for Jest projects (<a href=\"https://redirect.github.com/jestjs/jest/pull/14453\">#14465</a>)</li>\n<li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href=\"https://redirect.github.com/jestjs/jest/pull/14499\">#14499</a>)</li>\n</ul>\n<h2>Fixes</h2>\n<ul>\n<li><code>[jest-resolver]</code> Replace unmatched capture groups in <code>moduleNameMapper</code> with empty string instead of <code>undefined</code> (<a href=\"https://redirect.github.com/jestjs/jest/pull/14507\">#14507</a>)</li>\n<li><code>[jest-snapshot]</code> Allow for strings as well as template literals in inline snapshots (<a href=\"https://redirect.github.com/jestjs/jest/pull/14465\">#14465</a>)</li>\n<li><code>[@jest/test-sequencer]</code> Calculate test runtime if <code>perStats.duration</code> is missing (<a href=\"https://redirect.github.com/jestjs/jest/pull/14473\">#14473</a>)</li>\n</ul>\n<h2>Performance</h2>\n<ul>\n<li><code>[@jest/create-cache-key-function]</code> Cache access of <code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a href=\"https://redirect.github.com/jestjs/jest/pull/14455\">#14455</a>)</li>\n</ul>\n<h2>Chore & Maintenance</h2>\n<ul>\n<li><code>[jest-cli]</code> Move internal config initialisation logic to the <code>create-jest</code> package (<a href=\"https://redirect.github.com/jestjs/jest/pull/14453\">#14465</a>)</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/bawjensen\"><code>@\u200bbawjensen</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14465\">jestjs/jest#14465</a></li>\n<li><a href=\"https://github.com/malaviya-parth\"><code>@\u200bmalaviya-parth</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14467\">jestjs/jest#14467</a></li>\n<li><a href=\"https://github.com/niklasholm\"><code>@\u200bniklasholm</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14507\">jestjs/jest#14507</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0\">https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0</a></p>\n<h2>v29.6.4</h2>\n<h2>Fixes</h2>\n<ul>\n<li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code> performance marker (<a href=\"https://redirect.github.com/jestjs/jest/pull/14434\">#14434</a>)</li>\n<li><code>[jest-environment-node]</code> Make sure <code>atob</code> and <code>btoa</code> are writeable in Node 20 (<a href=\"https://redirect.github.com/jestjs/jest/pull/14446\">#14446</a>)</li>\n<li><code>[jest-worker]</code> Additional error wrapper for <code>parentPort.postMessage</code> to fix unhandled <code>DataCloneError</code>. (<a href=\"https://redirect.github.com/jestjs/jest/pull/14437\">#14437</a>)</li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/stanleyume\"><code>@\u200bstanleyume</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14424\">jestjs/jest#14424</a></li>\n<li><a href=\"https://github.com/dj-stormtrooper\"><code>@\u200bdj-stormtrooper</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14437\">jestjs/jest#14437</a></li>\n<li><a href=\"https://github.com/thw0rted\"><code>@\u200bthw0rted</code></a> made their first contribution in <a href=\"https://redirect.github.com/jestjs/jest/pull/14444\">jestjs/jest#14444</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4\">https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4</a></p>\n<h2>v29.6.3</h2>\n<h2>Fixes</h2>\n<ul>\n<li><code>[expect, @jest/expect-utils]</code> <code>ObjectContaining</code> support <code>symbol</code> as key (<a href=\"https://redirect.github.com/jestjs/jest/pull/14414\">#14414</a>)</li>\n<li><code>[expect]</code> Remove <code>@types/node</code> from dependencies (<a href=\"https://redirect.github.com/jestjs/jest/pull/14385\">#14385</a>)</li>\n<li><code>[jest-core]</code> Use workers in watch mode by default to avoid crashes (<a href=\"https://redirect.github.com/facebook/jest/pull/14059\">#14059</a> & <a href=\"https://redirect.github.com/facebook/jest/pull/14085\">#14085</a>).</li>\n<li><code>[jest-reporters]</code> Update <code>istanbul-lib-instrument</code> dependency to v6. (<a href=\"https://redirect.github.com/jestjs/jest/pull/14401\">#14401</a>)</li>\n<li><code>[jest-mock]</code> Revert <a href=\"https://redirect.github.com/jestjs/jest/pull/13692\">#13692</a> as it was a breaking change (<a href=\"https://redirect.github.com/jestjs/jest/pull/14429\">#14429</a>)</li>\n<li><code>[jest-mock]</code> Revert <a href=\"https://redirect.github.com/jestjs/jest/pull/13866\">#13866</a> as it was a breaking change (<a href=\"https://redirect.github.com/jestjs/jest/pull/14429\">#14429</a>)</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/jestjs/jest/blob/main/CHANGELOG.md\"><code>@\u200bjest/globals</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>29.7.0</h2>\n<h3>Features</h3>\n<ul>\n<li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn create</code> initialiser for Jest projects (<a href=\"https://redirect.github.com/jestjs/jest/pull/14453\">#14465</a>)</li>\n<li><code>[jest-validate]</code> Allow deprecation warnings for unknown options (<a href=\"https://redirect.github.com/jestjs/jest/pull/14499\">#14499</a>)</li>\n</ul>\n<h3>Fixes</h3>\n<ul>\n<li><code>[jest-resolver]</code> Replace unmatched capture groups in <code>moduleNameMapper</code> with empty string instead of <code>undefined</code> (<a href=\"https://redirect.github.com/jestjs/jest/pull/14507\">#14507</a>)</li>\n<li><code>[jest-snapshot]</code> Allow for strings as well as template literals in inline snapshots (<a href=\"https://redirect.github.com/jestjs/jest/pull/14465\">#14465</a>)</li>\n<li><code>[@jest/test-sequencer]</code> Calculate test runtime if <code>perStats.duration</code> is missing (<a href=\"https://redirect.github.com/jestjs/jest/pull/14473\">#14473</a>)</li>\n</ul>\n<h3>Performance</h3>\n<ul>\n<li><code>[@jest/create-cache-key-function]</code> Cache access of <code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a href=\"https://redirect.github.com/jestjs/jest/pull/14455\">#14455</a>)</li>\n</ul>\n<h3>Chore & Maintenance</h3>\n<ul>\n<li><code>[jest-cli]</code> Move internal config initialisation logic to the <code>create-jest</code> package (<a href=\"https://redirect.github.com/jestjs/jest/pull/14453\">#14465</a>)</li>\n</ul>\n<h2>29.6.4</h2>\n<h3>Fixes</h3>\n<ul>\n<li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code> performance marker (<a href=\"https://redirect.github.com/jestjs/jest/pull/14434\">#14434</a>)</li>\n<li><code>[jest-environment-node]</code> Make sure <code>atob</code> and <code>btoa</code> are writeable in Node 20 (<a href=\"https://redirect.github.com/jestjs/jest/pull/14446\">#14446</a>)</li>\n<li><code>[jest-worker]</code> Additional error wrapper for <code>parentPort.postMessage</code> to fix unhandled <code>DataCloneError</code>. (<a href=\"https://redirect.github.com/jestjs/jest/pull/14437\">#14437</a>)</li>\n</ul>\n<h2>29.6.3</h2>\n<h3>Fixes</h3>\n<ul>\n<li><code>[expect, @jest/expect-utils]</code> <code>ObjectContaining</code> support <code>sumbol</code> as key (<a href=\"https://redirect.github.com/jestjs/jest/pull/14414\">#14414</a>)</li>\n<li><code>[expect]</code> Remove <code>@types/node</code> from dependencies (<a href=\"https://redirect.github.com/jestjs/jest/pull/14385\">#14385</a>)</li>\n<li><code>[jest-core]</code> Use workers in watch mode by default to avoid crashes (<a href=\"https://redirect.github.com/facebook/jest/pull/14059\">#14059</a> & <a href=\"https://redirect.github.com/facebook/jest/pull/14085\">#14085</a>).</li>\n<li><code>[jest-reporters]</code> Update <code>istanbul-lib-instrument</code> dependency to v6. (<a href=\"https://redirect.github.com/jestjs/jest/pull/14401\">#14401</a>)</li>\n<li><code>[jest-mock]</code> Revert <a href=\"https://redirect.github.com/jestjs/jest/pull/13692\">#13692</a> as it was a breaking change (<a href=\"https://redirect.github.com/jestjs/jest/pull/14429\">#14429</a>)</li>\n<li><code>[jest-mock]</code> Revert <a href=\"https://redirect.github.com/jestjs/jest/pull/13866\">#13866</a> as it was a breaking change (<a href=\"https://redirect.github.com/jestjs/jest/pull/14429\">#14429</a>)</li>\n<li><code>[jest-mock]</code> Revert <a href=\"https://redirect.github.com/jestjs/jest/pull/13867\">#13867</a> as it was a breaking change (<a href=\"https://redirect.github.com/jestjs/jest/pull/14429\">#14429</a>)</li>\n<li><code>[@jest/reporters]</code> Marks Reporter's hooks as optional (<a href=\"https://redirect.github.com/jestjs/jest/pull/14433\">#14433</a>)</li>\n<li><code>[jest-runtime]</code> Fix dynamic ESM import module bug when loaded module through <code>jest.isolateModulesAsync</code> (<a href=\"https://redirect.github.com/jestjs/jest/pull/14397\">#14397</a>)</li>\n</ul>\n<h3>Chore & Maintenance</h3>\n<ul>\n<li><code>[jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform]</code> Use <code>invariant</code> and <code>notEmpty</code> from <code>jest-util</code> rather than own internal (<a href=\"https://redirect.github.com/jestjs/jest/pull/14366\">#14366</a>)</li>\n</ul>\n<h2>29.6.2</h2>\n<h3>Fixes</h3>\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/jestjs/jest/commit/4e56991693da7cd4c3730dc3579a1dd1403ee630\"><code>4e56991</code></a> v29.7.0</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd\"><code>55cd6a0</code></a> v29.6.4</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b\"><code>fb7d95c</code></a> v29.6.3</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/49bacb9620b87c476bd5ba1b30e26ca2c4f42a70\"><code>49bacb9</code></a> chore: update jest repo organisation in urls (<a href=\"https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals/issues/14413\">#14413</a>)</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/0fd5b1c37555f485c56a6ad2d6b010a72204f9f6\"><code>0fd5b1c</code></a> v29.6.2</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/1f019afdcdfc54a6664908bb45f343db4e3d0848\"><code>1f019af</code></a> v29.6.1</li>\n<li><a href=\"https://github.com/jestjs/jest/commit/c1e5b8a38ef54bb138409f89831942ebf6a7a67e\"><code>c1e5b8a</code></a> v29.6.0</li>\n<li>See full diff in <a href=\"https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-globals\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@percy/cli` from 1.25.0 to 1.27.1\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/percy/cli/releases\"><code>@\u200bpercy/cli</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v1.27.1</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>\u2728 changes for creating executable binaries of <code>percy</code> CLI by <a href=\"https://github.com/pankaj443\"><code>@\u200bpankaj443</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1343\">percy/cli#1343</a></li>\n</ul>\n<h3>\ud83d\udc1b Bug Fixes</h3>\n<ul>\n<li>\ud83d\udc1b Fix executable script by <a href=\"https://github.com/pankaj443\"><code>@\u200bpankaj443</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1358\">percy/cli#1358</a></li>\n<li>:bug: Move out timing.js from sdk-utils by <a href=\"https://github.com/Amit3200\"><code>@\u200bAmit3200</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1361\">percy/cli#1361</a></li>\n</ul>\n<h3>\ud83c\udfd7 Maintenance</h3>\n<ul>\n<li>\ud83c\udfd7\ufe0f Upload executables as assets by <a href=\"https://github.com/pankaj443\"><code>@\u200bpankaj443</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1362\">percy/cli#1362</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.0...v1.27.1\">https://github.com/percy/cli/compare/v1.27.0...v1.27.1</a></p>\n<h2>v1.27.1-beta.0</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>\u2728 changes for creating executable binaries of <code>percy</code> CLI by <a href=\"https://github.com/pankaj443\"><code>@\u200bpankaj443</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1343\">percy/cli#1343</a></li>\n</ul>\n<h3>\ud83d\udc1b Bug Fixes</h3>\n<ul>\n<li>\ud83d\udc1b Fix executable script by <a href=\"https://github.com/pankaj443\"><code>@\u200bpankaj443</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1358\">percy/cli#1358</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.0...v1.27.1-beta.0\">https://github.com/percy/cli/compare/v1.27.0...v1.27.1-beta.0</a></p>\n<h2>v1.27.0</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>\u2728 Percy on Automate Support by <a href=\"https://github.com/Amit3200\"><code>@\u200bAmit3200</code></a> <a href=\"https://github.com/nilshah98\"><code>@\u200bnilshah98</code></a> <a href=\"https://github.com/rishigupta1599\"><code>@\u200brishigupta1599</code></a> <a href=\"https://github.com/chinmay-browserstack\"><code>@\u200bchinmay-browserstack</code></a> <a href=\"https://github.com/samarsault\"><code>@\u200bsamarsault</code></a> <a href=\"https://github.com/shahidk8\"><code>@\u200bshahidk8</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1292\">percy/cli#1292</a></li>\n<li>Sending window height for android footer calc by <a href=\"https://github.com/rishigupta1599\"><code>@\u200brishigupta1599</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1342\">percy/cli#1342</a></li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/rishigupta1599\"><code>@\u200brishigupta1599</code></a> made their first contribution in <a href=\"https://redirect.github.com/percy/cli/pull/1342\">percy/cli#1342</a></li>\n</ul>\n<p>Refer to more details here - <a href=\"https://docs.percy.io/docs/integrate-functional-testing-with-visual-testing\">https://docs.percy.io/docs/integrate-functional-testing-with-visual-testing</a></p>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.26.3...v1.27.0\">https://github.com/percy/cli/compare/v1.26.3...v1.27.0</a></p>\n<h2>v1.27.0-beta.2</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>Sending window height for android footer calc by <a href=\"https://github.com/rishigupta1599\"><code>@\u200brishigupta1599</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1342\">percy/cli#1342</a></li>\n</ul>\n<h2>New Contributors</h2>\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/percy/cli/commit/a6f6441483b9c092ee1de1832f53c9a774968202\"><code>a6f6441</code></a> :bookmark: v1.27.1 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1363\">#1363</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/fc67a213ca35419285cba8a8eb563cf5b4958420\"><code>fc67a21</code></a> :bookmark: v1.27.1-beta.0 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1359\">#1359</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/84a376176ed1b31cb5022726d922ee3224c1f77d\"><code>84a3761</code></a> Revert ":bookmark: v1.27.1-beta.0 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1354\">#1354</a>)" (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1356\">#1356</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/a5ac23cb0759fc47989533d0fce6c048e5494102\"><code>a5ac23c</code></a> :bookmark: v1.27.1-beta.0 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1354\">#1354</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/0592afb768158bbaffe34e6b301842c395e2595b\"><code>0592afb</code></a> \u2728 changes for creating executable binaries of <code>percy</code> CLI (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1343\">#1343</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/3b92a894d4cf6dcdedccf42b86aaf61f331535c6\"><code>3b92a89</code></a> :bookmark: release v1.27.0 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1351\">#1351</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/bac46d4a3352884d4466cbc543ea599af33536ca\"><code>bac46d4</code></a> :bookmark: v1.27.0-beta.2 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1349\">#1349</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/40cdf9c38613ccaf5e3707cd2cd2d2778ffbd5dd\"><code>40cdf9c</code></a> :bookmark: v1.27.0-beta.1 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1341\">#1341</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/413671bd64f62bf78e5651f0006a898174354122\"><code>413671b</code></a> \u2728 Percy on Automate Support (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1292\">#1292</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/24150e932f8461869c92a5970c050003cba41f6a\"><code>24150e9</code></a> Bumped to 1.26.3 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1340\">#1340</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/percy/cli/commits/v1.27.1/packages/cli\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@tailwindcss/forms` from 0.5.3 to 0.5.6\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/tailwindlabs/tailwindcss-forms/releases\"><code>@\u200btailwindcss/forms</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v0.5.6</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix date time bottom spacing on MacOS Safari (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/146\">#146</a>)</li>\n</ul>\n<h2>v0.5.5</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix text alignment on date and time inputs on iOS (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/144\">#144</a>)</li>\n</ul>\n<h2>v0.5.4</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Remove chevron for selects with a non-default size (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/137\">#137</a>)</li>\n<li>Allow for <!-- raw HTML omitted --> without <code>type</code> (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/141\">#141</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md\"><code>@\u200btailwindcss/forms</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>[0.5.6] - 2023-08-28</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix date time bottom spacing on MacOS Safari (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/146\">#146</a>)</li>\n</ul>\n<h2>[0.5.5] - 2023-08-22</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix text alignment on date and time inputs on iOS (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/144\">#144</a>)</li>\n</ul>\n<h2>[0.5.4] - 2023-07-13</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Remove chevron for selects with a non-default size (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/137\">#137</a>)</li>\n<li>Allow for <!-- raw HTML omitted --> without <code>type</code> (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/141\">#141</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/ad3f0564c010bf94cef9f352350a7518729b4102\"><code>ad3f056</code></a> 0.5.6</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/2f3cf93d3de136abfa7f609f0ec3049d26693edb\"><code>2f3cf93</code></a> update changelog</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/c1c4286d918aa20f439ab4f58ea8d70037052a06\"><code>c1c4286</code></a> Fix date time bottom spacing on MacOS Safari (<a href=\"https://redirect.github.com/tailwindlabs/tailwindcss-forms/issues/146\">#146</a>)</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/d74d4542a13022af1fc1337b013d18ff5b989d27\"><code>d74d454</code></a> Add doctype to playgrounds</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/8faca181a6551a6286a0f6e469bd22d92a5ddb49\"><code>8faca18</code></a> More formatting</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/350b9316f6558232c09fbe416500d8f3f2b02f4c\"><code>350b931</code></a> Formatting</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/63559124bb3a669da5a8e87678fd98e47e0a4908\"><code>6355912</code></a> Gitignore <code>/dist</code> folder</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/9b7356c7f16057d8d01f43f7be1c7f12e3d95be6\"><code>9b7356c</code></a> 0.5.5</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/1af6c806bd0914ae9cf995829b08f86307cd69bb\"><code>1af6c80</code></a> update changelog</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss-forms/commit/199b00d4f41d882d74976c6e0fc5c1c50cba8a6b\"><code>199b00d</code></a> Update changelog</li>\n<li>Additional commits viewable in <a href=\"https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.3...v0.5.6\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@testing-library/jest-dom` from 5.16.5 to 6.1.3\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/testing-library/jest-dom/releases\"><code>@\u200btesting-library/jest-dom</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v6.1.3</h2>\n<h2><a href=\"https://github.com/testing-library/jest-dom/compare/v6.1.2...v6.1.3\">6.1.3</a> (2023-09-06)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>proper <code>@\u200bjest/globals</code> import (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/530\">#530</a>) (<a href=\"https://github.com/testing-library/jest-dom/commit/5b492ace23d52b7cb7d3f91913ed0b5311905a26\">5b492ac</a>)</li>\n</ul>\n<h2>v6.1.2</h2>\n<h2><a href=\"https://github.com/testing-library/jest-dom/compare/v6.1.1...v6.1.2\">6.1.2</a> (2023-08-24)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>bump <code>@\u200badobe/css-tools</code> for ESM support (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/525\">#525</a>) (<a href=\"https://github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12\">b959a68</a>)</li>\n</ul>\n<h2>v6.1.1</h2>\n<h2><a href=\"https://github.com/testing-library/jest-dom/compare/v6.1.0...v6.1.1\">6.1.1</a> (2023-08-23)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>package.json:</strong> update main and module file paths (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/523\">#523</a>) (<a href=\"https://github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9\">853a3e5</a>)</li>\n</ul>\n<h2>v6.1.0</h2>\n<h1><a href=\"https://github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.0\">6.1.0</a> (2023-08-23)</h1>\n<h3>Features</h3>\n<ul>\n<li>Publish ESM and CJS (<a href=\"https://redirect.github.com/testing-library/jest-dom/pull/519\">testing-library/jest-dom#519</a>)</li>\n</ul>\n<h2>v6.0.1</h2>\n<h2><a href=\"https://github.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1\">6.0.1</a> (2023-08-18)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>matchers type is making the global expect unsafe (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/513\">#513</a>) (<a href=\"https://github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0\">bdb34f1</a>)</li>\n</ul>\n<h2>v6.0.0</h2>\n<h1><a href=\"https://github.com/testing-library/jest-dom/compare/v5.17.0...v6.0.0\">6.0.0</a> (2023-08-13)</h1>\n<h3>Features</h3>\n<ul>\n<li>local types, supporting jest, <code>@\u200bjest/globals</code>, vitest (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/511\">#511</a>) (<a href=\"https://github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8\">4b764b9</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/testing-library/jest-dom/commit/5b492ace23d52b7cb7d3f91913ed0b5311905a26\"><code>5b492ac</code></a> fix: proper <code>@\u200bjest/globals</code> import (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/530\">#530</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/b959a681386164bf5d64f5b2b9c8bf891301bc12\"><code>b959a68</code></a> fix: bump <code>@\u200badobe/css-tools</code> for ESM support (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/525\">#525</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/853a3e51ba6757a34780e32953525b6142eadcf9\"><code>853a3e5</code></a> fix(package.json): update main and module file paths (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/523\">#523</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/3d834bbab9e5c43b1e94b3e0a1ca0fd13c00801e\"><code>3d834bb</code></a> feat: manually trigger release (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/520\">#520</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/61d17bd15b7d2cecb2868a2befe563cb9d5e22cf\"><code>61d17bd</code></a> chore: Publish ESM and CJS (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/519\">#519</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/bdb34f12959578c77b18b0c0910d512768b20ab0\"><code>bdb34f1</code></a> fix: matchers type is making the global expect unsafe (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/513\">#513</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/4b764b9f6a7b564d7f8ec0e9b0c6ba9cc875f2b8\"><code>4b764b9</code></a> feat: local types, supporting jest, <code>@\u200bjest/globals</code>, vitest (<a href=\"https://redirect.github.com/testing-library/jest-dom/issues/511\">#511</a>)</li>\n<li><a href=\"https://github.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb\"><code>d717c66</code></a> feat: New <code>toHaveAccessibleErrorMessage</code> better implementing the spec, deprec...</li>\n<li>See full diff in <a href=\"https://github.com/testing-library/jest-dom/compare/v5.16.5...v6.1.3\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@testing-library/user-event` from 14.4.3 to 14.5.1\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/testing-library/user-event/releases\"><code>@\u200btesting-library/user-event</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v14.5.1</h2>\n<h2><a href=\"https://github.com/testing-library/user-event/compare/v14.5.0...v14.5.1\">14.5.1</a> (2023-09-15)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li>incorrect default import from <code>@\u200btesting-library/dom</code> (<a href=\"https://redirect.github.com/testing-library/user-event/issues/1162\">#1162</a>) (<a href=\"https://github.com/testing-library/user-event/commit/d7483f049a1ec2ebf1ca1e2c1f4367849fca5997\">d7483f0</a>)</li>\n</ul>\n<h2>v14.5.0</h2>\n<h1><a href=\"https://github.com/testing-library/user-event/compare/v14.4.3...v14.5.0\">14.5.0</a> (2023-09-14)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>exports:</strong> add a named export for userEvent (<a href=\"https://github.com/testing-library/user-event/commit/4019ceeabad2538da3f69c63bab79be731b99f3f\">4019cee</a>), closes <a href=\"https://redirect.github.com/testing-library/user-event/issues/1146\">#1146</a></li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>types:</strong> Add additional type exports for UserEvent & Options (<a href=\"https://redirect.github.com/testing-library/user-event/issues/1112\">#1112</a>) (<a href=\"https://github.com/testing-library/user-event/commit/da00e8d610f10ec29d9f06ca62fa8899c53d4fd1\">da00e8d</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/testing-library/user-event/commit/d7483f049a1ec2ebf1ca1e2c1f4367849fca5997\"><code>d7483f0</code></a> fix: incorrect default import from <code>@\u200btesting-library/dom</code> (<a href=\"https://redirect.github.com/testing-library/user-event/issues/1162\">#1162</a>)</li>\n<li><a href=\"https://github.com/testing-library/user-event/commit/4be87b3452f524bcc256d43cfb891ba1f0e236d6\"><code>4be87b3</code></a> chore: swap release script</li>\n<li><a href=\"https://github.com/testing-library/user-event/commit/d95121df6ceac872325357cdf09e2b007c52df22\"><code>d95121d</code></a> chore: add --experimental-import-meta-resolve</li>\n<li><a href=\"https://github.com/testing-library/user-event/commit/8779eaec9424e9968f91f21f07ab699dd506e0b4\"><code>8779eae</code></a> chore: format, lint, fix lint</li>\n<li><a href=\"https://github.com/testing-library/user-event/commit/4019ceeabad2538da3f69c63bab79be731b99f3f\"><code>4019cee</code></a> fix(exports): add a named export for userEvent</li>\n<li><a href=\"https://github.com/testing-library/user-event/commit/da00e8d610f10ec29d9f06ca62fa8899c53d4fd1\"><code>da00e8d</code></a> feat(types): Add additional type exports for UserEvent & Options (<a href=\"https://redirect.github.com/testing-library/user-event/issues/1112\">#1112</a>)</li>\n<li><a href=\"https://github.com/testing-library/user-event/commit/7a305dee9ab833d6f338d567fc2e862b4838b76a\"><code>7a305de</code></a> chore: fix snapshot testing (<a href=\"https://redirect.github.com/testing-library/user-event/issues/1090\">#1090</a>)</li>\n<li><a href=\"https://github.com/testing-library/user-event/commit/e93a5af30a2afd05e49abcb37db3f2f212fe0df7\"><code>e93a5af</code></a> chore: rewrite tests (<a href=\"https://redirect.github.com/testing-library/user-event/issues/1081\">#1081</a>)</li>\n<li>See full diff in <a href=\"https://github.com/testing-library/user-event/compare/v14.4.3...v14.5.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/jest` from 29.5.1 to 29.5.5\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/node` from 20.2.5 to 20.6.2\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/react` from 18.2.6 to 18.2.22\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/react-dom` from 18.2.4 to 18.2.7\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@typescript-eslint/eslint-plugin` from 5.59.9 to 6.7.2\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/releases\"><code>@\u200btypescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v6.7.2</h2>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2\">6.7.2</a> (2023-09-18)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/typescript-eslint</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.7.1</h2>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1\">6.7.1</a> (2023-09-18)</h2>\n<blockquote>\n<p>\u26a0\ufe0f Due to an npm registry server error, the packages at this version were partially published. Please use 6.7.2 instead.</p>\n</blockquote>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.7.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0\">6.7.0</a> (2023-09-11)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7560\">#7560</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/4908905e4ee2b533504fcba0c671aa869668df25\">4908905</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [await-thenable] added suggestion fixer (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7437\">#7437</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/b284370e1e95493764d2806cd45975201e02f374\">b284370</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.6.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0\">6.6.0</a> (2023-09-04)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [key-spacing] consider properties with parens and comments (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7525\">#7525</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7012279b8510f9fcaee64b610d0a66e8e90f0865\">7012279</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>rule-tester:</strong> allow to create empty tests (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7467\">#7467</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/654b35dcf3ed6dc302d993110b72a7709aafbebf\">654b35d</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.5.0</h2>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md\"><code>@\u200btypescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2\">6.7.2</a> (2023-09-18)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/eslint-plugin</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1\">6.7.1</a> (2023-09-18)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/eslint-plugin</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0\">6.7.0</a> (2023-09-11)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7560\">#7560</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/4908905e4ee2b533504fcba0c671aa869668df25\">4908905</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [await-thenable] added suggestion fixer (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7437\">#7437</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/b284370e1e95493764d2806cd45975201e02f374\">b284370</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0\">6.6.0</a> (2023-09-04)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [key-spacing] consider properties with parens and comments (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7525\">#7525</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7012279b8510f9fcaee64b610d0a66e8e90f0865\">7012279</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\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/typescript-eslint/typescript-eslint/commit/ddb858981fd3ed72ff0c10fe9a2c1dc6c5bb1ed5\"><code>ddb8589</code></a> chore: publish v6.7.2</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/aefb2686a58b73a81b400c516d02b8e6194cbed4\"><code>aefb268</code></a> chore: publish v6.7.1</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/9cf757a86f382dcd457f99f1cbe9d6d447364b34\"><code>9cf757a</code></a> chore(eslint-plugin): refactor getTypeFromNode to parserServices.getTypeAtLoc...</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/e0cb75112423b37e92fda1687c0bbc964540563d\"><code>e0cb751</code></a> docs(eslint-plugin): add warning about superfluous rules with typescript (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7372\">#7372</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/ad46b122edf230a84367a0af4ea936d99d33da54\"><code>ad46b12</code></a> chore(deps): update jest to v29.7.0 (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7651\">#7651</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7826910d8c6ba4d2d40b8d55fcf7fd39fe290d88\"><code>7826910</code></a> docs(eslint-plugin): fix ignorePrimitives examples in prefer-nullish-coalesci...</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/79ffff05dbf21796565eef0076ba0bf4fc55e7ed\"><code>79ffff0</code></a> chore: publish v6.7.0</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/b284370e1e95493764d2806cd45975201e02f374\"><code>b284370</code></a> feat(eslint-plugin): [await-thenable] added suggestion fixer (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7437\">#7437</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/4908905e4ee2b533504fcba0c671aa869668df25\"><code>4908905</code></a> fix(eslint-plugin): [no-restricted-imports] disallow side effect imports when...</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/a3a39321296f74caa9d18577491a86119b450c18\"><code>a3a3932</code></a> chore: publish v6.6.0</li>\n<li>Additional commits viewable in <a href=\"https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@typescript-eslint/parser` from 5.59.5 to 6.7.2\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/releases\"><code>@\u200btypescript-eslint/parser</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v6.7.2</h2>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2\">6.7.2</a> (2023-09-18)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/typescript-eslint</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.7.1</h2>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1\">6.7.1</a> (2023-09-18)</h2>\n<blockquote>\n<p>\u26a0\ufe0f Due to an npm registry server error, the packages at this version were partially published. Please use 6.7.2 instead.</p>\n</blockquote>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.7.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0\">6.7.0</a> (2023-09-11)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7560\">#7560</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/4908905e4ee2b533504fcba0c671aa869668df25\">4908905</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [await-thenable] added suggestion fixer (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7437\">#7437</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/b284370e1e95493764d2806cd45975201e02f374\">b284370</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.6.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0\">6.6.0</a> (2023-09-04)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [key-spacing] consider properties with parens and comments (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7525\">#7525</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7012279b8510f9fcaee64b610d0a66e8e90f0865\">7012279</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>rule-tester:</strong> allow to create empty tests (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7467\">#7467</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/654b35dcf3ed6dc302d993110b72a7709aafbebf\">654b35d</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.5.0</h2>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md\"><code>@\u200btypescript-eslint/parser</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2\">6.7.2</a> (2023-09-18)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/parser</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1\">6.7.1</a> (2023-09-18)</h2>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/parser</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0\">6.7.0</a> (2023-09-11)</h1>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/parser</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0\">6.6.0</a> (2023-09-04)</h1>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/parser</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0\">6.5.0</a> (2023-08-28)</h1>\n<p><strong>Note:</strong> Version bump only for package <code>@\u200btypescript-eslint/parser</code></p>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\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/typescript-eslint/typescript-eslint/commit/ddb858981fd3ed72ff0c10fe9a2c1dc6c5bb1ed5\"><code>ddb8589</code></a> chore: publish v6.7.2</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/aefb2686a58b73a81b400c516d02b8e6194cbed4\"><code>aefb268</code></a> chore: publish v6.7.1</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/ad46b122edf230a84367a0af4ea936d99d33da54\"><code>ad46b12</code></a> chore(deps): update jest to v29.7.0 (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7651\">#7651</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/79ffff05dbf21796565eef0076ba0bf4fc55e7ed\"><code>79ffff0</code></a> chore: publish v6.7.0</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/a3a39321296f74caa9d18577491a86119b450c18\"><code>a3a3932</code></a> chore: publish v6.6.0</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/337525b2469bc27c453eb71f292c30e7aaae941c\"><code>337525b</code></a> chore(deps): update dependency jest to v29.6.4 (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7575\">#7575</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/4f34d0ba34474926ba1eed623704b583a037f886\"><code>4f34d0b</code></a> chore: publish v6.5.0</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/ef1367eeed112fd6bbb94e0c9bd56d7e167a1a59\"><code>ef1367e</code></a> chore: publish v6.4.1</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/2e1cfd55759f270364464f4e98f7c5b06330305d\"><code>2e1cfd5</code></a> chore: upgrade to yarn 3 (<a href=\"https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/6162\">#6162</a>)</li>\n<li><a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/14bea42e4864c72d28f502e0d15e675fe8bd729a\"><code>14bea42</code></a> chore: publish v6.4.0</li>\n<li>Additional commits viewable in <a href=\"https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `autoprefixer` from 10.4.14 to 10.4.15\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md\">autoprefixer's changelog</a>.</em></p>\n<blockquote>\n<h2>10.4.15</h2>\n<ul>\n<li>Fixed <code>::backdrop</code> prefixes (by \u4e00\u4e1d).</li>\n<li>Fixed docs (by Christian Oliff).</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/aa633244098cba0f199944017ef5502e4f4161c4\"><code>aa63324</code></a> Release 10.4.15 version</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/e6f597d8e2a9f56e7ac2b64dbbbef842a177e809\"><code>e6f597d</code></a> Run tests in parallel</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/8611ba63e367549620cba812986ef8f03b909be6\"><code>8611ba6</code></a> Update dependencies</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/f8d8dab24e1ded8d6c2a4c16124dfb0e5bef3322\"><code>f8d8dab</code></a> feat: <code>::backdrop</code> using <code>@mdn/browser-compat-data</code> (<a href=\"https://redirect.github.com/postcss/autoprefixer/issues/1498\">#1498</a>)</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/66d23f6c8687ebb6c5b6d3631337b1ef682dd6c1\"><code>66d23f6</code></a> Update dependencies and code style</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/4a629f52e35e008cf4a63e09612675bfe9e346a2\"><code>4a629f5</code></a> Move to pnpm 8</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/029aed678fc5bbb015ac2cc2e9a680fb2b3c90c9\"><code>029aed6</code></a> Use Node.js 20 on CI</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/b440be2b063c3cba0fa99ff885fd482a9bf263c1\"><code>b440be2</code></a> Lock pnpm</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/e8b3b7d32bdb733b25175594eb3685f51b3e678d\"><code>e8b3b7d</code></a> Update dependencies</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/9cabd686e1ce32401016fd5cfc91ccf6483497b4\"><code>9cabd68</code></a> Add funding option</li>\n<li>Additional commits viewable in <a href=\"https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `eslint` from 8.40.0 to 8.49.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/eslint/eslint/releases\">eslint's releases</a>.</em></p>\n<blockquote>\n<h2>v8.49.0</h2>\n<h2>Features</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/da09f4e641141f585ef611c6e9d63d4331054706\"><code>da09f4e</code></a> feat: Implement onUnreachableCodePathStart/End (<a href=\"https://redirect.github.com/eslint/eslint/issues/17511\">#17511</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/32b2327aafdd3b911fabab69ed75c9ff97658c60\"><code>32b2327</code></a> feat: Emit deprecation warnings in RuleTester (<a href=\"https://redirect.github.com/eslint/eslint/issues/17527\">#17527</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/acb7df35b9a7485f26bc6b3e1f9083d1c585dce9\"><code>acb7df3</code></a> feat: add new <code>enforce</code> option to <code>lines-between-class-members</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17462\">#17462</a>) (Nitin Kumar)</li>\n</ul>\n<h2>Documentation</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/ecfb54ff4cdd18f28b4f9b78f0a78fb4cf80f1b8\"><code>ecfb54f</code></a> docs: Update README (GitHub Actions Bot)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/de86b3b2e58edd5826200c23255d8325abe375e1\"><code>de86b3b</code></a> docs: update <code>no-promise-executor-return</code> examples (<a href=\"https://redirect.github.com/eslint/eslint/issues/17529\">#17529</a>) (Nitin Kumar)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/032c4b1476a7b8cfd917a66772d2221950ea87eb\"><code>032c4b1</code></a> docs: add typescript template (<a href=\"https://redirect.github.com/eslint/eslint/issues/17500\">#17500</a>) (James)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cd7da5cc3154f86f7ca45fb58929d27a7af359ed\"><code>cd7da5c</code></a> docs: Update README (GitHub Actions Bot)</li>\n</ul>\n<h2>Chores</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/b7621c3b16cf7d5539f05336a827e1b32d95e6ac\"><code>b7621c3</code></a> chore: remove browser test from <code>npm test</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17550\">#17550</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cac45d04b890b0700dd8908927300608adad05fe\"><code>cac45d0</code></a> chore: upgrade <code>@\u200beslint/js</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.49.0 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17549\">#17549</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cd395082bffcb4b68efa09226d7c682cef56179e\"><code>cd39508</code></a> chore: package.json update for <code>@\u200beslint/js</code> release (ESLint Jenkins)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/203a971c0abc3a95ae02ff74104a01e569707060\"><code>203a971</code></a> ci: bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17530\">#17530</a>) (dependabot[bot])</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/a40fa509922b36bb986eb1be9394591f84f62d9e\"><code>a40fa50</code></a> chore: use eslint-plugin-jsdoc's flat config (<a href=\"https://redirect.github.com/eslint/eslint/issues/17516\">#17516</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/926a28684282aeec37680bbc52a66973b8055f54\"><code>926a286</code></a> test: replace Karma with Webdriver.IO (<a href=\"https://redirect.github.com/eslint/eslint/issues/17126\">#17126</a>) (Christian Bromann)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/f591d2c88bf15af72e3a207b34fa872b4b90464b\"><code>f591d2c</code></a> chore: Upgrade config-array (<a href=\"https://redirect.github.com/eslint/eslint/issues/17512\">#17512</a>) (Nicholas C. Zakas)</li>\n</ul>\n<h2>v8.48.0</h2>\n<h2>Features</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/1fbb3b0b477c814c0d179564fe495f4c50a451e9\"><code>1fbb3b0</code></a> feat: correct update direction in <code>for-direction</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17483\">#17483</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/d73fbf2228631d6c468cd24710e2579fe6cb70fd\"><code>d73fbf2</code></a> feat: rule tester do not create empty valid or invalid test suites (<a href=\"https://redirect.github.com/eslint/eslint/issues/17475\">#17475</a>) (fnx)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/ee2f718188d32e9888b1932fe6b9bd2a62c529a4\"><code>ee2f718</code></a> feat: Allow <code>void</code> in rule <code>no-promise-executor-return</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17282\">#17282</a>) (nopeless)</li>\n</ul>\n<h2>Bug Fixes</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/7234f6a706a209aa2d79259110328752e9ae3928\"><code>7234f6a</code></a> fix: update RuleTester JSDoc and deprecations (<a href=\"https://redirect.github.com/eslint/eslint/issues/17496\">#17496</a>) (Jonas Berlin)</li>\n</ul>\n<h2>Documentation</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/7a51d77c0a066e461ff288568fdfee0e9539a2b5\"><code>7a51d77</code></a> docs: no-param-reassign mention strict mode (<a href=\"https://redirect.github.com/eslint/eslint/issues/17494\">#17494</a>) (Stephen Hardy)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/9cd7ac2fdb6b1d71a9fb1b8297a478cafacbdafd\"><code>9cd7ac2</code></a> docs: add <code>fetch</code> script to package.json conventions (<a href=\"https://redirect.github.com/eslint/eslint/issues/17459\">#17459</a>) (Nitin Kumar)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cab21e64a8f79779c641178f825945958667c6e4\"><code>cab21e6</code></a> docs: advice for inline disabling of rules (<a href=\"https://redirect.github.com/eslint/eslint/issues/17458\">#17458</a>) (Ashish Yadav)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/056499de31a139dbc965d18652b0b520e11b408d\"><code>056499d</code></a> docs: fix example of flat config from plugin (<a href=\"https://redirect.github.com/eslint/eslint/issues/17482\">#17482</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/9e9edf93ecfa0658e8b79e71bc98530ade150081\"><code>9e9edf9</code></a> docs: update documentation URL in error message (<a href=\"https://redirect.github.com/eslint/eslint/issues/17465\">#17465</a>) (Nitin Kumar)</li>\n</ul>\n<h2>Chores</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/8dd3cec90c97ed97d243a83b87ad4ea9e6b4781a\"><code>8dd3cec</code></a> chore: upgrade <code>@\u200beslint/js</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.48.0 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17501\">#17501</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/6d0496e9476fb2210fba0a3d541df8c052ecf73a\"><code>6d0496e</code></a> chore: package.json update for <code>@\u200beslint/js</code> release (ESLint Jenkins)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/9d4216d638d39844decffac33ee3d5a47413c80a\"><code>9d4216d</code></a> chore: Refactor and document CodePathSegment (<a href=\"https://redirect.github.com/eslint/eslint/issues/17474\">#17474</a>) (Nicholas C. Zakas)</li>\n</ul>\n<h2>v8.47.0</h2>\n<h2>Features</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/53d750800b1c0c1f8c29393c488bb3167bb1d2a5\"><code>53d7508</code></a> feat: update regex for methods with <code>thisArg</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17439\">#17439</a>) (Francesco Trotta)</li>\n</ul>\n<h2>Bug Fixes</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/631648ee0b51a8951ce576ccd4430e09c9c8bcae\"><code>631648e</code></a> fix: do not report on shadowed constructors in <code>no-new-wrappers</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17447\">#17447</a>) (Francesco Trotta)</li>\n</ul>\n<h2>Documentation</h2>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/eslint/eslint/blob/main/CHANGELOG.md\">eslint's changelog</a>.</em></p>\n<blockquote>\n<p>v8.49.0 - September 8, 2023</p>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/b7621c3b16cf7d5539f05336a827e1b32d95e6ac\"><code>b7621c3</code></a> chore: remove browser test from <code>npm test</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17550\">#17550</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cac45d04b890b0700dd8908927300608adad05fe\"><code>cac45d0</code></a> chore: upgrade <code>@\u200beslint/js</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.49.0 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17549\">#17549</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cd395082bffcb4b68efa09226d7c682cef56179e\"><code>cd39508</code></a> chore: package.json update for <code>@\u200beslint/js</code> release (ESLint Jenkins)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/ecfb54ff4cdd18f28b4f9b78f0a78fb4cf80f1b8\"><code>ecfb54f</code></a> docs: Update README (GitHub Actions Bot)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/da09f4e641141f585ef611c6e9d63d4331054706\"><code>da09f4e</code></a> feat: Implement onUnreachableCodePathStart/End (<a href=\"https://redirect.github.com/eslint/eslint/issues/17511\">#17511</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/de86b3b2e58edd5826200c23255d8325abe375e1\"><code>de86b3b</code></a> docs: update <code>no-promise-executor-return</code> examples (<a href=\"https://redirect.github.com/eslint/eslint/issues/17529\">#17529</a>) (Nitin Kumar)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/203a971c0abc3a95ae02ff74104a01e569707060\"><code>203a971</code></a> ci: bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17530\">#17530</a>) (dependabot[bot])</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/32b2327aafdd3b911fabab69ed75c9ff97658c60\"><code>32b2327</code></a> feat: Emit deprecation warnings in RuleTester (<a href=\"https://redirect.github.com/eslint/eslint/issues/17527\">#17527</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/acb7df35b9a7485f26bc6b3e1f9083d1c585dce9\"><code>acb7df3</code></a> feat: add new <code>enforce</code> option to <code>lines-between-class-members</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17462\">#17462</a>) (Nitin Kumar)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/032c4b1476a7b8cfd917a66772d2221950ea87eb\"><code>032c4b1</code></a> docs: add typescript template (<a href=\"https://redirect.github.com/eslint/eslint/issues/17500\">#17500</a>) (James)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cd7da5cc3154f86f7ca45fb58929d27a7af359ed\"><code>cd7da5c</code></a> docs: Update README (GitHub Actions Bot)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/a40fa509922b36bb986eb1be9394591f84f62d9e\"><code>a40fa50</code></a> chore: use eslint-plugin-jsdoc's flat config (<a href=\"https://redirect.github.com/eslint/eslint/issues/17516\">#17516</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/926a28684282aeec37680bbc52a66973b8055f54\"><code>926a286</code></a> test: replace Karma with Webdriver.IO (<a href=\"https://redirect.github.com/eslint/eslint/issues/17126\">#17126</a>) (Christian Bromann)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/f591d2c88bf15af72e3a207b34fa872b4b90464b\"><code>f591d2c</code></a> chore: Upgrade config-array (<a href=\"https://redirect.github.com/eslint/eslint/issues/17512\">#17512</a>) (Nicholas C. Zakas)</li>\n</ul>\n<p>v8.48.0 - August 25, 2023</p>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/8dd3cec90c97ed97d243a83b87ad4ea9e6b4781a\"><code>8dd3cec</code></a> chore: upgrade <code>@\u200beslint/js</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.48.0 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17501\">#17501</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/6d0496e9476fb2210fba0a3d541df8c052ecf73a\"><code>6d0496e</code></a> chore: package.json update for <code>@\u200beslint/js</code> release (ESLint Jenkins)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/7a51d77c0a066e461ff288568fdfee0e9539a2b5\"><code>7a51d77</code></a> docs: no-param-reassign mention strict mode (<a href=\"https://redirect.github.com/eslint/eslint/issues/17494\">#17494</a>) (Stephen Hardy)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/9cd7ac2fdb6b1d71a9fb1b8297a478cafacbd...\n\n_Description has been truncated_", 19 "comments": [ 20 { 21 "author": "MTRNord", 22 "created_at": "2023-09-19T09:28:01Z", 23 "body": "@dependabot rebase" 24 }, 25 { 26 "author": "MTRNord", 27 "created_at": "2023-09-19T09:31:30Z", 28 "body": "https://github.com/dependabot rebase" 29 }, 30 { 31 "author": "MTRNord", 32 "created_at": "2023-09-19T09:46:58Z", 33 "body": "@dependabot rebase" 34 } 35 ], 36 "review_comments": [] 37 }