[PR #194] [CLOSED] Bump the npm group in /landing with 9 updates #191

Closed
opened 2025-10-31 16:59:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/194
Author: @dependabot[bot]
Created: 9/1/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/landing/npm-3e47880d28


📝 Commits (1)

  • 8b25df2 Bump the npm group in /landing with 9 updates

📊 Changes

2 files changed (+228 additions, -260 deletions)

View changed files

📝 landing/package-lock.json (+219 -251)
📝 landing/package.json (+9 -9)

📄 Description

Bumps the npm group in /landing with 9 updates:

Package From To
@headlessui/react 2.1.2 2.1.3
@types/node 22.0.2 22.5.1
@types/react 18.3.3 18.3.5
autoprefixer 10.4.19 10.4.20
eslint 8.57.0 9.9.1
eslint-config-next 14.2.5 14.2.7
next 14.2.5 14.2.7
postcss 8.4.40 8.4.42
tailwindcss 3.4.7 3.4.10

Updates @headlessui/react from 2.1.2 to 2.1.3

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.3

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)
Changelog

Sourced from @​headlessui/react's changelog.

[2.1.3] - 2024-08-23

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)
Commits
  • 49c081d 2.1.3 - @​headlessui/react
  • a08be96 Add client hint to close provider (#3429)
  • 2260422 Fix closing components using the transition prop, and after scrolling the p...
  • ca6a455 Fix Combobox virtual mode types for multiple (#3392)
  • f335372 updating various typos (#3387)
  • 13b3100 Ensure Transition component state doesn't change when it becomes hidden (#3...
  • See full diff in compare view

Updates @types/node from 22.0.2 to 22.5.1

Commits

Updates @types/react from 18.3.3 to 18.3.5

Commits

Updates autoprefixer from 10.4.19 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates eslint from 8.57.0 to 9.9.1

Release notes

Sourced from eslint's releases.

v9.9.1

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

Documentation

  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)

Chores

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.9.1 - August 23, 2024

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)

... (truncated)

Commits

Updates eslint-config-next from 14.2.5 to 14.2.7

Release notes

Sourced from eslint-config-next's releases.

v14.2.7

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "chore: externalize undici for bundling" (#65727)
  • Refactor internal routing headers to use request meta (#66987)
  • fix(next): add cross origin in react dom preload (#67423)
  • build: upgrade edge-runtime (#67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#66339)
  • fix: properly patch lockfile against swc bindings (#66515)
  • Add deployment id header for rsc payload if present (#67255)
  • Update font data (#68639)
  • fix i18n data pathname resolving (#68947)
  • pages router: ensure x-middleware-cache is respected (#67734)
  • Fix bad modRequest in flight entry manifest #68888
  • Reject next image urls in image optimizer #68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #67983

Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Ensure fetch cache TTL is updated properly (#69164)
Commits

Updates next from 14.2.5 to 14.2.7

Release notes

Sourced from next's releases.

v14.2.7

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Revert "chore: externalize undici for bundling" (#65727)
  • Refactor internal routing headers to use request meta (#66987)
  • fix(next): add cross origin in react dom preload (#67423)
  • build: upgrade edge-runtime (#67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#66339)
  • fix: properly patch lockfile against swc bindings (#66515)
  • Add deployment id header for rsc payload if present (#67255)
  • Update font data (#68639)
  • fix i18n data pathname resolving (#68947)
  • pages router: ensure x-middleware-cache is respected (#67734)
  • Fix bad modRequest in flight entry manifest #68888
  • Reject next image urls in image optimizer #68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #67983

Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Ensure fetch cache TTL is updated properly (#69164)
Commits

Updates postcss from 8.4.40 to 8.4.42

Release notes

Sourced from postcss's releases.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

Changelog

Sourced from postcss's changelog.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

Commits

Updates tailwindcss from 3.4.7 to 3.4.10

Release notes

Sourced from tailwindcss's releases.

v3.4.10

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)

v3.4.9

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)
Changelog

Sourced from tailwindcss's changelog.

[3.4.10] - 2024-08-13

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)

[3.4.9] - 2024-08-08

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

[3.4.8] - 2024-08-07

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)
Commits

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/194 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-3e47880d28` --- ### 📝 Commits (1) - [`8b25df2`](https://github.com/feeddeck/feeddeck/commit/8b25df2eec5382b661d0755d887ec3c32ee7d510) Bump the npm group in /landing with 9 updates ### 📊 Changes **2 files changed** (+228 additions, -260 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+219 -251) 📝 `landing/package.json` (+9 -9) </details> ### 📄 Description Bumps the npm group in /landing with 9 updates: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.2` | `2.1.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.2` | `22.5.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.5` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.9.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `14.2.7` | | [next](https://github.com/vercel/next.js) | `14.2.5` | `14.2.7` | | [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.42` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.7` | `3.4.10` | Updates `@headlessui/react` from 2.1.2 to 2.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/releases"><code>@​headlessui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.3</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>Transition</code> component state doesn't change when it becomes hidden (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3372">#3372</a>)</li> <li>Fix closing components using the <code>transition</code> prop, and after scrolling the page (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3407">#3407</a>)</li> <li>Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3429">#3429</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md"><code>@​headlessui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>[2.1.3] - 2024-08-23</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>Transition</code> component state doesn't change when it becomes hidden (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3372">#3372</a>)</li> <li>Fix closing components using the <code>transition</code> prop, and after scrolling the page (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3407">#3407</a>)</li> <li>Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3429">#3429</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/49c081d199a315d924b31c2ecec49196c10f7206"><code>49c081d</code></a> 2.1.3 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/a08be96f8ac2b6ae8197432e8864a6fc8ab031a8"><code>a08be96</code></a> Add client hint to close provider (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3429">#3429</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/226042231d7529d530be7c65790fbb681b5adb63"><code>2260422</code></a> Fix closing components using the <code>transition</code> prop, and after scrolling the p...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/ca6a455a3aec8682033dd5595c10abd4330fd4f9"><code>ca6a455</code></a> Fix <code>Combobox</code> <code>virtual</code> mode types for <code>multiple</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3392">#3392</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/f3353728bdae88cd352e6fb15c4c2992f3a65ed9"><code>f335372</code></a> updating various typos (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3387">#3387</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/13b3100906b6f57169a5d987acddddf120c424e7"><code>13b3100</code></a> Ensure <code>Transition</code> component state doesn't change when it becomes hidden (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3">#3</a>...</li> <li>See full diff in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.3/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.0.2 to 22.5.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 18.3.3 to 18.3.5 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.19 to 10.4.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/dae6eb465da5640bb03ecda8b6d6b73e9ba26429"><code>dae6eb4</code></a> Release 10.4.20 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/ee43652953044be536fbec3b79c15e28798f49fc"><code>ee43652</code></a> Fix fit-content for Firefox</li> <li><a href="https://github.com/postcss/autoprefixer/commit/cf808243ce6eef1087ddedfd0e1bfca3af6db9c8"><code>cf80824</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/49d5ec656a38188f05c69d621242512891b61c68"><code>49d5ec6</code></a> Move to pnpm 9</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 8.57.0 to 9.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.9.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9bde90c2edb6800c7f6428c5550ff00fff44ab02"><code>9bde90c</code></a> fix: add logic to handle <code>fixTypes</code> in <code>lintText()</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18736">#18736</a>) (Amaresh S M)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a> docs: Update README with version support and clean up content (<a href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a> docs: Update globals examples (<a href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a> docs: Use and define languages (<a href="https://redirect.github.com/eslint/eslint/issues/18795">#18795</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a> docs: eslint-plugin-markdown -&gt; <code>@​eslint/markdown</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18797">#18797</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c6c8ddd3130bbfec98ef817e4647faf19b34c85c"><code>c6c8ddd</code></a> docs: update links to eslint-visitor-keys repo (<a href="https://redirect.github.com/eslint/eslint/issues/18796">#18796</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f981d054ed935ef9844b6f76d4ce90ebb345b66f"><code>f981d05</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b516974713ada28c75f1e21599fc0cec13a8b321"><code>b516974</code></a> docs: update links to <code>eslint/js</code> repo (<a href="https://redirect.github.com/eslint/eslint/issues/18781">#18781</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fb7a3f5df5f661bcd96e483558da66eafeb4b954"><code>fb7a3f5</code></a> docs: update note for package managers (<a href="https://redirect.github.com/eslint/eslint/issues/18779">#18779</a>) (Jay)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.9.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a> refactor: Extract parsing logic from Linter (<a href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a> chore: use eslint-plugin-yml on yaml files only (<a href="https://redirect.github.com/eslint/eslint/issues/18801">#18801</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f8d1b3c2324cdada4fe1d8799f4f517c1585a001"><code>f8d1b3c</code></a> chore: update dependencies for browser tests (<a href="https://redirect.github.com/eslint/eslint/issues/18794">#18794</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/aed262407918406c19d43b8d54070fa93508782b"><code>aed2624</code></a> chore: update dependency <code>@​eslint/config-array</code> to ^0.18.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18788">#18788</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/5c291283dc29dcfdae585d9878e0fb8ab0d68c43"><code>5c29128</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18789">#18789</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/5d66fb2b53ded440180feef526b1211673c40e88"><code>5d66fb2</code></a> chore: migrate linting workflow to use trunk check meta-linter (<a href="https://redirect.github.com/eslint/eslint/issues/18643">#18643</a>) (Chris Clearwater)</li> <li><a href="https://github.com/eslint/eslint/commit/bf96855d7c181648cb0a0e8faf77d707ddd4725f"><code>bf96855</code></a> chore: add ids to github issue templates (<a href="https://redirect.github.com/eslint/eslint/issues/18775">#18775</a>) (Strek)</li> </ul> <h2>v9.9.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</li> </ul> <h2>v9.8.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> </ul> <h2>Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.9.1 - August 23, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.9.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a> docs: Update README with version support and clean up content (<a href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a> docs: Update globals examples (<a href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a> refactor: Extract parsing logic from Linter (<a href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a> docs: Use and define languages (<a href="https://redirect.github.com/eslint/eslint/issues/18795">#18795</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a> chore: use eslint-plugin-yml on yaml files only (<a href="https://redirect.github.com/eslint/eslint/issues/18801">#18801</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a> docs: eslint-plugin-markdown -&gt; <code>@​eslint/markdown</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18797">#18797</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c6c8ddd3130bbfec98ef817e4647faf19b34c85c"><code>c6c8ddd</code></a> docs: update links to eslint-visitor-keys repo (<a href="https://redirect.github.com/eslint/eslint/issues/18796">#18796</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f8d1b3c2324cdada4fe1d8799f4f517c1585a001"><code>f8d1b3c</code></a> chore: update dependencies for browser tests (<a href="https://redirect.github.com/eslint/eslint/issues/18794">#18794</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/aed262407918406c19d43b8d54070fa93508782b"><code>aed2624</code></a> chore: update dependency <code>@​eslint/config-array</code> to ^0.18.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18788">#18788</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/5c291283dc29dcfdae585d9878e0fb8ab0d68c43"><code>5c29128</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18789">#18789</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/5d66fb2b53ded440180feef526b1211673c40e88"><code>5d66fb2</code></a> chore: migrate linting workflow to use trunk check meta-linter (<a href="https://redirect.github.com/eslint/eslint/issues/18643">#18643</a>) (Chris Clearwater)</li> <li><a href="https://github.com/eslint/eslint/commit/f981d054ed935ef9844b6f76d4ce90ebb345b66f"><code>f981d05</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b516974713ada28c75f1e21599fc0cec13a8b321"><code>b516974</code></a> docs: update links to <code>eslint/js</code> repo (<a href="https://redirect.github.com/eslint/eslint/issues/18781">#18781</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fb7a3f5df5f661bcd96e483558da66eafeb4b954"><code>fb7a3f5</code></a> docs: update note for package managers (<a href="https://redirect.github.com/eslint/eslint/issues/18779">#18779</a>) (Jay)</li> <li><a href="https://github.com/eslint/eslint/commit/bf96855d7c181648cb0a0e8faf77d707ddd4725f"><code>bf96855</code></a> chore: add ids to github issue templates (<a href="https://redirect.github.com/eslint/eslint/issues/18775">#18775</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/9bde90c2edb6800c7f6428c5550ff00fff44ab02"><code>9bde90c</code></a> fix: add logic to handle <code>fixTypes</code> in <code>lintText()</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18736">#18736</a>) (Amaresh S M)</li> </ul> <p>v9.9.0 - August 9, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a> chore: upgrade to <code>@eslint/js@9.9.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a> feat: Add support for TS config files (<a href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a> docs: how to author plugins with configs that extend other configs (<a href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>) (Alec Gibson)</li> <li><a href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a> chore: update wdio dependencies for more stable tests (<a href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a> feat: add suggestion to <code>require-await</code> to remove <code>async</code> keyword (<a href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>) (Dave)</li> <li><a href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a> docs: add version support page in the side navbar (<a href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a> docs: add version support page to the dropdown (<a href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a> docs: Fix typo (<a href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>) (Zaina Al Habash)</li> <li><a href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a> docs: Update yarn command for creating ESLint config (<a href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>) (Temitope Ogunleye)</li> <li><a href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <p>v9.8.0 - July 26, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592"><code>deee448</code></a> chore: upgrade to <code>@eslint/js@9.8.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1"><code>8e1a627</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e"><code>13d0bd3</code></a> feat: Add and use SourceCode#getLoc/getRange (<a href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07"><code>282df1a</code></a> docs: Add system theme option (<a href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02"><code>ab0ff27</code></a> fix: Throw error when invalid flags passed (<a href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2"><code>70dc803</code></a> fix: <code>basePath</code> directory can never be ignored (<a href="https://redirect.github.com/eslint/eslint/issues/18711">#18711</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd"><code>53b1ff0</code></a> docs: Debug config docs (<a href="https://redirect.github.com/eslint/eslint/issues/18698">#18698</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada"><code>4514424</code></a> build: Enable JSON linting (<a href="https://redirect.github.com/eslint/eslint/issues/18681">#18681</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c"><code>a7016a5</code></a> docs: fix search input stylings (<a href="https://redirect.github.com/eslint/eslint/issues/18682">#18682</a>) (Amaresh S M)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/8781e6f063e56438dc22346504ff637df3f84daf"><code>8781e6f</code></a> 9.9.1</li> <li><a href="https://github.com/eslint/eslint/commit/1503d0351e915ff6244937a19a3070bbb928d089"><code>1503d03</code></a> Build: changelog update for 9.9.1</li> <li><a href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.9.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a> docs: Update README with version support and clean up content (<a href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a> docs: Update globals examples (<a href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a> refactor: Extract parsing logic from Linter (<a href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a> docs: Use and define languages (<a href="https://redirect.github.com/eslint/eslint/issues/18795">#18795</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a> chore: use eslint-plugin-yml on yaml files only (<a href="https://redirect.github.com/eslint/eslint/issues/18801">#18801</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a> docs: eslint-plugin-markdown -&gt; <code>@​eslint/markdown</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18797">#18797</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.57.0...v9.9.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.2.5 to 14.2.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v14.2.7</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Revert &quot;chore: externalize undici for bundling&quot; (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/65727">#65727</a>)</li> <li>Refactor internal routing headers to use request meta (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66987">#66987</a>)</li> <li>fix(next): add cross origin in react dom preload (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/67423">#67423</a>)</li> <li>build: upgrade edge-runtime (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/67565">#67565</a>)</li> <li>GTM dataLayer parameter should take an object, not an array of strings (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66339">#66339</a>)</li> <li>fix: properly patch lockfile against swc bindings (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66515">#66515</a>)</li> <li>Add deployment id header for rsc payload if present (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/67255">#67255</a>)</li> <li>Update font data (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/68639">#68639</a>)</li> <li>fix i18n data pathname resolving (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/68947">#68947</a>)</li> <li>pages router: ensure x-middleware-cache is respected (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/67734">#67734</a>)</li> <li>Fix bad modRequest in flight entry manifest <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/68888">#68888</a></li> <li>Reject next image urls in image optimizer <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/68628">#68628</a></li> <li>Fix hmr assetPrefix escaping and reuse logic from other files <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/67983">#67983</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/kjugi"><code>@​kjugi</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>, <a href="https://github.com/marlier"><code>@​marlier</code></a>, <a href="https://github.com/Kikobeats"><code>@​Kikobeats</code></a>, <a href="https://github.com/syi0808"><code>@​syi0808</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, and <a href="https://github.com/samcx"><code>@​samcx</code></a> for helping!</p> <h2>v14.2.6</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Ensure fetch cache TTL is updated properly (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/69164">#69164</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/a1c3a0370ef465c1b788c7bf75d770ca92897cf7"><code>a1c3a03</code></a> v14.2.7</li> <li><a href="https://github.com/vercel/next.js/commit/427c01de1b6dec0e6903ee4cc720220ff1d08fd4"><code>427c01d</code></a> v14.2.6</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.2.7/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.2.5 to 14.2.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.2.7</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Revert &quot;chore: externalize undici for bundling&quot; (<a href="https://redirect.github.com/vercel/next.js/issues/65727">#65727</a>)</li> <li>Refactor internal routing headers to use request meta (<a href="https://redirect.github.com/vercel/next.js/issues/66987">#66987</a>)</li> <li>fix(next): add cross origin in react dom preload (<a href="https://redirect.github.com/vercel/next.js/issues/67423">#67423</a>)</li> <li>build: upgrade edge-runtime (<a href="https://redirect.github.com/vercel/next.js/issues/67565">#67565</a>)</li> <li>GTM dataLayer parameter should take an object, not an array of strings (<a href="https://redirect.github.com/vercel/next.js/issues/66339">#66339</a>)</li> <li>fix: properly patch lockfile against swc bindings (<a href="https://redirect.github.com/vercel/next.js/issues/66515">#66515</a>)</li> <li>Add deployment id header for rsc payload if present (<a href="https://redirect.github.com/vercel/next.js/issues/67255">#67255</a>)</li> <li>Update font data (<a href="https://redirect.github.com/vercel/next.js/issues/68639">#68639</a>)</li> <li>fix i18n data pathname resolving (<a href="https://redirect.github.com/vercel/next.js/issues/68947">#68947</a>)</li> <li>pages router: ensure x-middleware-cache is respected (<a href="https://redirect.github.com/vercel/next.js/issues/67734">#67734</a>)</li> <li>Fix bad modRequest in flight entry manifest <a href="https://redirect.github.com/vercel/next.js/issues/68888">#68888</a></li> <li>Reject next image urls in image optimizer <a href="https://redirect.github.com/vercel/next.js/issues/68628">#68628</a></li> <li>Fix hmr assetPrefix escaping and reuse logic from other files <a href="https://redirect.github.com/vercel/next.js/issues/67983">#67983</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/kjugi"><code>@​kjugi</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>, <a href="https://github.com/marlier"><code>@​marlier</code></a>, <a href="https://github.com/Kikobeats"><code>@​Kikobeats</code></a>, <a href="https://github.com/syi0808"><code>@​syi0808</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, and <a href="https://github.com/samcx"><code>@​samcx</code></a> for helping!</p> <h2>v14.2.6</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Ensure fetch cache TTL is updated properly (<a href="https://redirect.github.com/vercel/next.js/issues/69164">#69164</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/a1c3a0370ef465c1b788c7bf75d770ca92897cf7"><code>a1c3a03</code></a> v14.2.7</li> <li><a href="https://github.com/vercel/next.js/commit/d46ab2c635952e59ea201c5f5351c03971208408"><code>d46ab2c</code></a> Fix hmr assetPrefix escaping and reuse logic from other files (<a href="https://redirect.github.com/vercel/next.js/issues/67983">#67983</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d11cbc9ff0b1aaefabcba9afe1e562e0b1fde65a"><code>d11cbc9</code></a> Reject next image urls in image optimizer (<a href="https://redirect.github.com/vercel/next.js/issues/68628">#68628</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/575385efdfd7b53e61f5e0626237f35ee0d335e3"><code>575385e</code></a> Fix bad modRequest in flight entry manifest (<a href="https://redirect.github.com/vercel/next.js/issues/68888">#68888</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/9ecf2e840825afbedc49da2b9030766e8173b91a"><code>9ecf2e8</code></a> update turbopack build manifest</li> <li><a href="https://github.com/vercel/next.js/commit/325dc4b6800e96ad69f315d18468d2c0b3319675"><code>325dc4b</code></a> pages router: ensure x-middleware-cache is respected (<a href="https://redirect.github.com/vercel/next.js/issues/67734">#67734</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d3021b647544f1c73194541a4e8e90eac9074c95"><code>d3021b6</code></a> update playwright interface</li> <li><a href="https://github.com/vercel/next.js/commit/5e6f511e1db724f05a56418046788fcbb59d0458"><code>5e6f511</code></a> fix i18n data pathname resolving (<a href="https://redirect.github.com/vercel/next.js/issues/68947">#68947</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/dd32e0f87c84b920b751419942824b05450cef93"><code>dd32e0f</code></a> Update font data (<a href="https://redirect.github.com/vercel/next.js/issues/68639">#68639</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/2f7fa9894425d11ecb3e7c1516eaae0366c919cc"><code>2f7fa98</code></a> Add deployment id header for rsc payload if present (<a href="https://redirect.github.com/vercel/next.js/issues/67255">#67255</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.5...v14.2.7">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.40 to 8.4.42 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.42</h2> <ul> <li>Fixed CSS syntax error on long minified files (by <a href="https://github.com/varpstar"><code>@​varpstar</code></a>).</li> </ul> <h2>8.4.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.42</h2> <ul> <li>Fixed CSS syntax error on long minified files (by <a href="https://github.com/varpstar"><code>@​varpstar</code></a>).</li> </ul> <h2>8.4.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/0fda48a1b1e27c443681849411c2bb65521da8df"><code>0fda48a</code></a> Release 8.4.42 version</li> <li><a href="https://github.com/postcss/postcss/commit/cd5b08cfa2434f9ba2970b454692190b45b3b320"><code>cd5b08c</code></a> Add ESLint to CI</li> <li><a href="https://github.com/postcss/postcss/commit/0975cc209dc8425d61960633049aab73cb5bd3fe"><code>0975cc2</code></a> Sort source code and fix ESLint</li> <li><a href="https://github.com/postcss/postcss/commit/36950b4ff95d4077c0875a34a9c06821586589a8"><code>36950b4</code></a> Try to fix old Node.js tests</li> <li><a href="https://github.com/postcss/postcss/commit/fbb6d60eae1d65ef99a9ef5a7dc2528da6d96db5"><code>fbb6d60</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/118ebc9a9af683702d027f7e1e607261237764d3"><code>118ebc9</code></a> Clean up code</li> <li><a href="https://github.com/postcss/postcss/commit/9e7bdca1d2904478e9017971ddc5b4a24eb2ffbd"><code>9e7bdca</code></a> Pretty CssSyntaxError from onelined (minified) css (<a href="https://redirect.github.com/postcss/postcss/issues/1965">#1965</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/45a24250ee0160b9e187d34e3a43c26fef59af95"><code>45a2425</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1961">#1961</a> from nex3/readonly-array</li> <li><a href="https://github.com/postcss/postcss/commit/0cb325a1d56a6b2d9657c9b7a557a2f245ca1fcc"><code>0cb325a</code></a> Use <code>ReadonlyArray</code> for argument types that aren't modified</li> <li><a href="https://github.com/postcss/postcss/commit/a88662860392ed3d2410aa2bf661c69c56198d7f"><code>a886628</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1957">#1957</a> from nex3/protected-normalize</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.40...8.4.42">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.7 to 3.4.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.10</h2> <h3>Fixed</h3> <ul> <li>Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li> </ul> <h2>v3.4.9</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>v3.4.8</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.10] - 2024-08-13</h2> <h3>Fixed</h3> <ul> <li>Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li> </ul> <h2>[3.4.9] - 2024-08-08</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>[3.4.8] - 2024-08-07</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f07dbff2a7f78fd75c53c6cfe01b58b6c0419f22"><code>f07dbff</code></a> 3.4.10</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c4f23621e17d9eaba34649fd1b44a851f0e42f57"><code>c4f2362</code></a> Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14185">#14185</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f65023efb97832660dc17cf954504f9f156047ba"><code>f65023e</code></a> 3.4.9</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/702ba6aaee165f176b9413bee0d13cf5a51fd879"><code>702ba6a</code></a> Don't warn about broad globs in vendor folders (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14147">#14147</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1676118af9dd1ca2b59f3f9b91afef4d0b453ea5"><code>1676118</code></a> 3.4.8</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/69c81f25833056a6e5e17a6fd00dec68044df327"><code>69c81f2</code></a> rename <code>master</code> to <code>main</code></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/858696a8bcd5eac7370a851b5e6adc24f154dafa"><code>858696a</code></a> Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14140">#14140</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1f23c2e8421cf8f674cf4dfe9940e51ff21f3d4a"><code>1f23c2e</code></a> Bump to latest cssnano v6 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14105">#14105</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/28bd90eefbf2962f38ce5b27775b97ffe1584641"><code>28bd90e</code></a> Automate checksum generation for standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14081">#14081</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.10">compare view</a></li> </ul> </details> <br /> 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:59:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#191