Title: chore(deps): bump the all-dependencies group with 3 updates by dependabot[bot] · Pull Request #545 · github/eslint-plugin-github · GitHub
Open Graph Title: chore(deps): bump the all-dependencies group with 3 updates by dependabot[bot] · Pull Request #545 · github/eslint-plugin-github
X Title: chore(deps): bump the all-dependencies group with 3 updates by dependabot[bot] · Pull Request #545 · github/eslint-plugin-github
Description: Bumps the all-dependencies group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint-plugin-no-only-tests.
Updates @typescript-eslint/eslint-plugin from 8.0.1 to 8.1.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.1.0
8.1.0 (2024-08-12)
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
eslint-plugin: [no-unsafe-return] check promise any (#8693)
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
typescript-eslint: add JSDoc comments on generated configs (#9672)
typescript-estree: restrict variable declarator definite/init combinations (#9228)
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
utils: correct types to align with @types/eslint v9 (#9657)
website: tsconfig is blank (#9745)
❤️ Thank You
Aly Thobani
Brad Zacher @bradzacher
James @Zamiell
Josh Goldberg ✨
Joshua Chen
Olivier Zalmanski @OlivierZal
YeonJuan @yeonjuan
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.1.0 (2024-08-12)
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
typescript-estree: restrict variable declarator definite/init combinations
eslint-plugin: [no-unsafe-return] check promise any
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references
eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator
eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output
eslint-plugin: [no-unnecessary-type-parameters] clarify message
❤️ Thank You
Aly Thobani
Brad Zacher
James
Josh Goldberg ✨
Joshua Chen
Olivier Zalmanski
YeonJuan
Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
Commits
3d78392 chore(release): publish 8.1.0
abe351d fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)
6a1c177 feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...
fc3ba92 fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)
c20bd2f feat(eslint-plugin): [no-unsafe-return] check promise any (#8693)
3d9ae44 fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...
fe56157 fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...
278697f fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)
a4992ff feat(typescript-estree): restrict variable declarator definite/init combinati...
a26e3c7 chore: enable prefer-regexp-test (#9658)
Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.0.1 to 8.1.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.1.0
8.1.0 (2024-08-12)
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
eslint-plugin: [no-unsafe-return] check promise any (#8693)
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
typescript-eslint: add JSDoc comments on generated configs (#9672)
typescript-estree: restrict variable declarator definite/init combinations (#9228)
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
utils: correct types to align with @types/eslint v9 (#9657)
website: tsconfig is blank (#9745)
❤️ Thank You
Aly Thobani
Brad Zacher @bradzacher
James @Zamiell
Josh Goldberg ✨
Joshua Chen
Olivier Zalmanski @OlivierZal
YeonJuan @yeonjuan
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.1.0 (2024-08-12)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
3d78392 chore(release): publish 8.1.0
a26e3c7 chore: enable prefer-regexp-test (#9658)
See full diff in compare view
Updates eslint-plugin-no-only-tests from 3.1.0 to 3.3.0
Release notes
Sourced from eslint-plugin-no-only-tests's releases.
v3.3.0
What's Changed
Support ESLint v9 by @levibuzolic in levibuzolic/eslint-plugin-no-only-tests#45
Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0
v3.2.0
What's Changed
Add option to test for methods like fit or xit by @sualko in levibuzolic/eslint-plugin-no-only-tests#44
Development Changes
Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in levibuzolic/eslint-plugin-no-only-tests#41
Bump semver from 7.3.5 to 7.5.4 by @dependabot in levibuzolic/eslint-plugin-no-only-tests#40
New Contributors
@sualko made their first contribution in levibuzolic/eslint-plugin-no-only-tests#44
Full Changelog: levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0
Commits
ffda178 v3.3.0
8416d33 Merge pull request #45 from levibuzolic/support-eslint-v9
1daa41b Update formatting following Biomes rules
2944a6d Bump version to 4.0.0 for breaking change with Node 18+ being the new target
45d98b4 Update tests to target Node v18+
a03eb2a Bump version to v3.3.0
6084aa0 Add support for ESLint v9 flat config
8fb57fc Set version to 3.2.0
424419a Add test case for functions
21613b2 Merge pull request #44 from sualko/feature/fit
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 the all-dependencies group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint-plugin-no-only-tests. Updates @typescript-eslint/eslint-plugin from 8.0.1 to ...
X Description: Bumps the all-dependencies group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint-plugin-no-only-tests. Updates @typescript-eslint/eslint-plugin from 8.0.1 to ...
Opengraph URL: https://github.com/github/eslint-plugin-github/pull/545
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:14fbba66-3245-d040-ad96-5d9b515945f2 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C456:9E060:1396860:1C28CAF:6A4E5E36 |
| html-safe-nonce | 303c0104b086c8578b8eafd3943c6e499a09a4aaac68896445bc59574c638b5e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNDU2OjlFMDYwOjEzOTY4NjA6MUMyOENBRjo2QTRFNUUzNiIsInZpc2l0b3JfaWQiOiIzNzc3ODA3ODI4OTUwODY3NTEwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | a5033bae9bfbdb51c6e13256855815772530222e8cb5dbab388b027e5920df06 |
| hovercard-subject-tag | pull_request:2024608376 |
| 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/github/eslint-plugin-github/pull/545/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 the all-dependencies group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint-plugin-no-only-tests. Updates @typescript-eslint/eslint-plugin from 8.0.1 to ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/github/eslint-plugin-github git https://github.com/github/eslint-plugin-github.git |
| octolytics-dimension-user_id | 9919 |
| octolytics-dimension-user_login | github |
| octolytics-dimension-repository_id | 54927600 |
| octolytics-dimension-repository_nwo | github/eslint-plugin-github |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 54927600 |
| octolytics-dimension-repository_network_root_nwo | github/eslint-plugin-github |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 55abf6b50233e48592f2087d3226df604c65feb9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width