René's URL Explorer Experiment


Title: Bump eslint from 7.3.1 to 7.31.0 by dependabot-preview[bot] · Pull Request #854 · dry-python/dry-python.github.io · GitHub

Open Graph Title: Bump eslint from 7.3.1 to 7.31.0 by dependabot-preview[bot] · Pull Request #854 · dry-python/dry-python.github.io

X Title: Bump eslint from 7.3.1 to 7.31.0 by dependabot-preview[bot] · Pull Request #854 · dry-python/dry-python.github.io

Description: Bumps eslint from 7.3.1 to 7.31.0. Release notes Sourced from eslint's releases. v7.31.0 efdbb12 Upgrade: @​eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) a96b05f Update: add end location to report in consistent-return (refs #12334) (#14798) (Nitin Kumar) e0e8e30 Docs: update BUG_REPORT template (#14787) (Nitin Kumar) 39115c8 Docs: provide more context to no-eq-null (#14801) (gfyoung) 9a3c73c Docs: fix a broken link (#14790) (Sam Chen) ddffa8a Update: Indicating the operator in question (#14764) (Paul Smith) bba714c Update: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith) b0d22e3 Docs: Mention benefit of providing meta.docs.url (#14774) (Bryan Mishkin) 000cc79 Sponsors: Sync README with website (ESLint Jenkins) a6a7438 Chore: pin fs-teardown@0.1.1 (#14771) (Milos Djermanovic) v7.30.0 5f74642 Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic) 19a871a Docs: Suggest linting plugins for ESLint plugin developers (#14754) (Bryan Mishkin) aa87329 Docs: fix broken links (#14756) (Sam Chen) 278813a Docs: fix and add more examples for new-cap rule (fixes #12874) (#14725) (Nitin Kumar) ed1da5d Update: ecmaVersion allows "latest" (#14720) (薛定谔的猫) 104c0b5 Update: improve use-isnan rule to detect Number.NaN (fixes #14715) (#14718) (Nitin Kumar) b08170b Update: Implement FlatConfigArray (refs #13481) (#14321) (Nicholas C. Zakas) f113cdd Chore: upgrade eslint-plugin-eslint-plugin (#14738) (薛定谔的猫) 1b8997a Docs: Fix getRulesMetaForResults link syntax (#14723) (Brandon Mills) aada733 Docs: fix two broken links (#14726) (Sam Chen) 8972529 Docs: Update README team and sponsors (ESLint Jenkins) v7.29.0 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) c2cd7b4 New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas) eea7e0d Chore: remove duplicate code (#14719) (Nitin Kumar) 6a1c7a0 Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons) a47e5e3 Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy) 353ddf9 Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫) 757c495 Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫) c93a222 Docs: fix a broken link (#14697) (Sam Chen) 655c118 Sponsors: Sync README with website (ESLint Jenkins) e2bed2e Sponsors: Sync README with website (ESLint Jenkins) 8490fb4 Sponsors: Sync README with website (ESLint Jenkins) ddbe877 Sponsors: Sync README with website (ESLint Jenkins) v7.28.0 1237705 Upgrade: @​eslint/eslintrc to 0.4.2 (#14672) (Milos Djermanovic) 123fb86 Docs: Add Feedback Needed triage description (#14670) (Nicholas C. Zakas) c545163 Update: support multiline /eslint-env/ directives (fixes #14652) (#14660) (薛定谔的猫) 8d1e75a Upgrade: glob-parent version in package.json (#14658) (Hamza Najeeb) 1f048cb Fix: no-implicit-coercion false positive with String() (fixes #14623) (#14641) (Milos Djermanovic) d709abf Chore: fix comment location in no-unused-vars (#14648) (Milos Djermanovic) e44ce0a Fix: no-duplicate-imports allow unmergeable (fixes #12758, fixes #12760) (#14238) (Soufiane Boutahlil) bb66a3d New: add getPhysicalFilename() method to rule context (fixes #11989) (#14616) (Nitin Kumar) 2e43dac Docs: fix no-sequences example (#14643) (Nitin Kumar) 958ff4e Docs: add note for arrow functions in no-seq rule (#14578) (Nitin Kumar) ... (truncated) Changelog Sourced from eslint's changelog. v7.31.0 - July 17, 2021 efdbb12 Upgrade: @​eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) a96b05f Update: add end location to report in consistent-return (refs #12334) (#14798) (Nitin Kumar) e0e8e30 Docs: update BUG_REPORT template (#14787) (Nitin Kumar) 39115c8 Docs: provide more context to no-eq-null (#14801) (gfyoung) 9a3c73c Docs: fix a broken link (#14790) (Sam Chen) ddffa8a Update: Indicating the operator in question (#14764) (Paul Smith) bba714c Update: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith) b0d22e3 Docs: Mention benefit of providing meta.docs.url (#14774) (Bryan Mishkin) 000cc79 Sponsors: Sync README with website (ESLint Jenkins) a6a7438 Chore: pin fs-teardown@0.1.1 (#14771) (Milos Djermanovic) v7.30.0 - July 2, 2021 5f74642 Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic) 19a871a Docs: Suggest linting plugins for ESLint plugin developers (#14754) (Bryan Mishkin) aa87329 Docs: fix broken links (#14756) (Sam Chen) 278813a Docs: fix and add more examples for new-cap rule (fixes #12874) (#14725) (Nitin Kumar) ed1da5d Update: ecmaVersion allows "latest" (#14720) (薛定谔的猫) 104c0b5 Update: improve use-isnan rule to detect Number.NaN (fixes #14715) (#14718) (Nitin Kumar) b08170b Update: Implement FlatConfigArray (refs #13481) (#14321) (Nicholas C. Zakas) f113cdd Chore: upgrade eslint-plugin-eslint-plugin (#14738) (薛定谔的猫) 1b8997a Docs: Fix getRulesMetaForResults link syntax (#14723) (Brandon Mills) aada733 Docs: fix two broken links (#14726) (Sam Chen) 8972529 Docs: Update README team and sponsors (ESLint Jenkins) v7.29.0 - June 18, 2021 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) c2cd7b4 New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas) eea7e0d Chore: remove duplicate code (#14719) (Nitin Kumar) 6a1c7a0 Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons) a47e5e3 Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy) 353ddf9 Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫) 757c495 Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫) c93a222 Docs: fix a broken link (#14697) (Sam Chen) 655c118 Sponsors: Sync README with website (ESLint Jenkins) e2bed2e Sponsors: Sync README with website (ESLint Jenkins) 8490fb4 Sponsors: Sync README with website (ESLint Jenkins) ddbe877 Sponsors: Sync README with website (ESLint Jenkins) v7.28.0 - June 4, 2021 1237705 Upgrade: @​eslint/eslintrc to 0.4.2 (#14672) (Milos Djermanovic) 123fb86 Docs: Add Feedback Needed triage description (#14670) (Nicholas C. Zakas) c545163 Update: support multiline /eslint-env/ directives (fixes #14652) (#14660) (薛定谔的猫) 8d1e75a Upgrade: glob-parent version in package.json (#14658) (Hamza Najeeb) 1f048cb Fix: no-implicit-coercion false positive with String() (fixes #14623) (#14641) (Milos Djermanovic) d709abf Chore: fix comment location in no-unused-vars (#14648) (Milos Djermanovic) ... (truncated) Commits ad39518 7.31.0 faf2fe8 Build: changelog update for 7.31.0 efdbb12 Upgrade: @​eslint/eslintrc to v0.4.3 (#14808) a96b05f Update: add end location to report in consistent-return (refs #12334) (#14798) e0e8e30 Docs: update BUG_REPORT template (#14787) 39115c8 Docs: provide more context to no-eq-null (#14801) 9a3c73c Docs: fix a broken link (#14790) ddffa8a Update: Indicating the operator in question (#14764) bba714c Update: Clarifying what changes need to be made in no-mixed-operators (#14765) b0d22e3 Docs: Mention benefit of providing meta.docs.url (#14774) 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. If all status checks pass Dependabot will automatically merge this pull request. 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot dashboard: Update frequency (including time of day and day of week) Pull request limits (per update run and/or open at any time) Automerge options (never/patch/minor, and dev/runtime dependencies) Out-of-range updates (receive only lockfile updates, if desired) Security updates (receive only security updates, if desired)

Open Graph Description: Bumps eslint from 7.3.1 to 7.31.0. Release notes Sourced from eslint's releases. v7.31.0 efdbb12 Upgrade: @​eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) a96b05f Update: add end locatio...

X Description: Bumps eslint from 7.3.1 to 7.31.0. Release notes Sourced from eslint's releases. v7.31.0 efdbb12 Upgrade: @​eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) a96b05f Update: add end loc...

Opengraph URL: https://github.com/dry-python/dry-python.github.io/pull/854

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:a89b3140-1568-479f-4ccf-6bf42f3d897d
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idDE94:34B6FA:170FCBB:1FE86D7:696AA259
html-safe-nonce303bf4fcbfc07ac51433acaba978fa48923791ce612bbb57feb9fa91b8949fbd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERTk0OjM0QjZGQToxNzBGQ0JCOjFGRTg2RDc6Njk2QUEyNTkiLCJ2aXNpdG9yX2lkIjoiODY4MzAzMjUyODIxNDk5MTQ0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac4b2b72ecaa89bf9d671e8214b1da8a1931fa30245c9e3c2e3ce8a9ad30d10d54
hovercard-subject-tagpull_request:692290103
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/dry-python/dry-python.github.io/pull/854/checks
twitter:imagehttps://avatars.githubusercontent.com/in/2141?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2141?s=400&v=4
og:image:altBumps eslint from 7.3.1 to 7.31.0. Release notes Sourced from eslint's releases. v7.31.0 efdbb12 Upgrade: @​eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills) a96b05f Update: add end locatio...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonea51f97dbb9326f71c08ecb61577457d543c602124d1a2672871258ef37ac5261
turbo-cache-controlno-preview
go-importgithub.com/dry-python/dry-python.github.io git https://github.com/dry-python/dry-python.github.io.git
octolytics-dimension-user_id37993755
octolytics-dimension-user_logindry-python
octolytics-dimension-repository_id137952335
octolytics-dimension-repository_nwodry-python/dry-python.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id137952335
octolytics-dimension-repository_network_root_nwodry-python/dry-python.github.io
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4bd0eac606c70914085176ef312ebdcd97a8cdf1
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/dry-python/dry-python.github.io/pull/854/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdry-python%2Fdry-python.github.io%2Fpull%2F854%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2Fdry-python%2Fdry-python.github.io%2Fpull%2F854%2Fchecks
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%2Fchecks&source=header-repo&source_repo=dry-python%2Fdry-python.github.io
Reloadhttps://github.com/dry-python/dry-python.github.io/pull/854/checks
Reloadhttps://github.com/dry-python/dry-python.github.io/pull/854/checks
Reloadhttps://github.com/dry-python/dry-python.github.io/pull/854/checks
dry-python https://github.com/dry-python
dry-python.github.iohttps://github.com/dry-python/dry-python.github.io
Please reload this pagehttps://github.com/dry-python/dry-python.github.io/pull/854/checks
Notifications https://github.com/login?return_to=%2Fdry-python%2Fdry-python.github.io
Fork 5 https://github.com/login?return_to=%2Fdry-python%2Fdry-python.github.io
Star 10 https://github.com/login?return_to=%2Fdry-python%2Fdry-python.github.io
Code https://github.com/dry-python/dry-python.github.io
Issues 14 https://github.com/dry-python/dry-python.github.io/issues
Pull requests 36 https://github.com/dry-python/dry-python.github.io/pulls
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/dry-python/dry-python.github.io/security
Please reload this pagehttps://github.com/dry-python/dry-python.github.io/pull/854/checks
Insights https://github.com/dry-python/dry-python.github.io/pulse
Code https://github.com/dry-python/dry-python.github.io
Issues https://github.com/dry-python/dry-python.github.io/issues
Pull requests https://github.com/dry-python/dry-python.github.io/pulls
Security https://github.com/dry-python/dry-python.github.io/security
Insights https://github.com/dry-python/dry-python.github.io/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fdry-python%2Fdry-python.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fdry-python%2Fdry-python.github.io%2Fissues%2Fnew%2Fchoose
dependabot-previewhttps://github.com/apps/dependabot-preview
develophttps://github.com/dry-python/dry-python.github.io/tree/develop
dependabot/npm_and_yarn/eslint-7.31.0https://github.com/dry-python/dry-python.github.io/tree/dependabot/npm_and_yarn/eslint-7.31.0
Conversation 1 https://github.com/dry-python/dry-python.github.io/pull/854
Commits 1 https://github.com/dry-python/dry-python.github.io/pull/854/commits
Checks 0 https://github.com/dry-python/dry-python.github.io/pull/854/checks
Files changed https://github.com/dry-python/dry-python.github.io/pull/854/files
Please reload this pagehttps://github.com/dry-python/dry-python.github.io/pull/854/checks
Please reload this pagehttps://github.com/dry-python/dry-python.github.io/pull/854/checks
Bump eslint from 7.3.1 to 7.31.0 https://github.com/dry-python/dry-python.github.io/pull/854/checks#top
Please reload this pagehttps://github.com/dry-python/dry-python.github.io/pull/854/checks
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.