René's URL Explorer Experiment


Title: Bump eslint from 4.6.1 to 4.19.1 by dependabot[bot] · Pull Request #1 · ParnDeedlit/WebClient-JavaScript-Plugin · GitHub

Open Graph Title: Bump eslint from 4.6.1 to 4.19.1 by dependabot[bot] · Pull Request #1 · ParnDeedlit/WebClient-JavaScript-Plugin

X Title: Bump eslint from 4.6.1 to 4.19.1 by dependabot[bot] · Pull Request #1 · ParnDeedlit/WebClient-JavaScript-Plugin

Description: Bumps eslint from 4.6.1 to 4.19.1. Release notes Sourced from eslint's releases. v4.19.1 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫) abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington) 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R) 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington) a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington) v4.19.0 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫) 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima) 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis) 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule description (#10084) (Stephen Edgar) 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith) e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz) 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt) 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz) 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz) 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto) v4.18.2 6b71fd0 Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about linter.verify return value (#10030) (Teddy Katz) 9df8653 Chore: refactor parser-loading out of linter.verify (#10028) (Teddy Katz) f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019) (Jamie Davis) e4f52ce Chore: Simplify dataflow in linter.verify (#10020) (Teddy Katz) 33177cd Chore: make library files non-executable (#10021) (Teddy Katz) 558ccba Chore: refactor directive comment processing (#10007) (Teddy Katz) 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#10010) (Teddy Katz) a1c3759 Chore: refactor populating configs with defaults in linter (#10006) (Teddy Katz) aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985) (Rachael Sim) v4.18.1 f417506 Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993) (Teddy Katz) 3e99363 Docs: Fixed typo in key-spacing rule doc (#9987) (Jaid) 7c2cd70 Docs: deprecate experimentalObjectRestSpread (#9986) (Toru Nagashima) v4.18.0 70f22f3 Chore: Apply memoization to config creation within glob utils (#9944) (Kenton Jacobsen) 0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951) (Teddy Katz) 47ac478 Update: add named imports and exports for object-curly-newline (#9876) (Nicholas Chua) e8efdd0 Fix: support Rest/Spread Properties (fixes #9885) (#9943) (Toru Nagashima) f012b8c Fix: support Async iteration (fixes #9891) (#9957) (Toru Nagashima) 74fa253 Docs: Clarify no-mixed-operators options (fixes #9962) (#9964) (Ivan Hayes) 426868f Docs: clean up key-spacing docs (fixes #9900) (#9963) (Abid Uzair) 4a6f22e Update: support eslint-disable-* block comments (fixes #8781) (#9745) (Erin) 777283b Docs: Propose fix typo for function (#9965) (John Eismeier) bf3d494 Docs: Fix typo in max-len ignorePattern example. (#9956) (Tim Martin) d64fbb4 Docs: fix typo in prefer-destructuring.md example (#9930) (Vse Mozhet Byt) f8d343f Chore: Fix default issue template (#9946) (Kai Cataldo) ... (truncated) Changelog Sourced from eslint's changelog. v4.19.1 - March 21, 2018 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫) abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington) 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R) 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington) a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington) v4.19.0 - March 16, 2018 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫) 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima) 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis) 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule description (#10084) (Stephen Edgar) 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith) e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz) 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt) 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz) 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz) 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto) v4.18.2 - March 2, 2018 6b71fd0 Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about linter.verify return value (#10030) (Teddy Katz) 9df8653 Chore: refactor parser-loading out of linter.verify (#10028) (Teddy Katz) f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019) (Jamie Davis) e4f52ce Chore: Simplify dataflow in linter.verify (#10020) (Teddy Katz) 33177cd Chore: make library files non-executable (#10021) (Teddy Katz) 558ccba Chore: refactor directive comment processing (#10007) (Teddy Katz) 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#10010) (Teddy Katz) a1c3759 Chore: refactor populating configs with defaults in linter (#10006) (Teddy Katz) aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985) (Rachael Sim) v4.18.1 - February 20, 2018 f417506 Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993) (Teddy Katz) 3e99363 Docs: Fixed typo in key-spacing rule doc (#9987) (Jaid) 7c2cd70 Docs: deprecate experimentalObjectRestSpread (#9986) (Toru Nagashima) v4.18.0 - February 16, 2018 70f22f3 Chore: Apply memoization to config creation within glob utils (#9944) (Kenton Jacobsen) 0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951) (Teddy Katz) 47ac478 Update: add named imports and exports for object-curly-newline (#9876) (Nicholas Chua) e8efdd0 Fix: support Rest/Spread Properties (fixes #9885) (#9943) (Toru Nagashima) f012b8c Fix: support Async iteration (fixes #9891) (#9957) (Toru Nagashima) 74fa253 Docs: Clarify no-mixed-operators options (fixes #9962) (#9964) (Ivan Hayes) 426868f Docs: clean up key-spacing docs (fixes #9900) (#9963) (Abid Uzair) 4a6f22e Update: support eslint-disable-* block comments (fixes #8781) (#9745) (Erin) ... (truncated) Commits f1f1bdf 4.19.1 b446650 Build: changelog update for 4.19.1 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) 4f595e8 4.19.0 16fc59e Build: changelog update for 4.19.0 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 4.6.1 to 4.19.1. Release notes Sourced from eslint's releases. v4.19.1 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫) abc7...

X Description: Bumps eslint from 4.6.1 to 4.19.1. Release notes Sourced from eslint's releases. v4.19.1 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫) ...

Opengraph URL: https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1e00af6f-2ae8-ec18-7781-a513f5680d60
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD17E:90430:12C5D50:18167C0:69925A50
html-safe-nonceb827fd78bc0ed13616ef685bec74e8ce79c2802b0eab0a09f8ca9e6c4fa146e4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMTdFOjkwNDMwOjEyQzVENTA6MTgxNjdDMDo2OTkyNUE1MCIsInZpc2l0b3JfaWQiOiI5MzY4MTA5NzEyMjUyODMxNTIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac426269645e525a84a3060820a1d4ee09586eb758896724eb696ccae7fabe5b69
hovercard-subject-tagpull_request:330250403
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/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/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 4.6.1 to 4.19.1. Release notes Sourced from eslint's releases. v4.19.1 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫) abc7...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ParnDeedlit/WebClient-JavaScript-Plugin git https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin.git
octolytics-dimension-user_id23654117
octolytics-dimension-user_loginParnDeedlit
octolytics-dimension-repository_id163821142
octolytics-dimension-repository_nwoParnDeedlit/WebClient-JavaScript-Plugin
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id163821142
octolytics-dimension-repository_network_root_nwoParnDeedlit/WebClient-JavaScript-Plugin
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
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FParnDeedlit%2FWebClient-JavaScript-Plugin%2Fpull%2F1%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%2FParnDeedlit%2FWebClient-JavaScript-Plugin%2Fpull%2F1%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=ParnDeedlit%2FWebClient-JavaScript-Plugin
Reloadhttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
Reloadhttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
Reloadhttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
ParnDeedlit https://github.com/ParnDeedlit
WebClient-JavaScript-Pluginhttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin
Notifications https://github.com/login?return_to=%2FParnDeedlit%2FWebClient-JavaScript-Plugin
Fork 4 https://github.com/login?return_to=%2FParnDeedlit%2FWebClient-JavaScript-Plugin
Star 2 https://github.com/login?return_to=%2FParnDeedlit%2FWebClient-JavaScript-Plugin
Code https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin
Issues 1 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/issues
Pull requests 1 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pulls
Actions https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/actions
Projects 0 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/projects
Security 0 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/security
Insights https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pulse
Code https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin
Issues https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/issues
Pull requests https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pulls
Actions https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/actions
Projects https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/projects
Security https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/security
Insights https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FParnDeedlit%2FWebClient-JavaScript-Plugin%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FParnDeedlit%2FWebClient-JavaScript-Plugin%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/tree/master
dependabot/npm_and_yarn/eslint-4.19.1https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/tree/dependabot/npm_and_yarn/eslint-4.19.1
Conversation 0 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1
Commits 1 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/commits
Checks 0 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/checks
Files changed https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
Please reload this pagehttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
Bump eslint from 4.6.1 to 4.19.1 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files#top
Show all changes 1 commit https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
58af376 Bump eslint from 4.6.1 to 4.19.1 dependabot[bot] Oct 21, 2019 https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/commits/58af3764efc6ddf01f6c40e7b25ec2021a6b2345
Clear filters https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
Please reload this pagehttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
Please reload this pagehttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files
package.jsonhttps://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/blob/58af3764efc6ddf01f6c40e7b25ec2021a6b2345/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/{{ revealButtonHref }}
https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/pull/1/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
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.