René's URL Explorer Experiment


Title: Update eslint: 8.25.0 → 8.27.0 (minor) by depfu[bot] · Pull Request #385 · javaistic/javaistic · GitHub

Open Graph Title: Update eslint: 8.25.0 → 8.27.0 (minor) by depfu[bot] · Pull Request #385 · javaistic/javaistic

X Title: Update eslint: 8.25.0 → 8.27.0 (minor) by depfu[bot] · Pull Request #385 · javaistic/javaistic

Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.25.0 → 8.27.0) · Repo · Changelog Release Notes 8.27.0 Features f14587c feat: new no-new-native-nonconstructor rule (#16368) (Sosuke Suzuki) 978799b feat: add new rule no-empty-static-block (#16325) (Sosuke Suzuki) 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar) 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#16458) (Milos Djermanovic) Bug Fixes c3ce521 fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas) 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#16437) (Francesco Trotta) Documentation ce93b42 docs: Stylelint property-no-unknown (#16497) (Nick Schonning) d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning) 0a92805 docs: stylelint color-hex-case (#16496) (Nick Schonning) 74a5af4 docs: fix stylelint error (#16491) (Milos Djermanovic) 324db1a docs: explicit stylelint color related rules (#16465) (Nick Schonning) 94dc4f1 docs: use Stylelint for HTML files (#16468) (Nick Schonning) cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning) d03a8bf docs: Add heading to justification explanation (#16430) (Maritaria) 8a15968 docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning) 9b0a469 docs: note commit messages don't support scope (#16435) (Andy Edwards) 1581405 docs: improve context.getScope() docs (#16417) (Ben Perlmutter) b797149 docs: update formatters template (#16454) (Milos Djermanovic) 5ac4de9 docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav) 33313ef docs: core-concepts: fix link to semi rule (#16453) (coderaiser) 8.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) Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by 44 commits: 8.27.0 Build: changelog update for 8.27.0 feat: new `no-new-native-nonconstructor` rule (#16368) feat: add new rule `no-empty-static-block` (#16325) docs: Stylelint property-no-unknown (#16497) docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) docs: stylelint color-hex-case (#16496) fix: Ensure unmatched glob patterns throw an error (#16462) docs: fix stylelint error (#16491) feat: no-empty suggest to add comment in empty BlockStatement (#16470) docs: explicit stylelint color related rules (#16465) docs: use Stylelint for HTML files (#16468) docs: enable stylelint declaration-block-no-duplicate-properties (#16466) docs: Add heading to justification explanation (#16430) fix: handle files with unspecified path in `getRulesMetaForResults` (#16437) feat: use `context.languageOptions.ecmaVersion` in core rules (#16458) docs: add Stylelint configuration and cleanup (#16379) docs: note commit messages don't support scope (#16435) docs: improve context.getScope() docs (#16417) docs: update formatters template (#16454) docs: fix link to formatters on the Core Concepts page (#16455) docs: core-concepts: fix link to semi rule (#16453) 8.26.0 Build: changelog update for 8.26.0 Revert "docs: update header (#16403)" (#16451) fix: use `baseConfig` constructor option in FlatESLint (#16432) fix: Ensure that glob patterns are matched correctly. (#16449) docs: Core concepts page (#16399) feat: check `Object.create()` in getter-return (#16420) ci: add node v19 (#16443) fix: ignore messages without a `ruleId` in `getRulesMetaForResults` (#16409) fix: `--ignore-pattern` in flat config mode should be relative to `cwd` (#16425) fix: make `getRulesMetaForResults` return a plain object in trivial case (#16438) fix: Ensure that directories can be unignored. (#16436) docs: note --ignore-path not supported with flat config (#16434) docs: fix syntax in examples for new config files (#16427) feat: `no-implicit-globals` supports `exported` block comment (#16343) fix: Ensure unignore and reignore work correctly in flat config. (#16422) docs: update header (#16403) chore: Add VS Code issues link (#16423) feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) docs: Document extending plugin with new config (#16394) feat: Swap out Globby for custom globbing solution. (#16369) chore: suppress a Node.js deprecation warning (#16398) Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase. All Depfu comment commands @​depfu rebaseRebases against your default branch and redoes this update @​depfu recreateRecreates this PR, overwriting any edits that you've made to it @​depfu mergeMerges this PR once your tests are passing and conflicts are resolved @​depfu closeCloses this PR and deletes the branch @​depfu reopenRestores the branch and reopens this PR (if it's closed) @​depfu pauseIgnores all future updates for this dependency and closes this PR @​depfu pause [minor|major]Ignores all future minor/major updates for this dependency and closes this PR @​depfu resumeFuture versions of this dependency will create PRs again (leaves this PR as is)

Open Graph Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.25.0 → 8.27.0) · Rep...

X Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.25.0 → 8.27.0) · Rep...

Opengraph URL: https://github.com/javaistic/javaistic/pull/385

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d48f2b00-3a18-ba47-4339-3e71ed25928c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8092:E1D0E:10C2BFC:160DA1A:696B6EDD
html-safe-nonce82ad9909f485c6ef63be849e0d58b558207014b902414a53e67096ac993ac5d1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MDkyOkUxRDBFOjEwQzJCRkM6MTYwREExQTo2OTZCNkVERCIsInZpc2l0b3JfaWQiOiI1NTM3MTg5NTk0ODkwMjAyODQ1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca07f060001dfc14ddb5d70fa1ebb69c4c5ff7bd85aeaf7107998c3b355b4bf34
hovercard-subject-tagpull_request:1112378288
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/javaistic/javaistic/pull/385/files
twitter:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
og:image:altHere is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.25.0 → 8.27.0) · Rep...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git
octolytics-dimension-user_id76972798
octolytics-dimension-user_loginjavaistic
octolytics-dimension-repository_id388602663
octolytics-dimension-repository_nwojavaistic/javaistic
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id388602663
octolytics-dimension-repository_network_root_nwojavaistic/javaistic
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javaistic/javaistic/pull/385/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F385%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%2Fjavaistic%2Fjavaistic%2Fpull%2F385%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=javaistic%2Fjavaistic
Reloadhttps://github.com/javaistic/javaistic/pull/385/files
Reloadhttps://github.com/javaistic/javaistic/pull/385/files
Reloadhttps://github.com/javaistic/javaistic/pull/385/files
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/385/files
Notifications https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Fork 21 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Star 49 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Code https://github.com/javaistic/javaistic
Issues 4 https://github.com/javaistic/javaistic/issues
Pull requests 0 https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects 2 https://github.com/javaistic/javaistic/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/javaistic/javaistic/security
Please reload this pagehttps://github.com/javaistic/javaistic/pull/385/files
Insights https://github.com/javaistic/javaistic/pulse
Code https://github.com/javaistic/javaistic
Issues https://github.com/javaistic/javaistic/issues
Pull requests https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects https://github.com/javaistic/javaistic/projects
Security https://github.com/javaistic/javaistic/security
Insights https://github.com/javaistic/javaistic/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
depfuhttps://github.com/apps/depfu
mainhttps://github.com/javaistic/javaistic/tree/main
depfu/update/yarn/eslint-8.27.0https://github.com/javaistic/javaistic/tree/depfu/update/yarn/eslint-8.27.0
Conversation 4 https://github.com/javaistic/javaistic/pull/385
Commits 1 https://github.com/javaistic/javaistic/pull/385/commits
Checks 0 https://github.com/javaistic/javaistic/pull/385/checks
Files changed https://github.com/javaistic/javaistic/pull/385/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/385/files
Update eslint: 8.25.0 → 8.27.0 (minor) https://github.com/javaistic/javaistic/pull/385/files#top
Show all changes 1 commit https://github.com/javaistic/javaistic/pull/385/files
6798cd1 Update eslint to version 8.27.0 depfu[bot] Nov 7, 2022 https://github.com/javaistic/javaistic/pull/385/commits/6798cd1fda9997b63651582c9789edb254f31513
Clear filters https://github.com/javaistic/javaistic/pull/385/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/385/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/385/files
package.json https://github.com/javaistic/javaistic/pull/385/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://github.com/javaistic/javaistic/pull/385/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/javaistic/javaistic/blob/6798cd1fda9997b63651582c9789edb254f31513/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/385/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/385/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/javaistic/javaistic/pull/385/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lockhttps://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
View file https://github.com/javaistic/javaistic/blob/6798cd1fda9997b63651582c9789edb254f31513/yarn.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/javaistic/javaistic/pull/385/{{ revealButtonHref }}
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
https://github.com/javaistic/javaistic/pull/385/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
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.