An in-range update of eslint is breaking the build ๐จ
greenkeeper opened this issue ยท 9 comments
The devDependency eslint was updated from 5.15.3 to 5.16.0.
๐จ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- โ Travis CI - Branch:
The build errored.
Release Notes for v5.16.0
dfef227Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)c06d38cFix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)87a5c03Docs:func-style: clarify whenallowArrowFunctionsis used (#11548) (Oliver Joseph Ash)bc3e427Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)b452f27Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)afe3d25Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)4fe7eb7Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)f16af43Chore: fix formatters/table test (#11534) (Toru Nagashima)78358a8Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Commits
The new version differs by 11 commits.
ded2f945.16.0ea36e13Build: changelog update for 5.16.0dfef227Build: gensite passes rulesMeta to formatter rendering (#11567)c06d38cFix: Allow HTML formatter to handle no meta data (#11566)87a5c03Docs:func-style: clarify whenallowArrowFunctionsis used (#11548)bc3e427Update: pass rule meta to formatters RFC 10 (#11551)b452f27Chore: Update README to pull in reviewer data (#11506)afe3d25Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)4fe7eb7Chore: use nyc instead of istanbul (#11532)f16af43Chore: fix formatters/table test (#11534)78358a8Docs: fix duplicate punctuation in CLI docs (#11528)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donโt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot ๐ด
After pinning to 5.15.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyeslint was updated from6.0.1to6.1.0.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.1.0
8f86ccaUpgrade: eslint-scope@^5.0.0 (#12011) (Kevin Partington)d08683eFix: glob processing (fixes #11940) (#11986) (Toru Nagashima)bfcf8b2Fix: dot-location errors with parenthesized objects (fixes #11868) (#11933) (Milos Djermanovic)79e8d09Fix: add parens for sequence expr in arrow-body-style (fixes #11917) (#11918) (Pig Fang)105c098Docs: update docs for object-curly-spacing (fixes #11634) (#12009) (Chiawen Chen)c90a12cChore: update release script for new website repo (#12006) (Kai Cataldo)e2c08a9Sponsors: Sync README with website (ESLint Jenkins)b974fcbUpdate: Check computed property keys in no-extra-parens (#11952) (Milos Djermanovic)222d27cUpdate: Add for-in and for-of checks for props in no-param-reassign (#11941) (Milos Djermanovic)e4c450fFix: no-extra-parens autofix withinin a for-loop init (fixes #11706) (#11848) (Milos Djermanovic)2dafe2dFix: prefer-const produces invalid autofix (fixes #11699) (#11827) (Milos Djermanovic)cb475fdFix: Cache file error handling on read-only file system. (fixes #11945) (#11946) (Cuki)89412c3Docs: Fixed a typo (fixes #11999) (#12000) (Eddie Olson)6669f78Fix: --init with Vue.js failed (fixes #11970) (#11985) (Toru Nagashima)93633c2Upgrade: Upgrade lodash dependency (fixes #11992) (#11994) (Cyd La Luz)776dae7Docs: fix wrong Node.js version in getting started (#11993) (Toru Nagashima)4448261Docs: some typos and optimization points (#11960) (Jason Lee)2a10856Chore: Add temporary test files to .gitignore (#11978) (Milos Djermanovic)d83b233Chore: update path for release bundles (#11977) (Kai Cataldo)1fb3620Fix: creating of enabledGlobals object without prototype (fixes #11929) (#11935) (finico)c2f2db9Docs: Replace global true and false with writable and readonly in rules (#11956) (Milos Djermanovic)19335b8Fix: actual messageId and expected messageId are switched in rule tester (#11928) (Milos Djermanovic)8b216e0Docs: Fix incorrect example comments for unicode-bom rule (fixes #11937) (#11938) (Brandon Yeager)cc3885bChore: add v8-compile-cache to speed up instantiation time (#11921) (่ๅฎ่ฐ็็ซ)d8f2688Upgrade: deps (#11904) (่ๅฎ่ฐ็็ซ)e5f1cccDocs: add 'stricter rule config validating' in migrating docs (#11905) (่ๅฎ่ฐ็็ซ)
Commits
The new version differs by 171 commits.
02d75426.1.05997f7aBuild: changelog update for 6.1.08f86ccaUpgrade: eslint-scope@^5.0.0 (#12011)d08683eFix: glob processing (fixes #11940) (#11986)bfcf8b2Fix: dot-location errors with parenthesized objects (fixes #11868) (#11933)79e8d09Fix: add parens for sequence expr in arrow-body-style (fixes #11917) (#11918)105c098Docs: update docs for object-curly-spacing (fixes #11634) (#12009)c90a12cChore: update release script for new website repo (#12006)e2c08a9Sponsors: Sync README with websiteb974fcbUpdate: Check computed property keys in no-extra-parens (#11952)222d27cUpdate: Add for-in and for-of checks for props in no-param-reassign (#11941)e4c450fFix: no-extra-parens autofix withinin a for-loop init (fixes #11706) (#11848)2dafe2dFix: prefer-const produces invalid autofix (fixes #11699) (#11827)cb475fdFix: Cache file error handling on read-only file system. (fixes #11945) (#11946)89412c3Docs: Fixed a typo (fixes #11999) (#12000)
There are 171 commits in total.
See the full diff
- The
devDependencyeslint was updated from6.1.0to6.2.0.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.2.0
fee6acbUpdate: support bigint and dynamic import (refs #11803) (#11983) (Toru Nagashima)afd8012New: noInlineConfig setting (refs eslint/rfcs#22) (#12091) (Toru Nagashima)3d12378Update: Fix accessor-pairs to enforce pairs per property in literals (#12062) (Milos Djermanovic)8cd00b3New: function-call-argument-newline (#12024) (finico)30ebf92Fix: prefer-template autofix produces syntax error with octal escapes (#12085) (Milos Djermanovic)13c3988Fix: Check literal type explicitly in dot-notation (#12095) (Milos Djermanovic)3e5cecaFix: Handle empty string property names in getFunctionNameWithKind (#12104) (Milos Djermanovic)9a043ffFix: no-duplicate-case false positives on Object.prototype keys (#12107) (Milos Djermanovic)fe631afChore: minor typo fix (#12112) (James George)4cb7877Fix: fix no-extra-parens ignores some nodes (#11909) (Pig Fang)2dc23b8Update: fix no-dupe-keys false negatives on empty string names (#12069) (Milos Djermanovic)19ab666Fix: yoda exceptRange false positives on empty string property names (#12071) (Milos Djermanovic)d642150Update: Check empty string property names in sort-keys (#12073) (Milos Djermanovic)acce6deFix: class-methods-use-this reports 'undefined' names (#12103) (Milos Djermanovic)92ec2cbFix: Allow bind call with a single spread element in no-extra-bind (#12088) (Milos Djermanovic)bfdb0c9Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#12076) (Milos Djermanovic)34ccc0cChore: Remove TDZ scope type condition from no-unused-vars (#12055) (Milos Djermanovic)01d38ceDocs: Remove TDZ scope from the scope manager interface documentation (#12054) (Milos Djermanovic)1aff8fcUpdate: warn about mixing ternary and logical operators (fixes #11704) (#12001) (Karthik Priyadarshan)11be2f8Docs: do not recommend global-installed usage (#12016) (่ๅฎ่ฐ็็ซ)cf31dabFix: no-restricted-syntax - correct the schema (#12051) (Brad Zacher)fbec99eUpdate: fix class-methods-use-this false negatives with exceptMethods (#12077) (Milos Djermanovic)fb08b7cDocs: Remove readonly/writable global logic from no-undef (fixes #11963) (#12053) (Milos Djermanovic)5b5934bSponsors: Sync README with website (ESLint Jenkins)9156760Sponsors: Sync README with website (ESLint Jenkins)f5e0cc4Update: Check computed method keys in no-extra-parens (#11973) (Milos Djermanovic)d961438Docs: Fix Incorrect Documentation (#12045) (Michael Miceli)887d08cSponsors: Sync README with website (ESLint Jenkins)d90183fDocs: add a case to func-names (#12038) (Chiawen Chen)8a5b62dDocs: no use eslint.linter in code example (#12037) (่ๅฎ่ฐ็็ซ)5831767Update: report location of func-names (fixes #12022) (#12028) (Pig Fang)
Commits
The new version differs by 204 commits.
320b7bd6.2.09601f5aBuild: changelog update for 6.2.0fee6acbUpdate: support bigint and dynamic import (refs #11803) (#11983)afd8012New: noInlineConfig setting (refs eslint/rfcs#22) (#12091)3d12378Update: Fix accessor-pairs to enforce pairs per property in literals (#12062)8cd00b3New: function-call-argument-newline (#12024)30ebf92Fix: prefer-template autofix produces syntax error with octal escapes (#12085)13c3988Fix: Check literal type explicitly in dot-notation (#12095)3e5cecaFix: Handle empty string property names in getFunctionNameWithKind (#12104)9a043ffFix: no-duplicate-case false positives on Object.prototype keys (#12107)fe631afChore: minor typo fix (#12112)4cb7877Fix: fix no-extra-parens ignores some nodes (#11909)2dc23b8Update: fix no-dupe-keys false negatives on empty string names (#12069)19ab666Fix: yoda exceptRange false positives on empty string property names (#12071)d642150Update: Check empty string property names in sort-keys (#12073)
There are 204 commits in total.
See the full diff
- The
devDependencyeslint was updated from6.2.0to6.2.1.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.2.1
Commits
The new version differs by 210 commits.
9cadb596.2.122b7802Build: changelog update for 6.2.18c021b5Upgrade: eslint-utils 1.4.2 (#12131)e82388bSponsors: Sync README with website4aeeeedDocs: update docs for ecmaVersion 2020 (#12120)6886148Docs: Add duplicate keys limitation to accessor-pairs (#12124)320b7bd6.2.09601f5aBuild: changelog update for 6.2.0fee6acbUpdate: support bigint and dynamic import (refs #11803) (#11983)afd8012New: noInlineConfig setting (refs eslint/rfcs#22) (#12091)3d12378Update: Fix accessor-pairs to enforce pairs per property in literals (#12062)8cd00b3New: function-call-argument-newline (#12024)30ebf92Fix: prefer-template autofix produces syntax error with octal escapes (#12085)13c3988Fix: Check literal type explicitly in dot-notation (#12095)3e5cecaFix: Handle empty string property names in getFunctionNameWithKind (#12104)
There are 210 commits in total.
See the full diff
- The
devDependencyeslint was updated from6.2.1to6.2.2.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.2.2
Commits
The new version differs by 216 commits.
ca658fb6.2.23ed9f76Build: changelog update for 6.2.20e0b784Upgrade: espree@^6.1.1 (#12158)04e859fSponsors: Sync README with website34783d1Sponsors: Sync README with websiteb809e72Docs: Update README team and sponsors9cadb596.2.122b7802Build: changelog update for 6.2.18c021b5Upgrade: eslint-utils 1.4.2 (#12131)e82388bSponsors: Sync README with website4aeeeedDocs: update docs for ecmaVersion 2020 (#12120)6886148Docs: Add duplicate keys limitation to accessor-pairs (#12124)320b7bd6.2.09601f5aBuild: changelog update for 6.2.0fee6acbUpdate: support bigint and dynamic import (refs #11803) (#11983)
There are 216 commits in total.
See the full diff
- The
devDependencyeslint was updated from6.2.2to6.3.0.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.3.0
0acdefbChore: refactor code (#12113) (James George)52e2cf5New: reportUnusedDisableDirectives in config (refs eslint/rfcs#22) (#12151) (Toru Nagashima)020f952Update: enforceForSequenceExpressions to no-extra-parens (fixes #11916) (#12142) (Milos Djermanovic)aab1b84Fix: reset to the default color (#12174) (Ricardo Gobbo de Souza)4009d39Fix: yoda rule produces invalid autofix with preceding yield (#12166) (Milos Djermanovic)febb660Fix: no-extra-boolean-cast invalid autofix with yield before negation (#12164) (Milos Djermanovic)4c0b70bNew: support TypeScript at config initializer (fixes #11789) (#12172) (Pig Fang)94e39d9Chore: use GitHub Actions (#12144) (Toru Nagashima)e88f305Chore: support es2020 in fuzz (#12180) (่ๅฎ่ฐ็็ซ)00d2c5bDocs: corrected class extension example (#12176) (Marius M)31e5428Chore: Fix wrong error object keys in test files (#12162) (Milos Djermanovic)197f443Fix: func-name-matching crash on descriptor-like arguments (#12100) (Milos Djermanovic)644ce33Fix: no-self-assign false positive with rest and spread in array (#12099) (Milos Djermanovic)a81d263Fix: fix message of function-paren-newline (#12136) (Pig Fang)77f8ed1Chore: update blogpost template (#12154) (Toru Nagashima)6abc7b7Docs: Document the exception in no-unsafe-negation (#12161) (Milos Djermanovic)
Commits
The new version differs by 234 commits.
329e2956.3.094180daBuild: changelog update for 6.3.00acdefbChore: refactor code (#12113)52e2cf5New: reportUnusedDisableDirectives in config (refs eslint/rfcs#22) (#12151)020f952Update: enforceForSequenceExpressions to no-extra-parens (fixes #11916) (#12142)aab1b84Fix: reset to the default color (#12174)4009d39Fix: yoda rule produces invalid autofix with preceding yield (#12166)febb660Fix: no-extra-boolean-cast invalid autofix with yield before negation (#12164)4c0b70bNew: support TypeScript at config initializer (fixes #11789) (#12172)94e39d9Chore: use GitHub Actions (#12144)e88f305Chore: support es2020 in fuzz (#12180)00d2c5bDocs: corrected class extension example (#12176)31e5428Chore: Fix wrong error object keys in test files (#12162)197f443Fix: func-name-matching crash on descriptor-like arguments (#12100)644ce33Fix: no-self-assign false positive with rest and spread in array (#12099)
There are 234 commits in total.
See the full diff
- The
devDependencyeslint was updated from6.3.0to6.4.0.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.4.0
e915fffDocs: Improve examples and clarify default option (#12067) (Yuping Zuo)540296fUpdate: enforceForClassMembers option to accessor-pairs (fixes #12063) (#12192) (Milos Djermanovic)d3c2334Update: flag nested block with declaration as error (#12193) (David Waller)b2498d2Update: Fix handling of property names in no-self-assign (#12105) (Milos Djermanovic)1ee61b0Update: enforceForClassMembers computed-property-spacing (fixes #12049) (#12214) (Milos Djermanovic)520c922Docs: Added naming convention details to plugin usage (#12202) (Henrique Barcelos)f826eabFix: Allow line comment exception in object-curly-spacing (fixes #11902) (#12216) (Milos Djermanovic)db2a29bUpdate: indentation of comment followed by semicolon (fixes #12232) (#12243) (Kai Cataldo)ae17d1cFix: no-sequences is reporting incorrect locations (#12241) (Milos Djermanovic)365331aFix: object-shorthand providing invalid fixes for typescript (#12260) (Brad Zacher)1c921c6New: add no-import-assign (fixes #12237) (#12252) (Toru Nagashima)3be04fdNew: Add prefer-regex-literals rule (fixes #12238) (#12254) (Milos Djermanovic)37c0fdeUpdate: Report global Atomics calls in no-obj-calls (fixes #12234) (#12258) (Milos Djermanovic)985c9e5Fix: space-before-function-paren autofix removes comments (fixes #12259) (#12264) (Milos Djermanovic)01da7d0Fix: eqeqeq rule reports incorrect locations (#12265) (Milos Djermanovic)319e4d8Docs: adding finally example (#12256) (Jens Melgaard)d52328fDocs: fix no-sequenceswithexamples (#12239) (Milos Djermanovic)a41fdc0Fix: Remove autofixer for no-unsafe-negation (#12157) (Milos Djermanovic)e38f5fdUpdate: fix no-octal-escape false negatives after \0 (#12079) (Milos Djermanovic)9418fbeSponsors: Sync README with website (ESLint Jenkins)acc5ec5Sponsors: Sync README with website (ESLint Jenkins)460c5adSponsors: Sync README with website (ESLint Jenkins)0313441New: add rule default-param-last (fixes #11361) (#12188) (Chiawen Chen)7621f5dUpdate: add more specific linting messages to space-in-parens (#11121) (Che Fisher)21eb904Fix: basePath of OverrideTester (fixes #12032) (#12205) (Toru Nagashima)86e5e65Sponsors: Sync README with website (ESLint Jenkins)2b1a13fFix: no-extra-boolean-cast reports wrong negation node (fixes #11324) (#12197) (Milos Djermanovic)ba8c2aaSponsors: Sync README with website (ESLint Jenkins)a0a9746Docs: Fix link in no-irregular-whitespace.md (#12196) (Timo Tijhof)e10eebaFix: quotes autofix produces syntax error with octal escape sequences (#12118) (Milos Djermanovic)
Commits
The new version differs by 266 commits.
5f3024f6.4.0c847be2Build: changelog update for 6.4.0e915fffDocs: Improve examples and clarify default option (#12067)540296fUpdate: enforceForClassMembers option to accessor-pairs (fixes #12063) (#12192)d3c2334Update: flag nested block with declaration as error (#12193)b2498d2Update: Fix handling of property names in no-self-assign (#12105)1ee61b0Update: enforceForClassMembers computed-property-spacing (fixes #12049) (#12214)520c922Docs: Added naming convention details to plugin usage (#12202)f826eabFix: Allow line comment exception in object-curly-spacing (fixes #11902) (#12216)db2a29bUpdate: indentation of comment followed by semicolon (fixes #12232) (#12243)ae17d1cFix: no-sequences is reporting incorrect locations (#12241)365331aFix: object-shorthand providing invalid fixes for typescript (#12260)1c921c6New: add no-import-assign (fixes #12237) (#12252)3be04fdNew: Add prefer-regex-literals rule (fixes #12238) (#12254)37c0fdeUpdate: Report global Atomics calls in no-obj-calls (fixes #12234) (#12258)
There are 250 commits in total.
See the full diff
- The
devDependencyeslint was updated from6.4.0to6.5.0.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.5.0
73596cbUpdate: Add enforceForSwitchCase option to use-isnan (#12106) (Milos Djermanovic)d592a24Fix: exclude\u000dso new line won't convert to text (fixes #12027) (#12031) (zamboney)e85d27aFix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231) (Milos Djermanovic)b349bf7Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247) (Milos Djermanovic)7dc1ea9Fix: no-useless-return autofix removes comments (#12292) (Milos Djermanovic)0e68677Fix: no-extra-bind autofix removes comments (#12293) (Milos Djermanovic)6ad7e86Fix: no-extra-label autofix removes comments (#12298) (Milos Djermanovic)acec201Fix: no-undef-init autofix removes comments (#12299) (Milos Djermanovic)d89390bFix: use async reading of stdin in bin/eslint.js (fixes #12212) (#12230) (Barrie Treloar)334ca7cUpdate: no-useless-rename also reports default values (fixes #12301) (#12322) (Kai Cataldo)41bfe91Update: Fix handling of chained new expressions in new-parens (#12303) (Milos Djermanovic)160b7c4Chore: add autofix npm script (#12330) (Kai Cataldo)04b6adbChore: enable eslint-plugin-jsdoc (refs #11146) (#12332) (Kai Cataldo)9b86167Docs: Add new ES environments to Configuring ESLint (#12289) (Milos Djermanovic)c9aeab2Docs: Add supported ECMAScript version to README (#12290) (Milos Djermanovic)8316e7bFix: no-useless-rename autofix removes comments (#12300) (Milos Djermanovic)29c12f1Chore: cache results in runtime-info (#12320) (Kai Cataldo)f5537b2Fix: prefer-numeric-literals autofix removes comments (#12313) (Milos Djermanovic)11ae6fcUpdate: Fix call, new and member expressions in no-extra-parens (#12302) (Milos Djermanovic)a7894ebNew: add --env-info flag to CLI (#12270) (Kai Cataldo)61392ffSponsors: Sync README with website (ESLint Jenkins)2c6bf8eDocs: English fix (#12306) (Daniel Nixon)6f11877Sponsors: Sync README with website (ESLint Jenkins)2e202caDocs: fix links in array-callback-return (#12288) (Milos Djermanovic)e39c631Docs: add example for CLIEngine#executeOnText 3rd arg (#12286) (Kai Cataldo)d4f9a16Update: add support for JSXFragments in indent rule (fixes #12208) (#12210) (Kai Cataldo)c6af95fSponsors: Sync README with website (ESLint Jenkins)8cadd52Sponsors: Sync README with website (ESLint Jenkins)f9fc695Chore: enable default-param-last (#12244) (่ๅฎ่ฐ็็ซ)9984c3eDocs: Update README team and sponsors (ESLint Jenkins)
Commits
The new version differs by 298 commits.
76fb5716.5.07359a80Build: changelog update for 6.5.073596cbUpdate: Add enforceForSwitchCase option to use-isnan (#12106)d592a24Fix: exclude\u000dso new line won't convert to text (fixes #12027) (#12031)e85d27aFix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231)b349bf7Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247)7dc1ea9Fix: no-useless-return autofix removes comments (#12292)0e68677Fix: no-extra-bind autofix removes comments (#12293)6ad7e86Fix: no-extra-label autofix removes comments (#12298)acec201Fix: no-undef-init autofix removes comments (#12299)d89390bFix: use async reading of stdin in bin/eslint.js (fixes #12212) (#12230)334ca7cUpdate: no-useless-rename also reports default values (fixes #12301) (#12322)41bfe91Update: Fix handling of chained new expressions in new-parens (#12303)160b7c4Chore: add autofix npm script (#12330)04b6adbChore: enable eslint-plugin-jsdoc (refs #11146) (#12332)
There are 250 commits in total.
See the full diff
- The
devDependencyeslint was updated from6.5.0to6.5.1.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v6.5.1
Commits
The new version differs by 303 commits.
f150f7f6.5.1571307fBuild: changelog update for 6.5.10d3d7d9Docs: fix typo in no-magic-numbers (#12345)447ac87Fix: no-useless-rename handles ExperimentalRestProperty (fixes #12335) (#12339)b6ff73cSponsors: Sync README with website76fb5716.5.07359a80Build: changelog update for 6.5.073596cbUpdate: Add enforceForSwitchCase option to use-isnan (#12106)d592a24Fix: exclude\u000dso new line won't convert to text (fixes #12027) (#12031)e85d27aFix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231)b349bf7Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247)7dc1ea9Fix: no-useless-return autofix removes comments (#12292)0e68677Fix: no-extra-bind autofix removes comments (#12293)6ad7e86Fix: no-extra-label autofix removes comments (#12298)acec201Fix: no-undef-init autofix removes comments (#12299)
There are 250 commits in total.
See the full diff