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

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

---
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-29 06:39:44 +00:00 committed by GitHub
parent 819f673037
commit fff3bebc1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 49 additions and 6 deletions

53
package-lock.json generated
View File

@ -16,7 +16,7 @@
}, },
"devDependencies": { "devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.8", "@davidsneighbour/markdownlint-config": "^2024.4.8",
"@davidsneighbour/release-config": "2024.4.8", "@davidsneighbour/release-config": "2024.4.9",
"@davidsneighbour/tools": "2024.4.8", "@davidsneighbour/tools": "2024.4.8",
"dotenv": "^16.4.5" "dotenv": "^16.4.5"
} }
@ -1212,12 +1212,12 @@
} }
}, },
"node_modules/@davidsneighbour/release-config": { "node_modules/@davidsneighbour/release-config": {
"version": "2024.4.8", "version": "2024.4.9",
"resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.8.tgz", "resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.9.tgz",
"integrity": "sha512-GifgfCWz8iPTd5tbc9Elqhgw0ipub6fyIY9JVYdHb3XwcWXv36ZikNwSX4DPQw3EqCwr56xz84HwASyWcHsI8A==", "integrity": "sha512-Botqzq9d7r7QxqazMrBKdguiAWs5ErbsfIJIN0m+3NoIj3YNDIpUSEIkoYFEGKafkZOmXbwKZbkL1Z5EgA1+Tw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@davidsneighbour/tools": "2024.4.8", "@davidsneighbour/tools": "^2024.4.9",
"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"
}, },
@ -1226,6 +1226,49 @@
"npm": ">=10.3.0" "npm": ">=10.3.0"
} }
}, },
"node_modules/@davidsneighbour/release-config/node_modules/@davidsneighbour/tools": {
"version": "2024.4.9",
"resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.9.tgz",
"integrity": "sha512-58E7c5lJ5brHSxJ9PBfZ/E4BA5dX+vOI1Zq8hy1oOwNCJx51aoJWGH5SYZARwnYZjGBZRLP/95q9XEA4uYZGoQ==",
"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.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/npm-check-updates": {
"version": "17.1.11",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz",
"integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==",
"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/tools": { "node_modules/@davidsneighbour/tools": {
"version": "2024.4.8", "version": "2024.4.8",
"resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.8.tgz", "resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.8.tgz",

View File

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