aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2020-12-11terser: use 2 passes instead of the default 1. (#32185)XhmikosR1-3/+3
Saves us a few bytes.
2020-12-11Bump @babel/preset-env from 7.12.7 to 7.12.10 (#32430)dependabot[bot]1-1/+1
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-preset-env) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11Bump @babel/core from 7.12.9 to 7.12.10 (#32429)dependabot[bot]1-1/+1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.9 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11Bump @babel/cli from 7.12.8 to 7.12.10 (#32428)dependabot[bot]1-1/+1
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.8 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-cli) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10Update devDependencies and regenerate package-lock.json (#32410)XhmikosR1-1/+1
2020-12-08Bump postcss from 8.1.14 to 8.2.0 (#32375)dependabot[bot]1-1/+1
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.0. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.14...8.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-08Bump autoprefixer from 10.0.4 to 10.1.0 (#32374)dependabot[bot]1-1/+1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.4 to 10.1.0. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.0.4...10.1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-08Update devDependencies (#32355)XhmikosR1-5/+5
* eslint ^7.14.0 → ^7.15.0 * linkinator ^2.5.1 → ^2.8.0 * postcss ^8.1.10 → ^8.1.14 * rollup ^2.34.0 → ^2.34.2 * sass ^1.29.0 → ^1.30.0
2020-12-07Prepare v5.0.0-beta1.XhmikosR1-1/+1
2020-12-06Update popper.js to v2.5.4.XhmikosR1-3/+3
2020-12-06Update to popper.js v2.xJohann-S1-4/+5
2020-12-04Fix `css-prefix-examples-rtl` script (#32326)XhmikosR1-1/+1
`cross-env-shell` should be used since we are using variables in the command
2020-12-04docs(examples): use RTLCSS for RTL examplesGaël Poupard1-0/+1
2020-12-04Move rtlcss to postcss.config.jsXhmikosR1-2/+2
2020-12-04chore(RTL): add RTLCSSGaël Poupard1-2/+7
2020-12-02Bump cross-env from 7.0.2 to 7.0.3 (#32308)dependabot[bot]1-1/+1
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-02Bump linkinator from 2.4.0 to 2.5.1 (#32307)dependabot[bot]1-1/+1
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.4.0 to 2.5.1. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.4.0...v2.5.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-01Bump hugo-bin from 0.66.2 to 0.67.0 (#32299)dependabot[bot]1-1/+1
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.2 to 0.67.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.2...v0.67.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-01Bump rollup from 2.33.3 to 2.34.0 (#32298)dependabot[bot]1-1/+1
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.33.3...v2.34.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-01Bump @babel/core from 7.12.8 to 7.12.9 (#32297)dependabot[bot]1-1/+1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.8 to 7.12.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.9/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-01Bump @rollup/plugin-babel from 5.2.1 to 5.2.2 (#32296)dependabot[bot]1-1/+1
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/babel-v5.2.1...babel-v5.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-01Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 (#32295)dependabot[bot]1-1/+1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-01Bump linkinator from 2.2.2 to 2.4.0 (#32294)dependabot[bot]1-1/+1
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.2.2 to 2.4.0. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.2.2...v2.4.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-01Bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0 (#32292)dependabot[bot]1-1/+1
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/node-resolve-v10.0.0...commonjs-v11.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-01Bump autoprefixer from 10.0.2 to 10.0.4 (#32291)dependabot[bot]1-1/+1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.2 to 10.0.4. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.0.2...10.0.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25npm scripts: run integration tests in parallel (#32232)XhmikosR1-2/+3
2020-11-24Update devDependencies (#32229)XhmikosR1-8/+8
* @babel/cli ^7.12.1 → ^7.12.8 * @babel/core ^7.12.3 → ^7.12.8 * @babel/preset-env ^7.12.1 → ^7.12.7 * eslint ^7.13.0 → ^7.14.0 * postcss ^8.1.7 → ^8.1.10 * postcss-cli ^8.2.0 → ^8.3.0 * rollup ^2.33.2 → ^2.33.3 * stylelint ^13.7.2 → ^13.8.0
2020-11-19Revert "Use Hugo mounts for our docs vendor files." (#32210)XhmikosR1-4/+1
* Revert "Adapt to the recent main changes" This reverts commit 50d892167036f440f9224327b0a48cf72a2e44b6. * Revert "Add Hugo Pipes logic for local and vendored scripts." This reverts commit 3fcfd606f2c264f1d3434e99c140a05edec461c3. * Revert "Use Hugo mounts for our docs vendor JS files." This reverts commit 6b071116f3b09b59a423ad999efbd67f8645bfa5.
2020-11-19Use Hugo mounts for our docs vendor JS files.XhmikosR1-1/+4
2020-11-17Bump postcss from 8.1.6 to 8.1.7 (#32171)dependabot[bot]1-1/+1
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.6 to 8.1.7. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.6...8.1.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-11-17Bump hugo-bin from 0.66.1 to 0.66.2 (#32169)dependabot[bot]1-1/+1
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.1 to 0.66.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.1...v0.66.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-11-17Bump rollup from 2.33.1 to 2.33.2 (#32168)dependabot[bot]1-1/+1
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.1 to 2.33.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.33.1...v2.33.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-1/+1
2020-11-10Bump autoprefixer from 10.0.1 to 10.0.2 (#32119)dependabot[bot]1-1/+1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.0.1...10.0.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10Bump hugo-bin from 0.65.0 to 0.66.1 (#32114)dependabot[bot]1-1/+1
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.65.0 to 0.66.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.65.0...v0.66.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-11-10Bump postcss from 8.1.4 to 8.1.6 (#32113)dependabot[bot]1-1/+1
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.4 to 8.1.6. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.4...8.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10Bump eslint from 7.12.1 to 7.13.0 (#32112)dependabot[bot]1-1/+1
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-10Bump sass from 1.28.0 to 1.29.0 (#32111)dependabot[bot]1-1/+1
Bumps [sass](https://github.com/sass/dart-sass) from 1.28.0 to 1.29.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.28.0...1.29.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09package.json: fix clean-css level switch (#32097)XhmikosR1-1/+1
2020-11-06stylelint: pass the ` --rd` flag (#32063)XhmikosR1-1/+1
* stylelint: pass the ` --rd` flag Should report any needless disables * Update _button-group.scss * Update _floating-labels.scss
2020-11-04deps: move sirv-cli to npx (#32056)XhmikosR1-2/+1
2020-11-03Update devDependencies (#32048)XhmikosR1-6/+6
* hugo-bin ^0.64.5 → ^0.65.0 * karma-firefox-launcher ^2.0.0 → ^2.1.0 * linkinator ^2.2.0 → ^2.2.2 * postcss-cli ^8.1.0 → ^8.2.0 * rollup ^2.32.1 → ^2.33.1 * sass ^1.27.1 → ^1.28.0
2020-10-29Revert "clean-css: specify precision 6"XhmikosR1-1/+1
2020-10-29clean-css: specify precision 6XhmikosR1-1/+1
This is so that we get the same behavior for our minified files since dart-sass doesn't have a precision option and defaults to 10.
2020-10-29Switch to dart-sassXhmikosR1-2/+2
node-sass is now deprecated
2020-10-29Update to postcss 8.x. (#31739)XhmikosR1-3/+4
* autoprefixer 10.0.1 * find-unused-sass-variables 3.0.0 * postcss 8.1.4 * postcss-cli 8.1.0
2020-10-27Bump eslint from 7.11.0 to 7.12.1 (#31990)dependabot[bot]1-1/+1
Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.11.0...v7.12.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Bump @rollup/plugin-node-resolve from 9.0.0 to 10.0.0 (#31989)dependabot[bot]1-1/+1
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/node-resolve-v9.0.0...node-resolve-v10.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 (#31988)dependabot[bot]1-1/+1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27Bump karma-firefox-launcher from 1.3.0 to 2.0.0 (#31987)dependabot[bot]1-1/+1
Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>