aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
* Add »Development«-section on README.mdJan Raasch2024-02-201
| | | | This is mostly a note to self 📝😁😇
* Fill `og:title` on home pageJan Raasch2024-02-201
| | | | See #84
* chore(deps-dev): bump js-beautify from 1.14.11 to 1.15.1 (#85)dependabot[bot]2024-02-162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [js-beautify](https://github.com/beautifier/js-beautify) from 1.14.11 to 1.15.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/beautifier/js-beautify/blob/main/CHANGELOG.md">js-beautify's changelog</a>.</em></p> <blockquote> <h2>v1.15.1</h2> <ul> <li>Turn new angular templating off by default in html (<a href="https://redirect.github.com/beautifier/js-beautify/pull/2247">#2247</a>)</li> <li>Perf regression in latest release (1.15.0) (<a href="https://redirect.github.com/beautifier/js-beautify/issues/2246">#2246</a>)</li> </ul> <h2>v1.15.0</h2> <ul> <li>Fixed <a href="https://redirect.github.com/beautifier/js-beautify/issues/2219">#2219</a> - formatting of new Angular control flow syntax (<a href="https://redirect.github.com/beautifier/js-beautify/pull/2221">#2221</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/beautifier/js-beautify/commit/8ebec7e81a59cad881aae075d209dd240c414968"><code>8ebec7e</code></a> Release: 1.15.1</li> <li><a href="https://github.com/beautifier/js-beautify/commit/f11af53db1864f8a9b8de6406c4e4f7cd999f178"><code>f11af53</code></a> Merge remote-tracking branch 'origin/staging/main' into staging/release</li> <li><a href="https://github.com/beautifier/js-beautify/commit/9d4b333b69c7a62f2b359b7cca1f7966ef195b7c"><code>9d4b333</code></a> Merge remote-tracking branch 'origin/release' into staging/release</li> <li><a href="https://github.com/beautifier/js-beautify/commit/f53ce3a5ffaa8f643c2d37ae8691462e5fca2db8"><code>f53ce3a</code></a> Bump version numbers for 1.15.1</li> <li><a href="https://github.com/beautifier/js-beautify/commit/5b41158f2efab326bb438ff6ca581a45bb7d2133"><code>5b41158</code></a> Update Changelog</li> <li><a href="https://github.com/beautifier/js-beautify/commit/5150015660960bec59a402318db5e44a5a8379cb"><code>5150015</code></a> Merge pull request <a href="https://redirect.github.com/beautifier/js-beautify/issues/2247">#2247</a> from bitwiseman/feat/angular-off-default</li> <li><a href="https://github.com/beautifier/js-beautify/commit/5233c8f5f4cc3fb7b8881a7e2d6ef1a5604420f2"><code>5233c8f</code></a> Add test for angular css conflict</li> <li><a href="https://github.com/beautifier/js-beautify/commit/96340d5d43e655ed31628a2e00f8a41f09b782f0"><code>96340d5</code></a> Turn off new angular templating by default in html</li> <li><a href="https://github.com/beautifier/js-beautify/commit/b4775c33a1b398302a6351d484d63ecb7331aa34"><code>b4775c3</code></a> Merge pull request <a href="https://redirect.github.com/beautifier/js-beautify/issues/2235">#2235</a> from beautifier/dependabot/github_actions/actions/ca...</li> <li><a href="https://github.com/beautifier/js-beautify/commit/87d3796bbc68a9d96b57c99ab4db025b50efdcba"><code>87d3796</code></a> Merge pull request <a href="https://redirect.github.com/beautifier/js-beautify/issues/2245">#2245</a> from beautifier/dependabot/npm_and_yarn/webpack-5.90.2</li> <li>Additional commits viewable in <a href="https://github.com/beautifier/js-beautify/compare/v1.14.11...v1.15.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=js-beautify&package-manager=npm_and_yarn&previous-version=1.14.11&new-version=1.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump js-beautify from 1.14.6 to 1.14.11 (#78)dependabot[bot]2024-01-232
| | | | | | | | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.6 to 1.14.11. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.6...v1.14.11) --- updated-dependencies: - dependency-name: js-beautify 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>
* Add more permissions to auto-merge workflow 🔓Jan Raasch2024-01-231
| | | | | | | | | | | | Still trying to fix ``` GraphQL: Resource not accessible by integration (mergePullRequest) ``` See https://github.com/janraasch/hugo-bearblog/actions/runs/7624250504/job/20766236838 and https://github.com/cli/cli/discussions/7617
* Move auto-merge to separate workflowJan Raasch2024-01-232
|
* Add permissions to »Auto-Merge«-`job`Jan Raasch2024-01-231
|
* Approve & squash merge dependabot prsJan Raasch2024-01-231
| | | | See https://dev.to/lkurzyniec/github-auto-merge-dependabot-prs-26dj
* chore(deps): bump actions/upload-artifact from 3 to 4 (#77)dependabot[bot]2024-01-231
| | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact 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>
* chore(deps): bump actions/download-artifact from 3 to 4 (#76)dependabot[bot]2024-01-231
| | | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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>
* Use hugo.toml instead of config.toml (#74)Martijn Engler2024-01-233
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use hugo.toml instead of config.toml Use the file hugo.toml in both the README.md and the exampleSite, since Hugo will look for this file first. The current instructions (using config.toml) in a new Hugo site (that has a hugo.toml-file) means that the site doesn't work, or the theme is not activated. Note that this is a breaking change for sites running on older versions. (But v0.110.0 was released almost a year ago.) Relevant Hugo commit: https://github.com/gohugoio/hugo/commit/f38a2fbd2e4de7f095a833b448cb8bc053955ce2 * Require `hugo v0.110.0` > Make hugo.toml the new config.toml see https://github.com/gohugoio/hugo/releases/tag/v0.110.0 --------- Co-authored-by: Jan Raasch <425211+janraasch@users.noreply.github.com>
* chore(deps): bump actions/checkout from 3 to 4 (#72)dependabot[bot]2024-01-231
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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>
* docs: no email support ❌😅😁Jan Raasch2023-03-151
|
* chore(ci): oh the lols :)) aka fix the fixJan Raasch2023-03-151
|
* chore(ci): try try tryJan Raasch2023-03-151
|
* chore(ci): try ignoring cacheJan Raasch2023-03-151
|
* fix: remove trailing slashesJan Raasch2023-03-153
| | | | | | | | Guess what, on https://gohugo.io/functions/relurl/ it says > As a best practice, never include a leading slash when using this function. Fixes https://github.com/janraasch/hugo-bearblog/issues/65
* chore(ci): auto-merge patch and minor updates of depsJan Raasch2023-03-081
|
* chore(ci): fix deploy condition - for real! :)Jan Raasch2023-03-081
|
* chore(ci): fix deploy condition - hopefullyJan Raasch2023-03-081
|
* chore(ci): split build into build and deploy jobsJan Raasch2023-03-081
|
* chore(deps): bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.2 (#61)dependabot[bot]2023-02-161
| | | | | | | | | | | | | | | | Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.0 to 3.9.2. - [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.9.0...v3.9.2) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production 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>
* Delete FUNDING.ymlJan Raasch2022-12-271
|
* Remove »Sponsoring«Jan Raasch2022-12-271
|
* chore(deps): bump peaceiris/actions-hugo from 2.5.0 to 2.6.0 (#58)dependabot[bot]2022-10-251
| | | | | | | | | | | | | | | | | | Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#57)dependabot[bot]2022-10-251
| | | | | | | | | | | | | | | | | | Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.0. - [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.8.0...v3.9.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert "Fix link to »Blog« on demo page"Jan Raasch2022-09-151
| | | | | | | | This reverts commit 9863ab4f50b81073367145c3edc5a991bada5e53. Whoops. I should update my local version of `hugo` 😊. This broke the build, see https://github.com/janraasch/hugo-bearblog/actions/runs/3057300422/jobs/4932310672
* Fix link to »Blog« on demo pageJan Raasch2022-09-151
| | | | The demo is hosted at https://janraasch.github.io/hugo-bearblog/, but currently the link is »/blog«, so we end up at https://janraasch.github.io/blog with a `404` 🥹.
* chore(deps-dev): bump js-beautify from 1.14.2 to 1.14.6 (#53)dependabot[bot]2022-09-152
| | | | | | | | | | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.2 to 1.14.6. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.2...v1.14.6) --- updated-dependencies: - dependency-name: js-beautify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use `overflow-x: auto` to avoid spilling long lines (#49)Andrew Jorgensen2022-09-151
|
* chore(deps-dev): bump js-beautify from 1.14.0 to 1.14.2 (#46)dependabot[bot]2022-03-292
| | | | | | | | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.0...v1.14.2) --- updated-dependencies: - dependency-name: js-beautify 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>
* chore(deps): bump actions/checkout from 2.3.4 to 3 (#43)dependabot[bot]2022-03-021
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v3) --- updated-dependencies: - dependency-name: actions/checkout 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>
* Update config.toml (#41)Timothy Vieregge2022-01-241
|
* Fix a remaining issue with b8c8871 (#20) (#25)Andrew Jorgensen2021-08-131
| | | | | | | | | | | | | | | | | | | It turns out my original proposal for #20 was correct, but not for the reasons I thought. We need to set both `background-color` and `color` to `initial` on `div.highlight pre` because that's where Chroma sets those colors (including the default `color` if configured). Setting to `initial` there makes it so that if the selected style *doesn't* configure a default color, we'll use the `initial` color, which is going to be the right choice because the reason style author left that unset because they didn't consider dark color schemes messing with their style. Then we `unset` the colors on `div.highlight code` because otherwise the `code` colors from the theme will override the colors that would otherwise be inherited from Chroma's `<pre>` element. Stricly speaking I can't say that setting `background-color` to `initial` is required, because I haven't found a Chroma style that *doesn't* set a `background-color`, but I figure it's possible (at least for a light theme) and it makes sense to fix it just in case, and causes no harm otherwise.
* Revert "Do not touch div.highlight styles"Jan Raasch2021-08-131
| | | | This reverts commit d3a86c7c6d23cfe6f82d7d8405e3ab522e693a22.
* chore: add demosite to theme.tomlJan Raasch2021-08-091
| | | | see https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration
* Do not touch div.highlight stylesJan Raasch2021-08-091
| | | | Closes #25
* chore(deps-dev): bump js-beautify from 1.13.13 to 1.14.0 (#32)dependabot[bot]2021-08-042
| | | | | | | | | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.13 to 1.14.0. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.13...v1.14.0) --- updated-dependencies: - dependency-name: js-beautify 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>
* chore(deps): bump peaceiris/actions-hugo from 2.4.13 to 2.5.0 (#30)dependabot[bot]2021-05-281
| | | | | | | | | | Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2.4.13 to 2.5.0. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2.4.13...v2.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump peaceiris/actions-hugo from 2 to 2.4.13 (#28)dependabot[bot]2021-05-131
| | | | | | | | | | Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2 to 2.4.13. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2...v2.4.13) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump actions/checkout from 2 to 2.3.4 (#29)dependabot[bot]2021-05-131
| | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump js-beautify from 1.13.11 to 1.13.13 (#26)dependabot[bot]2021-04-292
| | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.11 to 1.13.13. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.11...v1.13.13) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump js-beautify from 1.13.5 to 1.13.11 (#24)dependabot[bot]2021-04-142
| | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.5 to 1.13.11. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.5...v1.13.11) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: code highlighting using Chroma (#20)Andrew Jorgensen2021-04-131
| | | | | | | | | | | | | | | | | | | | | | | | | Chroma sets `color` (usually) and `background-color` directly on a `<pre>` element under a `<div class="highlight">` but the theme was interfering with those color settings from both the `code` and `pre code` selectors. Since Chroma highlighting is under a `highlight` class we can `unset` the colors that are set by the `code` selector elsewhere, so that under a `<code>` element that's under a `<div class="highlight">` it will just inherit from the `<pre>` above it where Chroma sets all it's colors. The `color: initial;` instead of `color: unset;` is needed because some Chroma styles don't set a default text color, and if you use `unset` instead that lets the browser use a lighter default text color when using a dark color scheme. That's a sort of long winded way of saying that I think I've fixed the color interference problem in a way that won't mess with anything else in the theme. I've tested this on a wide selection of Chroma styles, with both light and dark color schemes and it seems to work correctly in all cases. Which is to say that Chroma appears to have full control of both `color` and `background-color` for code blocks that it's highlighting. Fixes #19
* feat: enable optional custom date formatAkira Baruah2021-04-123
| | | | | | | | Adds a .Site.Params.dateFormat setting to let users specify a Hugo-style date format string for content. Previously, the date format was hardcoded to "02 Jan, 2006", presumably to match the original BearBlog style. This format gets used by default if the new "dateFormat" setting is absent from the site config.
* chore(deps): bump peaceiris/actions-gh-pages from v3 to v3.8.0 (#21)dependabot[bot]2021-03-261
| | | | | | | | | | Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from v3 to v3.8.0. - [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...068dc23d9710f1ba62e86896f84735d869951305) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump js-beautify from 1.13.4 to 1.13.5 (#12)dependabot[bot]2021-03-192
| | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.4 to 1.13.5. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.4...v1.13.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump js-beautify from 1.13.0 to 1.13.4 (#11)dependabot[bot]2021-01-222
| | | | | | | | | | Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.0 to 1.13.4. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/v1.13.4/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.0...v1.13.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: fix typoJan Raasch2020-12-201
|
* chore: update dark screenshotJan Raasch2020-10-021
|