XhmikosR
41330696b9
Update devDependencies and switch to Node.js 16/npm 8
...
* @babel/core ^7.15.5 → ^7.15.8
* @babel/preset-env ^7.15.6 → ^7.15.8
* @rollup/plugin-commonjs ^20.0.0 → ^21.0.1
* @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6
* autoprefixer ^10.3.6 → ^10.3.7
* babel-plugin-istanbul ^6.0.0 → ^6.1.1
* clean-css-cli ^5.3.3 → ^5.4.2
* eslint ^7.32.0 → ^8.0.0
* eslint-config-xo ^0.38.0 → ^0.39.0
* eslint-plugin-import ^2.24.2 → ^2.25.1
* eslint-plugin-qunit ^6.2.0 → ^7.0.0
* eslint-plugin-unicorn ^36.0.0 → ^37.0.1
* karma ^6.3.4 → ^6.3.5
* linkinator ^2.14.0 → ^2.14.4
* nodemon ^2.0.13 → ^2.0.14
* postcss ^8.3.8 → ^8.3.11
* postcss-cli ^9.0.0 → ^9.0.1
* rollup ^2.57.0 → ^2.58.0
* stylelint-config-twbs-bootstrap ^2.2.3 → ^2.2.4
* vnu-jar 21.9.2 → 21.10.12
2021-10-22 17:07:51 +03:00
XhmikosR
70267da28e
CI: make use of the actions/setup-node
's cache
option ( #34453 )
2021-07-21 16:20:01 +03:00
XhmikosR
9c264dbea5
CI: remove the cache fallback and shorten cache key ( #33012 )
2021-02-17 06:54:38 +02:00
XhmikosR
ec1d745c10
CI: change Node.js to 14
( #32796 )
...
This is so that it's consistent with the JS workflow thus the cache should match.
2021-01-15 09:22:27 +02:00
XhmikosR
da458176f3
GitHub Actions cleanup ( #32755 )
...
* lowercase `runner.os`
* remove `CI` environment variable since it's already set by the runner
2021-01-13 11:03:32 +02:00
XhmikosR
1141a51789
CI: update to actions/setup-node@v2 ( #32635 )
2021-01-08 12:04:37 +02:00
XhmikosR
c9876ed15b
CI: specify FORCE_COLOR:2
( #32222 )
...
This should show any colors in the output
2020-11-24 08:40:11 +02:00
XhmikosR
b46f05a948
Switch to Hugo
...
This commit includes all the needed workarounds and most changes from the main branch for everything to work, like:
* removing empty lines in raw HTML that break output
* read .browserslistrc, CSS variables from disk instead of duplicating it
* using Hugo mounts
* using Hugo for the docs CSS/JS
* move ToC Sass code to a separate file while adapting it for Hugo
Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
2020-11-19 11:22:22 +02:00
XhmikosR
3f0b15cca6
CI: switch to Node.js 14. ( #32003 )
2020-10-30 16:34:06 +02:00
XhmikosR
76958761f2
CI: Skip dependabot PR branches. ( #32006 )
...
Also, reword Node.js setup step
2020-10-30 16:34:06 +02:00
XhmikosR
0ec2ce44b4
Update to Ruby 2.7/Bundler 2.x. ( #31296 )
2020-08-02 16:26:19 +03:00
XhmikosR
6c04d186e2
Split GitHub Actions.
2020-06-24 15:16:58 +03:00