Title: Bump eslint from 7.3.1 to 7.29.0 by dependabot-preview[bot] · Pull Request #843 · dry-python/dry-python.github.io · GitHub
Open Graph Title: Bump eslint from 7.3.1 to 7.29.0 by dependabot-preview[bot] · Pull Request #843 · dry-python/dry-python.github.io
X Title: Bump eslint from 7.3.1 to 7.29.0 by dependabot-preview[bot] · Pull Request #843 · dry-python/dry-python.github.io
Description: Bumps eslint from 7.3.1 to 7.29.0. Release notes Sourced from eslint's releases. v7.29.0 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) c2cd7b4 New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas) eea7e0d Chore: remove duplicate code (#14719) (Nitin Kumar) 6a1c7a0 Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons) a47e5e3 Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy) 353ddf9 Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫) 757c495 Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫) c93a222 Docs: fix a broken link (#14697) (Sam Chen) 655c118 Sponsors: Sync README with website (ESLint Jenkins) e2bed2e Sponsors: Sync README with website (ESLint Jenkins) 8490fb4 Sponsors: Sync README with website (ESLint Jenkins) ddbe877 Sponsors: Sync README with website (ESLint Jenkins) v7.28.0 1237705 Upgrade: @eslint/eslintrc to 0.4.2 (#14672) (Milos Djermanovic) 123fb86 Docs: Add Feedback Needed triage description (#14670) (Nicholas C. Zakas) c545163 Update: support multiline /eslint-env/ directives (fixes #14652) (#14660) (薛定谔的猫) 8d1e75a Upgrade: glob-parent version in package.json (#14658) (Hamza Najeeb) 1f048cb Fix: no-implicit-coercion false positive with String() (fixes #14623) (#14641) (Milos Djermanovic) d709abf Chore: fix comment location in no-unused-vars (#14648) (Milos Djermanovic) e44ce0a Fix: no-duplicate-imports allow unmergeable (fixes #12758, fixes #12760) (#14238) (Soufiane Boutahlil) bb66a3d New: add getPhysicalFilename() method to rule context (fixes #11989) (#14616) (Nitin Kumar) 2e43dac Docs: fix no-sequences example (#14643) (Nitin Kumar) 958ff4e Docs: add note for arrow functions in no-seq rule (#14578) (Nitin Kumar) e4f111b Fix: arrow-body-style crash with object pattern (fixes #14633) (#14635) (Milos Djermanovic) ec28b5a Chore: upgrade eslint-plugin-eslint-plugin (#14590) (薛定谔的猫) 85a2725 Docs: Update README team and sponsors (ESLint Jenkins) v7.27.0 2c0868c Chore: merge all html formatter files into html.js (#14612) (Milos Djermanovic) 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar) afe9569 Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov) c0f418e Chore: Remove lodash (#14287) (Stephen Wade) 52655dd Update: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden) 967b1c4 Chore: Fix typo in large.js (#14589) (Ikko Ashimine) 2466a05 Sponsors: Sync README with website (ESLint Jenkins) fe29f18 Sponsors: Sync README with website (ESLint Jenkins) 086c1d6 Chore: add more test cases for no-sequences (#14579) (Nitin Kumar) 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins) v7.26.0 aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#14577) (Brandon Mills) ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #14208) (#14282) (Patrick Ahmetovic) 6a86e50 Chore: remove loose-parser tests (fixes #14315) (#14569) (Milos Djermanovic) ee3a3ea Fix: create .eslintrc.cjs for module type (#14304) (Nitin Kumar) 6791dec Docs: fix example for require-atomic-updates (#14562) (Milos Djermanovic) 388eb7e Sponsors: Sync README with website (ESLint Jenkins) f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#14291) (Bryan Mishkin) 0b6a3f3 New: Include XO style guide in eslint --init (#14193) (Federico Brigante) ... (truncated) Changelog Sourced from eslint's changelog. v7.29.0 - June 18, 2021 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) c2cd7b4 New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas) eea7e0d Chore: remove duplicate code (#14719) (Nitin Kumar) 6a1c7a0 Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons) a47e5e3 Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy) 353ddf9 Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫) 757c495 Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫) c93a222 Docs: fix a broken link (#14697) (Sam Chen) 655c118 Sponsors: Sync README with website (ESLint Jenkins) e2bed2e Sponsors: Sync README with website (ESLint Jenkins) 8490fb4 Sponsors: Sync README with website (ESLint Jenkins) ddbe877 Sponsors: Sync README with website (ESLint Jenkins) v7.28.0 - June 4, 2021 1237705 Upgrade: @eslint/eslintrc to 0.4.2 (#14672) (Milos Djermanovic) 123fb86 Docs: Add Feedback Needed triage description (#14670) (Nicholas C. Zakas) c545163 Update: support multiline /eslint-env/ directives (fixes #14652) (#14660) (薛定谔的猫) 8d1e75a Upgrade: glob-parent version in package.json (#14658) (Hamza Najeeb) 1f048cb Fix: no-implicit-coercion false positive with String() (fixes #14623) (#14641) (Milos Djermanovic) d709abf Chore: fix comment location in no-unused-vars (#14648) (Milos Djermanovic) e44ce0a Fix: no-duplicate-imports allow unmergeable (fixes #12758, fixes #12760) (#14238) (Soufiane Boutahlil) bb66a3d New: add getPhysicalFilename() method to rule context (fixes #11989) (#14616) (Nitin Kumar) 2e43dac Docs: fix no-sequences example (#14643) (Nitin Kumar) 958ff4e Docs: add note for arrow functions in no-seq rule (#14578) (Nitin Kumar) e4f111b Fix: arrow-body-style crash with object pattern (fixes #14633) (#14635) (Milos Djermanovic) ec28b5a Chore: upgrade eslint-plugin-eslint-plugin (#14590) (薛定谔的猫) 85a2725 Docs: Update README team and sponsors (ESLint Jenkins) v7.27.0 - May 21, 2021 2c0868c Chore: merge all html formatter files into html.js (#14612) (Milos Djermanovic) 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar) afe9569 Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov) c0f418e Chore: Remove lodash (#14287) (Stephen Wade) 52655dd Update: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden) 967b1c4 Chore: Fix typo in large.js (#14589) (Ikko Ashimine) 2466a05 Sponsors: Sync README with website (ESLint Jenkins) fe29f18 Sponsors: Sync README with website (ESLint Jenkins) 086c1d6 Chore: add more test cases for no-sequences (#14579) (Nitin Kumar) 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins) v7.26.0 - May 7, 2021 aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#14577) (Brandon Mills) ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #14208) (#14282) (Patrick Ahmetovic) 6a86e50 Chore: remove loose-parser tests (fixes #14315) (#14569) (Milos Djermanovic) ee3a3ea Fix: create .eslintrc.cjs for module type (#14304) (Nitin Kumar) ... (truncated) Commits b402f78 7.29.0 a02dbd2 Build: changelog update for 7.29.0 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) c2cd7b4 New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) eea7e0d Chore: remove duplicate code (#14719) 6a1c7a0 Fix: allow fallthrough comment inside block (fixes #14701) (#14702) 97d9bd2 Revert "Update: ecmaVersion defaults to 5, and allows "latest" (#14622)" (#14... a47e5e3 Docs: Add Mega-Linter to the list of integrations (#14707) 353ddf9 Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) 757c495 Chore: add some rules to eslint-config-eslint (#14692) 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. If all status checks pass Dependabot will automatically merge this pull request. 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 @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot dashboard: Update frequency (including time of day and day of week) Pull request limits (per update run and/or open at any time) Automerge options (never/patch/minor, and dev/runtime dependencies) Out-of-range updates (receive only lockfile updates, if desired) Security updates (receive only security updates, if desired)
Open Graph Description: Bumps eslint from 7.3.1 to 7.29.0. Release notes Sourced from eslint's releases. v7.29.0 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) c2cd7b4 New: Add E...
X Description: Bumps eslint from 7.3.1 to 7.29.0. Release notes Sourced from eslint's releases. v7.29.0 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) c2cd7b4 New: A...
Opengraph URL: https://github.com/dry-python/dry-python.github.io/pull/843
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:2f672f71-c544-9207-a65a-08ca8578899d |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8BFE:296AF5:2137433:2D981C0:696ABBD4 |
| html-safe-nonce | cb6b9cf00f50cc0465cff2fa23ed222991c5901af9410a187a85d72116ca8de8 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QkZFOjI5NkFGNToyMTM3NDMzOjJEOTgxQzA6Njk2QUJCRDQiLCJ2aXNpdG9yX2lkIjoiODA3NDM0OTcyNzQwMzY5MzY0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 57491fab3e20b2bbdd331a35554df02e19f2a3288fc81904f577810ee2a1330f |
| hovercard-subject-tag | pull_request:674239381 |
| 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/dry-python/dry-python.github.io/pull/843/files |
| twitter:image | https://avatars.githubusercontent.com/in/2141?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/2141?s=400&v=4 |
| og:image:alt | Bumps eslint from 7.3.1 to 7.29.0. Release notes Sourced from eslint's releases. v7.29.0 bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills) c2cd7b4 New: Add E... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 46ce962e0e18113ea447391b6ace8b02d4d2861e57b4fbab3658698f73d8855b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/dry-python/dry-python.github.io git https://github.com/dry-python/dry-python.github.io.git |
| octolytics-dimension-user_id | 37993755 |
| octolytics-dimension-user_login | dry-python |
| octolytics-dimension-repository_id | 137952335 |
| octolytics-dimension-repository_nwo | dry-python/dry-python.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 137952335 |
| octolytics-dimension-repository_network_root_nwo | dry-python/dry-python.github.io |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 30300f30bb3949de255e84a146706a3bdb5c19c9 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width