Compare commits

...

2 Commits

Author SHA1 Message Date
fiximus
bb05fe1f02 chore(release): publish
- @ivuorinen/semantic-release-config@0.3.11
2025-02-16 09:17:11 +00:00
dependabot[bot]
e22912d817 chore(deps): bump @octokit/endpoint in /packages/semantic-release-config (#332)
Bumps [@octokit/endpoint](https://github.com/octokit/endpoint.js) from 10.0.0 to 10.1.3.
- [Release notes](https://github.com/octokit/endpoint.js/releases)
- [Commits](https://github.com/octokit/endpoint.js/compare/v10.0.0...v10.1.3)

---
updated-dependencies:
- dependency-name: "@octokit/endpoint"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 11:16:35 +02:00
3 changed files with 17 additions and 9 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.10...@ivuorinen/semantic-release-config@0.3.11) (2025-02-16)
**Note:** Version bump only for package @ivuorinen/semantic-release-config
## 0.3.10 (2025-01-17)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.3.10",
"version": "0.3.11",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",

View File

@@ -46,10 +46,10 @@
resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b"
integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==
"@ivuorinen/config-checker@^1.1.9":
version "1.1.9"
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.9.tgz#2e7f936a2cc2f80d7d0c7d6eb2e7e7901165e4a4"
integrity sha512-/tbIA5hmM5VpUpYN+5Uvl/rEAViJI7mT1nm3rq9iWn4gBL2doe+aVP9hAtqZvv7A8Fn8KeOx/dw0rM0Tzmd11A==
"@ivuorinen/config-checker@^1.1.10":
version "1.1.10"
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.10.tgz#7745b117431fbd5174345029b084a90cbb96bd22"
integrity sha512-WR1Ss4lcjT6NZ8JPItrlDURffG0p9XMpm2bk8AHm3ppsRAdarr7+T7RjDjjIwNVL7KkYD8PiBCGoBRjMWaVhaQ==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
@@ -277,11 +277,11 @@
universal-user-agent "^7.0.0"
"@octokit/endpoint@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.0.0.tgz#18519d9a296a581af54dac5d7d3dba1b2e8022c8"
integrity sha512-emBcNDxBdC1y3+knJonS5zhUB/CG6TihubxM2U1/pG/Z1y3a4oV0Gzz3lmkCvWWQI6h3tqBAX9MgCBFp+M68Jw==
version "10.1.3"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.1.3.tgz#bfe8ff2ec213eb4216065e77654bfbba0fc6d4de"
integrity sha512-nBRBMpKPhQUxCsQQeW+rCJ/OPSMcj3g0nfHn01zGYZXuNDvvXudF/TYY6APj5THlurerpFN4a/dQAIAaM6BYhA==
dependencies:
"@octokit/types" "^12.0.0"
"@octokit/types" "^13.6.2"
universal-user-agent "^7.0.2"
"@octokit/graphql@^8.0.0":