Commit Graph

1684 Commits

Author SHA1 Message Date
Bobby
18a235fdf9
chore: trigger actions rebuild 2022-04-15 13:41:05 +07:00
Bobby
71e4c928ba
feat: transition to eslint v8 environment 2022-04-15 13:40:22 +07:00
Bobby
44cd9c3653
fix: set minimum node version to 12.22.0
in preparation to transition to eslint 8
2022-04-15 13:39:41 +07:00
Bobby
e972abaa90
fix(deps): rebuild yarn.lock 2022-04-15 13:09:03 +07:00
Bobby
f75050f1cf
fix(deps): update dependency sqlite3 to ~5.0.3 2022-04-15 13:07:33 +07:00
renovate[bot]
8d97d5cdd8
chore(deps): update dependency postcss to ~8.4.12 (#452)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:58:36 +07:00
renovate[bot]
34f060cfc3
chore(deps): update dependency cssnano to ~5.1.7 (#451)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:58:26 +07:00
renovate[bot]
22e4a73a37
chore(deps): update dependency stylelint to ~14.6.1 (#458)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:57:53 +07:00
renovate[bot]
79373b8038
fix(deps): update dependency multer to ~1.4.4 (#453)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:57:42 +07:00
renovate[bot]
f74d6a8808
fix(deps): update dependency randomstring to ~1.2.2 (#454)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:57:28 +07:00
renovate[bot]
5adcf18f1b
chore(deps): update dependency browserslist to ~4.20.2 (#456)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:57:08 +07:00
renovate[bot]
730689d819
fix(deps): update dependency sharp to ~0.30.3 (#457)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:56:52 +07:00
renovate[bot]
abc29768de
fix(deps): update dependency systeminformation to ~5.11.9 (#455)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 12:56:16 +07:00
BobbyWibowo
d5a8ab471e dist: rebuilt client assets and bumped v1 version string 2022-03-09 15:09:49 +00:00
Bobby
b48d72a5ff
chore: trigger actions rebuild again
to align cache with updated actions modules
2022-03-09 22:08:42 +07:00
Bobby
4b9a27b4a0
ci(actions): update checkout and setup-node 2022-03-09 22:07:43 +07:00
BobbyWibowo
aaeb66efcd dist: rebuilt client assets and bumped v1 version string 2022-03-09 00:08:10 +00:00
Bobby
9ade74645d
chore: trigger actions rebuild
mainly to re-cache dependencies against node 16
2022-03-09 07:06:34 +07:00
Bobby
71725615bc
docs: README about fully supporting node 16 2022-03-09 07:05:40 +07:00
Bobby
8aa12ea6a8
ci(actions): use node 16 2022-03-09 07:04:56 +07:00
renovate[bot]
69bea5ecee
fix(deps): update dependency express to ~4.17.3 (#449)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 06:52:29 +07:00
Bobby
2495a25ca9
fix(deps): get rid of fibers 2022-03-09 06:44:23 +07:00
renovate[bot]
f67a4c8539
fix(deps): update dependency content-disposition to ~0.5.4 (#448)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 06:36:52 +07:00
renovate[bot]
0600d60976
fix(deps): update dependency body-parser to ~1.19.2 (#447)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 06:36:37 +07:00
Bobby
06d79a646b
feat: use chokidar with nunjucks during dev
to make nunjucks recompiles templates only when it detects changes,
as opposed to compiling everytime due to not using caching.

reminder that this is NOT a live reload feature!
2022-03-07 01:41:10 +07:00
Bobby
3050de43c4
fix(deps): @bobbywibowo/serve-static
the fork is now named under @bobbywibowo tag to allow it co-existing
with upstream version within the same scope if required

it and @bobbywibowo/send have also been aligned with their respective
latest master commits as of this commit date
2022-03-04 02:57:21 +07:00
Bobby
5584b6b3df
feat: clean up _globals.sample.njk 2022-03-04 02:15:17 +07:00
Bobby
f6d85b05ac
feat: verify config files exist on startup 2022-03-04 02:04:46 +07:00
Bobby
2ddd97541e
refactor: config.hsts -> config.helmet
this allows full config to the helmet library

it will fallback to old behavior if helmet entry is not found in
config file, but hsts entry is
2022-03-04 02:04:16 +07:00
Bobby
b80e2cca6e
feat: _globals.njk -> _globals.sample.njk
it's now the same as config.js file
copy it as _globals.njk then modify according to your needs
2022-03-04 01:36:54 +07:00
Bobby
1cca4e5f69
fix: update duckduckgo proxy url in sample config 2022-03-03 19:46:25 +07:00
Bobby
86dc408ee4
fix(deps): update dependency node-fetch to ~2.6.7 2022-03-03 19:39:47 +07:00
BobbyWibowo
8dc9ffda45 dist: rebuilt client assets and bumped v1 version string 2022-03-03 12:27:11 +00:00
Bobby
556bb801f4
chore: removed unused css 2022-03-03 19:26:04 +07:00
Bobby
5d9804abb6
style: removed override for function-name-case 2022-03-03 18:56:24 +07:00
BobbyWibowo
7388a37cee dist: rebuilt client assets and bumped v1 version string 2022-03-03 11:55:03 +00:00
Bobby
7ee3ec1ef0
style: adhere to keyframes-name-pattern 2022-03-03 18:54:05 +07:00
Bobby
f4f7346c83
docs: README node version 2022-03-03 18:48:22 +07:00
BobbyWibowo
80e53da69c dist: rebuilt client assets and bumped v1 version string 2022-03-03 11:46:42 +00:00
Bobby
7194f0c838
feat: transition to stylelint v14 environment
stylelint: 13 -> 14
postcss-preset-env: 6 -> 7
eslint-plugin-compat: 3 -> 4

replaced stylelint-config-standard with
stylelint-config-standard-scss

switched to @ronilaukkarinen/gulp-stylelint, a fork of gulp-stylelint,
due to the upstream's maintainer going missing

temporarily disabled some stylelint rules to ease transition
2022-03-03 18:44:43 +07:00
Bobby
30ea4fe052
ci(actions): update browserslist/caniuse-lite 2022-03-03 18:03:48 +07:00
Bobby
356d4c44a1
ci(actions): use ubuntu 20.04 2022-03-03 18:03:32 +07:00
Bobby
027cb54223
feat: yarn dev alias for yarn develop 2022-03-03 18:01:19 +07:00
renovate[bot]
cf50f61e96
fix(deps): update dependency express-rate-limit to ~5.5.1 (#442)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 17:59:17 +07:00
renovate[bot]
dc1fdb827a
fix(deps): update dependency sharp to ~0.30.2 (#434)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 17:58:37 +07:00
Bobby
3457b1b7ee
fix: set minimum node version to 12.13.0
this is to match sharp >=0.29.0, and also because node 10 is already
phased out
https://nodejs.org/en/about/releases/
2022-03-03 17:58:00 +07:00
renovate[bot]
36637258b9
chore(deps): update dependency gulp-terser to ~2.1.0 (#441)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 17:52:21 +07:00
renovate[bot]
fb76490779
chore(deps): update dependency eslint-config-standard to ~16.0.3 (#421)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 17:52:02 +07:00
renovate[bot]
874d142a82
chore(deps): update dependency cssnano to v5 (#410)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 17:51:38 +07:00
renovate[bot]
ab0ef50563
chore(deps): update dependency bulma to ~0.9.3 (#424)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 17:44:12 +07:00