mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-31 11:41:23 +00:00
Compare commits
2 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d58586123 | ||
|
|
d4401a0a8a |
@@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.12...@ivuorinen/semantic-release-config@0.3.13) (2025-02-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.3.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.11...@ivuorinen/semantic-release-config@0.3.12) (2025-02-16)
|
## [0.3.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.11...@ivuorinen/semantic-release-config@0.3.12) (2025-02-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/semantic-release-config",
|
"name": "@ivuorinen/semantic-release-config",
|
||||||
"version": "0.3.12",
|
"version": "0.3.13",
|
||||||
"description": "ivuorinen's shareable configuration for semantic-release.",
|
"description": "ivuorinen's shareable configuration for semantic-release.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
|
|||||||
@@ -276,7 +276,7 @@
|
|||||||
before-after-hook "^3.0.2"
|
before-after-hook "^3.0.2"
|
||||||
universal-user-agent "^7.0.0"
|
universal-user-agent "^7.0.0"
|
||||||
|
|
||||||
"@octokit/endpoint@^10.0.0":
|
"@octokit/endpoint@^10.1.3":
|
||||||
version "10.1.3"
|
version "10.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.1.3.tgz#bfe8ff2ec213eb4216065e77654bfbba0fc6d4de"
|
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.1.3.tgz#bfe8ff2ec213eb4216065e77654bfbba0fc6d4de"
|
||||||
integrity sha512-nBRBMpKPhQUxCsQQeW+rCJ/OPSMcj3g0nfHn01zGYZXuNDvvXudF/TYY6APj5THlurerpFN4a/dQAIAaM6BYhA==
|
integrity sha512-nBRBMpKPhQUxCsQQeW+rCJ/OPSMcj3g0nfHn01zGYZXuNDvvXudF/TYY6APj5THlurerpFN4a/dQAIAaM6BYhA==
|
||||||
@@ -344,14 +344,22 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/types" "^12.0.0"
|
"@octokit/types" "^12.0.0"
|
||||||
|
|
||||||
"@octokit/request@^9.0.0":
|
"@octokit/request-error@^6.1.7":
|
||||||
version "9.0.1"
|
version "6.1.7"
|
||||||
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.0.1.tgz#628bc5b21243289b8e656dc43eb199d2a2ad1570"
|
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.1.7.tgz#44fc598f5cdf4593e0e58b5155fe2e77230ff6da"
|
||||||
integrity sha512-kL+cAcbSl3dctYLuJmLfx6Iku2MXXy0jszhaEIjQNaCp4zjHXrhVAHeuaRdNvJjW9qjl3u1MJ72+OuBP0YW/pg==
|
integrity sha512-69NIppAwaauwZv6aOzb+VVLwt+0havz9GT5YplkeJv7fG7a40qpLt/yZKyiDxAhgz0EtgNdNcb96Z0u+Zyuy2g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/endpoint" "^10.0.0"
|
"@octokit/types" "^13.6.2"
|
||||||
"@octokit/request-error" "^6.0.1"
|
|
||||||
"@octokit/types" "^12.0.0"
|
"@octokit/request@^9.0.0":
|
||||||
|
version "9.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.2.2.tgz#754452ec4692d7fdc32438a14e028eba0e6b2c09"
|
||||||
|
integrity sha512-dZl0ZHx6gOQGcffgm1/Sf6JfEpmh34v3Af2Uci02vzUYz6qEN6zepoRtmybWXIGXFIK8K9ylE3b+duCWqhArtg==
|
||||||
|
dependencies:
|
||||||
|
"@octokit/endpoint" "^10.1.3"
|
||||||
|
"@octokit/request-error" "^6.1.7"
|
||||||
|
"@octokit/types" "^13.6.2"
|
||||||
|
fast-content-type-parse "^2.0.0"
|
||||||
universal-user-agent "^7.0.2"
|
universal-user-agent "^7.0.2"
|
||||||
|
|
||||||
"@octokit/types@^12.0.0":
|
"@octokit/types@^12.0.0":
|
||||||
@@ -1333,6 +1341,11 @@ exponential-backoff@^3.1.1:
|
|||||||
resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
|
resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
|
||||||
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==
|
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==
|
||||||
|
|
||||||
|
fast-content-type-parse@^2.0.0:
|
||||||
|
version "2.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-2.0.1.tgz#c236124534ee2cb427c8d8e5ba35a4856947847b"
|
||||||
|
integrity sha512-nGqtvLrj5w0naR6tDPfB4cUmYCqouzyQiz6C5y/LtcDllJdrcc6WaWW6iXyIIOErTa/XRybj28aasdn4LkVk6Q==
|
||||||
|
|
||||||
fast-glob@^3.3.2:
|
fast-glob@^3.3.2:
|
||||||
version "3.3.2"
|
version "3.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
||||||
|
|||||||
Reference in New Issue
Block a user