René's URL Explorer Experiment


Title: Bump eslint from 1.10.3 to 6.8.0 by dependabot[bot] · Pull Request #40 · versionone/VersionOne.SDK.JavaScript · GitHub

Open Graph Title: Bump eslint from 1.10.3 to 6.8.0 by dependabot[bot] · Pull Request #40 · versionone/VersionOne.SDK.JavaScript

X Title: Bump eslint from 1.10.3 to 6.8.0 by dependabot[bot] · Pull Request #40 · versionone/VersionOne.SDK.JavaScript

Description: Bumps eslint from 1.10.3 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Chore: add object option test cases in yield-star-spacing (#12679) (YeonJuan) 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377) (ncraley) 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632) (YeonJuan) 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268) (薛定谔的猫) 05faebb Update: improve suggestion testing experience (#12602) (Brad Zacher) 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609) (Milos Djermanovic) d3e43f1 Docs: Update no-multi-assign explanation (#12615) (Yuping Zuo) 272e4db Fix: no-multiple-empty-lines: Adjust reported loc (#12594) (Tobias Bieniek) a258039 Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639) (Milos Djermanovic) 51f9620 Fix: improve report location for array-bracket-spacing (#12653) (Milos Djermanovic) 45364af Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655) (Milos Djermanovic) e3c570e Docs: Add example for expression option (#12694) (Arnaud Barré) 6b774ef Docs: Add spacing in comments for no-console rule (#12696) (Nikki Nikkhoui) 7171fca Chore: refactor regex in config comment parser (#12662) (Milos Djermanovic) 1600648 Update: Allow $schema in config (#12612) (Yordis Prieto) acc0e47 Update: support .eslintrc.cjs (refs eslint/rfcs#43) (#12321) (Evan Plaice) 49c1658 Chore: remove bundling of ESLint during release (#12676) (Kai Cataldo) 257f3d6 Chore: complete to move to GitHub Actions (#12625) (Toru Nagashima) ab912f0 Docs: 1tbs with allowSingleLine edge cases (refs #12284) (#12314) (Ari Kardasis) dd1c30e Sponsors: Sync README with website (ESLint Jenkins) a230f84 Update: include node version in cache (#12582) (Eric Wang) 8b65f17 Chore: remove references to parser demo (#12644) (Kai Cataldo) e9cef99 Docs: wrap {{}} in raw liquid tags to prevent interpolation (#12643) (Kai Cataldo) e707453 Docs: Fix configuration example in no-restricted-imports (fixes #11717) (#12638) (Milos Djermanovic) 19194ce Chore: Add tests to cover default object options in comma-dangle (#12627) (YeonJuan) 6e36d12 Update: do not recommend require-atomic-updates (refs #11899) (#12599) (Kai Cataldo) v6.7.2 bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #12614) (#12616) (Toru Nagashima) 4928d51 Fix: don't ignore the entry directory (fixes #12604) (#12607) (Toru Nagashima) b41677a Docs: Clarify suggestion's data in Working with Rules (refs #12606) (#12617) (Milos Djermanovic) ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#11698) (Brad Zacher) fa6415d Sponsors: Sync README with website (ESLint Jenkins) e1e158b Sponsors: Sync README with website (ESLint Jenkins) v6.7.1 dd1e9f4 Fix: revert changes to key-spacing due to regression (#12598) (Kai Cataldo) c644b54 Docs: Update README team and sponsors (ESLint Jenkins) v6.7.0 312a88f New: Add grouped-accessor-pairs rule (fixes #12277) (#12331) (Milos Djermanovic) 5c68f5f Update: Add 'lexicalBindings' to no-implicit-globals and change messages (#11996) (Milos Djermanovic) 6eaad96 New: Add suggestions API (#12384) (Will Douglas) b336fbe Fix: indent rule with JSX spread props (#12581) (Nathan Woltman) 97c745d Update: Report assignment expression location in no-cond-assign (#12465) (Milos Djermanovic) 0f01f3d Update: Check member expressions with this in operator-assignment (#12495) (Milos Djermanovic) 62c7038 Fix: invalid token checking in computed-property-spacing (fixes #12198) (#12533) (YeonJuan) 4f8a1ee Update: Add enforceForClassMembers option to no-useless-computed-key (#12110) (ark120202) ... (truncated) Changelog Sourced from eslint's changelog. v6.8.0 - December 20, 2019 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Chore: add object option test cases in yield-star-spacing (#12679) (YeonJuan) 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377) (ncraley) 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632) (YeonJuan) 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268) (薛定谔的猫) 05faebb Update: improve suggestion testing experience (#12602) (Brad Zacher) 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609) (Milos Djermanovic) d3e43f1 Docs: Update no-multi-assign explanation (#12615) (Yuping Zuo) 272e4db Fix: no-multiple-empty-lines: Adjust reported loc (#12594) (Tobias Bieniek) a258039 Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639) (Milos Djermanovic) 51f9620 Fix: improve report location for array-bracket-spacing (#12653) (Milos Djermanovic) 45364af Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655) (Milos Djermanovic) e3c570e Docs: Add example for expression option (#12694) (Arnaud Barré) 6b774ef Docs: Add spacing in comments for no-console rule (#12696) (Nikki Nikkhoui) 7171fca Chore: refactor regex in config comment parser (#12662) (Milos Djermanovic) 1600648 Update: Allow $schema in config (#12612) (Yordis Prieto) acc0e47 Update: support .eslintrc.cjs (refs eslint/rfcs#43) (#12321) (Evan Plaice) 49c1658 Chore: remove bundling of ESLint during release (#12676) (Kai Cataldo) 257f3d6 Chore: complete to move to GitHub Actions (#12625) (Toru Nagashima) ab912f0 Docs: 1tbs with allowSingleLine edge cases (refs #12284) (#12314) (Ari Kardasis) dd1c30e Sponsors: Sync README with website (ESLint Jenkins) a230f84 Update: include node version in cache (#12582) (Eric Wang) 8b65f17 Chore: remove references to parser demo (#12644) (Kai Cataldo) e9cef99 Docs: wrap {{}} in raw liquid tags to prevent interpolation (#12643) (Kai Cataldo) e707453 Docs: Fix configuration example in no-restricted-imports (fixes #11717) (#12638) (Milos Djermanovic) 19194ce Chore: Add tests to cover default object options in comma-dangle (#12627) (YeonJuan) 6e36d12 Update: do not recommend require-atomic-updates (refs #11899) (#12599) (Kai Cataldo) v6.7.2 - November 30, 2019 bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #12614) (#12616) (Toru Nagashima) 4928d51 Fix: don't ignore the entry directory (fixes #12604) (#12607) (Toru Nagashima) b41677a Docs: Clarify suggestion's data in Working with Rules (refs #12606) (#12617) (Milos Djermanovic) ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#11698) (Brad Zacher) fa6415d Sponsors: Sync README with website (ESLint Jenkins) e1e158b Sponsors: Sync README with website (ESLint Jenkins) v6.7.1 - November 24, 2019 dd1e9f4 Fix: revert changes to key-spacing due to regression (#12598) (Kai Cataldo) c644b54 Docs: Update README team and sponsors (ESLint Jenkins) v6.7.0 - November 22, 2019 312a88f New: Add grouped-accessor-pairs rule (fixes #12277) (#12331) (Milos Djermanovic) 5c68f5f Update: Add 'lexicalBindings' to no-implicit-globals and change messages (#11996) (Milos Djermanovic) 6eaad96 New: Add suggestions API (#12384) (Will Douglas) b336fbe Fix: indent rule with JSX spread props (#12581) (Nathan Woltman) ... (truncated) Commits 9738f8c 6.8.0 ba59cbf Build: changelog update for 6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) 9986d9e Chore: add object option test cases in yield-star-spacing (#12679) 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377) 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632) 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268) 05faebb Update: improve suggestion testing experience (#12602) 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609) d3e43f1 Docs: Update no-multi-assign explanation (#12615) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by eslintbot, a new releaser for eslint since your current version. 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) @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 You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps eslint from 1.10.3 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Cho...

X Description: Bumps eslint from 1.10.3 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e...

Opengraph URL: https://github.com/versionone/VersionOne.SDK.JavaScript/pull/40

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:944dac52-35e3-44f4-2f60-332dd1c680a9
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idCA22:FF7AB:3AC3A24:5095528:6973EA41
html-safe-nonceccbe90d75addb25a2903c7f38cb6a37b808161915877e9b9fe010111968d4a3d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTIyOkZGN0FCOjNBQzNBMjQ6NTA5NTUyODo2OTczRUE0MSIsInZpc2l0b3JfaWQiOiI4ODE5NTYwMjMxMzYxMzA5MjQ5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacd3faacc1a9088e877cbf0bd5076ec77a82b9e03051082e6056f59af8c35d2412
hovercard-subject-tagpull_request:414282480
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/versionone/VersionOne.SDK.JavaScript/pull/40/checks
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 1.10.3 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Cho...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4b7a84cee4a6a4d5586408f46e9a84ba4875452ca979bb7cde3489bd59b55cb7
turbo-cache-controlno-preview
go-importgithub.com/versionone/VersionOne.SDK.JavaScript git https://github.com/versionone/VersionOne.SDK.JavaScript.git
octolytics-dimension-user_id256040
octolytics-dimension-user_loginversionone
octolytics-dimension-repository_id4371929
octolytics-dimension-repository_nwoversionone/VersionOne.SDK.JavaScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id4371929
octolytics-dimension-repository_network_root_nwoversionone/VersionOne.SDK.JavaScript
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
release4042c2390128e359bfef98d0ec9e5622256ea303
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fversionone%2FVersionOne.SDK.JavaScript%2Fpull%2F40%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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fversionone%2FVersionOne.SDK.JavaScript%2Fpull%2F40%2Fchecks
Sign up https://patch-diff.githubusercontent.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=versionone%2FVersionOne.SDK.JavaScript
Reloadhttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks
Reloadhttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks
Reloadhttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks
versionone https://patch-diff.githubusercontent.com/versionone
VersionOne.SDK.JavaScripthttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fversionone%2FVersionOne.SDK.JavaScript
Fork 6 https://patch-diff.githubusercontent.com/login?return_to=%2Fversionone%2FVersionOne.SDK.JavaScript
Star 12 https://patch-diff.githubusercontent.com/login?return_to=%2Fversionone%2FVersionOne.SDK.JavaScript
Code https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript
Issues 10 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/issues
Pull requests 1 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pulls
Actions https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/actions
Projects 0 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/projects
Wiki https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/wiki
Security 0 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/security
Insights https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pulse
Code https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript
Issues https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/issues
Pull requests https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pulls
Actions https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/actions
Projects https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/projects
Wiki https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/wiki
Security https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/security
Insights https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fversionone%2FVersionOne.SDK.JavaScript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fversionone%2FVersionOne.SDK.JavaScript%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/tree/master
dependabot/npm_and_yarn/eslint-6.8.0https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/tree/dependabot/npm_and_yarn/eslint-6.8.0
Conversation 0 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40
Commits 1 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/commits
Checks 0 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks
Files changed https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/files
Please reload this pagehttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks
Bump eslint from 1.10.3 to 6.8.0 https://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/versionone/VersionOne.SDK.JavaScript/pull/40/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.