Skip to content

Bump "eslint" package version - #1053

Open
updateclibot[bot] wants to merge 2 commits into
mainfrom
updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da
Open

Bump "eslint" package version#1053
updateclibot[bot] wants to merge 2 commits into
mainfrom
updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da

Conversation

@updateclibot

@updateclibot updateclibot Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Bump "eslint" package version

Bump "eslint" package version to 10.9.0

ran shell command "npm install --package-lock-only --dry-run=$DRY_RUN eslint@10.9.0"

v10.9.0
## Features
* [`08de88e`](https://github.com/eslint/eslint/commit/08de88e50294c4e01f6cae97eceeb578da55792b) feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
* [`55db479`](https://github.com/eslint/eslint/commit/55db4791120ae591d88089c43127b7b0e16866d4) feat: add checkConditionalExpressions to `no-unmodified-loop-condition` (#21175) (sethamus)

## Bug Fixes
* [`2ba3025`](https://github.com/eslint/eslint/commit/2ba302554e7a24e9909bbdd026fd0c2d1d0d8638) fix: prevent unsafe `no-var` autofix with hoisted functions (#21213) (sethamus)
* [`8e69622`](https://github.com/eslint/eslint/commit/8e6962219a605c5f5add10953aa31027da839194) fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
* [`684b579`](https://github.com/eslint/eslint/commit/684b57972e1ddf25e076fb36189c60bbcacee635) fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

## Documentation
* [`9ef407a`](https://github.com/eslint/eslint/commit/9ef407a3b051e74f50dc7fb8914e2bd89b3e5e53) docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
* [`87f66f4`](https://github.com/eslint/eslint/commit/87f66f4435c4df7f4f6815c939d153196ec03e3c) docs: Update README (GitHub Actions Bot)
* [`585ef37`](https://github.com/eslint/eslint/commit/585ef37516c0dc29ddb91ce2a2cdcc46fdbbd610) docs: update architecture documentation (#21112) (Francesco Trotta)
* [`f3993b0`](https://github.com/eslint/eslint/commit/f3993b0547bace7370e9728ee7408af49d367d76) docs: Update README (GitHub Actions Bot)
* [`ffc87d6`](https://github.com/eslint/eslint/commit/ffc87d6234b2aa4335eec069e5c4d6ac04832b9e) docs: fix broken links in Further Reading sections (#21203) (Minsu)
* [`1a761e1`](https://github.com/eslint/eslint/commit/1a761e1d11b011fcb6bee181231a51010c500e4d) docs: update moved JSX specification links (#21198) (Imran Mustafa)
* [`4d00ca4`](https://github.com/eslint/eslint/commit/4d00ca4064ae0d1a75b604a16c68ab9f386ad388) docs: update ESLint peer dependency to `^10.0.0` in shareable configs (#21202) (lumir)
* [`510d1a2`](https://github.com/eslint/eslint/commit/510d1a2e87bc197219f42e195ddb638d2b183a5a) docs: Update README (GitHub Actions Bot)

## Chores
* [`899dbf1`](https://github.com/eslint/eslint/commit/899dbf131ce12a194b394bb8d67307df23509d17) chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
* [`9aa3873`](https://github.com/eslint/eslint/commit/9aa38732177935bd1d7f1493732c0b67666be28a) chore: update ecosystem plugins (#21235) (ESLint Bot)
* [`dc1e7a8`](https://github.com/eslint/eslint/commit/dc1e7a8416937edefe04cf836ee202a6fc03bedd) chore: update ecosystem plugins (#21208) (ESLint Bot)
* [`f878d21`](https://github.com/eslint/eslint/commit/f878d212e9622da9513bcd60d2aedb2e8bb4fc8b) ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
* [`4891e50`](https://github.com/eslint/eslint/commit/4891e50aceadb0e886ad7d8ab5ae2beab563de85) ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])
v10.8.1
## Bug Fixes
* [`18eb0a7`](https://github.com/eslint/eslint/commit/18eb0a7e787b9fac3049ef3dad0e845d2bd940a4) fix: prevent ASI hazard in `no-unused-labels` autofix (#21173) (dongkyu lee)
* [`151ba3f`](https://github.com/eslint/eslint/commit/151ba3f5834a0909e8b9b1736f4889ac694c0104) fix: false positives in `getter-return` and `accessor-pairs` (#21163) (Grit)
* [`6898df9`](https://github.com/eslint/eslint/commit/6898df9364639ee64b9448a4cb6b08a30c16bd37) fix: ignore meta-property names in `id-denylist` (#21166) (Pixel)
* [`4d7db66`](https://github.com/eslint/eslint/commit/4d7db6628e2badf0857cb88734fe641c3874bce9) fix: ignore meta-property names in `id-match` (#21167) (Pixel)
* [`677214e`](https://github.com/eslint/eslint/commit/677214e7eea83d8bc6e4b79eea871577e1369d5f) fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

## Documentation
* [`7d0cbf8`](https://github.com/eslint/eslint/commit/7d0cbf81cfdb7526b5c4cb7b222ddc7f257db560) docs: Update README (GitHub Actions Bot)
* [`0a05812`](https://github.com/eslint/eslint/commit/0a05812adb12598b32e85297b98df5ad14501d60) docs: add missing backticks to `no-duplicate-imports.js` (#21183) (Lee Daeun)
* [`678c90b`](https://github.com/eslint/eslint/commit/678c90b55da2889d4400cbf6e2584ab683faf202) docs: Update README (GitHub Actions Bot)
* [`8a10424`](https://github.com/eslint/eslint/commit/8a104242e8e1c5614940fab7324346974cff7d26) docs: Update README (GitHub Actions Bot)
* [`69bb948`](https://github.com/eslint/eslint/commit/69bb948061105426dbe6e3c931fcda783286e020) docs: Update README (GitHub Actions Bot)

## Chores
* [`0a14800`](https://github.com/eslint/eslint/commit/0a148005051fded2ef1d14cc228ae505251b4b10) chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
* [`05adcb1`](https://github.com/eslint/eslint/commit/05adcb13542061dc7fadde5cd58d23d405a96d93) test: fix failing ecosystem test for `eslint-plugin-unicorn` (#21191) (Lazizbek Ergashev)
* [`5611035`](https://github.com/eslint/eslint/commit/56110356652dd614b3cf0933538abb551fc6bd6f) test: add error locations info to `no-void` (#21185) (Lee Daeun)
* [`ee47333`](https://github.com/eslint/eslint/commit/ee47333aa681cfc3cb54df08c38f211ea219cc2a) ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
* [`f131c03`](https://github.com/eslint/eslint/commit/f131c034ad91bbf06bcbb6b5e931447a8e419a46) chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
* [`1f6edde`](https://github.com/eslint/eslint/commit/1f6eddee609b369b50993eab08d437dda4700991) chore: update ecosystem plugins (#21182) (ESLint Bot)
* [`d3266fb`](https://github.com/eslint/eslint/commit/d3266fb26c719c6b90a6cbe54bb120c9335ad19c) chore: unpin `webpack` dependency (#21172) (Francesco Trotta)
* [`65a6519`](https://github.com/eslint/eslint/commit/65a6519cc8733b4688558a8611397cf9d01dd55d) chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
* [`22e5256`](https://github.com/eslint/eslint/commit/22e52568536e0009d4493dc888736bc163220c4b) ci: add `triage:no` label to Dependabot PRs (#21141) (lumir)
* [`55c9038`](https://github.com/eslint/eslint/commit/55c9038836c91b6bd5617f0c97bea2274c9cc0bf) ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
* [`7280e78`](https://github.com/eslint/eslint/commit/7280e78183d4711a49916b6a49ba5efaa651a991) chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
* [`eddbad6`](https://github.com/eslint/eslint/commit/eddbad60158d8cda86830fbe934a9d2282273b32) test: fix failing ecosystem test for `eslint-plugin-unicorn` (#21156) (Francesco Trotta)
* [`60a178d`](https://github.com/eslint/eslint/commit/60a178d5ef1b0c471be0831031ed7347f8f81dc2) chore: update ecosystem plugins (#21150) (ESLint Bot)
* [`f9f61dc`](https://github.com/eslint/eslint/commit/f9f61dc6112836f46a58a410c38b8c2faf10973f) test: add error locations to `no-unreachable` (#21151) (JIYEON)
* [`d086293`](https://github.com/eslint/eslint/commit/d08629382b0a6aaa042823b796e5100e60053b54) test: add error locations to `no-undef` (#21147) (JIYEON)
* [`cc01b67`](https://github.com/eslint/eslint/commit/cc01b67061bbf558aa25746883ea1cad847f7cf2) test: add error locations to `no-useless-catch` (#21144) (devoil)
* [`688e75e`](https://github.com/eslint/eslint/commit/688e75ede01b295d51f2f86c9d82da020a4c887e) chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
* [`7c1e175`](https://github.com/eslint/eslint/commit/7c1e17543ad396f50f65b003cf9142d43d3c63b0) test: add error locations to `require-await` (#21145) (Grit)
* [`588a26d`](https://github.com/eslint/eslint/commit/588a26ddce3c5a20f5b3f3d51ba1353cce7b4b0c) test: add error locations to `no-extra-label` (#21139) (dongkyu lee)
* [`059aa89`](https://github.com/eslint/eslint/commit/059aa895743639e3ab53d14f9d944ff4be042233) test: add error locations to `no-useless-concat` (#21140) (dongkyu lee)
* [`5a452a8`](https://github.com/eslint/eslint/commit/5a452a8ba53917d65c9d83c3959ed35c2f890613) test: add error locations to `no-const-assign` (#21138) (dongkyu lee)
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@updateclibot updateclibot Bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@updateclibot
updateclibot Bot enabled auto-merge (squash) March 23, 2026 20:47
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 14 times, most recently from a0df600 to 5fdd805 Compare March 28, 2026 11:20
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 10 times, most recently from 06cea7c to abf6049 Compare April 13, 2026 09:36
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 4 times, most recently from e65932b to 801c073 Compare April 19, 2026 07:36
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 5 times, most recently from cebf9af to cddd8d1 Compare June 5, 2026 14:49
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch from fbce71c to 249338c Compare June 15, 2026 17:16
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 5 times, most recently from 99a684d to d55ce70 Compare July 1, 2026 14:33
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 8 times, most recently from dcdba36 to 3dcaa27 Compare July 16, 2026 05:51
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 7 times, most recently from 186c2ac to f091641 Compare July 21, 2026 06:49
@updateclibot
updateclibot Bot force-pushed the updatecli_main_15323d8ce06344391963068c96153175b8612926e29269090f3ae5be995832da branch 2 times, most recently from 90aafb8 to af9d00d Compare July 29, 2026 14:16
updateclibot added 2 commits August 15, 2026 13:24
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants