Commit Graph

306 Commits

Author SHA1 Message Date
renovate[bot] 3b744b6bc7
chore(deps): update dependency ts-jest to v29.1.1 2023-07-02 12:28:27 +00:00
renovate[bot] 1e0125496f chore(deps): update dependency @types/node to v20.3.3 2023-07-02 12:28:10 +00:00
renovate[bot] a48b5297da chore(deps): update dependency eslint to v8.44.0 2023-07-01 06:16:56 +00:00
renovate[bot] 02adde5a4b chore(deps): update dependency typescript to v5.1.6 2023-06-30 13:59:40 +00:00
renovate[bot] 3633f77435 chore(deps): update dependency ts-loader to v9.4.4 2023-06-30 11:10:42 +00:00
renovate[bot] 44e438e1fc chore(deps): update dependency webpack to v5.88.1 2023-06-29 02:15:30 +00:00
renovate[bot] e006b86c10 chore(deps): update dependency @typescript-eslint/parser to v5.60.1 2023-06-28 22:30:04 +00:00
renovate[bot] d974ed7f52 chore(deps): update dependency eslint-plugin-jest to v27.2.2 2023-06-28 20:36:08 +00:00
renovate[bot] b2f043e8e7 chore(deps): update dependency @types/node to v20.3.2 2023-06-28 16:52:12 +00:00
Harsh Shandilya 34af20e113 fix(renovate): use preset automerge 2023-06-28 13:36:59 +00:00
renovate[bot] ed7c2cf063
chore(deps): pin dependencies 2023-06-28 13:27:05 +00:00
Harsh Shandilya e7a39dc8ac chore: refresh dist build 2023-06-28 13:25:19 +00:00
Harsh Shandilya 26bfe7c562
feat: add CI workflows 2023-06-27 01:44:41 +05:30
Harsh Shandilya bbbba6f72d
fix: disable always-failing test 2023-06-27 01:37:57 +05:30
Harsh Shandilya 990b7b4d82
fix(hooks): exclude tests for pre-commit check 2023-06-27 01:37:53 +05:30
renovate[bot] 18706b7a3d
chore(deps): lock file maintenance 2023-06-18 01:19:46 +00:00
renovate[bot] fd393cb9d6
chore(deps): lock file maintenance (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 10:05:49 +05:30
renovate[bot] fd59557bfe
chore(deps): update dependency eslint to v8.42.0 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-10 22:58:57 +05:30
Harsh Shandilya 7607f96ee1
chore: run prettier 2023-06-03 01:10:42 +05:30
Harsh Shandilya bf43ae42f4 chore: refresh dist build 2023-06-02 17:59:03 +00:00
Harsh Shandilya 78e687de91 fix(hooks): make Git hooks correctly search for ts files 2023-06-02 17:57:44 +00:00
Harsh Shandilya 7474ec805e fix: update test fixtures 2023-06-02 17:57:16 +00:00
Harsh Shandilya 41c645f2e0 fix: allow running tests 2023-06-02 17:56:53 +00:00
Harsh Shandilya b1d7f0e85d fix(deps): upgrade everything to the latest 2023-06-02 17:55:41 +00:00
Harsh Shandilya ce87698019 feat: upgrade all dependencies 2023-02-09 11:48:46 +00:00
Harsh Shandilya 9c5618886c ifeat(nix): set up flake-compat 2023-02-09 11:36:42 +00:00
Harsh Shandilya f3486c6e83 fix(flakes): add Yarn 2023-02-09 10:19:58 +00:00
Harsh Shandilya 3ecf12c7dc ifeat: configure Renovate 2023-02-09 10:16:05 +00:00
Harsh Shandilya aab18642b6 feat: switch to Node 16 2023-02-09 10:14:35 +00:00
Harsh Shandilya bae52d1af9 ifeat: set up Nix Flakes 2023-02-09 10:14:15 +00:00
Thomas Eizinger 8e44c5b494
Update CHANGELOG.md 2021-10-12 16:54:31 +11:00
Thomas Eizinger 5bc2328934
Merge pull request #11 from h4sh3d/add-tag-argument 2021-10-12 16:51:44 +11:00
h4sh3d 7e9f6cc8c3
Document new tag argument 2021-10-07 09:23:15 +02:00
h4sh3d 576342e16c
New tag argument to control prefix of version
Add an new input `tag` and remove `version` as required option to allow
smooth transition to the new `tag` argument later. If tag is set version
argument is ignored, if version argument is set a warning is emitted to
transition to tag and tag is set to its value.

Internally tag is added along version to differentiate the version
(strict semver) and the tag (potentially 'v' prefixed semver). If the
tag is prefixed, version is set as the non-prefixed tag value.
2021-10-07 09:22:49 +02:00
Thomas Eizinger 9f6c16b8af
Update Changelog for 1.2.1 release 2021-02-23 16:05:30 +11:00
Thomas Eizinger a445f653d4
Update CHANGELOG.md 2021-02-23 16:04:28 +11:00
Thomas Eizinger 96c59b0caa
Merge pull request #8 from markuspoerschke/case-insensitive-link-references
Fix replacment of lower cased "Unreleased" link references
2021-02-23 16:03:25 +11:00
Markus Poerschke 3fd796b8d0 Fix replacment of lower cased "Unreleased" link references
When a "Unreleased" link reference was lower cased, then it was not replaced.
In Markdown, link references are case insensitive.
Prettier for example will make them all lower case.
Therefore the identifier rather than the label must be compared to find the "Unreleased" link reference.
2021-02-20 22:05:25 +01:00
Thomas Eizinger 96ebf19f2b
Merge pull request #6 from thomaseizinger/update-changelog
Actually use the input and update the changelog
2020-09-22 14:44:29 +10:00
Thomas Eizinger b843c90a37
Actually use the input and update the changelog 2020-09-22 14:43:59 +10:00
Thomas Eizinger 2e5b1502a4
Merge pull request #4 from thomaseizinger/configurable-changelog-path 2020-09-22 14:39:01 +10:00
Thomas Eizinger ed61da00f6
Fix some linter errors 2020-09-22 14:38:32 +10:00
Thomas Eizinger bdf30052a5
Make path to changelog file configurable 2020-09-22 14:36:08 +10:00
Thomas Eizinger 67553fa0fc Automatically set git hook path in postinstall
Resolves #2.
2020-02-22 17:36:51 +11:00
Thomas Eizinger a0dc0f10c8 Make LICENSE our own and add link to README 2020-02-22 17:22:28 +11:00
Thomas Eizinger d1b539bccd Add commit hook for building javascript 2020-02-17 21:45:09 +11:00
Thomas Eizinger 86de0f7a98 Update changelog for version 1.1.0 2020-02-17 21:26:09 +11:00
Thomas Eizinger 12fc35b87d Add changelog 2020-02-17 21:21:52 +11:00
Thomas Eizinger 68d4b826db Make sure genesishash is valid hex 2020-02-15 21:22:48 +08:00
Thomas Eizinger 81f343d83a Correctly parse genesis hash from output 2020-02-15 17:40:38 +08:00