XhmikosR
6ffb0b48e4
Release v4.6.0. ( #32726 )
...
* Bump version to v4.6.0.
* Dist
2021-01-19 18:16:38 +02:00
XhmikosR
2ed7504783
Update devDependencies
2021-01-13 11:03:32 +02:00
XhmikosR
2e8f70f5a1
Backport #32737
...
package.json: move `version_short` variable under the `config` object
This is so that it works on npm 7.x too.
2021-01-13 11:03:32 +02:00
XhmikosR
0f1069a32e
Update karma config
...
* rename constants
* enforce the constants to be Boolean
* use the coverage plugin only one time, on the latest jQuery run
* fix karma `logLevel`
2021-01-13 10:49:09 +02:00
XhmikosR
f8da510367
karma: run tests in parallel
2021-01-13 10:49:09 +02:00
XhmikosR
6b788acf63
Update devDependencies
...
* @babel/cli ^7.12.8 → ^7.12.10
* @babel/core ^7.12.8 → ^7.12.10
* @babel/preset-env ^7.12.7 → ^7.12.11
* @rollup/plugin-babel ^5.2.1 → ^5.2.2
* @rollup/plugin-commonjs ^16.0.0 → ^17.0.0
* @rollup/plugin-node-resolve ^10.0.0 → ^11.0.1
* autoprefixer ^10.0.2 → ^10.2.1
* cross-env ^7.0.2 → ^7.0.3
* eslint ^7.14.0 → ^7.17.0
* eslint-config-xo ^0.33.1 → ^0.34.0
* eslint-plugin-unicorn ^23.0.0 → ^25.0.1
* find-unused-sass-variables ^3.0.0 → ^3.1.0
* hugo-bin ^0.66.2 → ^0.68.0
* linkinator ^2.2.2 → ^2.11.2
* nodemon ^2.0.6 → ^2.0.7
* postcss ^8.1.10 → ^8.2.3
* postcss-cli ^8.3.0 → ^8.3.1
* qunit ^2.12.0 → ^2.13.0
* rollup ^2.33.3 → ^2.36.1
2021-01-08 12:04:37 +02:00
XhmikosR
9260427a34
Update devDependencies
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
6ddedbff77
Update devDependencies and gems
2020-11-13 12:50:13 +02:00
XhmikosR
45bf55e4ba
package.json: fix clean-css level switch ( #32097 )
2020-11-13 12:50:13 +02:00
XhmikosR
f1acc7f1d8
Update devDependencies
2020-11-05 11:22:05 +02:00
XhmikosR
76d4f728a0
Update devDependencies
...
* autoprefixer ^9.8.6 → ^10.0.1
* find-unused-sass-variables ^2.0.0 → ^3.0.0
* linkinator ^2.2.0 → ^2.2.2
* postcss-cli ^7.1.2 → ^8.2.0
2020-10-30 16:34:06 +02:00
XhmikosR
1a90b8a418
Update devDependencies and gems
2020-10-27 12:11:01 +02:00
XhmikosR
a716fb03f9
Prepare v4.5.3. ( #31880 )
2020-10-13 18:38:30 +03:00
XhmikosR
d9f4bcf6ff
Update devDependencies
2020-10-13 15:24:40 +03:00
XhmikosR
80fc8d9f76
Stylelint: enable --rd
option
2020-09-30 08:44:42 +03:00
XhmikosR
3cd2cd25b7
Update devDependencies and gems
2020-09-30 08:44:42 +03:00
XhmikosR
400364c7fd
Update devDependencies
2020-09-21 14:58:34 +03:00
XhmikosR
1bd1d78a78
Update devDependencies and gems ( #31624 )
...
* Update devDependencies and gems
* Bump bundlewatch limits
2020-09-15 08:31:57 +03:00
XhmikosR
1c37a2ba77
Switch to xo and remove babel-eslint
2020-09-10 12:06:30 +03:00
XhmikosR
5f2480a90a
Prepare v4.5.2. ( #31444 )
2020-08-06 19:22:43 +03:00
XhmikosR
89dc9750ec
Prepare v4.5.1. ( #31408 )
2020-08-04 19:24:33 +03:00
XhmikosR
6879a3c51d
Update devDependencies and gems
...
* @babel/cli ^7.10.4 → ^7.11.0
* @babel/core ^7.10.4 → ^7.11.0
* @rollup/plugin-babel ^5.0.4 → ^5.1.0
* @rollup/plugin-commonjs ^13.0.0 → ^14.0.0
* @rollup/plugin-node-resolve ^8.1.0 → ^8.4.0
* autoprefixer ^9.8.4 → ^9.8.6
* eslint ^7.4.0 → ^7.6.0
* karma ^5.1.0 → ^5.1.1
* rollup ^2.21.0 → ^2.23.0
2020-08-03 19:06:36 +03:00
XhmikosR
38bcf108c9
Update dependencies, gems and regenerate package-lock.json ( #31261 )
...
* @rollup/plugin-node-resolve 8.1.0
* popper.js 1.16.1
* qunit 2.10.1
* rollup 2.21.0
2020-07-09 15:21:41 +03:00
XhmikosR
f40e1b651b
Update devDependencies and gems
2020-07-06 16:40:27 +03:00
XhmikosR
ad8d3a6c54
Update Babel config ( #31011 )
...
* remove plugin-proposal-object-rest-spread
* add bugfixes
* `exclude: ['transform-typeof-symbol']` did nothing with our config
2020-07-06 16:40:27 +03:00
XhmikosR
5a9fc2938c
Update devDependencies and gems
2020-06-24 15:16:58 +03:00
XhmikosR
ac3c2e2356
Update devDependencies and gems
2020-06-04 17:53:16 +03:00
XhmikosR
7a9bbd4489
Backport #30742
...
Update to `@rollup/plugin-babel`
2020-06-04 17:53:16 +03:00
XhmikosR
700c6036aa
Fix release script docs ( #30797 )
2020-05-13 09:13:27 +03:00
XhmikosR
109ad5db90
Bump version to 4.5.0.
2020-05-12 20:44:42 +03:00
XhmikosR
0f3eda8254
Update devDependencies and gems.
2020-05-12 19:21:36 +03:00
XhmikosR
eb720f20ff
Minor lint tweaks and rules cleanup
2020-05-12 19:21:36 +03:00
XhmikosR
456194da11
package.json: add a docs-build script
...
Make the `docs-compile` one an alias of `docs-build`.
2020-05-12 19:21:36 +03:00
XhmikosR
4111242cbb
Update devDependencies and gems
2020-05-07 09:31:49 +03:00
XhmikosR
5f267b1854
Update jQuery to v3.5.1.
2020-05-07 09:31:49 +03:00
XhmikosR
566c829a1c
package.json: fix release script for v4.
2020-05-07 09:31:49 +03:00
XhmikosR
c06a1f305d
Backport #30130
...
Add a script to zip the built examples
2020-05-02 15:39:19 +03:00
Johann-S
1b16736a72
fix package.json add extension in main field
2020-05-02 15:39:19 +03:00
XhmikosR
5ecccd1171
Update devDependencies and gems.
2020-04-28 20:59:30 +03:00
XhmikosR
05cfefd32b
Update jQuery to v3.5.0.
2020-04-17 11:41:32 +03:00
XhmikosR
04c1ecd79d
Update devDependencies and gems
2020-04-13 21:12:29 +03:00
XhmikosR
adb08ca33a
Replace bundlesize with bundlewatch. ( #30538 )
2020-04-13 21:12:29 +03:00
XhmikosR
0225c1173b
Bump devDependencies and gems.
2020-03-31 21:11:29 +03:00
XhmikosR
d65977a991
Backport #29920
...
Add lockfile-lint
2020-03-09 16:26:10 +02:00
XhmikosR
3b5283602c
Replace uglify-js with terser.
2020-03-09 16:26:10 +02:00
XhmikosR
906a5de548
Replace broken-link-checker with linkinator
2020-03-09 16:26:10 +02:00
XhmikosR
61276d0881
Drop Node.js < 10 support and update all devDependencies.
...
* sinon 8.x doesn't work with IE, so leave it at 7.x.
2020-03-09 16:26:10 +02:00
XhmikosR
0ca1ec6fc3
Update devDependencies and gems
2020-03-09 16:08:41 +02:00
XhmikosR
52c13233a3
Update devDependencies and gems.
2020-02-17 21:33:54 +02:00