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

Bumps [@davidsneighbour/release-config](https://github.com/davidsneighbour/configurations) from 2024.4.9 to 2024.4.10.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.4.9...v2024.4.10)

---
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-12-01 11:06:18 +00:00 committed by GitHub
parent 1839b4fe3f
commit cfaeb6e8a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 57 additions and 6 deletions

61
package-lock.json generated
View File

@ -16,7 +16,7 @@
}, },
"devDependencies": { "devDependencies": {
"@davidsneighbour/markdownlint-config": "2024.4.9", "@davidsneighbour/markdownlint-config": "2024.4.9",
"@davidsneighbour/release-config": "2024.4.9", "@davidsneighbour/release-config": "2024.4.10",
"@davidsneighbour/tools": "2024.4.9", "@davidsneighbour/tools": "2024.4.9",
"dotenv": "16.4.5" "dotenv": "16.4.5"
} }
@ -1184,12 +1184,12 @@
} }
}, },
"node_modules/@davidsneighbour/release-config": { "node_modules/@davidsneighbour/release-config": {
"version": "2024.4.9", "version": "2024.4.10",
"resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.9.tgz", "resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.10.tgz",
"integrity": "sha512-Botqzq9d7r7QxqazMrBKdguiAWs5ErbsfIJIN0m+3NoIj3YNDIpUSEIkoYFEGKafkZOmXbwKZbkL1Z5EgA1+Tw==", "integrity": "sha512-qyBiE3yNKDb2ixbn+7OkaZButF5lkXbsMySxBuoqxhRz9e2cTEhrllqEAJLrzKC/N5ZZy8KEiY6BiF00V7ZdmA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@davidsneighbour/tools": "^2024.4.9", "@davidsneighbour/tools": "^2024.4.10",
"commit-and-tag-version": "12.5.0", "commit-and-tag-version": "12.5.0",
"simple-git-hooks": "^2.11.1" "simple-git-hooks": "^2.11.1"
}, },
@ -1198,6 +1198,57 @@
"npm": ">=10.3.0" "npm": ">=10.3.0"
} }
}, },
"node_modules/@davidsneighbour/release-config/node_modules/@davidsneighbour/tools": {
"version": "2024.4.10",
"resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.10.tgz",
"integrity": "sha512-usbFVTpGkeMlmiIuecLCazlN9PYrxlpTwPQHT5A/Vi/g1m3lzznqWZRS/IkosSUZ/wqsd3wXALF3QuIBa5uhBg==",
"dev": true,
"dependencies": {
"@j9t/obsohtml": "1.7.0",
"@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.11",
"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/@j9t/obsohtml": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@j9t/obsohtml/-/obsohtml-1.7.0.tgz",
"integrity": "sha512-x+MMEOBGhGvvV5MbPHMTTl3lKY3ZSW9Kg+Awde30WLvOnUUZr3kY6ch6QQG1NEBdeHV8g9pRLLb1rfPFN8kCpg==",
"dev": true,
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0"
},
"bin": {
"obsohtml": "bin/obsohtml.js"
}
},
"node_modules/@davidsneighbour/release-config/node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
"dev": true,
"engines": {
"node": ">=18"
}
},
"node_modules/@davidsneighbour/tools": { "node_modules/@davidsneighbour/tools": {
"version": "2024.4.9", "version": "2024.4.9",
"resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.9.tgz", "resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.9.tgz",

View File

@ -39,7 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@davidsneighbour/markdownlint-config": "2024.4.9", "@davidsneighbour/markdownlint-config": "2024.4.9",
"@davidsneighbour/release-config": "2024.4.9", "@davidsneighbour/release-config": "2024.4.10",
"@davidsneighbour/tools": "2024.4.9", "@davidsneighbour/tools": "2024.4.9",
"dotenv": "16.4.5" "dotenv": "16.4.5"
}, },