René's URL Explorer Experiment


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

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

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

Description: Bumps eslint from 8.5.0 to 8.16.0. Release notes Sourced from eslint's releases. v8.16.0 Features cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic) 38ae956 feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic) ee69cd3 feat: Update global variables (#15871) (Sébastien Règne) Bug Fixes 3f09aab fix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser) Documentation 050d5f4 docs: Static further reading links (#15890) (Nicholas C. Zakas) 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic) 90b6990 docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic) f437249 docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas) 6e16025 docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic) 1d39f69 docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic) 3071d76 docs: Fix some grammar issues (#15837) (byodian) Chores 1768d0d chore: upgrade @​eslint/eslintrc@​1.3.0 (#15903) (Milos Djermanovic) c686e4c chore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas) c7894cd chore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin) ea65cb5 chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然) cc29c69 chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien) 5891c75 chore: Refactor rule docs format (#15869) (Nicholas C. Zakas) v8.15.0 Features ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari) Bug Fixes 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic) Documentation 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic) 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic) a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic) 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic) 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic) 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser) 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic) 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G) de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic) 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic) e70ae81 docs: Update README team and sponsors (ESLint Jenkins) Chores 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic) 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil) b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas) ... (truncated) Changelog Sourced from eslint's changelog. v8.16.0 - May 20, 2022 1768d0d chore: upgrade @​eslint/eslintrc@​1.3.0 (#15903) (Milos Djermanovic) 050d5f4 docs: Static further reading links (#15890) (Nicholas C. Zakas) cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic) c686e4c chore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas) 38ae956 feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic) 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic) 90b6990 docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic) f437249 docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas) 6e16025 docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic) c7894cd chore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin) ea65cb5 chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然) cc29c69 chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien) 5891c75 chore: Refactor rule docs format (#15869) (Nicholas C. Zakas) ee69cd3 feat: Update global variables (#15871) (Sébastien Règne) 1d39f69 docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic) 3071d76 docs: Fix some grammar issues (#15837) (byodian) 3f09aab fix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser) v8.15.0 - May 6, 2022 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic) 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic) 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic) 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil) 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic) a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic) b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas) ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari) 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic) 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic) 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser) 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic) 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic) 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G) 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然) de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic) 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic) e70ae81 docs: Update README team and sponsors (ESLint Jenkins) v8.14.0 - April 22, 2022 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic) 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic) ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge) db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas) c2407e8 build: add node v18 (#15791) (唯然) 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic) 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas) ... (truncated) Commits 901ce0f 8.16.0 5df50d1 Build: changelog update for 8.16.0 1768d0d chore: upgrade @​eslint/eslintrc@​1.3.0 (#15903) 050d5f4 docs: Static further reading links (#15890) cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) c686e4c chore: Add deploy workflow for docs site (#15894) 38ae956 feat: check Unicode code point escapes in no-control-regex (#15862) 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#15892) 90b6990 docs: fix absolute links in rule macro to work from /docs (#15891) f437249 docs: Adjust docs site path prefix (#15889) 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.16.0. Release notes Sourced from eslint's releases. v8.16.0 Features cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos D...

X Description: Bumps eslint from 8.5.0 to 8.16.0. Release notes Sourced from eslint's releases. v8.16.0 Features cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Mil...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:67691b06-14e2-de49-b034-d21e164cb908
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8014:866DE:49F95:68A1E:6981EF98
html-safe-noncec53a2fe363ecbe66f03f24120425231ef8c3e32df73fa7f0508f1d5a2ad2c44e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MDE0Ojg2NkRFOjQ5Rjk1OjY4QTFFOjY5ODFFRjk4IiwidmlzaXRvcl9pZCI6IjYzNDMwNjY4MTEyODk5NTYyNDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf3ea87eeae4d3740ed33c5304f64a0549ea61f9930832f788f4fa1a50f7a51fd
hovercard-subject-tagpull_request:943808682
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/7/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.16.0. Release notes Sourced from eslint's releases. v8.16.0 Features cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos D...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneebfdf8d3e0fd17b103f41cc6696d84938694ebebdfecaf11fe00dbe4a9785801
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
releaseac4541b58a15c144d6ed4fc868b9ea4bb99bb4b6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/aaran-chi/JavaScript/pull/7/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faaran-chi%2FJavaScript%2Fpull%2F7%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%2F7%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/7/files
Reloadhttps://github.com/aaran-chi/JavaScript/pull/7/files
Reloadhttps://github.com/aaran-chi/JavaScript/pull/7/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.16.0https://github.com/aaran-chi/JavaScript/tree/dependabot/npm_and_yarn/eslint-8.16.0
Conversation 1 https://github.com/aaran-chi/JavaScript/pull/7
Commits 1 https://github.com/aaran-chi/JavaScript/pull/7/commits
Checks 0 https://github.com/aaran-chi/JavaScript/pull/7/checks
Files changed https://github.com/aaran-chi/JavaScript/pull/7/files
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/7/files
Bump eslint from 8.5.0 to 8.16.0 https://github.com/aaran-chi/JavaScript/pull/7/files#top
Show all changes 1 commit https://github.com/aaran-chi/JavaScript/pull/7/files
87956c9 Bump eslint from 8.5.0 to 8.16.0 dependabot[bot] May 23, 2022 https://github.com/aaran-chi/JavaScript/pull/7/commits/87956c9619f4c4e1a66f751251256a7570266f28
Clear filters https://github.com/aaran-chi/JavaScript/pull/7/files
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/7/files
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/7/files
package-lock.jsonhttps://github.com/aaran-chi/JavaScript/pull/7/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://github.com/aaran-chi/JavaScript/blob/87956c9619f4c4e1a66f751251256a7570266f28/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/aaran-chi/JavaScript/pull/7/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.