-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency cz-git to v1.12.0 #105
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
base: main
Are you sure you want to change the base?
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
Reviewer's Guide by SourceryThis PR updates the cz-git dependency from version 1.7.1 to 1.11.0. This includes several bug fixes and new features, such as a config file type helper function, support for esm and ts configuration loading, and the ability to specify the AI model to use. Class diagram showing cz-git dependency updateclassDiagram
class Package {
+dependencies: Object
}
class Dependencies {
+cz-git: string
}
Package --> Dependencies
note for Dependencies "cz-git updated from 1.7.1 to 1.11.0"
Flow diagram showing new features in cz-git v1.11.0flowchart TD
A[cz-git v1.11.0] --> B[New Features]
B --> C[Config File Type Helper]
B --> D[ESM & TS Config Support]
B --> E[AI Model Selection]
C --> F[defineConfig]
C --> G[definePrompt]
D --> H[ESM Configure Load]
D --> I[TS Configure Load]
E --> J[Multiple OpenAI Models]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
24c01c3 to
23ef95d
Compare
23ef95d to
629cc62
Compare
28ff385 to
8ceb6bf
Compare
8ceb6bf to
b748e75
Compare
b748e75 to
de1fe3a
Compare
CI Feedback 🧐(Feedback updated until commit de1fe3a)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
de1fe3a to
c2aae7f
Compare
c2aae7f to
69269d6
Compare
69269d6 to
45985f4
Compare
This PR contains the following updates:
1.7.1->1.12.0Release Notes
Zhengqbbb/cz-git (cz-git)
v1.12.0Compare Source
Features
1.11.2 (2025-06-13)
Bug Fixes
maxSubjectLengtherror (#230) (1a9b61c)1.11.1 (2025-03-03)
Bug Fixes
CZ_DEBUG=1--config specify config file not show (8557221), closes #207v1.11.2Compare Source
Features
1.11.2 (2025-06-13)
Bug Fixes
maxSubjectLengtherror (#230) (1a9b61c)1.11.1 (2025-03-03)
Bug Fixes
CZ_DEBUG=1--config specify config file not show (8557221), closes #207v1.11.1Compare Source
Features
1.11.2 (2025-06-13)
Bug Fixes
maxSubjectLengtherror (#230) (1a9b61c)1.11.1 (2025-03-03)
Bug Fixes
CZ_DEBUG=1--config specify config file not show (8557221), closes #207v1.11.0Compare Source
Features
1.11.2 (2025-06-13)
Bug Fixes
maxSubjectLengtherror (#230) (1a9b61c)1.11.1 (2025-03-03)
Bug Fixes
CZ_DEBUG=1--config specify config file not show (8557221), closes #207v1.10.1Compare Source
Bug Fixes
Features
defineConfiganddefinePrompt(#196) (c6589de), closes #1931.10.1 (2024-10-06)
Bug Fixes
v1.10.0Compare Source
Bug Fixes
Features
defineConfiganddefinePrompt(#196) (c6589de), closes #1931.10.1 (2024-10-06)
Bug Fixes
v1.9.4Compare Source
Bug Fixes
Features
aiModeloption to support multiple OpenAI models (#185) (241577b), closes #180CZ_EDITORto change editor during confirm (#174) (0fad291)Performance Improvements
fs-extra. bundle size -100KB (79a7833)1.9.4 (2024-07-19)
Bug Fixes
1.9.3 (2024-06-11)
Bug Fixes
1.9.2 (2024-05-26)
Bug Fixes
1.9.1 (2024-03-30)
Bug Fixes
v1.9.3Compare Source
Bug Fixes
Features
aiModeloption to support multiple OpenAI models (#185) (241577b), closes #180CZ_EDITORto change editor during confirm (#174) (0fad291)Performance Improvements
fs-extra. bundle size -100KB (79a7833)1.9.4 (2024-07-19)
Bug Fixes
1.9.3 (2024-06-11)
Bug Fixes
1.9.2 (2024-05-26)
Bug Fixes
1.9.1 (2024-03-30)
Bug Fixes
v1.9.2Compare Source
Bug Fixes
Features
aiModeloption to support multiple OpenAI models (#185) (241577b), closes #180CZ_EDITORto change editor during confirm (#174) (0fad291)Performance Improvements
fs-extra. bundle size -100KB (79a7833)1.9.4 (2024-07-19)
Bug Fixes
1.9.3 (2024-06-11)
Bug Fixes
1.9.2 (2024-05-26)
Bug Fixes
1.9.1 (2024-03-30)
Bug Fixes
v1.9.1Compare Source
Bug Fixes
Features
aiModeloption to support multiple OpenAI models (#185) (241577b), closes #180CZ_EDITORto change editor during confirm (#174) (0fad291)Performance Improvements
fs-extra. bundle size -100KB (79a7833)1.9.4 (2024-07-19)
Bug Fixes
1.9.3 (2024-06-11)
Bug Fixes
1.9.2 (2024-05-26)
Bug Fixes
1.9.1 (2024-03-30)
Bug Fixes
v1.9.0Compare Source
Bug Fixes
Features
aiModeloption to support multiple OpenAI models (#185) (241577b), closes #180CZ_EDITORto change editor during confirm (#174) (0fad291)Performance Improvements
fs-extra. bundle size -100KB (79a7833)1.9.4 (2024-07-19)
Bug Fixes
1.9.3 (2024-06-11)
Bug Fixes
1.9.2 (2024-05-26)
Bug Fixes
1.9.1 (2024-03-30)
Bug Fixes
v1.8.0Compare Source
Features
defaultScopesupportstring[]to default-select for checkbox mode (#148) (a02b7d1), closes #1401.7.1 (2023-08-08)
Bug Fixes
--api-keynot work (0a65673), closes #141Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.