René's URL Explorer Experiment


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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore 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 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 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 will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

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

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:14fbba66-3245-d040-ad96-5d9b515945f2
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC456:9E060:1396860:1C28CAF:6A4E5E36
html-safe-nonce303c0104b086c8578b8eafd3943c6e499a09a4aaac68896445bc59574c638b5e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNDU2OjlFMDYwOjEzOTY4NjA6MUMyOENBRjo2QTRFNUUzNiIsInZpc2l0b3JfaWQiOiIzNzc3ODA3ODI4OTUwODY3NTEwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca5033bae9bfbdb51c6e13256855815772530222e8cb5dbab388b027e5920df06
hovercard-subject-tagpull_request:2024608376
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/github/eslint-plugin-github/pull/545/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/github/eslint-plugin-github git https://github.com/github/eslint-plugin-github.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id54927600
octolytics-dimension-repository_nwogithub/eslint-plugin-github
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id54927600
octolytics-dimension-repository_network_root_nwogithub/eslint-plugin-github
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release55abf6b50233e48592f2087d3226df604c65feb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/eslint-plugin-github/pull/545/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Feslint-plugin-github%2Fpull%2F545%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Feslint-plugin-github%2Fpull%2F545%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=github%2Feslint-plugin-github
Reloadhttps://github.com/github/eslint-plugin-github/pull/545/files
Reloadhttps://github.com/github/eslint-plugin-github/pull/545/files
Reloadhttps://github.com/github/eslint-plugin-github/pull/545/files
Please reload this pagehttps://github.com/github/eslint-plugin-github/pull/545/files
github https://github.com/github
eslint-plugin-githubhttps://github.com/github/eslint-plugin-github
Notifications https://github.com/login?return_to=%2Fgithub%2Feslint-plugin-github
Fork 64 https://github.com/login?return_to=%2Fgithub%2Feslint-plugin-github
Star 330 https://github.com/login?return_to=%2Fgithub%2Feslint-plugin-github
Code https://github.com/github/eslint-plugin-github
Issues 13 https://github.com/github/eslint-plugin-github/issues
Pull requests 5 https://github.com/github/eslint-plugin-github/pulls
Actions https://github.com/github/eslint-plugin-github/actions
Models https://github.com/github/eslint-plugin-github/models
Security and quality 0 https://github.com/github/eslint-plugin-github/security
Insights https://github.com/github/eslint-plugin-github/pulse
Code https://github.com/github/eslint-plugin-github
Issues https://github.com/github/eslint-plugin-github/issues
Pull requests https://github.com/github/eslint-plugin-github/pulls
Actions https://github.com/github/eslint-plugin-github/actions
Models https://github.com/github/eslint-plugin-github/models
Security and quality https://github.com/github/eslint-plugin-github/security
Insights https://github.com/github/eslint-plugin-github/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgithub%2Feslint-plugin-github%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgithub%2Feslint-plugin-github%2Fissues%2Fnew%2Fchoose
dgreifhttps://github.com/dgreif
mainhttps://github.com/github/eslint-plugin-github/tree/main
dependabot/npm_and_yarn/all-dependencies-f2d28943e3https://github.com/github/eslint-plugin-github/tree/dependabot/npm_and_yarn/all-dependencies-f2d28943e3
Conversation 0 https://github.com/github/eslint-plugin-github/pull/545
Findings https://github.com/github/eslint-plugin-github/pull/545/findings
Commits 1 https://github.com/github/eslint-plugin-github/pull/545/commits
Checks 0 https://github.com/github/eslint-plugin-github/pull/545/checks
Files changed https://github.com/github/eslint-plugin-github/pull/545/files
Please reload this pagehttps://github.com/github/eslint-plugin-github/pull/545/files
chore(deps): bump the all-dependencies group with 3 updates https://github.com/github/eslint-plugin-github/pull/545/files#top
Show all changes 1 commit https://github.com/github/eslint-plugin-github/pull/545/files
89dfb1f chore(deps): bump the all-dependencies group with 3 updates dependabot[bot] Aug 19, 2024 https://github.com/github/eslint-plugin-github/pull/545/commits/89dfb1fb0cf3e79b064ca31a1ac3b8e3dae615fb
Clear filters https://github.com/github/eslint-plugin-github/pull/545/files
Please reload this pagehttps://github.com/github/eslint-plugin-github/pull/545/files
Please reload this pagehttps://github.com/github/eslint-plugin-github/pull/545/files
Please reload this pagehttps://github.com/github/eslint-plugin-github/pull/545/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.