aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR1-1/+1
* Bump version to v4.6.0. * Dist
2021-01-13Update devDependenciesXhmikosR1-44/+44
2021-01-08Update devDependenciesXhmikosR1-1183/+814
* @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
2020-11-24Update devDependenciesXhmikosR1-755/+614
2020-11-19Switch to HugoXhmikosR1-11/+1223
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-13Update devDependencies and gemsXhmikosR1-124/+125
2020-11-05Update devDependenciesXhmikosR1-247/+205
2020-10-30Update devDependenciesXhmikosR1-229/+652
* 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-27Update devDependencies and gemsXhmikosR1-776/+549
2020-10-13Prepare v4.5.3. (#31880)v4.5.3XhmikosR1-1/+1
2020-10-13Update devDependenciesXhmikosR1-156/+171
2020-09-30Update devDependencies and gemsXhmikosR1-99/+258
2020-09-21Update devDependenciesXhmikosR1-92/+92
2020-09-15Update devDependencies and gems (#31624)XhmikosR1-378/+564
* Update devDependencies and gems * Bump bundlewatch limits
2020-09-10Switch to xo and remove babel-eslintXhmikosR1-0/+431
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR1-1/+1
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR1-1/+1
2020-08-03Update devDependencies and gemsXhmikosR1-288/+285
* @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-07-09Update dependencies, gems and regenerate package-lock.json (#31261)XhmikosR1-34/+48
* @rollup/plugin-node-resolve 8.1.0 * popper.js 1.16.1 * qunit 2.10.1 * rollup 2.21.0
2020-07-06Update devDependencies and gemsXhmikosR1-731/+607
2020-06-24Update devDependencies and gemsXhmikosR1-604/+498
2020-06-04Update devDependencies and gemsXhmikosR1-739/+860
2020-06-04Backport #30742XhmikosR1-27/+10
Update to `@rollup/plugin-babel`
2020-05-12Bump version to 4.5.0.XhmikosR1-1/+1
2020-05-12Update devDependencies and gems.XhmikosR1-422/+340
2020-05-07Update devDependencies and gemsXhmikosR1-897/+248
2020-05-07Update jQuery to v3.5.1.XhmikosR1-3/+3
2020-04-28Update devDependencies and gems.XhmikosR1-216/+197
2020-04-17Update jQuery to v3.5.0.XhmikosR1-3/+3
2020-04-13Update devDependencies and gemsXhmikosR1-1331/+699
2020-04-13Replace bundlesize with bundlewatch. (#30538)XhmikosR1-326/+100
2020-03-31Bump devDependencies and gems.XhmikosR1-1692/+1849
2020-03-09Backport #29920XhmikosR1-0/+200
Add lockfile-lint
2020-03-09Replace uglify-js with terser.XhmikosR1-24/+49
2020-03-09Replace broken-link-checker with linkinatorXhmikosR1-688/+941
2020-03-09Drop Node.js < 10 support and update all devDependencies.XhmikosR1-1069/+2003
* sinon 8.x doesn't work with IE, so leave it at 7.x.
2020-03-09Update devDependencies and gemsXhmikosR1-208/+217
2020-02-17Update devDependencies and gems.XhmikosR1-720/+772
2020-01-02Update devDependencies and gemsXhmikosR1-129/+158
2019-12-14Update devDependencies and gemsXhmikosR1-152/+191
2019-11-28Release v4.4.1.v4.4.1XhmikosR1-1/+1
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR1-1/+1
2019-11-25Update devDependencies and gems.XhmikosR1-590/+629
2019-11-25Switch to the Coveralls Action (#29478)XhmikosR1-40/+0
This is the official way of using Coveralls with Actions. Also this brings back Coveralls for PRs.
2019-11-02Update devDependencies and gems.XhmikosR1-119/+122
2019-10-14Update devDependencies and gems.XhmikosR1-136/+150
Locked qunit to v2.9.2 to prevent test failures. We should revisit qunit later.
2019-09-26Update devDependencies and gems.XhmikosR1-290/+292
2019-08-27Update devDependencies and gems.XhmikosR1-170/+139
2019-08-17Update devDependencies and gems.XhmikosR1-230/+245
2019-07-31Update devDependencies and gems.XhmikosR1-155/+146