|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [9.0.0](https://github.com/paambaati/codeclimate-action/compare/v8.0.0...v9.0.0) (2024-08-21) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* declare new environment verification option in action.yml |
| 9 | +* new environment verification flag |
| 10 | +* new environment verification flag |
| 11 | +* migrate everything to ESM-only |
| 12 | +* upgrade module to ESM |
| 13 | +* **ci:** this doesn't change the functionality of the core action, but it does change how releases are made in the future. |
| 14 | +* Trying to make semantic-release push a new release |
| 15 | +* this should ideally get published as v5 |
| 16 | +* this should ideally get published as v5 |
| 17 | +* **core:** Support Windows, now that CodeClimate has released a Windows binary of the reporter – see codeclimate.com/changelog/7dd79ee1cf1af7141b2bd18b |
| 18 | +* **core:** Support Windows, now that CodeClimate has released a Windows binary of the reporter |
| 19 | +* **ci:** semantic-release and its process is fundamentally broken when the repo moved from master to main for its main branch. This is an attempt to try to unfuck the git log/ref notes |
| 20 | + |
| 21 | +### core |
| 22 | + |
| 23 | +* Support Windows ([9af890c](https://github.com/paambaati/codeclimate-action/commit/9af890ca201808293494389e160c2247062e61ab)) |
| 24 | +* Support Windows ([3434c61](https://github.com/paambaati/codeclimate-action/commit/3434c618e21bb9a4ea49f8f85e10839bef1addcd)) |
| 25 | + |
| 26 | + |
| 27 | +### Features |
| 28 | + |
| 29 | +* **ci:** replace semantic-release with Google's release-please. ([854ea46](https://github.com/paambaati/codeclimate-action/commit/854ea46b10d7c48dc04f57be960f2257fca0ba16)) |
| 30 | +* **core/internal:** migrate to Japa as test runner. ([c909795](https://github.com/paambaati/codeclimate-action/commit/c909795d1dcb5df36fdeeff279bb457ba354f9f7)) |
| 31 | +* **core:** add support for batch-size ([3c144ec](https://github.com/paambaati/codeclimate-action/commit/3c144ec8e4074dcc15884b780b4eed12d8ab0f3a)) |
| 32 | +* **core:** cleanup downloaded artifacts ([f331896](https://github.com/paambaati/codeclimate-action/commit/f3318964532e9a7bdf28c20830035973024c31bc)), closes [#639](https://github.com/paambaati/codeclimate-action/issues/639) |
| 33 | +* **core:** Introduce batch-size flag ([5c8aa39](https://github.com/paambaati/codeclimate-action/commit/5c8aa39414f6c41f8a181d4e345e4312cf466b34)) |
| 34 | +* **core:** migrate everything to ESM-only ([6e2b10b](https://github.com/paambaati/codeclimate-action/commit/6e2b10b46edc4c533e010d5f6df2d446de6beccf)) |
| 35 | +* **core:** support fork PRs. ([70a75ac](https://github.com/paambaati/codeclimate-action/commit/70a75acf3c0eaae19bee5fb425f63e455356daf7)), closes [#627](https://github.com/paambaati/codeclimate-action/issues/627) |
| 36 | +* **core:** Support Windows ([f0efca8](https://github.com/paambaati/codeclimate-action/commit/f0efca8d8bb2d28d2e31f5b09b3a12db580b74ed)) |
| 37 | +* **core:** Support Windows ([9787ba6](https://github.com/paambaati/codeclimate-action/commit/9787ba65355cc7e2454726ff732df574e1a6b370)) |
| 38 | +* migrate everything to ESM-only ([fed36ec](https://github.com/paambaati/codeclimate-action/commit/fed36ec1bc2a2dece8a108b769afb805aeaca1e1)) |
| 39 | +* new environment verification flag ([fa81470](https://github.com/paambaati/codeclimate-action/commit/fa81470c1bd63538aaec8ea3f8a0bb4a20964f1d)) |
| 40 | +* new environment verification flag ([6007e34](https://github.com/paambaati/codeclimate-action/commit/6007e345cd3be63fd59b5d55fd0f16edfb308ce1)) |
| 41 | +* run action using Node.js 20.x ([859e71d](https://github.com/paambaati/codeclimate-action/commit/859e71d20050925c52fd9524f5c74a0a36fba31f)) |
| 42 | +* run action using Node.js 20.x ([096c232](https://github.com/paambaati/codeclimate-action/commit/096c232e4cf323b72675683a27680ac60eead7e8)) |
| 43 | +* run action using Node.js 20.x ([7642145](https://github.com/paambaati/codeclimate-action/commit/7642145673e571d8436a9743a36d090a6f6acc5d)) |
| 44 | +* run action using Node.js 20.x ([f01d194](https://github.com/paambaati/codeclimate-action/commit/f01d1944ff5c4726c7649bf3698c1149996369bd)) |
| 45 | +* run action using Node.js 20.x ([a5d0e4f](https://github.com/paambaati/codeclimate-action/commit/a5d0e4fed50e0ae7f30c14a173467bf5651a1e8c)) |
| 46 | +* run action using Node.js 20.x ([052f893](https://github.com/paambaati/codeclimate-action/commit/052f89397e39d4b69b7f4981f7428cc626a5807c)) |
| 47 | +* upgrade module to ESM ([797e381](https://github.com/paambaati/codeclimate-action/commit/797e381806c83961cde416008109fecfbfe9063b)) |
| 48 | +* **utils:** refactor coverage config line parser into own util ([e03d453](https://github.com/paambaati/codeclimate-action/commit/e03d4534fcf95c549b4b083f76870551d74140c1)) |
| 49 | + |
| 50 | + |
| 51 | +### Bug Fixes |
| 52 | + |
| 53 | +* **ci:** better version tagging ([e7ede07](https://github.com/paambaati/codeclimate-action/commit/e7ede07acfbc6a654693402829004a85e680e713)) |
| 54 | +* **ci:** checkout EVERYTHING so semantic-release has all the data it could need ([a16dca5](https://github.com/paambaati/codeclimate-action/commit/a16dca5bb60d6d1ceec305e554d1d07b2e6f9f2f)) |
| 55 | +* **ci:** debug outputs ([11ed927](https://github.com/paambaati/codeclimate-action/commit/11ed9278d366c02ce89a0aa9c0266d01ed3fe78f)) |
| 56 | +* **ci:** do not cancel all matrix builds for one ([1471593](https://github.com/paambaati/codeclimate-action/commit/1471593d867e0a8171a8bbd830bc6d14647c0c73)) |
| 57 | +* **ci:** fix invalid YAML ([8f95f43](https://github.com/paambaati/codeclimate-action/commit/8f95f43e97f705d9dbb7e18d5586a16e8531d318)) |
| 58 | +* **ci:** fix the tag detection logic for new releases ([f787a56](https://github.com/paambaati/codeclimate-action/commit/f787a56de16312cc3eeff8ed0117b9cc1339a2f3)) |
| 59 | +* **ci:** rebuild and republish to use new branch and workflows ([0c99fb3](https://github.com/paambaati/codeclimate-action/commit/0c99fb3d11aa2bbf8bf94ed90bd4955348c6338b)) |
| 60 | +* **ci:** release broken release process ([746f1d2](https://github.com/paambaati/codeclimate-action/commit/746f1d233d2b6d15d77cee532065c4124db0a82c)) |
| 61 | +* **ci:** republish so latest changes get applied ([8f00eaa](https://github.com/paambaati/codeclimate-action/commit/8f00eaacd9c46d0c7351c37ce64d6f2705ae93dc)) |
| 62 | +* **ci:** republish so latest changes get applied ([fa71c1f](https://github.com/paambaati/codeclimate-action/commit/fa71c1ff7a91f7177d648c64b50c50dd9aa0d90e)) |
| 63 | +* **ci:** set up correct (?) condition to trigger publish ([3e9c9ce](https://github.com/paambaati/codeclimate-action/commit/3e9c9cefc80813bd2d9fffeb4610778e0761f2f7)) |
| 64 | +* **ci:** set up correct regex that replaces the 'v' prefixes for tags ([b3bcc0e](https://github.com/paambaati/codeclimate-action/commit/b3bcc0e23b5ab151ae0a3a2aa8dce8c6bb3bb3d7)) |
| 65 | +* **ci:** try once again to publish new version ([bcd27f6](https://github.com/paambaati/codeclimate-action/commit/bcd27f6c52b0b9daa097cb34b05c43e5040216b7)) |
| 66 | +* **ci:** use Node 22.x so the import loader will work as expected ([d56acf0](https://github.com/paambaati/codeclimate-action/commit/d56acf0f9654ca5e5e79176b57692ff3627a2561)) |
| 67 | +* **ci:** use the un-broken latest version of the workflow ([0fe0643](https://github.com/paambaati/codeclimate-action/commit/0fe06436de76fed68e37a8d6001f6ba46ba23f26)) |
| 68 | +* **ci:** validate empty new release version ([2b9684a](https://github.com/paambaati/codeclimate-action/commit/2b9684a12a4089d77e5ab787677df4affaeb6ac0)) |
| 69 | +* **core:** handle globs correctly in windows ([54ac87c](https://github.com/paambaati/codeclimate-action/commit/54ac87c16480738f78a87f5e33a4a417111a550b)) |
| 70 | +* **core:** parse coverage path correctly on all platforms ([923001d](https://github.com/paambaati/codeclimate-action/commit/923001d88c62217179c085d441a5a3d54b8399e5)) |
| 71 | +* **core:** support ARM 64-bit environments ([ea13673](https://github.com/paambaati/codeclimate-action/commit/ea1367348928eca3a302fb3682b07c585841c39f)) |
| 72 | +* **core:** support ARM 64-bit environments ([ea13673](https://github.com/paambaati/codeclimate-action/commit/ea1367348928eca3a302fb3682b07c585841c39f)) |
| 73 | +* **core:** support ARM 64-bit environments ([99e22b3](https://github.com/paambaati/codeclimate-action/commit/99e22b3d7de0c911c564cd391d4f9dae79ae176e)) |
| 74 | +* create hash from windows ([077e614](https://github.com/paambaati/codeclimate-action/commit/077e614c8e5c583d418676d578d063d75c198405)) |
| 75 | +* declare new environment verification option in action.yml ([3d46dc1](https://github.com/paambaati/codeclimate-action/commit/3d46dc126ca086664491c38f977bb9e4475682cd)) |
| 76 | +* **deps:** add missing dev-only dep to unblock typescript build ([9e22dcb](https://github.com/paambaati/codeclimate-action/commit/9e22dcb3b7b5b5992a31f3577cf113dc2e950e03)) |
| 77 | +* fix up last of the TS errors from tap API change ([d99b041](https://github.com/paambaati/codeclimate-action/commit/d99b041d9445249993e42c7091d3c36542347971)) |
| 78 | +* go back to tap because japa doesn't seem active ([19034a0](https://github.com/paambaati/codeclimate-action/commit/19034a0c630d64867d562ed7e06cab8149399e26)) |
| 79 | +* incorrect references to __dirname ([cb821ab](https://github.com/paambaati/codeclimate-action/commit/cb821abe7dea969cd3f252f4ba8585b57951a3d2)) |
| 80 | +* keep windows-style line endings for .bat files ([67549ff](https://github.com/paambaati/codeclimate-action/commit/67549ffc57b34e099f5bb2388d86c3cc7c347ec2)) |
| 81 | +* make sure the action can actually run as ESM ([fd0ae9c](https://github.com/paambaati/codeclimate-action/commit/fd0ae9ce7c647f5f26596719886a9c227c9afcdf)) |
| 82 | +* revert 47793be ([e512c4b](https://github.com/paambaati/codeclimate-action/commit/e512c4b5755f6d61cf87b2fe714857fe91b4af88)) |
| 83 | +* set up gitattributes to stop the line ending fuckery ([4246a36](https://github.com/paambaati/codeclimate-action/commit/4246a36c822e053c11577e679d16bf16827d6842)) |
| 84 | +* set up gitattributes to stop the line ending fuckery ([9181fd8](https://github.com/paambaati/codeclimate-action/commit/9181fd8af8132edee25fcc8df8a751d814e394c8)) |
| 85 | +* **tests:** add back missing import ([9eb6690](https://github.com/paambaati/codeclimate-action/commit/9eb669015a1fa3a9642367df2c7f03d3249ad72b)) |
| 86 | +* **tests:** additional windows-style test fixes ([def6f6d](https://github.com/paambaati/codeclimate-action/commit/def6f6d4afae91513acccff73c32708488c56b75)) |
| 87 | +* **tests:** fix tests for Windows ([18e310b](https://github.com/paambaati/codeclimate-action/commit/18e310ba76d6e1fe841d54e79d9de422dc9370d3)) |
| 88 | +* **tests:** fix the Windows path ([6e02942](https://github.com/paambaati/codeclimate-action/commit/6e029425c431d797aa38acc4943036320fe4788e)) |
| 89 | +* **tests:** make sure the special variable in script are quoted to make string comparison work ([c796f65](https://github.com/paambaati/codeclimate-action/commit/c796f651db785c619396cdbb8e09fe0c23f5dc46)) |
| 90 | +* **tests:** mock checksum verification too ([2befa84](https://github.com/paambaati/codeclimate-action/commit/2befa84d394ee779f30efbf507b9aceabfdc18ca)) |
| 91 | +* **tests:** more windows-specific test fixes ([de37362](https://github.com/paambaati/codeclimate-action/commit/de37362050b6d7216a5422f7a391e1d6380eec23)) |
| 92 | +* **tests:** more windows-specific test fixes ([e44e0a3](https://github.com/paambaati/codeclimate-action/commit/e44e0a3f3b39f96c83d6e361469ae7fec20a5521)) |
| 93 | +* **tests:** more windows-specific test fixes ([0b2f6f8](https://github.com/paambaati/codeclimate-action/commit/0b2f6f823e9a7761ee96aa4e10ea9855e814a789)) |
| 94 | +* **tests:** more windows-specific test fixes ([9a9184a](https://github.com/paambaati/codeclimate-action/commit/9a9184a38ee7d74840d8db188c814b80ff42a045)) |
| 95 | +* **tests:** more windows-specific test fixes ([1c1a7eb](https://github.com/paambaati/codeclimate-action/commit/1c1a7eb012ea910fd8c81de6dedfdaff7ce7374e)) |
| 96 | +* **tests:** more windows-specific test fixes ([8d2edab](https://github.com/paambaati/codeclimate-action/commit/8d2edab83e08094146fcf395ff2f93f803ed50e5)) |
| 97 | +* **tests:** more windows-specific test fixes ([e05d58f](https://github.com/paambaati/codeclimate-action/commit/e05d58f36f359fd2e40e1378c64a6d5c5aa83e19)) |
| 98 | +* **tests:** more windows-specific tests ([e9e87cc](https://github.com/paambaati/codeclimate-action/commit/e9e87cc514c01b5a63d3f02552e7d1a137c803fc)) |
| 99 | +* **tests:** more windows-specific tests ([13ff2e3](https://github.com/paambaati/codeclimate-action/commit/13ff2e357d666a066f84e76369c20bb78b8f669b)) |
| 100 | +* **tests:** more windows-specific tests ([80aa61e](https://github.com/paambaati/codeclimate-action/commit/80aa61ef4dffb2558582006ee27683cf5d1d304e)) |
| 101 | +* **tests:** more windows-specific tests ([498dee1](https://github.com/paambaati/codeclimate-action/commit/498dee151bf552b61d78f1cf1b5345169cff761f)) |
| 102 | +* **tests:** more windows-specific tests ([f4dff2a](https://github.com/paambaati/codeclimate-action/commit/f4dff2a761bc3d7d08071c94d452704b5b07ff2d)) |
| 103 | +* **tests:** more windows-specific tests ([4b48851](https://github.com/paambaati/codeclimate-action/commit/4b488512dd11c86232802e7bfb81c02b9b89c6e3)) |
| 104 | +* **tests:** OS-agnostic line separators for all strings ([2fc4cc3](https://github.com/paambaati/codeclimate-action/commit/2fc4cc3403ce99cfe7000fe58b8d0acb89549fb7)) |
| 105 | +* **tests:** remove windows-only test and start writing os-independent logic ([29cbd91](https://github.com/paambaati/codeclimate-action/commit/29cbd9169661bae87eccb3ae15101e9d9fa58f1b)) |
| 106 | +* **tests:** run checksum verification pre-checks only for fixtures on their own target platforms ([4dc408b](https://github.com/paambaati/codeclimate-action/commit/4dc408bc02b974db9dc9e4129c7d797e7b0a3ee1)) |
| 107 | +* **tests:** set up correct file mode on Windows ([4edff7e](https://github.com/paambaati/codeclimate-action/commit/4edff7ebe0387ebfb113739a5ab3c9101994820e)) |
| 108 | +* **tests:** set up Windows fixtures ([c29289f](https://github.com/paambaati/codeclimate-action/commit/c29289fe7fac8870265111efaaeef59bb5b6a834)) |
| 109 | +* **tests:** skip integration tests on unsupported platforms ([00e5b40](https://github.com/paambaati/codeclimate-action/commit/00e5b40552ecfd62683dfc2202ed236538468d25)) |
| 110 | +* **tests:** try correcting extra spaces in checksum files generated on Windows ([edc5e97](https://github.com/paambaati/codeclimate-action/commit/edc5e97e04929ec51a7d6b02563e518d39aff823)) |
| 111 | +* **test:** try fixing tests on Windows (maybe) ([47793be](https://github.com/paambaati/codeclimate-action/commit/47793be72fdd16ec9d6b952bbfea93ab7dc86384)) |
| 112 | +* **test:** use the @tapjs/tsx import loader to fix TS issues ([295386a](https://github.com/paambaati/codeclimate-action/commit/295386a66f5a648a1a1d048d80cb43aa738b3b75)) |
| 113 | +* try LF-only line endings for all files ([e2c94ee](https://github.com/paambaati/codeclimate-action/commit/e2c94ee03d92b6c92abd36933bea05650aac91c7)) |
| 114 | +* upgrade tap to fix the plugin issues ([f97429e](https://github.com/paambaati/codeclimate-action/commit/f97429e8c5b4a0dfc7f340cb0765fd15fc9982fd)) |
| 115 | +* **util:** follow redirects in fetch ([a258bd9](https://github.com/paambaati/codeclimate-action/commit/a258bd9f1e258160b5309cfdfd7348aeb6edc640)) |
| 116 | + |
| 117 | + |
| 118 | +### Miscellaneous Chores |
| 119 | + |
| 120 | +* release 6.0.0 ([5c9d4de](https://github.com/paambaati/codeclimate-action/commit/5c9d4de11fe96247f3539e4e8c7cdd448b0c6dca)) |
| 121 | +* release 7.0.0 ([bae515b](https://github.com/paambaati/codeclimate-action/commit/bae515b41c8a9de774d011c8796742112d8c903f)) |
| 122 | +* release 8.0.0 ([26b2a65](https://github.com/paambaati/codeclimate-action/commit/26b2a652c38277ae8185d000fecbbbfe08e761a4)) |
| 123 | +* release 9.0.0 ([d84270d](https://github.com/paambaati/codeclimate-action/commit/d84270d264e7c7176492228c88790bd551c6dfcf)) |
| 124 | + |
3 | 125 | ## [8.0.0](https://github.com/paambaati/codeclimate-action/compare/v7.0.0...v8.0.0) (2024-06-12)
|
4 | 126 |
|
5 | 127 |
|
|
0 commit comments