aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2022-04-05Bump postcss from 8.4.8 to 8.4.12 (#36056)dependabot[bot]1-1/+1
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.8 to 8.4.12. - [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.4.8...8.4.12) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Bump eslint-plugin-unicorn from 41.0.0 to 42.0.0 (#36117)dependabot[bot]1-1/+1
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.0 to 42.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.0...v42.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Bump autoprefixer from 10.4.2 to 10.4.4 (#36057)dependabot[bot]1-1/+1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.4. - [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.4.2...10.4.4) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Bump hugo-bin from 0.82.2 to 0.84.0 (#36076)dependabot[bot]1-1/+1
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.82.2 to 0.84.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.82.2...v0.84.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3 (#36078)dependabot[bot]1-1/+1
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.2 to 21.0.3. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.3/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Bump eslint from 8.11.0 to 8.12.0 (#36079)dependabot[bot]1-1/+1
Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Bump sass from 1.49.9 to 1.49.11 (#36118)dependabot[bot]1-1/+1
Bumps [sass](https://github.com/sass/dart-sass) from 1.49.9 to 1.49.11. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.49.9...1.49.11) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05Bump karma-jasmine from 4.0.1 to 4.0.2 (#36116)dependabot[bot]1-1/+1
Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/karma-runner/karma-jasmine/releases) - [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-jasmine/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: karma-jasmine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-15Update devDependencies (#36024)XhmikosR1-11/+11
* @babel/core ^7.17.5 → ^7.17.7 * @popperjs/core ^2.11.2 → ^2.11.4 * eslint ^8.10.0 → ^8.11.0 * hugo-bin ^0.81.3 → ^0.82.2 * karma-chrome-launcher ^3.1.0 → ^3.1.1 * lockfile-lint ^4.6.2 → ^4.7.4 * rollup ^2.70.0 → ^2.70.1 * terser ^5.12.0 → ^5.12.1
2022-03-09Bump rollup from 2.68.0 to 2.70.0 (#35972)dependabot[bot]1-1/+1
Bumps [rollup](https://github.com/rollup/rollup) from 2.68.0 to 2.70.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.68.0...v2.70.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... 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]>
2022-03-09Bump postcss from 8.4.7 to 8.4.8 (#35971)dependabot[bot]1-1/+1
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8. - [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.4.7...8.4.8) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... 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]>
2022-03-09Bump hugo-bin from 0.81.0 to 0.81.3 (#35974)dependabot[bot]1-1/+1
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.81.0 to 0.81.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.81.0...v0.81.3) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... 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]>
2022-03-01Bump terser from 5.11.0 to 5.12.0 (#35927)dependabot[bot]1-1/+1
Bumps [terser](https://github.com/terser/terser) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.11.0...v5.12.0) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor ... 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]>
2022-03-01Bump find-unused-sass-variables from 4.0.2 to 4.0.3 (#35928)dependabot[bot]1-1/+1
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: find-unused-sass-variables dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01Update devDependencies (#35922)XhmikosR1-9/+9
* @rollup/plugin-babel ^5.3.0 → ^5.3.1 * @rollup/plugin-commonjs ^21.0.1 → ^21.0.2 * @rollup/plugin-replace ^3.1.0 → ^4.0.0 * eslint ^8.9.0 → ^8.10.0 * find-unused-sass-variables ^4.0.1 → ^4.0.2 * hugo-bin ^0.80.2 → ^0.81.0 * karma ^6.3.16 → ^6.3.17 * postcss ^8.4.6 → ^8.4.7 * sass ^1.49.8 → ^1.49.9
2022-02-22Update devDependencies and pin karma-rollup-preprocessor (#35868)XhmikosR1-7/+7
* @babel/cli ^7.17.0 → ^7.17.6 * @babel/core ^7.17.2 → ^7.17.5 * eslint-plugin-unicorn ^40.1.0 → ^41.0.0 * rollup ^2.67.2 → ^2.68.0 * sass ^1.49.7 → ^1.49.8 * terser ^5.10.0 → ^5.11.0
2022-02-15Update devDependencies (#35841)XhmikosR1-7/+7
* Update devDependencies * @babel/core ^7.17.0 → ^7.17.2 * @rollup/plugin-replace ^3.0.1 → ^3.1.0 * eslint ^8.8.0 → ^8.9.0 * eslint-config-xo ^0.39.0 → ^0.40.0 * hugo-bin ^0.80.1 → ^0.80.2 * karma ^6.3.15 → ^6.3.16 * rollup ^2.67.1 → ^2.67.2 * Fix new ESLint errors
2022-02-08Update devDependencies (#35798)XhmikosR1-7/+7
* @babel/cli ^7.16.8 → ^7.17.0 * @babel/core ^7.16.12 → ^7.17.0 * karma ^6.3.13 → ^6.3.15 * karma-rollup-preprocessor ^7.0.7 → ^7.0.8 * postcss ^8.4.5 → ^8.4.6 * rollup ^2.66.1 → ^2.67.1 * sass ^1.49.4 → ^1.49.7
2022-02-07package.json: add GitHub Sponsors and reorder properties (#35451)XhmikosR1-16/+22
2022-02-01Update find-unused-sass-variables to v4.0.1 (#35761)XhmikosR1-1/+1
2022-02-01Update devDependencies (#35743)XhmikosR1-7/+7
* clean-css-cli ^5.5.0 → ^5.5.2 * cspell ^5.16.0 → ^5.17.0 * eslint ^8.7.0 → ^8.8.0 * hugo-bin ^0.80.0 → ^0.80.1 * karma ^6.3.12 → ^6.3.13 * rollup ^2.66.0 → ^2.66.1 * sass ^1.49.0 → ^1.49.4
2022-01-30Move cspell to Actions (#35593)XhmikosR1-3/+1
* Move cspell to Actions * Remove the now unused `docs-spellcheck` npm script
2022-01-29Move linkinator to GitHub Actions. (#35573)XhmikosR1-3/+1
* Move linkinator to GitHub Actions. * Remove `docs-linkinator` npm script since it's no longer used
2022-01-25Update devDependencies (#35712)XhmikosR1-6/+6
* @babel/core ^7.16.7 → ^7.16.12 * @babel/preset-env ^7.16.8 → ^7.16.11 * cspell ^5.15.2 → ^5.16.0 * karma ^6.3.11 → ^6.3.12 * rollup ^2.64.0 → ^2.66.0 * sass ^1.48.0 → ^1.49.0
2022-01-18Update devDependencies (#35686)XhmikosR1-8/+8
* bundlewatch ^0.3.2 → ^0.3.3 * cspell ^5.15.1 → ^5.15.2 * eslint ^8.6.0 → ^8.7.0 * eslint-plugin-unicorn ^40.0.0 → ^40.1.0 * hugo-bin ^0.79.2 → ^0.80.0 * karma ^6.3.10 → ^6.3.11 * rollup ^2.63.0 → ^2.64.0 * sass ^1.47.0 → ^1.48.0
2022-01-13build-plugins.js: use globby package (#35586)XhmikosR1-1/+0
We already use it in the change-version.js file
2022-01-11Update cspell config (#35647)XhmikosR1-1/+1
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2022-01-11Update devDependencies (#35678)XhmikosR1-12/+12
* @babel/cli ^7.16.7 → ^7.16.8 * @babel/preset-env ^7.16.7 → ^7.16.8 * @popperjs/core ^2.11.0 → ^2.11.2 * @rollup/plugin-node-resolve ^13.1.2 → ^13.1.3 * autoprefixer ^10.4.1 → ^10.4.2 * cspell ^5.14.0 → ^5.15.1 * karma ^6.3.9 → ^6.3.10 * rollup ^2.62.0 → ^2.63.0 * sass ^1.45.2 → ^1.47.0 * shelljs ^0.8.4 → ^0.8.5
2022-01-04Update devDependencies (#35640)XhmikosR1-11/+11
* @babel/cli ^7.16.0 → ^7.16.7 * @babel/core ^7.16.5 → ^7.16.7 * @babel/preset-env ^7.16.5 → ^7.16.7 * @rollup/plugin-node-resolve ^13.1.1 → ^13.1.2 * @rollup/plugin-replace ^3.0.0 → ^3.0.1 * autoprefixer ^10.4.0 → ^10.4.1 * cspell ^5.13.4 → ^5.14.0 * eslint ^8.5.0 → ^8.6.0 * eslint-plugin-import ^2.25.3 → ^2.25.4 * eslint-plugin-unicorn ^39.0.0 → ^40.0.0 * sass ^1.45.1 → ^1.45.2
2021-12-28Update devDependencies (#35591)XhmikosR1-5/+5
* hugo-bin ^0.79.0 → ^0.79.2 * linkinator ^3.0.2 → ^3.0.3 * rollup ^2.61.1 → ^2.62.0 * stylelint ^14.1.0 → ^14.2.0 * stylelint-config-twbs-bootstrap ^3.0.0 → ^3.0.1
2021-12-21Update devDependencies (#35545)XhmikosR1-6/+6
* cspell ^5.13.3 → ^5.13.4 * eslint ^8.4.1 → ^8.5.0 * hugo-bin ^0.78.1 → ^0.79.0 * linkinator ^2.16.2 → ^3.0.2 * sass ^1.45.0 → ^1.45.1 * stylelint-config-twbs-bootstrap ^3.0.0-beta1 → ^3.0.0
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR1-3/+3
2021-12-14Update devDependencies (#35498)XhmikosR1-10/+10
* @babel/core ^7.16.0 → ^7.16.5 * @babel/preset-env ^7.16.4 → ^7.16.5 * @rollup/plugin-node-resolve ^13.0.6 → ^13.1.1 * clean-css-cli ^5.4.2 → ^5.5.0 * cspell ^5.13.2 → ^5.13.3 * hugo-bin ^0.77.4 → ^0.78.1 * postcss ^8.4.4 → ^8.4.5 * postcss-cli ^9.0.2 → ^9.1.0 * rollup ^2.60.2 → ^2.61.1 * sass ^1.44.0 → ^1.45.0
2021-12-07Bump cspell from 5.13.1 to 5.13.2 (#35473)dependabot[bot]1-1/+1
Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/compare/v5.13.1...v5.13.2) --- updated-dependencies: - dependency-name: cspell dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-07Update devDependencies (#35472)XhmikosR1-1/+1
2021-11-30Update devDependencies (#35421)XhmikosR1-7/+7
* @popperjs/core ^2.10.2 → ^2.11.0 * cspell ^5.13.0 → ^5.13.1 * postcss ^8.3.11 → ^8.4.4 * rollup ^2.60.1 → ^2.60.2 * sass ^1.43.4 → ^1.44.0
2021-11-23Update devDependencies (#35368)XhmikosR1-7/+7
* @babel/preset-env ^7.16.0 → ^7.16.4 * cspell ^5.12.6 → ^5.13.0 * eslint ^8.2.0 → ^8.3.0 * eslint-plugin-unicorn ^38.0.1 → ^39.0.0 * hugo-bin ^0.77.2 → ^0.77.4 * karma ^6.3.8 → ^6.3.9 * rollup ^2.60.0 → ^2.60.1
2021-11-16Update devDependencies (#35356)XhmikosR1-5/+5
* eslint-plugin-import ^2.25.2 → ^2.25.3 * linkinator ^2.14.5 → ^2.16.2 * nodemon ^2.0.14 → ^2.0.15 * rollup ^2.59.0 → ^2.60.0 * terser ^5.9.0 → ^5.10.0
2021-11-09Update devDependencies (#35322)XhmikosR1-8/+8
* cspell ^5.12.4 → ^5.12.6 * eslint ^8.1.0 → ^8.2.0 * eslint-plugin-unicorn ^37.0.1 → ^38.0.1 * hugo-bin ^0.76.1 → ^0.77.2 * karma ^6.3.7 → ^6.3.8 * linkinator ^2.14.4 → ^2.14.5 * postcss-cli ^9.0.1 → ^9.0.2 * rtlcss ^3.4.0 → ^3.5.0
2021-11-02Update devDependencies (#35270)XhmikosR1-11/+11
* @babel/cli ^7.15.7 → ^7.16.0 * @babel/core ^7.15.8 → ^7.16.0 * @babel/preset-env ^7.15.8 → ^7.16.0 * autoprefixer ^10.3.7 → ^10.4.0 * cspell ^5.12.3 → ^5.12.4 * eslint ^8.0.1 → ^8.1.0 * karma ^6.3.5 → ^6.3.7 * karma-firefox-launcher ^2.1.1 → ^2.1.2 * rollup ^2.58.0 → ^2.59.0 * sass ^1.43.2 → ^1.43.4
2021-10-21Update devDependencies (#35233)XhmikosR1-9/+9
* @rollup/plugin-commonjs ^21.0.0 → ^21.0.1 * @rollup/plugin-node-resolve ^13.0.5 → ^13.0.6 * clean-css-cli ^5.4.1 → ^5.4.2 * eslint ^8.0.0 → ^8.0.1 * karma ^6.3.4 → ^6.3.5 * nodemon ^2.0.13 → ^2.0.14 * postcss ^8.3.9 → ^8.3.11 * rtlcss ^3.3.0 → ^3.4.0 * sass ^1.42.1 → ^1.43.2
2021-10-13Update devDependencies (#35174)XhmikosR1-5/+5
* eslint ^7.32.0 → ^8.0.0 * eslint-plugin-import ^2.24.2 → ^2.25.2 * eslint-plugin-unicorn ^36.0.0 → ^37.0.1 * vnu-jar 21.10.8 → 21.10.12
2021-10-13Switch to Node.js 16 and npm 8. (#35178)XhmikosR1-2/+1
2021-10-11Update devDependencies (#35155)XhmikosR1-6/+6
* @babel/core ^7.15.5 → ^7.15.8 * @babel/preset-env ^7.15.6 → ^7.15.8 * cspell ^5.12.0 → ^5.12.3 * linkinator ^2.14.3 → ^2.14.4 * vnu-jar 21.9.2 → 21.10.8
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR1-1/+1
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-05Bump postcss from 8.3.8 to 8.3.9 (#35110)dependabot[bot]1-1/+1
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.8 to 8.3.9. - [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.3.8...8.3.9) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05Bump autoprefixer from 10.3.6 to 10.3.7 (#35109)dependabot[bot]1-1/+1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.3.6 to 10.3.7. - [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.3.6...10.3.7) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... 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]>
2021-10-05Bump linkinator from 2.14.0 to 2.14.3 (#35119)dependabot[bot]1-1/+1
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.14.0 to 2.14.3. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.14.0...v2.14.3) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05Release v5.1.2 (#35114)XhmikosR1-1/+1