-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(main): release 0.3.3 #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mergery
merged 2 commits into
main
from
release-please--branches--main--components--tangerine
Sep 7, 2025
Merged
chore(main): release 0.3.3 #24
mergery
merged 2 commits into
main
from
release-please--branches--main--components--tangerine
Sep 7, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ BASH | shellcheck | 2 | 0 | 0 | 0.28s | |
| ✅ BASH | shfmt | 2 | 0 | 0 | 0 | 0.02s |
| ✅ COPYPASTE | jscpd | yes | no | no | 1.71s | |
| ✅ JSON | jsonlint | 8 | 0 | 0 | 0.15s | |
| ✅ JSON | prettier | 8 | 0 | 0 | 0 | 0.34s |
| ✅ JSON | v8r | 8 | 0 | 0 | 4.39s | |
| markdownlint | 3 | 0 | 11 | 0 | 0.7s | |
| cspell | 19 | 14 | 0 | 3.37s | ||
| ✅ YAML | prettier | 2 | 0 | 0 | 0 | 0.39s |
| ✅ YAML | v8r | 2 | 0 | 0 | 4.07s | |
| ✅ YAML | yamllint | 2 | 0 | 0 | 0.36s |
Detailed Issues
⚠️ SPELL / cspell - 14 errors
completions/bash/tangerine:7:32 - Unknown word (CWORD) -- cur="${COMP_WORDS[COMP_CWORD]}"
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:13:38 - Unknown word (CWORD) -- COMP_WORDS[@]:0:COMP_CWORD}"
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:39:9 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:45:42 - Unknown word (CWORD) -- cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:61:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:67:42 - Unknown word (CWORD) -- cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:75:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:81:42 - Unknown word (CWORD) -- cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:89:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:103:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:85:9 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:87:1 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:89:9 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:91:1 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
CSpell: Files checked: 16, Issues found: 14 in 2 files.
You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"package-lock.json",
"megalinter-reports"
],
"words": [
"CWORD",
"esac"
]
}
You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ MARKDOWN / markdownlint - 11 errors
CHANGELOG.md:18 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⬆️ Dependencies"]
CHANGELOG.md:27 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⬆️ Dependencies"]
CHANGELOG.md:37 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⬆️ Dependencies"]
CHANGELOG.md:52 MD024/no-duplicate-heading Multiple headings with the same content [Context: "❤️ New Contributors"]
CHANGELOG.md:58 MD024/no-duplicate-heading Multiple headings with the same content [Context: "💥 BREAKING CHANGES"]
CHANGELOG.md:66 MD024/no-duplicate-heading Multiple headings with the same content [Context: "♻ Code Refactoring"]
CHANGELOG.md:74 MD024/no-duplicate-heading Multiple headings with the same content [Context: "🔧 Continuous Integration"]
CHANGELOG.md:80 MD024/no-duplicate-heading Multiple headings with the same content [Context: "❤️ New Contributors"]
docs/help.md:17 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h6]
docs/help.md:42 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h6]
docs/help.md:42 MD024/no-duplicate-heading Multiple headings with the same content [Context: "**Arguments:**"]
See detailed reports in MegaLinter artifacts
74c4e71 to
21604fb
Compare
ff2f723 to
fbc339e
Compare
liblaf
approved these changes
Sep 7, 2025
|
🤖 Created releases: 🌻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
autorelease: tagged
means that the Release PR has been merged and the release has been tagged in GitHub
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

🤖 I have created a release beep boop
0.3.3 (2025-09-03)
🐛 Bug Fixes
This PR was generated with Release Please. See documentation.