Commit Graph
58 Commits
Author SHA1 Message Date
jake 6f1eaf1cd5 remove redundant hugoVersion setting in package.json 2020-09-14 10:31:42 -04:00
jake d59ea6426d require node 10.x and update deps
fixes CVE-2020-8116 (only in devDependencies, don't worry)
2020-07-31 23:27:27 -04:00
jake 546f54c43e Update publish.yml 2020-07-25 11:13:29 -04:00
jake 580a8c2a41 Hugo v0.74.3 2020-07-23 14:38:23 -04:00
jake caad789819 Update README.md 2020-07-17 17:00:16 -04:00
jake 83301b407d Hugo v0.74.2 2020-07-17 16:55:32 -04:00
jake 5aac8ca1b3 Hugo v0.74.1 2020-07-13 15:29:24 -04:00
jake f7ee2d3d55 Hugo v0.74.0 2020-07-13 15:24:14 -04:00
jake d942e128c1 Hugo v0.73.0 2020-06-23 14:08:58 -04:00
jake 38a9f20d3b check for Hugo releases less frequently (every 3 hours) 2020-06-23 10:39:57 -04:00
jake 7a1dcde6d9 add action to check for new Hugo releases
TODO: instead of failing CI, send a notification via email/slack/twilio/etc.
2020-06-22 23:09:11 -04:00
jake f79383dd79 Hugo v0.72.0 2020-05-31 09:32:03 -04:00
jake b056f5a88c Hugo v0.71.1 2020-05-25 14:28:24 -04:00
jake bc60dacf2e fix publishing to GPR (hopefully?) 2020-05-25 14:26:29 -04:00
jake a707a4bf30 Hugo v0.71.0 2020-05-19 12:22:11 -04:00
jake b0163ab633 also publish to GitHub Package Registry 2020-05-13 13:14:55 -04:00
jake 0c69508946 Hugo v0.70.0 2020-05-06 12:08:50 -04:00
jake bba3146cfe update package.json & deps 2020-05-03 13:20:41 -04:00
jake 8b1ab32a01 Hugo v0.69.2 2020-04-26 16:18:34 -04:00
jake 42d0565f27 return to supporting node >= 8
downgraded xo and mocha. bin-wrapper still supports >= 6, which is really all that matters.
2020-04-25 14:23:59 -04:00
jake 66476fbd78 Hugo v0.69.1 2020-04-22 08:18:14 -04:00
jake b938cc6773 add node 14.x to tests 2020-04-22 08:17:11 -04:00
jake 91dabc56c7 Hugo v0.69.0 2020-04-10 09:49:05 -04:00
jake af7274d35b Only run tests on commits to master branch (and PRs still) 2020-04-05 13:12:12 -04:00
jake 388d1be132 Regenerate lock file (fixes #8) 2020-04-02 12:14:57 -04:00
jake 1e11110408 Clean up tests 2020-03-25 11:47:51 -04:00
jake 5f83a8752a Hugo v0.68.3 2020-03-24 09:02:50 -04:00
jake aef676aaaa Hugo v0.68.2 2020-03-24 09:01:17 -04:00
jake b7d2bc0680 Hugo v0.68.1 2020-03-22 09:05:54 -04:00
jake dd377fc1d3 Hugo v0.68.0 2020-03-21 10:44:07 -04:00
jake 3797d77ee5 Regenerate lock file (fixes CVE-2020-7598) 2020-03-18 12:56:42 -04:00
jake 50b6a28dff Hugo v0.67.1 2020-03-15 16:00:02 -04:00
jake 51bd3671e8 Hugo v0.67.0 2020-03-09 16:57:06 -04:00
jake 22656d3142 Change dragonflybsd to dragonfly for ${process.platform}
Still seems to be undetectable — see below, looks like it'll end up downloading FreeBSD binary — but doesn't hurt to "fix." I'll test this one day...

https://github.com/nodejs/node/blob/2a7d66200b53f645b4f7e412ed080f249e2e667e/tools/utils.py#L66
2020-03-09 14:19:07 -04:00
jake 1e1aa52fa7 Add building gohugoio/hugoDocs to test workflow (#7)
via `node cli.js`
2020-03-04 12:16:32 -05:00
jake 1e280a3ed2 Hugo v0.66.0 2020-03-03 13:28:19 -05:00
jake d189fdcc55 Hugo v0.65.3 2020-02-23 21:21:11 -05:00
jake 61dc526cdb Hugo v0.65.2 2020-02-21 16:19:43 -05:00
jake 3c89044615 Hugo v0.65.1 2020-02-20 12:56:41 -05:00
jake b19828376d Hugo v0.65.0 2020-02-20 12:50:24 -05:00
jake ccbfec2c65 Update README.md [skip ci] 2020-02-20 12:49:47 -05:00
jake c3ef7b92f8 add support for Linux ARM64, NetBSD, OpenBSD, DragonFlyBSD binaries
some of these may be undetected, even though they support node...?

https://nodejs.org/api/process.html#process_process_platform
2020-02-18 18:08:28 -05:00
jake 50fed96099 require node >= 10 2020-02-18 17:45:21 -05:00
jake 6c87e415dc allow binaries in vendor folder to be cached
aka: don't delete binaries in node_modules folder, since they shouldn't change anyways (unless the package is also updated)
2020-02-18 17:40:51 -05:00
jake 20039a775a Hugo v0.64.1 2020-02-13 06:04:29 +05:30
jake 026be7426a Update README.md 2020-02-04 08:52:23 -05:00
jake 53bb1ab4db Hugo v0.64.0 2020-02-04 08:48:48 -05:00
jake f6b20c2dee moved repository from hugo-node to hugo-extended 2020-02-01 18:57:00 -05:00
jake 9b1434b0b2 remove signale dependency 2020-01-31 11:20:05 -05:00
jake a0a61c0d60 print Hugo version & environment variables in tests 2020-01-31 09:08:38 -05:00
jake 8dac927afa support node >=8 2020-01-31 08:48:20 -05:00
jake 8bcbc1a248 run tests on all OSes 2020-01-31 08:44:20 -05:00
jake 4a2a55ef91 publish to NPM via action 2020-01-31 08:34:14 -05:00
jake e7cab3ed94 rename to hugo-extended 2020-01-31 08:13:23 -05:00
jake da49c200fb further simplify install logic 2020-01-30 20:33:17 -05:00
jake 9d5f8ac522 update readme, license, etc. 2020-01-30 20:33:01 -05:00
jake cb88ac1257 default to Hugo extended flavor 2020-01-30 19:08:34 -05:00
jake c87fb47758 lint and test via GitHub Action 2020-01-30 19:08:03 -05:00