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
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:73ad7693-efda-8bd4-640f-5d4fa923c6f4 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8B78:2C23AD:57AA018:71C336E:697DF923 |
| html-safe-nonce | c141d53c92f17c09376c89bb1d9e3b1644974c874631f129059b0bcd0ab9ac07 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Qjc4OjJDMjNBRDo1N0FBMDE4OjcxQzMzNkU6Njk3REY5MjMiLCJ2aXNpdG9yX2lkIjoiMTM1MzY3MDU3OTg5NDIyMTA5MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 02ce4ab9322678920f966ccb4a11c587853735ab024cebe83410075e3bb85994 |
| hovercard-subject-tag | pull_request:1097947238 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/aaran-chi/JavaScript/pull/39/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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: ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/aaran-chi/JavaScript git https://github.com/aaran-chi/JavaScript.git |
| octolytics-dimension-user_id | 118247618 |
| octolytics-dimension-user_login | aaran-chi |
| octolytics-dimension-repository_id | 495213467 |
| octolytics-dimension-repository_nwo | aaran-chi/JavaScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 495213467 |
| octolytics-dimension-repository_network_root_nwo | aaran-chi/JavaScript |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width