René's URL Explorer Experiment


Title: Bump eslint from 8.5.0 to 8.26.0 by dependabot[bot] · Pull Request #39 · aaran-chi/JavaScript · GitHub

Open Graph Title: Bump eslint from 8.5.0 to 8.26.0 by dependabot[bot] · Pull Request #39 · aaran-chi/JavaScript

X Title: Bump eslint from 8.5.0 to 8.26.0 by dependabot[bot] · Pull Request #39 · aaran-chi/JavaScript

Description: Bumps eslint from 8.5.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: no-implicit-globals supports exported block comment (#16343) (Sosuke Suzuki) e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach) dd0c58f feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas) Bug Fixes df77409 fix: use baseConfig constructor option in FlatESLint (#16432) (Milos Djermanovic) 33668ee fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas) 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#16409) (Francesco Trotta) 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#16425) (Milos Djermanovic) 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#16438) (Francesco Trotta) a2810bc fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas) 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas) Documentation 651649b docs: Core concepts page (#16399) (Ben Perlmutter) 631cf72 docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards) 1692840 docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic) d336cfc docs: Document extending plugin with new config (#16394) (Ben Perlmutter) Chores e917a9a ci: add node v19 (#16443) (Koichi ITO) 4b70b91 chore: Add VS Code issues link (#16423) (Nicholas C. Zakas) 232d291 chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO) v8.25.0 Features 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) 6964cb1 feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic) 1cc4b3a feat: id-length counts graphemes instead of code units (#16321) (Sosuke Suzuki) Documentation 90c6028 docs: Conflicting fixes (#16366) (Ben Perlmutter) 5a3fe70 docs: Add VS to integrations page (#16381) (Maria José Solano) 49bd1e5 docs: remove unused link definitions (#16376) (Nick Schonning) 3bd380d docs: typo cleanups for docs (#16374) (Nick Schonning) b3a0837 docs: remove duplicate words (#16378) (Nick Schonning) a682562 docs: add BigInt to new-cap docs (#16362) (Sosuke Suzuki) f6d57fb docs: Update docs README (#16352) (Ben Perlmutter) 7214347 docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson) Chores 1f78594 chore: upgrade @​eslint/eslintrc@​1.3.3 (#16397) (Milos Djermanovic) 8476a9b chore: Remove CODEOWNERS (#16375) (Nick Schonning) 720ff75 chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning) 42f5479 chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot]) e5e9e27 chore: remove jsdoc dev dependency (#16344) (Milos Djermanovic) ... (truncated) Changelog Sourced from eslint's changelog. v8.26.0 - October 21, 2022 df77409 fix: use baseConfig constructor option in FlatESLint (#16432) (Milos Djermanovic) 33668ee fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas) 651649b docs: Core concepts page (#16399) (Ben Perlmutter) 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) e917a9a ci: add node v19 (#16443) (Koichi ITO) 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#16409) (Francesco Trotta) 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#16425) (Milos Djermanovic) 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#16438) (Francesco Trotta) a2810bc fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas) 631cf72 docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards) 1692840 docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic) 28d1902 feat: no-implicit-globals supports exported block comment (#16343) (Sosuke Suzuki) 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas) 4b70b91 chore: Add VS Code issues link (#16423) (Nicholas C. Zakas) e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach) d336cfc docs: Document extending plugin with new config (#16394) (Ben Perlmutter) dd0c58f feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas) 232d291 chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO) v8.25.0 - October 7, 2022 1f78594 chore: upgrade @​eslint/eslintrc@​1.3.3 (#16397) (Milos Djermanovic) 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) 8476a9b chore: Remove CODEOWNERS (#16375) (Nick Schonning) 720ff75 chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning) 90c6028 docs: Conflicting fixes (#16366) (Ben Perlmutter) 5a3fe70 docs: Add VS to integrations page (#16381) (Maria José Solano) 6964cb1 feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic) 49bd1e5 docs: remove unused link definitions (#16376) (Nick Schonning) 42f5479 chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot]) 3bd380d docs: typo cleanups for docs (#16374) (Nick Schonning) b3a0837 docs: remove duplicate words (#16378) (Nick Schonning) a682562 docs: add BigInt to new-cap docs (#16362) (Sosuke Suzuki) 1cc4b3a feat: id-length counts graphemes instead of code units (#16321) (Sosuke Suzuki) f6d57fb docs: Update docs README (#16352) (Ben Perlmutter) e5e9e27 chore: remove jsdoc dev dependency (#16344) (Milos Djermanovic) 7214347 docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson) v8.24.0 - September 23, 2022 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas) 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16317) (AnnAngela) bf7bd88 docs: fix warn severity description for new config files (#16324) (Nitin Kumar) 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311) (Milos Djermanovic) 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic) b0d72c9 feat: add rule logical-assignment-operators (#16102) (fnx) f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314) (Sosuke Suzuki) 8cc0bbe docs: use more clean link syntax (#16309) (Percy Ma) ... (truncated) Commits 823b018 8.26.0 dce6a71 Build: changelog update for 8.26.0 6c2be51 Revert "docs: update header (#16403)" (#16451) df77409 fix: use baseConfig constructor option in FlatESLint (#16432) 33668ee fix: Ensure that glob patterns are matched correctly. (#16449) 651649b docs: Core concepts page (#16399) 4715787 feat: check Object.create() in getter-return (#16420) e917a9a ci: add node v19 (#16443) 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#16409) 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#16425) 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 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)

Open Graph Description: Bumps eslint from 8.5.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: ...

X Description: Bumps eslint from 8.5.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 fe...

Opengraph URL: https://github.com/aaran-chi/JavaScript/pull/39

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:73ad7693-efda-8bd4-640f-5d4fa923c6f4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8B78:2C23AD:57AA018:71C336E:697DF923
html-safe-noncec141d53c92f17c09376c89bb1d9e3b1644974c874631f129059b0bcd0ab9ac07
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Qjc4OjJDMjNBRDo1N0FBMDE4OjcxQzMzNkU6Njk3REY5MjMiLCJ2aXNpdG9yX2lkIjoiMTM1MzY3MDU3OTg5NDIyMTA5MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac02ce4ab9322678920f966ccb4a11c587853735ab024cebe83410075e3bb85994
hovercard-subject-tagpull_request:1097947238
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/aaran-chi/JavaScript/pull/39/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 eslint from 8.5.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/aaran-chi/JavaScript git https://github.com/aaran-chi/JavaScript.git
octolytics-dimension-user_id118247618
octolytics-dimension-user_loginaaran-chi
octolytics-dimension-repository_id495213467
octolytics-dimension-repository_nwoaaran-chi/JavaScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id495213467
octolytics-dimension-repository_network_root_nwoaaran-chi/JavaScript
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
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/aaran-chi/JavaScript/pull/39/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faaran-chi%2FJavaScript%2Fpull%2F39%2Ffiles
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%2Faaran-chi%2FJavaScript%2Fpull%2F39%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=aaran-chi%2FJavaScript
Reloadhttps://github.com/aaran-chi/JavaScript/pull/39/files
Reloadhttps://github.com/aaran-chi/JavaScript/pull/39/files
Reloadhttps://github.com/aaran-chi/JavaScript/pull/39/files
aaran-chi https://github.com/aaran-chi
JavaScripthttps://github.com/aaran-chi/JavaScript
actions/javascript-actionhttps://github.com/actions/javascript-action
Notifications https://github.com/login?return_to=%2Faaran-chi%2FJavaScript
Fork 0 https://github.com/login?return_to=%2Faaran-chi%2FJavaScript
Star 0 https://github.com/login?return_to=%2Faaran-chi%2FJavaScript
Code https://github.com/aaran-chi/JavaScript
Issues 2 https://github.com/aaran-chi/JavaScript/issues
Pull requests 9 https://github.com/aaran-chi/JavaScript/pulls
Actions https://github.com/aaran-chi/JavaScript/actions
Projects 0 https://github.com/aaran-chi/JavaScript/projects
Security 0 https://github.com/aaran-chi/JavaScript/security
Insights https://github.com/aaran-chi/JavaScript/pulse
Code https://github.com/aaran-chi/JavaScript
Issues https://github.com/aaran-chi/JavaScript/issues
Pull requests https://github.com/aaran-chi/JavaScript/pulls
Actions https://github.com/aaran-chi/JavaScript/actions
Projects https://github.com/aaran-chi/JavaScript/projects
Security https://github.com/aaran-chi/JavaScript/security
Insights https://github.com/aaran-chi/JavaScript/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Faaran-chi%2FJavaScript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Faaran-chi%2FJavaScript%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/aaran-chi/JavaScript/tree/main
dependabot/npm_and_yarn/eslint-8.26.0https://github.com/aaran-chi/JavaScript/tree/dependabot/npm_and_yarn/eslint-8.26.0
Conversation 1 https://github.com/aaran-chi/JavaScript/pull/39
Commits 1 https://github.com/aaran-chi/JavaScript/pull/39/commits
Checks 0 https://github.com/aaran-chi/JavaScript/pull/39/checks
Files changed https://github.com/aaran-chi/JavaScript/pull/39/files
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/39/files
Bump eslint from 8.5.0 to 8.26.0 https://github.com/aaran-chi/JavaScript/pull/39/files#top
Show all changes 1 commit https://github.com/aaran-chi/JavaScript/pull/39/files
a544f23 Bump eslint from 8.5.0 to 8.26.0 dependabot[bot] Oct 24, 2022 https://github.com/aaran-chi/JavaScript/pull/39/commits/a544f235d714dffc6ad20bbb7170dd08309d3722
Clear filters https://github.com/aaran-chi/JavaScript/pull/39/files
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/39/files
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/39/files
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/39/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.