Title: Bump eslint from 8.57.0 to 9.35.0 by dependabot[bot] · Pull Request #251 · smsapi/smsapi-javascript-client · GitHub
Open Graph Title: Bump eslint from 8.57.0 to 9.35.0 by dependabot[bot] · Pull Request #251 · smsapi/smsapi-javascript-client
X Title: Bump eslint from 8.57.0 to 9.35.0 by dependabot[bot] · Pull Request #251 · smsapi/smsapi-javascript-client
Description: Bumps eslint from 8.57.0 to 9.35.0.
Release notes
Sourced from eslint's releases.
v9.35.0
Features
42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
Bug Fixes
10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Documentation
d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
5082fc2 docs: Update README (GitHub Actions Bot)
99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
Chores
da87f2f chore: upgrade @eslint/js@9.35.0 (#20077) (Milos Djermanovic)
af2a087 chore: package.json update for @eslint/js release (Jenkins)
7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
1b3881d chore: remove redundant word (#20058) (pxwanglu)
v9.34.0
Features
0bb777a feat: multithread linting (#19794) (Francesco Trotta)
43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
Bug Fixes
9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
Documentation
0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
327c672 docs: Update README (GitHub Actions Bot)
bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
c36570c docs: Update README (GitHub Actions Bot)
Chores
f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
b48fa20 chore: package.json update for @eslint/js release (Jenkins)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.35.0 - September 5, 2025
da87f2f chore: upgrade @eslint/js@9.35.0 (#20077) (Milos Djermanovic)
af2a087 chore: package.json update for @eslint/js release (Jenkins)
d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
5082fc2 docs: Update README (GitHub Actions Bot)
d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
1b3881d chore: remove redundant word (#20058) (pxwanglu)
99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
v9.34.0 - August 22, 2025
f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
b48fa20 chore: package.json update for @eslint/js release (Jenkins)
4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
327c672 docs: Update README (GitHub Actions Bot)
d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
0bb777a feat: multithread linting (#19794) (Francesco Trotta)
bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
c36570c docs: Update README (GitHub Actions Bot)
v9.33.0 - August 8, 2025
4258046 chore: update dependency @eslint/js to v9.33.0 (#19998) (renovate[bot])
ad28371 chore: package.json update for @eslint/js release (Jenkins)
06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
... (truncated)
Commits
8401101 9.35.0
b80f025 Build: changelog update for 9.35.0
da87f2f chore: upgrade @eslint/js@9.35.0 (#20077)
af2a087 chore: package.json update for @eslint/js release
d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074)
7055764 test: remove tests/lib/eslint/eslint.config.js (#20065)
10e7ae2 fix: update uncloneable options error message (#20059)
42761fa feat: implement suggestions for no-empty-function (#20057)
102f444 feat: implement suggestions for no-empty-static-block (#20056)
84ffb96 chore: update @eslint-community/eslint-utils (#20069)
Additional commits viewable in compare view
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
Open Graph Description: Bumps eslint from 8.57.0 to 9.35.0. Release notes Sourced from eslint's releases. v9.35.0 Features 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz) 102f444 fea...
X Description: Bumps eslint from 8.57.0 to 9.35.0. Release notes Sourced from eslint's releases. v9.35.0 Features 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz) 102f444...
Opengraph URL: https://github.com/smsapi/smsapi-javascript-client/pull/251
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:6bcc33bf-33be-ccd0-0b0e-1c6daf55b5db |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B8A2:2A8882:C36E4B:10A8C94:6980A96F |
| html-safe-nonce | 38346aba44ab8850b2879d52b54b687cbb457ea49e177501857467c0e971fe79 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOEEyOjJBODg4MjpDMzZFNEI6MTBBOEM5NDo2OTgwQTk2RiIsInZpc2l0b3JfaWQiOiIzNTY4MDk0NzIwNTg2NDU5NTAzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 7840b01a6b4a4a44879e6613953919131f2ed0734bdd6d188ae3be2b2c90b4cd |
| hovercard-subject-tag | pull_request:2824123318 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/smsapi/smsapi-javascript-client/pull/251/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps eslint from 8.57.0 to 9.35.0. Release notes Sourced from eslint's releases. v9.35.0 Features 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz) 102f444 fea... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 397d19ba710db18a5bb8753941062283effd69f9bf1c4828adfea0f79443f2f8 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/smsapi/smsapi-javascript-client git https://github.com/smsapi/smsapi-javascript-client.git |
| octolytics-dimension-user_id | 3853554 |
| octolytics-dimension-user_login | smsapi |
| octolytics-dimension-repository_id | 39430744 |
| octolytics-dimension-repository_nwo | smsapi/smsapi-javascript-client |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 39430744 |
| octolytics-dimension-repository_network_root_nwo | smsapi/smsapi-javascript-client |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | af3ed57de2d3e996d6b26c9b863321bbc7aeae13 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width