build(deps-dev): bump @davidsneighbour/release-config

Bumps [@davidsneighbour/release-config](https://github.com/davidsneighbour/configurations) from 2024.4.6 to 2024.4.8.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.8)

---
updated-dependencies:
- dependency-name: "@davidsneighbour/release-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-08 11:34:43 +00:00 committed by GitHub
parent 8d55b508d3
commit eee682574a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 125 additions and 8 deletions

131
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@thenewdynamic/gohugo-theme-ananke",
"version": "2.11.0",
"version": "2.11.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@thenewdynamic/gohugo-theme-ananke",
"version": "2.11.0",
"version": "2.11.2",
"license": "MIT",
"dependencies": {
"cssnano": "7.0.6",
@ -16,7 +16,7 @@
},
"devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6",
"@davidsneighbour/release-config": "2024.4.6",
"@davidsneighbour/release-config": "2024.4.8",
"@davidsneighbour/tools": "2024.4.6"
}
},
@ -1131,12 +1131,12 @@
}
},
"node_modules/@davidsneighbour/release-config": {
"version": "2024.4.6",
"resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.6.tgz",
"integrity": "sha512-p1CaNadLBSxLmUCuMKFU9vXnOul50WB6WvosFoSVpEAX5LVij/T/wFqSQdJptPBNvg+E3gxdan6CUft4n8WAXw==",
"version": "2024.4.8",
"resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.8.tgz",
"integrity": "sha512-GifgfCWz8iPTd5tbc9Elqhgw0ipub6fyIY9JVYdHb3XwcWXv36ZikNwSX4DPQw3EqCwr56xz84HwASyWcHsI8A==",
"dev": true,
"dependencies": {
"@davidsneighbour/tools": "^2024.4.6",
"@davidsneighbour/tools": "^2024.4.8",
"commit-and-tag-version": "12.5.0",
"simple-git-hooks": "^2.11.1"
},
@ -1145,6 +1145,123 @@
"npm": ">=10.3.0"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/@davidsneighbour/tools": {
"version": "2024.4.8",
"resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.8.tgz",
"integrity": "sha512-jzZMUnIereP/dUFQBQWGiUn4jFeHDUFY6iRuIkIi+OhAf9Bp3dQD08EBLWwq2BD9Bieku+dKcjb3elL/ZUY2Vw==",
"dev": true,
"dependencies": {
"@j9t/obsohtml": "1.6.2",
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
"cross-env": "7.0.3",
"debug": "4.3.7",
"deepmerge": "4.3.1",
"dotenv": "16.4.5",
"fixpack": "4.0.0",
"lockfile-lint": "4.14.0",
"ncp": "2.0.0",
"node-fetch": "3.3.2",
"npm-check-updates": "17.1.10",
"npm-package-json-lint": "8.0.0",
"npm-run-all2": "7.0.1",
"npm-watch": "0.13.0",
"rimraf": "6.0.1",
"secretlint": "^9.0.0",
"wireit": "0.14.9"
},
"engines": {
"node": ">=20.18.0",
"npm": ">=10.3.0"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/isexe": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
"integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
"dev": true,
"engines": {
"node": ">=16"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/npm-check-updates": {
"version": "17.1.10",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.10.tgz",
"integrity": "sha512-GnN6KbUzC8BpwsRYJntuumgCiagZ0+xxorvUJM9m06d7AlyK9lm3iFsAsnXF3VAZZzpD5QjZvWBwNze61Vywkw==",
"dev": true,
"bin": {
"ncu": "build/cli.js",
"npm-check-updates": "build/cli.js"
},
"engines": {
"node": "^18.18.0 || >=20.0.0",
"npm": ">=8.12.1"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/npm-run-all2": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.1.tgz",
"integrity": "sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==",
"dev": true,
"dependencies": {
"ansi-styles": "^6.2.1",
"cross-spawn": "^7.0.3",
"memorystream": "^0.3.1",
"minimatch": "^9.0.0",
"pidtree": "^0.6.0",
"read-package-json-fast": "^4.0.0",
"shell-quote": "^1.7.3",
"which": "^5.0.0"
},
"bin": {
"npm-run-all": "bin/npm-run-all/index.js",
"npm-run-all2": "bin/npm-run-all/index.js",
"run-p": "bin/run-p/index.js",
"run-s": "bin/run-s/index.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0",
"npm": ">= 9"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/which": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
"dev": true,
"dependencies": {
"isexe": "^3.1.1"
},
"bin": {
"node-which": "bin/which.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/@davidsneighbour/tools": {
"version": "2024.4.6",
"resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.6.tgz",

View File

@ -39,7 +39,7 @@
},
"devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6",
"@davidsneighbour/release-config": "2024.4.6",
"@davidsneighbour/release-config": "2024.4.8",
"@davidsneighbour/tools": "2024.4.6"
},
"scripts": {