[PR #277] [MERGED] Bump the npm group in /landing with 5 updates #266

Closed
opened 2025-10-31 17:00:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/277
Author: @dependabot[bot]
Created: 7/26/2025
Status: Merged
Merged: 7/26/2025
Merged by: @ricoberger

Base: mainHead: dependabot/npm_and_yarn/landing/npm-da0cefc7c1


📝 Commits (1)

  • 729733e Bump the npm group in /landing with 5 updates

📊 Changes

2 files changed (+235 additions, -214 deletions)

View changed files

📝 landing/package-lock.json (+230 -209)
📝 landing/package.json (+5 -5)

📄 Description

Bumps the npm group in /landing with 5 updates:

Package From To
@headlessui/react 2.2.4 2.2.6
@types/node 24.0.8 24.1.0
eslint 9.30.0 9.32.0
eslint-config-next 15.3.4 15.4.4
next 15.3.4 15.4.4

Updates @headlessui/react from 2.2.4 to 2.2.6

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.6

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

@​headlessui/react@​v2.2.5

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.6] - 2025-07-24

Fixed

  • Fix immediately closing Listbox by requiring some cursor movement (#3762)

[2.2.5] - 2025-07-23

Fixed

  • Fix listbox closing immediately after opening on touch devices (#3755)
Commits

Updates @types/node from 24.0.8 to 24.1.0

Commits

Updates eslint from 9.30.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루���LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)
Commits

Updates eslint-config-next from 15.3.4 to 15.4.4

Release notes

Sourced from eslint-config-next's releases.

v15.4.4

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

Core Changes

  • Fix dynamicParams false layout case in dev (#82026)
  • Turbopack: fix scope hoisting variable renaming bug (#81640)
  • Upgrade to swc v33 (#81750)
  • Revert "[metadata] use https protocol for schema urls" (#81934)

Credits

Huge thanks to @​bgw @​mischnic @​huozhi @​lukesandberg and @​ijjk for helping!

v15.4.3

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

Core Changes

  • Turbopack: fix dist dir on Windows (#81758)

Credits

Huge thanks to @​mischnic for helping!

v15.4.2

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

Core Changes

  • pages router metadata bugs with React 19 (#81733)
  • [metadata] replace for initial body icon case (#81688)
  • Ensure custom NextServer config is honored (#81681)

Credits

Huge thanks to @​huozhi, @​ijjk, and @​ztanner for helping!

v15.4.2-canary.17

Core Changes

  • Upgrade vercel og and remove yoga type patching: #81937

... (truncated)

Commits

Updates next from 15.3.4 to 15.4.4

Release notes

Sourced from next's releases.

v15.4.4

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

Core Changes

  • Fix dynamicParams false layout case in dev (#82026)
  • Turbopack: fix scope hoisting variable renaming bug (#81640)
  • Upgrade to swc v33 (#81750)
  • Revert "[metadata] use https protocol for schema urls" (#81934)

Credits

Huge thanks to @​bgw @​mischnic @​huozhi @​lukesandberg and @​ijjk for helping!

v15.4.3

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

Core Changes

  • Turbopack: fix dist dir on Windows (#81758)

Credits

Huge thanks to @​mischnic for helping!

v15.4.2

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

Core Changes

  • pages router metadata bugs with React 19 (#81733)
  • [metadata] replace for initial body icon case (#81688)
  • Ensure custom NextServer config is honored (#81681)

Credits

Huge thanks to @​huozhi, @​ijjk, and @​ztanner for helping!

v15.4.2-canary.17

Core Changes

  • Upgrade vercel og and remove yoga type patching: #81937

... (truncated)

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/277 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/26/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-da0cefc7c1` --- ### 📝 Commits (1) - [`729733e`](https://github.com/feeddeck/feeddeck/commit/729733efe83e810d15f702475164e3780590f9ac) Bump the npm group in /landing with 5 updates ### 📊 Changes **2 files changed** (+235 additions, -214 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+230 -209) 📝 `landing/package.json` (+5 -5) </details> ### 📄 Description Bumps the npm group in /landing with 5 updates: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.4` | `2.2.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.8` | `24.1.0` | | [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.32.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.4` | `15.4.4` | | [next](https://github.com/vercel/next.js) | `15.3.4` | `15.4.4` | Updates `@headlessui/react` from 2.2.4 to 2.2.6 <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>.2.6</h2> <h3>Fixed</h3> <ul> <li>Fix immediately closing Listbox by requiring some cursor movement (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3762">#3762</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.2.5</h2> <h3>Fixed</h3> <ul> <li>Fix listbox closing immediately after opening on touch devices (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3755">#3755</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.2.6] - 2025-07-24</h2> <h3>Fixed</h3> <ul> <li>Fix immediately closing Listbox by requiring some cursor movement (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3762">#3762</a>)</li> </ul> <h2>[2.2.5] - 2025-07-23</h2> <h3>Fixed</h3> <ul> <li>Fix listbox closing immediately after opening on touch devices (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3755">#3755</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/51b5bf646f6ec261ef81fb19c70bbabc6291a054"><code>51b5bf6</code></a> 2.2.6 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/0a14649cd4aae609fc5d51b9434438a975992b0d"><code>0a14649</code></a> Improve quick release by requiring some cursor movement (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3762">#3762</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/2ff307c3c78687701f4bc238491ff4102d1c9265"><code>2ff307c</code></a> 2.2.5 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/3b7c0b683faf29e5da017825a6409006502215c3"><code>3b7c0b6</code></a> Fix listbox closing immediately after opening on touch devices (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3755">#3755</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/38986df81ecc7b7c86abab33d61ce18ffd55fac6"><code>38986df</code></a> update READMEs</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/0933dd5e5f563675c8a36e4520905bf9b58df00e"><code>0933dd5</code></a> chore: remove redundant word in comment (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3742">#3742</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.6/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.0.8 to 24.1.0 <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 `eslint` from 9.30.0 to 9.32.0 <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.32.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1245000c5a81954d42f0c7eb670efe450c3bbad5"><code>1245000</code></a> feat: support explicit resource management in core rules (<a href="https://redirect.github.com/eslint/eslint/issues/19828">#19828</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/0e957a7b5528f375a51e7c1a2fd1b03cdcd2af2d"><code>0e957a7</code></a> feat: support typescript types in accessor rules (<a href="https://redirect.github.com/eslint/eslint/issues/19882">#19882</a>) (fnx)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/960fd40dfd204af30726b49b6bec714fe49a606e"><code>960fd40</code></a> fix: Upgrade <code>@​eslint/js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19971">#19971</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bbf23fa2f1c6058f6cb5c9f2f32460a15e75e596"><code>bbf23fa</code></a> fix: Refactor reporting into FileReport (<a href="https://redirect.github.com/eslint/eslint/issues/19877">#19877</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d4988872f375890bf677ce1a1d92a505085b51fa"><code>d498887</code></a> fix: bump <code>@​eslint/plugin-kit</code> to 0.3.4 to resolve vulnerability (<a href="https://redirect.github.com/eslint/eslint/issues/19965">#19965</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f46fc6c137c951bc73cf3bd9446053c1b11f769b"><code>f46fc6c</code></a> fix: report only global references in no-implied-eval (<a href="https://redirect.github.com/eslint/eslint/issues/19932">#19932</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/7863d26b7cfb03a81ec86f93439757ff60bf6afb"><code>7863d26</code></a> fix: remove outdated types in <code>ParserOptions.ecmaFeatures</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19944">#19944</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/317330552e2d276221c7f2dd9c1516ad8b41cc3c"><code>3173305</code></a> fix: update execScript message in no-implied-eval rule (<a href="https://redirect.github.com/eslint/eslint/issues/19937">#19937</a>) (TKDev7)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/86e7426e4463ca49ffa5c82e825ecb6aa19ca8a0"><code>86e7426</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/50de1ced9df2b1ee48ee6843c8cfe0f5d8edbc27"><code>50de1ce</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/74f01a3f5905aaa0902837ced2425209c09c048f"><code>74f01a3</code></a> ci: unpin <code>jiti</code> to version <code>^2.5.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19970">#19970</a>) (루���LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/2ab13813a7e7f3014c35490b351447ec43229951"><code>2ab1381</code></a> ci: pin <code>jiti</code> to version 2.4.2 (<a href="https://redirect.github.com/eslint/eslint/issues/19964">#19964</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b7f75454695079f54b77fcdc9ebe3b9199d5ad30"><code>b7f7545</code></a> test: switch to flat config mode in <code>SourceCode</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19953">#19953</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f5a35e3b7cee17cd31fc02c24c3e74b42ee202bc"><code>f5a35e3</code></a> test: switch to flat config mode in eslint-fuzzer (<a href="https://redirect.github.com/eslint/eslint/issues/19960">#19960</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/e22af8c42d622d8d912ee7bedf49bf4283247fdc"><code>e22af8c</code></a> refactor: use <code>CustomRuleDefinitionType</code> in <code>JSRuleDefinition</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19949">#19949</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/e85571730f1360464b7ee00695c678d551f9c643"><code>e855717</code></a> chore: switch performance tests to hyperfine (<a href="https://redirect.github.com/eslint/eslint/issues/19919">#19919</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/2f73a23655092a41780859ffe0a07c44a2f1b5f5"><code>2f73a23</code></a> test: switch to flat config mode in <code>ast-utils</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19948">#19948</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c565a530f50c96dacd44e096f7d531b073aa4dc7"><code>c565a53</code></a> chore: exclude <code>further_reading_links.json</code> from Prettier formatting (<a href="https://redirect.github.com/eslint/eslint/issues/19943">#19943</a>) (Milos Djermanovic)</li> </ul> <h2>v9.31.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/35cf44c22e36b1554486e7a75c870e86c10b83f8"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://redirect.github.com/eslint/eslint/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="https://github.com/eslint/eslint/commit/a6a63259de6cb5642f69c7be429554bbcedca4c0"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4682cdc6960279ee17f23899fbab6f58d881eadf"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/58482165eaf597cc5c58216a956c301ae87520b3"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bb370b8e79f65ee32d9d89ecf249fb74a141ad22"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19892">#19892</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/07fac6cafa0426b4d1ea12d9001f3955f19b286d"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://redirect.github.com/eslint/eslint/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/28cc7abbb72b29b1cac6fc4253646a7839586064"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://redirect.github.com/eslint/eslint/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/664cb44ab03785bd200a792607a7e20faa2d4b28"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/40dbe2a43f83d366e9026faec70293512fb61ca2"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://redirect.github.com/eslint/eslint/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="https://github.com/eslint/eslint/commit/5a0069d60815246cf24e1c96125540792c2507ef"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/fef04b5c7fea99362d67b31b8e98cd4914020ed3"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://redirect.github.com/eslint/eslint/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3ddd454c1c73294e5af7905d60d03fac162f1b3e"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/d5054e5454a537e9ade238c768c262c6c592cbc1"><code>d5054e5</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0f4a3781fe7c11fad7b206c3c694655486ddd187"><code>0f4a378</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/76c2340c368f96db77439b5cd1df0196cc39bf3e"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/19917">#19917</a>) (루밀LuMir)</li> </ul> <!-- 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.32.0 - July 25, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/960fd40dfd204af30726b49b6bec714fe49a606e"><code>960fd40</code></a> fix: Upgrade <code>@​eslint/js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19971">#19971</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/50de1ced9df2b1ee48ee6843c8cfe0f5d8edbc27"><code>50de1ce</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/bbf23fa2f1c6058f6cb5c9f2f32460a15e75e596"><code>bbf23fa</code></a> fix: Refactor reporting into FileReport (<a href="https://redirect.github.com/eslint/eslint/issues/19877">#19877</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/74f01a3f5905aaa0902837ced2425209c09c048f"><code>74f01a3</code></a> ci: unpin <code>jiti</code> to version <code>^2.5.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19970">#19970</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/d4988872f375890bf677ce1a1d92a505085b51fa"><code>d498887</code></a> fix: bump <code>@​eslint/plugin-kit</code> to 0.3.4 to resolve vulnerability (<a href="https://redirect.github.com/eslint/eslint/issues/19965">#19965</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/2ab13813a7e7f3014c35490b351447ec43229951"><code>2ab1381</code></a> ci: pin <code>jiti</code> to version 2.4.2 (<a href="https://redirect.github.com/eslint/eslint/issues/19964">#19964</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b7f75454695079f54b77fcdc9ebe3b9199d5ad30"><code>b7f7545</code></a> test: switch to flat config mode in <code>SourceCode</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19953">#19953</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f5a35e3b7cee17cd31fc02c24c3e74b42ee202bc"><code>f5a35e3</code></a> test: switch to flat config mode in eslint-fuzzer (<a href="https://redirect.github.com/eslint/eslint/issues/19960">#19960</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f46fc6c137c951bc73cf3bd9446053c1b11f769b"><code>f46fc6c</code></a> fix: report only global references in no-implied-eval (<a href="https://redirect.github.com/eslint/eslint/issues/19932">#19932</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/86e7426e4463ca49ffa5c82e825ecb6aa19ca8a0"><code>86e7426</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e22af8c42d622d8d912ee7bedf49bf4283247fdc"><code>e22af8c</code></a> refactor: use <code>CustomRuleDefinitionType</code> in <code>JSRuleDefinition</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19949">#19949</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1245000c5a81954d42f0c7eb670efe450c3bbad5"><code>1245000</code></a> feat: support explicit resource management in core rules (<a href="https://redirect.github.com/eslint/eslint/issues/19828">#19828</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/e85571730f1360464b7ee00695c678d551f9c643"><code>e855717</code></a> chore: switch performance tests to hyperfine (<a href="https://redirect.github.com/eslint/eslint/issues/19919">#19919</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/0e957a7b5528f375a51e7c1a2fd1b03cdcd2af2d"><code>0e957a7</code></a> feat: support typescript types in accessor rules (<a href="https://redirect.github.com/eslint/eslint/issues/19882">#19882</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/2f73a23655092a41780859ffe0a07c44a2f1b5f5"><code>2f73a23</code></a> test: switch to flat config mode in <code>ast-utils</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19948">#19948</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7863d26b7cfb03a81ec86f93439757ff60bf6afb"><code>7863d26</code></a> fix: remove outdated types in <code>ParserOptions.ecmaFeatures</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19944">#19944</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/c565a530f50c96dacd44e096f7d531b073aa4dc7"><code>c565a53</code></a> chore: exclude <code>further_reading_links.json</code> from Prettier formatting (<a href="https://redirect.github.com/eslint/eslint/issues/19943">#19943</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/317330552e2d276221c7f2dd9c1516ad8b41cc3c"><code>3173305</code></a> fix: update execScript message in no-implied-eval rule (<a href="https://redirect.github.com/eslint/eslint/issues/19937">#19937</a>) (TKDev7)</li> </ul> <p>v9.31.0 - July 11, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/3ddd454c1c73294e5af7905d60d03fac162f1b3e"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/d5054e5454a537e9ade238c768c262c6c592cbc1"><code>d5054e5</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0f4a3781fe7c11fad7b206c3c694655486ddd187"><code>0f4a378</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/664cb44ab03785bd200a792607a7e20faa2d4b28"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/07fac6cafa0426b4d1ea12d9001f3955f19b286d"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://redirect.github.com/eslint/eslint/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/35cf44c22e36b1554486e7a75c870e86c10b83f8"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://redirect.github.com/eslint/eslint/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="https://github.com/eslint/eslint/commit/40dbe2a43f83d366e9026faec70293512fb61ca2"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://redirect.github.com/eslint/eslint/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="https://github.com/eslint/eslint/commit/76c2340c368f96db77439b5cd1df0196cc39bf3e"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/19917">#19917</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/28cc7abbb72b29b1cac6fc4253646a7839586064"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://redirect.github.com/eslint/eslint/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a6a63259de6cb5642f69c7be429554bbcedca4c0"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4682cdc6960279ee17f23899fbab6f58d881eadf"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/58482165eaf597cc5c58216a956c301ae87520b3"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bb370b8e79f65ee32d9d89ecf249fb74a141ad22"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19892">#19892</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5a0069d60815246cf24e1c96125540792c2507ef"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/fef04b5c7fea99362d67b31b8e98cd4914020ed3"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://redirect.github.com/eslint/eslint/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> <p>v9.30.1 - July 1, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19906">#19906</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321"><code>b3dbc16</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://redirect.github.com/eslint/eslint/issues/19899">#19899</a>) (xbinaryx)</li> <li><a href="https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3"><code>ab7c625</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://redirect.github.com/eslint/eslint/issues/19896">#19896</a>) (JamesVanWaza)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/2364031090daafe34e80904c32065bfe4692d7a2"><code>2364031</code></a> 9.32.0</li> <li><a href="https://github.com/eslint/eslint/commit/a0e62e2739a5e214b1d371eda76f6a3b664e222a"><code>a0e62e2</code></a> Build: changelog update for 9.32.0</li> <li><a href="https://github.com/eslint/eslint/commit/960fd40dfd204af30726b49b6bec714fe49a606e"><code>960fd40</code></a> fix: Upgrade <code>@​eslint/js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19971">#19971</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/50de1ced9df2b1ee48ee6843c8cfe0f5d8edbc27"><code>50de1ce</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/bbf23fa2f1c6058f6cb5c9f2f32460a15e75e596"><code>bbf23fa</code></a> fix: Refactor reporting into FileReport (<a href="https://redirect.github.com/eslint/eslint/issues/19877">#19877</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/74f01a3f5905aaa0902837ced2425209c09c048f"><code>74f01a3</code></a> ci: unpin <code>jiti</code> to version <code>^2.5.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19970">#19970</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d4988872f375890bf677ce1a1d92a505085b51fa"><code>d498887</code></a> fix: bump <code>@​eslint/plugin-kit</code> to 0.3.4 to resolve vulnerability (<a href="https://redirect.github.com/eslint/eslint/issues/19965">#19965</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2ab13813a7e7f3014c35490b351447ec43229951"><code>2ab1381</code></a> ci: pin <code>jiti</code> to version 2.4.2 (<a href="https://redirect.github.com/eslint/eslint/issues/19964">#19964</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b7f75454695079f54b77fcdc9ebe3b9199d5ad30"><code>b7f7545</code></a> test: switch to flat config mode in <code>SourceCode</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19953">#19953</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f5a35e3b7cee17cd31fc02c24c3e74b42ee202bc"><code>f5a35e3</code></a> test: switch to flat config mode in eslint-fuzzer (<a href="https://redirect.github.com/eslint/eslint/issues/19960">#19960</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.30.0...v9.32.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 15.3.4 to 15.4.4 <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>v15.4.4</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>Fix dynamicParams false layout case in dev (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/82026">#82026</a>)</li> <li>Turbopack: fix scope hoisting variable renaming bug (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81640">#81640</a>)</li> <li>Upgrade to swc v33 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81750">#81750</a>)</li> <li>Revert &quot;[metadata] use https protocol for schema urls&quot; (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81934">#81934</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/bgw"><code>@​bgw</code></a> <a href="https://github.com/mischnic"><code>@​mischnic</code></a> <a href="https://github.com/huozhi"><code>@​huozhi</code></a> <a href="https://github.com/lukesandberg"><code>@​lukesandberg</code></a> and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v15.4.3</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>Turbopack: fix dist dir on Windows (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81758">#81758</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/mischnic"><code>@​mischnic</code></a> for helping!</p> <h2>v15.4.2</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>pages router metadata bugs with React 19 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81733">#81733</a>)</li> <li>[metadata] replace for initial body icon case (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81688">#81688</a>)</li> <li>Ensure custom NextServer config is honored (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81681">#81681</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, and <a href="https://github.com/ztanner"><code>@​ztanner</code></a> for helping!</p> <h2>v15.4.2-canary.17</h2> <h3>Core Changes</h3> <ul> <li>Upgrade vercel og and remove yoga type patching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/81937">#81937</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/fe5db65859f0658d1c4701635ec4f4e5ec507e64"><code>fe5db65</code></a> v15.4.4</li> <li><a href="https://github.com/vercel/next.js/commit/f98040047e3087e2683d2f190312fef316898fd5"><code>f980400</code></a> v15.4.3</li> <li><a href="https://github.com/vercel/next.js/commit/1617b2663777a6fe551dda6edd8b5c43470c39ca"><code>1617b26</code></a> v15.4.2</li> <li><a href="https://github.com/vercel/next.js/commit/079c06d3c3421c23080dffc6b3c46859f6438212"><code>079c06d</code></a> v15.4.1</li> <li><a href="https://github.com/vercel/next.js/commit/7ad467409b67691ae4f5dc4dc47f1a247c4ba988"><code>7ad4674</code></a> v15.4.0</li> <li><a href="https://github.com/vercel/next.js/commit/c1fa79be58eb1bc3c08ad834d934a62e91c6964b"><code>c1fa79b</code></a> v15.4.0-canary.130</li> <li><a href="https://github.com/vercel/next.js/commit/ee4d8e6586576527d80d9a0dca7e8daec05d06de"><code>ee4d8e6</code></a> v15.4.0-canary.129</li> <li><a href="https://github.com/vercel/next.js/commit/9c980c0179bedc9087a85e9d2e1324d4dad74465"><code>9c980c0</code></a> v15.4.0-canary.128</li> <li><a href="https://github.com/vercel/next.js/commit/be7b3a64fab12ddb5bb233d384e062125c343306"><code>be7b3a6</code></a> v15.4.0-canary.127</li> <li><a href="https://github.com/vercel/next.js/commit/2f97e3c04ef73466223e863ae4a1473de77a71ed"><code>2f97e3c</code></a> v15.4.0-canary.126</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.4.4/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 15.3.4 to 15.4.4 <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>v15.4.4</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>Fix dynamicParams false layout case in dev (<a href="https://redirect.github.com/vercel/next.js/issues/82026">#82026</a>)</li> <li>Turbopack: fix scope hoisting variable renaming bug (<a href="https://redirect.github.com/vercel/next.js/issues/81640">#81640</a>)</li> <li>Upgrade to swc v33 (<a href="https://redirect.github.com/vercel/next.js/issues/81750">#81750</a>)</li> <li>Revert &quot;[metadata] use https protocol for schema urls&quot; (<a href="https://redirect.github.com/vercel/next.js/issues/81934">#81934</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/bgw"><code>@​bgw</code></a> <a href="https://github.com/mischnic"><code>@​mischnic</code></a> <a href="https://github.com/huozhi"><code>@​huozhi</code></a> <a href="https://github.com/lukesandberg"><code>@​lukesandberg</code></a> and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v15.4.3</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>Turbopack: fix dist dir on Windows (<a href="https://redirect.github.com/vercel/next.js/issues/81758">#81758</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/mischnic"><code>@​mischnic</code></a> for helping!</p> <h2>v15.4.2</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>pages router metadata bugs with React 19 (<a href="https://redirect.github.com/vercel/next.js/issues/81733">#81733</a>)</li> <li>[metadata] replace for initial body icon case (<a href="https://redirect.github.com/vercel/next.js/issues/81688">#81688</a>)</li> <li>Ensure custom NextServer config is honored (<a href="https://redirect.github.com/vercel/next.js/issues/81681">#81681</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, and <a href="https://github.com/ztanner"><code>@​ztanner</code></a> for helping!</p> <h2>v15.4.2-canary.17</h2> <h3>Core Changes</h3> <ul> <li>Upgrade vercel og and remove yoga type patching: <a href="https://redirect.github.com/vercel/next.js/issues/81937">#81937</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/fe5db65859f0658d1c4701635ec4f4e5ec507e64"><code>fe5db65</code></a> v15.4.4</li> <li><a href="https://github.com/vercel/next.js/commit/4a90ff74ca23b0b6cc557f3981bdaeb870c90151"><code>4a90ff7</code></a> [backport] Fix dynamicParams false layout case in dev (<a href="https://redirect.github.com/vercel/next.js/issues/82026">#82026</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/9bf932c0c6a9ad460c6e79c17fa697533c550975"><code>9bf932c</code></a> Turbopack: fix scope hoisting variable renaming bug (<a href="https://redirect.github.com/vercel/next.js/issues/81640">#81640</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6d0ffcc752cccdd0637783ca9325cbfc2fbb84dc"><code>6d0ffcc</code></a> Upgrade to swc v33 (<a href="https://redirect.github.com/vercel/next.js/issues/81750">#81750</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e54541726c9cba90f3469e2a0c25c73b92309032"><code>e545417</code></a> Turbopack: Use workaround for rustc miscompilation bug on macos intel</li> <li><a href="https://github.com/vercel/next.js/commit/7d76cb85d4469dd6604f18c2893c2336c21d9a07"><code>7d76cb8</code></a> Revert &quot;[metadata] use https protocol for schema urls&quot; (<a href="https://redirect.github.com/vercel/next.js/issues/81934">#81934</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f98040047e3087e2683d2f190312fef316898fd5"><code>f980400</code></a> v15.4.3</li> <li><a href="https://github.com/vercel/next.js/commit/a5b73c3fdfc2f9f1086c0513f664e92955492df2"><code>a5b73c3</code></a> Backport: Turbopack: fix dist dir on Windows (<a href="https://redirect.github.com/vercel/next.js/issues/81758">#81758</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/81925">#81925</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/1617b2663777a6fe551dda6edd8b5c43470c39ca"><code>1617b26</code></a> v15.4.2</li> <li><a href="https://github.com/vercel/next.js/commit/8f64c82c8af8361ab34c539cec4a8a425c751291"><code>8f64c82</code></a> fix: pages router metadata bugs with React 19 (<a href="https://redirect.github.com/vercel/next.js/issues/81733">#81733</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.3.4...v15.4.4">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 17:00:48 -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#266