Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-10ci: add workflow_dispatchHEADmainShohei Ueda
2022-11-10deps(npm): bump mermaid from 9.2.1 to 9.2.2 in /exampleSite (#587)v0.43.5dependabot[bot]
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.2.1 to 9.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mermaid-js/mermaid/releases">mermaid's releases</a>.</em></p> <blockquote> <h2>9.2.2</h2> <h2>What's Changed</h2> <ul> <li>[9.2] fix(mermaid): fix <code>mermaid.render</code> types by <a href="https://github.com/aloisklink"><code>@​aloisklink</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/3768">mermaid-js/mermaid#3768</a></li> <li>[9.2] fix(mermaid): default mermaid back to CommonJS by <a href="https://github.com/aloisklink"><code>@​aloisklink</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/3767">mermaid-js/mermaid#3767</a></li> <li>Fix lazy loading in webpack by <a href="https://github.com/sidharthv96"><code>@​sidharthv96</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/3774">mermaid-js/mermaid#3774</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mermaid-js/mermaid/compare/v9.2.1...v9.2.2">https://github.com/mermaid-js/mermaid/compare/v9.2.1...v9.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mermaid-js/mermaid/commit/9bb0ed2040cce9be83c63e097e26e4b361a8bdd6"><code>9bb0ed2</code></a> Added registerExternalDiagram for Mindmap</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/2f9d6e0aff25d630bdc43bf8d57cc783b8c30d39"><code>2f9d6e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/3774">#3774</a> from mermaid-js/sidv/fixLL</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/ecc51d7cb8b8e01d49d388ce72359467a906af37"><code>ecc51d7</code></a> fix: Remove registerDiagram export</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/c309e3e3d66eb7f31cb5755e13d226e3070749b5"><code>c309e3e</code></a> Merge branch 'sidv/fixLL' of <a href="https://github.com/mermaid-js/mermaid">https://github.com/mermaid-js/mermaid</a> into sidv/...</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/f52df3037fe481d4e02b8fb13f7b65e75d759166"><code>f52df30</code></a> fix versions</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/649ab17806428d6e290bf3177146f92273b627a8"><code>649ab17</code></a> feat: Add config validator MVP</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/89da6ea31a5d91e569b58923ca77848dbf56456c"><code>89da6ea</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/c7f7ff39ce21132d31c73fc5f0ed74d5937f4ab1"><code>c7f7ff3</code></a> fix: Import path in viewer.js</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/8e63a072e4356800b82ab37efcc218243c68dc4a"><code>8e63a07</code></a> Cleanup package.json</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/b03ac389fa1090641b0f0e0a34ecfff6f31e980f"><code>b03ac38</code></a> Restore package and lock from master</li> <li>Additional commits viewable in <a href="https://github.com/mermaid-js/mermaid/compare/v9.2.1...v9.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mermaid&package-manager=npm_and_yarn&previous-version=9.2.1&new-version=9.2.2)](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 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>
2022-11-09deps(npm): bump mermaid from 9.2.0 to 9.2.1 in /exampleSite (#586)dependabot[bot]
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.2.0 to 9.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mermaid-js/mermaid/releases">mermaid's releases</a>.</em></p> <blockquote> <h2>9.2.1</h2> <h2>What's Changed</h2> <ul> <li>fix <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/3757">#3757</a> : Remove dynamic imports for lazy load causing issues for webpack</li> <li>chore: Update bug report template by <a href="https://github.com/gibson042"><code>@​gibson042</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/3727">mermaid-js/mermaid#3727</a></li> <li>Use issue templates and add diagram, theme and syntax proposal issue forms by <a href="https://github.com/Andre601"><code>@​Andre601</code></a> in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/2739">mermaid-js/mermaid#2739</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Andre601"><code>@​Andre601</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/pull/2739">mermaid-js/mermaid#2739</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mermaid-js/mermaid/compare/v9.2.0...v9.2.1">https://github.com/mermaid-js/mermaid/compare/v9.2.0...v9.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mermaid-js/mermaid/commit/ba7f83019f06d092a4549b98ebc97679fda196a8"><code>ba7f830</code></a> Fixing applitools batches</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/97a7f1fd71bf303076b1e96b996c430220ea504f"><code>97a7f1f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mermaid-js/mermaid/issues/2739">#2739</a> from Andre601/feature/issue-templates</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/c86d46eb8accdb79652d24fb819a4c46e9b4c777"><code>c86d46e</code></a> Add Security Policy</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/361dd6a96e2f2d6a56f044f36f4b46e62b43bb30"><code>361dd6a</code></a> Add Security Policy</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/17adec38af6c93d009e319b788a9e8f3a4187c3e"><code>17adec3</code></a> chore: lint</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/638b9d9aae33114650862b074f783212b94aa320"><code>638b9d9</code></a> Discussions are now available</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/c8f699489578d97d3360d2ed371f5e526727685b"><code>c8f6994</code></a> Make colors required</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/1117a80500a288f26ed773062ebb8ce7e842f67d"><code>1117a80</code></a> make setup not required</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/5d83ec6fa2e15b1cd14a700a95f0e7663d146516"><code>5d83ec6</code></a> Update theme_proposal.yml</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/bab59374267b67ec025d1da6bc3555b237bdb66f"><code>bab5937</code></a> Update syntaxt_proposal.yml</li> <li>Additional commits viewable in <a href="https://github.com/mermaid-js/mermaid/compare/v9.2.0...v9.2.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~p_brolin47">p_brolin47</a>, a new releaser for mermaid since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mermaid&package-manager=npm_and_yarn&previous-version=9.2.0&new-version=9.2.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 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>
2022-11-09deps(npm-dev): bump husky from 8.0.1 to 8.0.2 (#585)dependabot[bot]
Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typicode/husky/releases">husky's releases</a>.</em></p> <blockquote> <h2>v8.0.2</h2> <ul> <li>docs: remove deprecated npm set-script</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/9efb720c165ffcfec774b4584aa61f59dae774c7"><code>9efb720</code></a> 8.0.2</li> <li><a href="https://github.com/typicode/husky/commit/573de60f674c85efc0665f27cb16e01652c23d8f"><code>573de60</code></a> docs: remove deprecated npm set-script</li> <li><a href="https://github.com/typicode/husky/commit/3db28d4278ba83d408c1754e0f82010ad39711d1"><code>3db28d4</code></a> chore: increase daysUntilStale</li> <li><a href="https://github.com/typicode/husky/commit/51aeba55c3a16bc11f253f301b4309edb6971a6b"><code>51aeba5</code></a> chore: update devDependencies</li> <li><a href="https://github.com/typicode/husky/commit/9e6073d09db51b974761893badb9de548cf1812c"><code>9e6073d</code></a> docs(readme): fix minor command typo (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1197">#1197</a>)</li> <li><a href="https://github.com/typicode/husky/commit/840c4164d06d3c412caf63a9c9d7ca1af15f2165"><code>840c416</code></a> docs: add double-hyphen flag between npx and the command to run (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1164">#1164</a>)</li> <li><a href="https://github.com/typicode/husky/commit/b6e4c92e1380c6f07fa606c633df1200733d84c3"><code>b6e4c92</code></a> docs: update deprecated npm command</li> <li><a href="https://github.com/typicode/husky/commit/47e96ec0ecc8a8f00c88f6d10b00006b868f8bb0"><code>47e96ec</code></a> docs: README update (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1154">#1154</a>)</li> <li><a href="https://github.com/typicode/husky/commit/e4e45750d241767d6d16d88b51e6f6f65d76b848"><code>e4e4575</code></a> chore: npx option --no-install replaced with --no -- due to deprecation (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1149">#1149</a>)</li> <li>See full diff in <a href="https://github.com/typicode/husky/compare/v8.0.1...v8.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=husky&package-manager=npm_and_yarn&previous-version=8.0.1&new-version=8.0.2)](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 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>
2022-11-03Delete CODEOWNERSShohei Ueda
2022-11-03ci: bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#584)dependabot[bot]
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production 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>
2022-11-02deps(npm): bump mermaid from 9.1.7 to 9.2.0 in /exampleSite (#583)dependabot[bot]
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.1.7 to 9.2.0. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mermaid-js/mermaid/compare/v9.1.7...v9.2.0) --- updated-dependencies: - dependency-name: mermaid 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>
2022-10-31deps(go): bump github.com/gohugoio/hugo from 0.104.3 to 0.105.0 in /deps (#582)dependabot[bot]
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.104.3 to 0.105.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml) - [Commits](https://github.com/gohugoio/hugo/compare/v0.104.3...v0.105.0) --- updated-dependencies: - dependency-name: github.com/gohugoio/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>
2022-10-24ci: remove GO_VERSIONShohei Ueda
2022-10-24ci: use go-version-file, remove go-versionShohei Ueda
2022-10-24ci: use go-version-file, remove go-versionShohei Ueda
2022-10-24ci: use GITHUB_OUTPUTShohei Ueda
2022-10-24ci: bump peaceiris/workflows from 0.17.1 to 0.17.2 (#581)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-23ci: bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#580)dependabot[bot]
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>
2022-10-19ci: set default to patch (#579)Shohei Ueda
2022-10-19ci: bump peaceiris/workflows from 0.16.0 to 0.17.1 (#576)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18deps(npm): bump reveal.js from 4.3.1 to 4.4.0 in /exampleSite (#578)dependabot[bot]
Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: reveal.js 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>
2022-10-17ci: bump nwtgck/actions-netlify from 1.2.3 to 1.2.4 (#577)dependabot[bot]
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/nwtgck/actions-netlify/releases) - [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nwtgck/actions-netlify/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production 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>
2022-10-15ci: remove duplicated envShohei Ueda
2022-10-05deps(go): bump github.com/gohugoio/hugo from 0.104.2 to 0.104.3 in /deps (#575)dependabot[bot]
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.104.2 to 0.104.3. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml) - [Commits](https://github.com/gohugoio/hugo/compare/v0.104.2...v0.104.3) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-type: direct:production 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>
2022-10-03ci: bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#574)dependabot[bot]
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production 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>
2022-10-02deps(go): bump github.com/gohugoio/hugo from 0.101.0 to 0.104.2 in /deps (#572)dependabot[bot]
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.101.0 to 0.104.2. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml) - [Commits](https://github.com/gohugoio/hugo/compare/v0.101.0...v0.104.2) --- updated-dependencies: - dependency-name: github.com/gohugoio/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>
2022-10-02ci: remove envs composite actionpeaceiris
2022-10-02deps: update dependencies (#573)v0.43.4Shohei Ueda
2022-10-02node 16.17.1peaceiris
2022-09-14docs: add npm ciShohei Ueda
2022-08-05deps(npm): bump mermaid from 9.1.3 to 9.1.4 in /exampleSite (#558)dependabot[bot]
2022-07-30deps: node 16.16.0peaceiris
2022-07-12ci: bump peaceiris/workflows from 0.15.0 to 0.16.0 (#556)dependabot[bot]
2022-07-04ci: bump dependabot/fetch-metadata from 1.3.2 to 1.3.3 (#555)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01ci: bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 (#554)dependabot[bot]
2022-06-29ci: fix url to CHANGELOGpeaceiris
2022-06-29ci: update release flowv0.43.3peaceiris
2022-06-29deps(npm): bump mermaid from 9.1.2 to 9.1.3 in /exampleSite (#553)dependabot[bot]
2022-06-28deps(npm-dev): bump lint-staged from 13.0.2 to 13.0.3 (#551)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-28fix: continue if sponsor is null (#552)Shohei Ueda
2022-06-17deps(go): bump github.com/gohugoio/hugo from 0.100.2 to 0.101.0 in /deps (#550)dependabot[bot]
2022-06-17deps(npm-dev): bump lint-staged from 13.0.1 to 13.0.2 (#549)dependabot[bot]
2022-06-16ci: bump actions/dependency-review-action from 1 to 2 (#548)dependabot[bot]
2022-06-15deps(npm): bump mermaid from 9.1.1 to 9.1.2 in /exampleSite (#547)dependabot[bot]
2022-06-10deps(go): bump github.com/gohugoio/hugo from 0.100.1 to 0.100.2 in /deps (#546)dependabot[bot]
2022-06-10deps(npm): bump mathjax from 3.2.1 to 3.2.2 in /exampleSite (#545)dependabot[bot]
2022-06-09deps(npm-dev): bump lint-staged from 13.0.0 to 13.0.1 (#544)dependabot[bot]
2022-06-02deps(go): bump github.com/gohugoio/hugo from 0.100.0 to 0.100.1 in /deps (#543)dependabot[bot]
2022-06-02deps(npm-dev): bump lint-staged from 12.5.0 to 13.0.0 (#542)dependabot[bot]
2022-06-01deps(go): bump github.com/gohugoio/hugo from 0.99.1 to 0.100.0 in /deps (#541)dependabot[bot]
2022-06-01deps(npm-dev): bump lint-staged from 12.4.3 to 12.5.0 (#540)dependabot[bot]
2022-05-31deps(npm-dev): bump lint-staged from 12.4.2 to 12.4.3 (#538)dependabot[bot]
2022-05-25deps(npm-dev): bump lint-staged from 12.4.1 to 12.4.2 (#537)dependabot[bot]
2022-05-23deps(npm): bump hotkeys-js from 3.9.3 to 3.9.4 in /exampleSite (#536)dependabot[bot]