XhmikosR
dfc7bdc1bf
package.json: pin Hugo version to 0.134.3
...
Newer versions fail with the following error:
```
WARN deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in a future release. use resources.Get or resources.GetRemote with transform.Unmarshal
```
Should be properly fixed in our code later and remove the version override that was added here
2024-11-03 09:12:06 +02:00
dependabot[bot]
5bc87389c4
Bump the development-dependencies group across 1 directory with 6 updates
...
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) | `9.11.1` | `9.14.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.131.3` | `0.133.5` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `6.2.3` | `7.0.1` |
| [picocolors](https://github.com/alexeyraspopov/picocolors ) | `1.1.0` | `1.1.1` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.9.0` | `16.10.0` |
| [vnu-jar](https://github.com/validator/validator ) | `23.4.11` | `24.10.17` |
Updates `@eslint/js` from 9.11.1 to 9.14.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/commits/v9.14.0/packages/js )
Updates `hugo-bin` from 0.131.3 to 0.133.5
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.131.3...v0.133.5 )
Updates `npm-run-all2` from 6.2.3 to 7.0.1
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v7.0.1 )
Updates `picocolors` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases )
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md )
- [Commits](https://github.com/alexeyraspopov/picocolors/compare/v1.1.0...v1.1.1 )
Updates `stylelint` from 16.9.0 to 16.10.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.9.0...16.10.0 )
Updates `vnu-jar` from 23.4.11 to 24.10.17
- [Release notes](https://github.com/validator/validator/releases )
- [Changelog](https://github.com/validator/validator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/validator/validator/commits )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: picocolors
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: vnu-jar
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-03 09:12:06 +02:00
dependabot[bot]
8a46937c00
Bump the development-dependencies group across 1 directory with 6 updates ( #2061 )
...
* Bump the development-dependencies group across 1 directory with 6 updates
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) | `9.9.1` | `9.11.1` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.130.1` | `0.132.0` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `6.2.2` | `6.2.3` |
| [picocolors](https://github.com/alexeyraspopov/picocolors ) | `1.0.1` | `1.1.0` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.44` | `8.4.47` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) | `15.0.0` | `15.1.0` |
Updates `@eslint/js` from 9.9.1 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js )
Updates `hugo-bin` from 0.130.1 to 0.132.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.130.1...v0.132.0 )
Updates `npm-run-all2` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.2...v6.2.3 )
Updates `picocolors` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases )
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md )
- [Commits](https://github.com/alexeyraspopov/picocolors/compare/v1.0.1...v1.1.0 )
Updates `postcss` from 8.4.44 to 8.4.47
- [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.44...8.4.47 )
Updates `stylelint-config-twbs-bootstrap` from 15.0.0 to 15.1.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v15.0.0...v15.1.0 )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: picocolors
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* Downgrade hugo-bin to v0.131.3
It's using Hugo v0.134.3 which does emit a warning but doesn't fail the build
WARN deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in a future release. use resources.Get or resources.GetRemote with transform.Unmarshal
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2024-10-01 17:41:09 +03:00
XhmikosR
2357f3f11b
Update devDependencies and regenerate package-lock.json
2024-09-02 18:18:30 +03:00
dependabot[bot]
793d457c98
Bump the development-dependencies group across 1 directory with 5 updates ( #2053 )
...
Bumps the development-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) | `9.9.0` | `9.9.1` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.129.1` | `0.130.1` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.41` | `8.4.43` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.8.1` | `16.9.0` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) | `14.2.0` | `15.0.0` |
Updates `@eslint/js` from 9.9.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js )
Updates `hugo-bin` from 0.129.1 to 0.130.1
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.129.1...v0.130.1 )
Updates `postcss` from 8.4.41 to 8.4.43
- [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.41...8.4.43 )
Updates `stylelint` from 16.8.1 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.8.1...16.9.0 )
Updates `stylelint-config-twbs-bootstrap` from 14.2.0 to 15.0.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v14.2.0...v15.0.0 )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02 18:06:38 +03:00
dependabot[bot]
a089bd0315
bump the development-dependencies group across 1 directory with 7 updates ( #2046 )
...
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 16:18:53 +03:00
dependabot[bot]
9ee0d1937a
build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates ( #2027 )
...
Bumps the development-dependencies group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ), [hugo-bin](https://github.com/fenneclab/hugo-bin ), [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) and [postcss](https://github.com/postcss/postcss ).
Updates `@eslint/js` from 9.4.0 to 9.6.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/commits/v9.6.0/packages/js )
Updates `hugo-bin` from 0.123.2 to 0.125.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.123.2...v0.125.0 )
Updates `lockfile-lint` from 4.13.2 to 4.14.0
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.14.0/packages/lockfile-lint )
Updates `postcss` from 8.4.38 to 8.4.39
- [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.38...8.4.39 )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: lockfile-lint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 17:03:35 +03:00
XhmikosR
5c6236ab8d
Update ESLint to v9.4.0 and regenerate package-lock.json ( #2012 )
2024-06-02 08:38:53 +03:00
dependabot[bot]
9b63eb5494
build(deps-dev): bump the development-dependencies group with 5 updates ( #2020 )
...
Bumps the development-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [hugo-bin](https://github.com/fenneclab/hugo-bin ) | `0.122.4` | `0.123.2` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) | `6.1.2` | `6.2.0` |
| [picocolors](https://github.com/alexeyraspopov/picocolors ) | `1.0.0` | `1.0.1` |
| [stylelint](https://github.com/stylelint/stylelint ) | `16.4.0` | `16.6.1` |
| [svgo](https://github.com/svg/svgo ) | `3.2.0` | `3.3.2` |
Updates `hugo-bin` from 0.122.4 to 0.123.2
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.122.4...v0.123.2 )
Updates `npm-run-all2` from 6.1.2 to 6.2.0
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.1.2...v6.2.0 )
Updates `picocolors` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases )
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md )
- [Commits](https://github.com/alexeyraspopov/picocolors/compare/v1.0.0...v1.0.1 )
Updates `stylelint` from 16.4.0 to 16.6.1
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.4.0...16.6.1 )
Updates `svgo` from 3.2.0 to 3.3.2
- [Release notes](https://github.com/svg/svgo/releases )
- [Commits](https://github.com/svg/svgo/compare/v3.2.0...v3.3.2 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: picocolors
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: svgo
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 08:34:31 +03:00
dependabot[bot]
af0b3f82d1
build(deps-dev): bump the development-dependencies group across 1 directory with 2 updates ( #2007 )
...
Bumps the development-dependencies group with 2 updates in the / directory: [hugo-bin](https://github.com/fenneclab/hugo-bin ) and [stylelint](https://github.com/stylelint/stylelint ).
Updates `hugo-bin` from 0.121.1 to 0.122.4
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.121.1...v0.122.4 )
Updates `stylelint` from 16.3.1 to 16.4.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.3.1...16.4.0 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 09:28:01 +03:00
dependabot[bot]
bda1722e0c
build(deps): bump peaceiris/actions-gh-pages in the github-actions group ( #2005 )
...
Bumps the github-actions group with 1 update: [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages ).
Updates `peaceiris/actions-gh-pages` from 3 to 4
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases )
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md )
- [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 09:26:10 +03:00
XhmikosR
92b6aee4c5
dependabot.yml: group action updates too
2024-04-02 18:42:06 +03:00
dependabot[bot]
3590c734c0
build(deps-dev): bump the development-dependencies group with 2 updates ( #1993 )
...
Bumps the development-dependencies group with 2 updates: [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables ) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ).
Updates `find-unused-sass-variables` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases )
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v5.0.0...v6.0.0 )
Updates `stylelint-config-twbs-bootstrap` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v14.0.0...v14.1.0 )
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 09:26:25 +03:00
XhmikosR
cf5ae72fb3
Update devDependencies and regenerate package-lock.json ( #1990 )
...
* @twbs/fantasticon ^2.9.0 → ^3.0.0
2024-03-31 17:38:38 +03:00
XhmikosR
61311880f6
Update devDependencies
2024-03-26 17:08:58 +02:00
XhmikosR
9d2e07412a
Update devDependencies ( #1986 )
...
* @twbs/fantasticon ^2.8.0 → ^2.9.0
* autoprefixer ^10.4.18 → ^10.4.19
* hugo-bin ^0.120.8 → ^0.121.1
* postcss ^8.4.35 → ^8.4.38
2024-03-21 07:42:28 +02:00
dependabot[bot]
f235397d3d
build(deps-dev): bump the development-dependencies group with 1 update ( #1982 )
...
Bumps the development-dependencies group with 1 update: [hugo-bin](https://github.com/fenneclab/hugo-bin ).
Updates `hugo-bin` from 0.120.7 to 0.120.8
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.120.7...v0.120.8 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 08:31:50 +02:00
XhmikosR
4c51cc4c5c
dependabot: switch to grouped updates ( #1977 )
2024-03-07 09:09:12 +02:00
XhmikosR
04007e7bbb
Update devDependencies and regenerate package-lock.json ( #1976 )
2024-03-07 09:01:08 +02:00
dependabot[bot]
54d22ee148
build(deps-dev): bump hugo-bin from 0.120.6 to 0.120.7 ( #1968 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.120.6 to 0.120.7.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.120.6...v0.120.7 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-02 10:32:49 +02:00
dependabot[bot]
633439cc12
build(deps-dev): bump autoprefixer from 10.4.17 to 10.4.18 ( #1969 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.17 to 10.4.18.
- [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.17...10.4.18 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-02 10:32:36 +02:00
dependabot[bot]
11eb56650b
build(deps-dev): bump postcss from 8.4.33 to 8.4.35 ( #1967 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.33 to 8.4.35.
- [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.33...8.4.35 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 07:35:58 +02:00
dependabot[bot]
8223a59530
build(deps-dev): bump hugo-bin from 0.119.0 to 0.120.6 ( #1965 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.119.0 to 0.120.6.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.119.0...v0.120.6 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 07:35:45 +02:00
dependabot[bot]
9ae931adb0
build(deps-dev): bump lockfile-lint from 4.12.1 to 4.13.2 ( #1964 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint ) from 4.12.1 to 4.13.2.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md )
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.13.2/packages/lockfile-lint )
---
updated-dependencies:
- dependency-name: lockfile-lint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 07:33:19 +02:00
dependabot[bot]
4c8cf5b917
build(deps-dev): bump bootstrap from 5.3.2 to 5.3.3 ( #1963 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.2...v5.3.3 )
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 07:33:04 +02:00
dependabot[bot]
25959d0fa6
build(deps-dev): bump svg-sprite from 3.0.0-beta3 to 3.0.0-rc1 ( #1962 )
...
Bumps [svg-sprite](https://github.com/svg-sprite/svg-sprite ) from 3.0.0-beta3 to 3.0.0-rc1.
- [Release notes](https://github.com/svg-sprite/svg-sprite/releases )
- [Changelog](https://github.com/svg-sprite/svg-sprite/blob/main/CHANGELOG.md )
- [Commits](https://github.com/svg-sprite/svg-sprite/compare/v3.0.0-beta3...v3.0.0-rc1 )
---
updated-dependencies:
- dependency-name: svg-sprite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 07:30:55 +02:00
dependabot[bot]
7b87e591e5
build(deps-dev): bump eslint from 8.56.0 to 8.57.0 ( #1961 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.56.0 to 8.57.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.56.0...v8.57.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 07:30:16 +02:00
dependabot[bot]
4cfaf2bb4e
build(deps): bump release-drafter/release-drafter from 5 to 6 ( #1966 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 07:29:39 +02:00
dependabot[bot]
43676a6983
build(deps-dev): bump the npm_and_yarn group across 1 directories with 1 update ( #1952 )
...
Bumps the npm_and_yarn group with 1 update in the /. directory: [ip](https://github.com/indutny/node-ip ).
Updates `ip` from 2.0.0 to 2.0.1
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 06:36:33 +02:00
dependabot[bot]
9ed22c576c
build(deps-dev): bump stylelint-config-twbs-bootstrap ( #1942 )
...
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v13.0.0...v14.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-03 10:29:56 +02:00
dependabot[bot]
9faeb62d11
build(deps-dev): bump stylelint from 16.1.0 to 16.2.1 ( #1939 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.1.0 to 16.2.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.1.0...16.2.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:33:20 +02:00
dependabot[bot]
9165987ac2
build(deps-dev): bump autoprefixer from 10.4.16 to 10.4.17 ( #1937 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.16 to 10.4.17.
- [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.16...10.4.17 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:33:03 +02:00
dependabot[bot]
bd86fc5609
build(deps-dev): bump hugo-bin from 0.118.1 to 0.119.0 ( #1936 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.118.1 to 0.119.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.118.1...v0.119.0 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:31:36 +02:00
dependabot[bot]
a5f5982d02
build(deps-dev): bump npm-run-all2 from 6.1.1 to 6.1.2 ( #1934 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.1.1...v6.1.2 )
---
updated-dependencies:
- dependency-name: npm-run-all2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 08:31:10 +02:00
XhmikosR
127b4a40fe
deploy.yml: add permissions `contents: read` ( #1925 )
2024-01-12 08:14:37 +02:00
XhmikosR
7b1cbea2ac
Update devDependencies
2024-01-09 08:31:35 +02:00
Julien Déramond
757f5b0ca4
Fix edge case in `color-modes.js` ( #1854 )
2024-01-09 08:27:42 +02:00
Hugo Le Goff
be3d699abe
docs: mortArboard ( #1919 )
...
* Update mortarboard-fill.md
* Update mortarboard.md
---------
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2024-01-09 08:26:22 +02:00
XhmikosR
b702870009
docs: fix missing `bi` class from font examples ( #1879 )
2024-01-09 08:25:43 +02:00
Christian Oliff
c78fcecfb4
Remove Google Analytics ( #1917 )
...
This was the old, long deprecated Universal Analytics script which stopped tracking hits last year.
2024-01-09 08:25:21 +02:00
XhmikosR
8d88686c03
Release v1.11.3 ( #1897 )
...
* Bump version to 1.11.3
* Dist
2024-01-03 17:44:45 +02:00
dependabot[bot]
b177e0c09a
build(deps-dev): bump stylelint from 16.0.2 to 16.1.0 ( #1912 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.0.2 to 16.1.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.0.2...16.1.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 08:50:00 +02:00
XhmikosR
70407d811e
Bump year to 2024
2024-01-02 08:18:16 +02:00
dependabot[bot]
93cdbd2cda
build(deps-dev): bump svgo from 3.1.0 to 3.2.0 ( #1914 )
...
Bumps [svgo](https://github.com/svg/svgo ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/svg/svgo/releases )
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md )
- [Commits](https://github.com/svg/svgo/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: svgo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 08:14:29 +02:00
XhmikosR
3a387cc8ae
Regenerate package-lock.json
2023-12-23 18:03:32 +02:00
dependabot[bot]
0adac03a32
build(deps-dev): bump stylelint and stylelint-config-twbs-bootstrap ( #1910 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap ). These dependencies needed to be updated together.
Updates `stylelint` from 15.11.0 to 16.0.2
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2 )
Updates `stylelint-config-twbs-bootstrap` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases )
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-config-twbs-bootstrap
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-23 18:02:15 +02:00
dependabot[bot]
26fb2321dd
build(deps-dev): bump hugo-bin from 0.117.1 to 0.118.0 ( #1909 )
...
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin ) from 0.117.1 to 0.118.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases )
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.117.1...v0.118.0 )
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-23 17:48:09 +02:00
dependabot[bot]
994219a870
build(deps-dev): bump @twbs/fantasticon from 2.7.1 to 2.7.2 ( #1903 )
...
Bumps [@twbs/fantasticon](https://github.com/twbs/fantasticon ) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/twbs/fantasticon/releases )
- [Commits](https://github.com/twbs/fantasticon/compare/v2.7.1...v2.7.2 )
---
updated-dependencies:
- dependency-name: "@twbs/fantasticon"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-17 16:37:46 +02:00
XhmikosR
6d8e94763a
docs: update search ( #1902 )
...
Followup to #1889
2023-12-17 15:16:08 +02:00
XhmikosR
b9564a9589
docs: trim query from search ( #1889 )
2023-12-17 15:03:13 +02:00