Skip to content

deps-dev(deps-dev): bump @commitlint/cli from 17.8.1 to 20.1.0#9

Open
dependabot[bot] wants to merge 45 commits into
releasefrom
dependabot/npm_and_yarn/commitlint/cli-20.1.0
Open

deps-dev(deps-dev): bump @commitlint/cli from 17.8.1 to 20.1.0#9
dependabot[bot] wants to merge 45 commits into
releasefrom
dependabot/npm_and_yarn/commitlint/cli-20.1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 5, 2025

Bumps @commitlint/cli from 17.8.1 to 20.1.0.

Release notes

Sourced from @​commitlint/cli's releases.

v20.1.0

20.1.0 (2025-09-30)

Features

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.0.0...v20.1.0

v20.0.0

20.0.0 (2025-09-25)

Features

BREAKING CHANGES

  • when lines contain URLs exceeding the maximum line length body-max-line-length will be ignored

Full Changelog: conventional-changelog/commitlint@v19.9.1...v20.0.0

v19.9.1

19.9.1 (2025-08-29)

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

20.1.0 (2025-09-30)

Note: Version bump only for package @​commitlint/cli

20.0.0 (2025-09-25)

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes

19.8.0 (2025-03-07)

Performance Improvements

  • use node: prefix to bypass require.cache call for builtins (#4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Nov 5, 2025

Assignees

The following users could not be added as assignees: juspay-maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the base branch from main to release November 5, 2025 09:52
…mentation

- Simplified and clarified project description and features
- Added comprehensive Shelly GitHub integration documentation
- Included gap analysis and improvement roadmap
- Enhanced troubleshooting section with Shelly-specific solutions
- Improved architecture diagram and command reference
- Streamlined installation and configuration instructions
- Updated all OpenAI references to Vertex AI throughout README
- Changed configuration examples to use Google Cloud credentials
- Updated environment variables for Vertex AI setup
- Fixed architecture diagram to show Vertex AI PaLM
- Corrected troubleshooting commands for Google Cloud
- Updated planned improvements to mention PaLM 2 and Gemini Pro
- Create detailed commit policy document for Juspay organization standards
- Define conventional commit message format with NeuroPulse-specific scopes
- Include workflow guidelines for contributors and maintainers
- Add integration guidelines for Jira, AI, and Slack workflows
- Specify emergency procedures and exception handling
- Include tools and automation for policy enforcement
- Add training resources and onboarding checklist

Establishes professional git standards for enterprise-level development
…roubleshooting

- Update repository URL to juspay/NeuroPulse organization
- Replace misleading 'solved gaps' with honest current status tracking
- Document actual GitHub authentication errors encountered
- Add comprehensive troubleshooting for enterprise security policies
- Include step-by-step solutions for fine-grained token setup
- Add emergency procedures and rollback instructions
- Provide detailed Vertex AI configuration troubleshooting
- Include real error messages and specific command-line solutions

Ensures documentation reflects reality and helps users solve actual problems
- Move comprehensive troubleshooting from README to docs/TROUBLESHOOTING.md
- Keep concise troubleshooting section in README with quick fixes
- Add clear links to detailed troubleshooting guide
- Enhance TROUBLESHOOTING.md with enterprise-specific solutions
- Include step-by-step guides for all major issues encountered
- Add emergency procedures and performance optimization guides
- Improve documentation organization and accessibility

Makes README more focused while providing comprehensive help in dedicated file
- Add working .mcp-config.json configuration (resolves 'Found 0 MCP servers')
- Add .mcp-config.json.example template for user setup
- Create comprehensive docs/MCP_SETUP.md setup guide
- Add SLACK_JIRA_INTEGRATION.md with step-by-step connection instructions
- Document Shelly GitHub authentication issues in SHELLY_GITHUB_ISSUE.md
- Update README.md with MCP Server Integration section
- Enhance docs/TROUBLESHOOTING.md with MCP error resolution

This resolves the critical 'Found 0 MCP servers' error that was blocking
AI tool integration with NeuroLink. The filesystem server now connects
successfully with 14 available tools.

Fixes: #11
Related: Enterprise GitHub authentication challenges
Swetha-160303 and others added 17 commits November 6, 2025 11:51
- Update NeuroLink to v7.53.5 to resolve MCP protocol compatibility
- Add detailed MCP troubleshooting guide to docs/MCP_SETUP.md
- Fix MCP error -32601 'Method not found' issue
- Add working configuration for Slack, Jira, and filesystem MCP servers
- Include SLACK_TEAM_ID requirement for Slack MCP server
- Document version compatibility matrix and solutions
- Resolve conflicts in README.md and docs/PROJECT_STRUCTURE.md
- Integrate remote changes with local MCP documentation updates
- Maintain comprehensive documentation structure from both branches
- Remove .mcp-config.json from repository to prevent accidental token exposure
- Add .mcp-config.json to .gitignore for future protection
- Users should copy .mcp-config.json.example to .mcp-config.json locally
- Resolves GitHub push protection violations for secret scanning
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 20.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.1.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-version: 20.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/commitlint/cli-20.1.0 branch from 4a068a6 to 64256af Compare November 6, 2025 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant