renovate[bot]
b4cbfd1e0b
chore(deps): update dependency stylelint to ~15.6.2 ( #665 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-23 17:19:23 +07:00
renovate[bot]
b1f3c6fe69
fix(deps): update dependency sharp to ~0.32.1 ( #664 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-23 17:19:09 +07:00
renovate[bot]
53aeede96c
fix(deps): update dependency hyper-express to ~6.7.0 ( #671 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-23 17:14:48 +07:00
Bobby
9627d24e9f
chore: clean up yarn.lock
2023-04-23 09:32:34 +07:00
BobbyWibowo
8e54c79aa1
dist: rebuilt client assets and bumped v1 version string
2023-04-23 02:08:55 +00:00
Bobby
56be8db663
chore: trigger assets rebuild
2023-04-23 09:07:30 +07:00
Bobby
15fda7bbbc
fix: align with latest stylelint
2023-04-23 09:07:12 +07:00
Bobby
30fad01c47
ci: use ubuntu-22.04 for github actions
2023-04-23 08:55:36 +07:00
renovate[bot]
a9f0c0ab9b
chore(deps): update dependency stylelint-config-standard-scss to v8 ( #662 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:54:42 +07:00
renovate[bot]
6be269f9e7
chore(deps): update dependency @ronilaukkarinen/gulp-stylelint to ~14.1.1 ( #645 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:53:15 +07:00
renovate[bot]
87f51dc3f7
chore(deps): update dependency stylelint to v15 ( #661 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:52:57 +07:00
renovate[bot]
1a5c1921cb
chore(deps): update dependency cssnano to v6 ( #660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:51:47 +07:00
renovate[bot]
da9cc7f4a8
fix(deps): update dependency sharp to ~0.32.0 ( #659 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:51:24 +07:00
renovate[bot]
670497fee7
fix(deps): update dependency helmet to ~6.1.5 ( #658 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:49:56 +07:00
renovate[bot]
12b683cb4f
fix(deps): update dependency better-sqlite3 to ~8.3.0 ( #657 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:49:39 +07:00
renovate[bot]
7ac90a9dbb
chore(deps): update dependency postcss-preset-env to ~8.3.2 ( #656 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:49:22 +07:00
renovate[bot]
811f328c24
chore(deps): update dependency gulp-dart-sass to ~1.1.0 ( #655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:49:08 +07:00
renovate[bot]
43fc216894
chore(deps): update dependency eslint-plugin-n to ~15.7.0 ( #654 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:48:57 +07:00
renovate[bot]
e40c952c48
chore(deps): update dependency eslint to ~8.39.0 ( #653 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:48:47 +07:00
renovate[bot]
3bb248cae6
fix(deps): update dependency hyper-express to ~6.5.9 ( #652 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:48:34 +07:00
renovate[bot]
753740586f
chore(deps): update dependency eslint-plugin-compat to ~4.1.4 ( #651 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:23:59 +07:00
renovate[bot]
4bb865660a
chore(deps): update dependency postcss to ~8.4.23 ( #650 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-23 08:23:47 +07:00
Bobby
e5968e6ee0
chore: update README.md
...
regarding minimum node version
2023-04-23 08:20:04 +07:00
Bobby
f72a786507
fix: bumped minimum node version to >= 16.0.0
...
there was an oversight in that, the version of hyper-express we have
been using in the past few months, depended on a version of
uwebsockets.js that already dropped support for node 14
https://github.com/uNetworking/uWebSockets.js/releases/tag/v20.14.0
additionally, a recent hyper-express update, which will be committed
soon after this commit, will depend on a version of uwebsockets.js that
officially only supports the last 3 LTS versions (16, 18, and 20)
https://github.com/kartikk221/hyper-express/releases/tag/6.5.9
then there's also the fact that node 14 will reach EOL by next week, or
30 April 2023
https://github.com/nodejs/release#release-schedule
with all those considered, i will also be officially dropping support
for node 14, albeit a week early than node's team
2023-04-23 08:19:15 +07:00
Bobby
f094e8e672
chore: volta pin node@18.16.0
...
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#2023-04-12-version-18160-hydrogen-lts-danielleadams
2023-04-21 20:00:27 +07:00
renovate[bot]
60b62b124d
chore(deps): update dependency eslint to ~8.38.0 ( #649 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-21 19:57:52 +07:00
renovate[bot]
e06b71a973
fix(deps): update dependency nunjucks to ~3.2.4 ( #648 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-21 19:57:37 +07:00
Bobby
f7f30226ad
chore: votla pin node@18.15.0
2023-04-09 04:24:49 +07:00
renovate[bot]
b978cdf2c8
fix(deps): update dependency parse-duration to ~1.0.3 ( #643 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-09 04:21:25 +07:00
renovate[bot]
71c2b5eab8
fix(deps): update dependency systeminformation to ~5.17.12 ( #644 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-09 04:20:03 +07:00
renovate[bot]
65f8454ac2
chore(deps): update dependency cssnano to ~5.1.15 ( #641 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-09 04:18:50 +07:00
renovate[bot]
6b73148110
fix(deps): update dependency hyper-express to ~6.5.8 ( #642 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-09 04:18:37 +07:00
Bobby
2a8901a903
fix: ipv6 support for chunked uploads
2023-04-09 04:13:29 +07:00
Bobby
cf38c8ac50
chore: volta pin node@18.14.2
2023-02-25 18:40:08 +07:00
BobbyWibowo
e587737ab4
dist: rebuilt client assets and bumped v1 version string
2023-02-25 11:36:46 +00:00
Bobby
e4e9e6b76b
chore: trigger assets rebuild
2023-02-25 18:35:43 +07:00
Bobby
a3a2d40ab4
fix: bumped required node version to >=14.21.1
2023-02-25 18:27:13 +07:00
renovate[bot]
a4f34b9f3f
fix(deps): update dependency sharp to ~0.31.3 ( #575 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:25:40 +07:00
renovate[bot]
a250ec1b15
fix(deps): update dependency better-sqlite3 to v8 ( #623 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:25:30 +07:00
renovate[bot]
1879eee025
chore(deps): update dependency postcss-preset-env to v8 ( #640 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:24:47 +07:00
renovate[bot]
36fd1c4aaa
fix(deps): update dependency knex to ~2.4.2 ( #639 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:24:25 +07:00
renovate[bot]
2921c4775e
chore(deps): update dependency eslint-plugin-import to ~2.27.5 ( #638 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:24:07 +07:00
renovate[bot]
6689097b7d
fix(deps): update dependency hyper-express to ~6.5.7 ( #631 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:23:29 +07:00
renovate[bot]
de7b70ccfb
fix(deps): update dependency fastq to ~1.15.0 ( #634 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:21:58 +07:00
renovate[bot]
db36a43db8
chore(deps): update dependency browserslist to ~4.21.5 ( #636 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:21:18 +07:00
renovate[bot]
c6d2b300cb
fix(deps): update dependency node-fetch to ~2.6.9 ( #637 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:21:08 +07:00
renovate[bot]
979ebf554c
chore(deps): update dependency eslint-plugin-n to ~15.6.1 ( #632 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:20:51 +07:00
renovate[bot]
9345b54a1d
chore(deps): update dependency stylelint to ~14.16.1 ( #633 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:20:38 +07:00
renovate[bot]
e04078cdf3
chore(deps): update dependency postcss to ~8.4.21 ( #630 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:20:19 +07:00
renovate[bot]
bd8135d89b
chore(deps): update dependency gulp-replace to ~1.1.4 ( #629 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 18:20:06 +07:00