-
-
Notifications
You must be signed in to change notification settings - Fork 8
Update dependency covector to ^0.12.0 #120
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
653cf98 to
c831ca2
Compare
c831ca2 to
c098107
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml |
6aef8b8 to
f7f79a5
Compare
f7f79a5 to
cf5fef9
Compare
|
cf5fef9 to
a0a685d
Compare
a0a685d to
bcee1db
Compare
This PR contains the following updates:
^0.7.3->^0.12.0Release Notes
jbolda/covector (covector)
v0.12.4: covector v0.12.4Compare Source
[0.12.4]
Enhancements
6b78335(#358 by @jbolda) Adding a few more outputs from thestatuscommand for use cases which want to work off the derived state.NPM Publish
publish details
v0.12.3: covector v0.12.3Compare Source
[0.12.3]
Bug Fixes
e81201f(#350 by @chippers) Fix GitHub pull request comment link to correctly point at the docs.NPM Publish
publish details
v0.12.2: covector v0.12.2Compare Source
[0.12.2]
Enhancements
ef274be(#347 by @jbolda) Addcwdoption to pass to the CLI. Useful for local development, at minimum.Bug Fixes
7fe7243(#348 by @jbolda) Prerelease versions which post comments require the config passed in the return signature.NPM Publish
publish details
v0.12.1: covector v0.12.1Compare Source
[0.12.1]
Enhancements
1a1f4c6(#344 by @jbolda) Enable new features incovector initand adjust permissions to suit. This includes tagging contributors in the changelog and writing a comment in PRs with additional context (non-forks only throughinit).Bug Fixes
055a319(#343 by @jbolda) Missed some logger function which were improperly passed an non-message object. If rendering an object, it requiresmsgandrenderAsYAML.NPM Publish
publish details
v0.12.0: covector v0.12.0Compare Source
[0.12.0]
Enhancements
b0d3dc0(#334 by @jbolda) Thecovector addcommand now considers theadditionalBumpTypesandchangeTagsconfigs and includes these in consideration of adding a change file.d0ad041(#323 by @jbolda) Bump actions within the covector init command to the latest: actions/checkout@v4 and peter-evans/create-pull-request@v6.e2c83dc(#318 by @jbolda) Addexportstopackage.jsonfor improved capability and an enhanced experience when developed covector and testing locally.dda5430(#337 by @jbolda) When there are no changes, also include a link to create a new change file.c72c060(#316 by @jbolda) Use node v20 in GitHub Action.ce43ad7(#319 by @jbolda) Add logger instance to allow custom loggers based on the usage context. It enables different structured logs for the CLI vs within a GitHub Action, as well as for local development and testing.24cb7c1(#335 by @jbolda) Use clack instead of inquirer for handling user input. The user experience is improved and the dependencies are more slim. Additionally, switchgetPublishedVersiontofetch:checkwhich provides a cleaner version check for the npm and crates registries.Dependencies
@covector/apply@0.10.0@covector/assemble@0.12.0@covector/changelog@0.12.0@covector/files@0.8.0@covector/command@0.8.0Changes Supporting Covector Development
ce43ad7(#319 by @jbolda) Switch to Vitest for the test runner. This improves speed and enables improved ability to update to current standards. Additionally, we usepino-testwith the changes to the logger to more specifically check log output. Along with this, we switch multiple test fixtures to run commands that would return more standard output across OS which reduces test flakiness.NPM Publish
publish details
v0.11.0: covector v0.11.0Compare Source
[0.11.0]
9480736(#299 by @jbolda) Return additionalstatuscontent fromcovectorto enable posting a comment in PR providing additional context of the expected change files.9e111fc(#304 by @jbolda)statuscommand was mutating the package file representation when running the validation function. UsecloneDeepfor the time being to work around it.9202dca(#307 by @jbolda) PasscreateContextfunction from action through to changelog to enable passing specific context usable within changelogs.9480736(#299 by @jbolda) Allow running status command without logging. This allows the command to also serve more utilitarian purposes as well.Dependencies
@covector/changelog@0.11.0@covector/apply@0.9.3@covector/assemble@0.11.0@covector/files@0.7.2@covector/command@0.7.1NPM Publish
publish details
v0.10.2: covector v0.10.2Compare Source
[0.10.2]
Dependencies
@covector/files@0.7.1@covector/apply@0.9.2@covector/assemble@0.10.3@covector/changelog@0.10.1NPM Publish
publish details
v0.10.1: covector v0.10.1Compare Source
[0.10.1]
Dependencies
@covector/changelog@0.10.0@covector/files@0.7.0@covector/apply@0.9.1@covector/assemble@0.10.2NPM Publish
publish details
v0.10.0: covector v0.10.0Compare Source
[0.10.0]
New Features
54f9d7a(#280) Support built-in commands to simplify typical operations.Enhancements
5b7ab24(#274) Add support to Cargo'sbuild-dependenciesand target-specific dependencies.7156ce0(#277) Add change for all exact deps rolled up to handle it with the changelog deps section. Add the version number to the changelog deps section.c413eae(#279) Allow a command to retry on failure by passing aretriestimeout list with the command.Bug Fixes
7156ce0(#277) Fixundefinederror when dep with range was bumped.db3b43d(#273) Try to determine actual package name when bumping dependencies to support nicknames in the packages configuration.828818e(#278) The changelog function to pull the last version in the changelog did not properly consider headings deeper than level 1 and level 2. When a third level was added, this caused the function to return the full changelog. Search for next heading with a specific depth of 2.Dependencies
@covector/assemble@0.10.1@covector/apply@0.9.0@covector/files@0.6.2@covector/changelog@0.9.0@covector/command@0.7.0Publish
v0.9.0: covector v0.9.0Compare Source
[0.9.0]
Dependencies
7b6201c(#264) Bump Typescript to v4.9, and deeply update types in the lower level functions to start.New Features
0b33560(#244) Add changelog tags (section or category) to group different change files.Enhancements
2ba699d(#243) Update the changelog format to fix multi-line change files and reduce commit noise.Package Publish
v0.8.0: covector v0.8.0Compare Source
[0.8.0]
covector addto make it easier to add a new change file.actions/checkout@v3andactions/setup-node@v3.init. We can use that context to guess on the "default" base url, and set it in the prompt.covector initpulls url for config (#241) on 2022-05-05to-vfilepackage as a dependency. This allows us to focus our file reference to our specific needs, and one less dependency to maintain. With this change, we also converted a handful of promises into generators for better compatibility and control with effection.effectionv2. This is primarily an internal improvement, but will enable future features such as fetching from an endpoint to check if a version of a package was published. It also brings an updated dependency to gracefully shutdown windows processes.Package Publish
npm notice
npm notice 📦 covector@0.8.0
npm notice === Tarball Contents ===
npm notice 22.0kB CHANGELOG.md
npm notice 11.4kB LICENSE
npm notice 10.9kB README.md
npm notice 162B bin/covector.js
npm notice 213B dist/add.d.ts
npm notice 178B dist/add.d.ts.map
npm notice 2.6kB dist/add.js
npm notice 353B dist/arbitrary.d.ts
npm notice 500B dist/arbitrary.d.ts.map
npm notice 3.7kB dist/arbitrary.js
npm notice 113B dist/cli.d.ts
npm notice 197B dist/cli.d.ts.map
npm notice 1.9kB dist/cli.js
npm notice 240B dist/config.d.ts
npm notice 367B dist/config.d.ts.map
npm notice 1
Configuration
📅 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.