mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

dependabot[bot]
04.17.2025 348b85867822f2086f753ed0941b44b4f9a1617b
build(deps-dev): bump @davidsneighbour/markdownlint-config from 2025.0.1 to 2025.0.2 (#824)

Bumps
[@davidsneighbour/markdownlint-config](https://github.com/davidsneighbour/configurations)
from 2025.0.1 to 2025.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/9f77814d9a677d5f9550d634310b3e596411571b"><code>9f77814</code></a>
chore(release): publish v2025.0.2</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/32a26f9126a9f88ee685e6b3305eb916a474a274"><code>32a26f9</code></a>
build(deps): update dependencies</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/b27765afd0e3f1a5dbfa561a47f8d730cec9692f"><code>b27765a</code></a>
build(deps): update dependencies</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/f3dbd740917a4c885a3fa188d40312077a09a4e0"><code>f3dbd74</code></a>
chore(deps): update eslint (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1795">#1795</a>)</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/0f7e81f9dea76d570df93991c02e2ac1115c636d"><code>0f7e81f</code></a>
chore(deps): update dependency prettier-plugin-sh to v0.15.0 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1794">#1794</a>)</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/cddfba25e270f327762741a39eab6cd09c0f1c86"><code>cddfba2</code></a>
chore(deps): update dependency prettier-plugin-toml to v2.0.2 (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1793">#1793</a>)</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/5b15436ea78ff80f4c6627d146380840914833b5"><code>5b15436</code></a>
chore(deps): update eslint (<a
href="https://redirect.github.com/davidsneighbour/configurations/issues/1777">#1777</a>)</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/95e61bba11aa9d757640394f20b2e9783f96b9c3"><code>95e61bb</code></a>
chore(deps): update dependencies</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/24d90941c712b2dcc7ec621a34af6c9b9f8ffa45"><code>24d9094</code></a>
fix: move stylelint config into sub packages</li>
<li><a
href="https://github.com/davidsneighbour/configurations/commit/3b5747d9869c83bed99c4ac8dcaf354632c5132e"><code>3b5747d</code></a>
build(setup): update minimum node and npm versions</li>
<li>Additional commits viewable in <a
href="https://github.com/davidsneighbour/configurations/compare/v2025.0.1...v2025.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@davidsneighbour/markdownlint-config&package-manager=npm_and_yarn&previous-version=2025.0.1&new-version=2025.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 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>
2 files modified
38 ■■■■ changed files
package-lock.json 36 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "@thenewdynamic/gohugo-theme-ananke",
  "version": "2.11.2",
  "version": "2.12.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@thenewdynamic/gohugo-theme-ananke",
      "version": "2.11.2",
      "version": "2.12.0",
      "license": "MIT",
      "dependencies": {
        "cssnano": "7.0.6",
@@ -15,7 +15,7 @@
        "tachyons": "4.12.0"
      },
      "devDependencies": {
        "@davidsneighbour/markdownlint-config": "2025.0.1",
        "@davidsneighbour/markdownlint-config": "2025.0.2",
        "@davidsneighbour/release-config": "2025.0.1",
        "@davidsneighbour/tools": "2025.0.1",
        "dotenv": "16.4.7"
@@ -1147,14 +1147,14 @@
      }
    },
    "node_modules/@davidsneighbour/markdownlint-config": {
      "version": "2025.0.1",
      "resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2025.0.1.tgz",
      "integrity": "sha512-vZuTwU+GZ7ZnV5N10gENnRtLzqlBMEbxCMsTVTNP+I69Snx35FjlZSjmmYqoDFwQ4rH2nuyHLjbPotYNbax+bg==",
      "version": "2025.0.2",
      "resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2025.0.2.tgz",
      "integrity": "sha512-i5XZSjJjg+0bGl5JodfoQLpcXIB1CgYVX+TA0YZbC/aquB4NbFZBLK3lquCYqNyRDtcj4f+0cD2rRSTcNda0Aw==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "markdownlint": "0.37.3",
        "markdownlint-cli2": "0.17.1"
        "markdownlint": "0.37.4",
        "markdownlint-cli2": "0.17.2"
      },
      "engines": {
        "node": ">=20.18.0",
@@ -5266,9 +5266,9 @@
      }
    },
    "node_modules/markdownlint": {
      "version": "0.37.3",
      "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.3.tgz",
      "integrity": "sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==",
      "version": "0.37.4",
      "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.4.tgz",
      "integrity": "sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
@@ -5290,16 +5290,16 @@
      }
    },
    "node_modules/markdownlint-cli2": {
      "version": "0.17.1",
      "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.17.1.tgz",
      "integrity": "sha512-n1Im9lhKJJE12/u2N0GWBwPqeb0HGdylN8XpSFg9hbj35+QalY9Vi6mxwUQdG6wlSrrIq9ZDQ0Q85AQG9V2WOg==",
      "version": "0.17.2",
      "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.17.2.tgz",
      "integrity": "sha512-XH06ZOi8wCrtOSSj3p8y3yJzwgzYOSa7lglNyS3fP05JPRzRGyjauBb5UvlLUSCGysMmULS1moxdRHHudV+g/Q==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "globby": "14.0.2",
        "js-yaml": "4.1.0",
        "jsonc-parser": "3.3.1",
        "markdownlint": "0.37.3",
        "markdownlint": "0.37.4",
        "markdownlint-cli2-formatter-default": "0.0.5",
        "micromatch": "4.0.8"
      },
@@ -6004,9 +6004,9 @@
      }
    },
    "node_modules/micromark-util-subtokenize": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz",
      "integrity": "sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==",
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
      "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
      "dev": true,
      "funding": [
        {
package.json
@@ -38,7 +38,7 @@
    "tachyons": "4.12.0"
  },
  "devDependencies": {
    "@davidsneighbour/markdownlint-config": "2025.0.1",
    "@davidsneighbour/markdownlint-config": "2025.0.2",
    "@davidsneighbour/release-config": "2025.0.1",
    "@davidsneighbour/tools": "2025.0.1",
    "dotenv": "16.4.7"