Skip to content

Commit 862cc29

Browse files
dependabot[bot]Copilotcameri
authored
chore(deps): bump @tootallnate/once, semantic-release, @semantic-release/github and @semantic-release/npm (#475)
* chore(deps): bump @tootallnate/once, semantic-release, @semantic-release/github and @semantic-release/npm Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependencies [@tootallnate/once](https://github.com/TooTallNate/once), [semantic-release](https://github.com/semantic-release/semantic-release), [@semantic-release/github](https://github.com/semantic-release/github) and [@semantic-release/npm](https://github.com/semantic-release/npm). These dependencies need to be updated together. Removes `@tootallnate/once` Updates `semantic-release` from 19.0.5 to 25.0.3 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v19.0.5...v25.0.3) Updates `@semantic-release/github` from 8.0.6 to 8.1.0 - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](semantic-release/github@v8.0.6...v8.1.0) Updates `@semantic-release/npm` from 9.0.1 to 13.1.5 - [Release notes](https://github.com/semantic-release/npm/releases) - [Commits](semantic-release/npm@v9.0.1...v13.1.5) --- updated-dependencies: - dependency-name: "@tootallnate/once" dependency-version: dependency-type: indirect - dependency-name: semantic-release dependency-version: 25.0.3 dependency-type: direct:development - dependency-name: "@semantic-release/github" dependency-version: 8.1.0 dependency-type: direct:development - dependency-name: "@semantic-release/npm" dependency-version: 13.1.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * chore: disable header-max-length commitlint rule Agent-Logs-Url: https://github.com/cameri/nostream/sessions/8fd4f1ef-8d4e-40ac-8770-92d86970c6f8 Co-authored-by: cameri <378886+cameri@users.noreply.github.com> * chore: disable body-max-line-length commitlint rule Agent-Logs-Url: https://github.com/cameri/nostream/sessions/28a54739-9bec-4cf0-9167-ef3c6eaf3736 Co-authored-by: cameri <378886+cameri@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cameri <378886+cameri@users.noreply.github.com> Co-authored-by: Ricardo Cabral <me@ricardocabral.io>
1 parent c1df122 commit 862cc29

3 files changed

Lines changed: 4667 additions & 3246 deletions

File tree

commitlint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
parserPreset: 'conventional-changelog-conventionalcommits',
44
rules: {
5-
'body-max-line-length': [2, 'always', 250],
5+
'body-max-line-length': [0, 'always'],
6+
'header-max-length': [0, 'always'],
67
'subject-case': [0, 'always'],
78
'header-case': [0, 'always'],
89
'body-case': [0, 'always'],

0 commit comments

Comments
 (0)