-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update dependency covector to ^0.12.0 #120
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.0
Release Notes
jbolda/covector (covector)
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) Addcwd
option 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 init
and 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 requiresmsg
andrenderAsYAML
.NPM Publish
publish details
v0.12.0
: covector v0.12.0Compare Source
[0.12.0]
Enhancements
b0d3dc0
(#334 by @jbolda) Thecovector add
command now considers theadditionalBumpTypes
andchangeTags
configs 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) Addexports
topackage.json
for 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, switchgetPublishedVersion
tofetch:check
which 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.0
Changes 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-test
with 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 additionalstatus
content fromcovector
to enable posting a comment in PR providing additional context of the expected change files.9e111fc
(#304 by @jbolda)status
command was mutating the package file representation when running the validation function. UsecloneDeep
for the time being to work around it.9202dca
(#307 by @jbolda) PasscreateContext
function 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.1
NPM 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.1
NPM 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.2
NPM 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-dependencies
and 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 aretries
timeout list with the command.Bug Fixes
7156ce0
(#277) Fixundefined
error 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.0
Publish
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 add
to make it easier to add a new change file.actions/checkout@v3
andactions/setup-node@v3
.init
. We can use that context to guess on the "default" base url, and set it in the prompt.covector init
pulls url for config (#241) on 2022-05-05to-vfile
package 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.effection
v2. 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.2kB dist/config.js
npm notice 124B dist/index.d.ts
npm notice 225B dist/index.d.ts.map
npm notice 394B dist/index.js
npm notice 212B dist/init.d.ts
npm notice 180B dist/init.d.ts.map
npm notice 14.9kB dist/init.js
npm notice 429B dist/preview.d.ts
npm notice 580B dist/preview.d.ts.map
npm notice 4.8kB dist/preview.js
npm notice 349B dist/publish.d.ts
npm notice 496B dist/publish.d.ts.map
npm notice 3.7kB dist/publish.js
npm notice 437B dist/run.d.ts
npm notice 606B dist/run.d.ts.map
npm notice 2.9kB dist/run.js
npm notice 382B dist/status.d.ts
npm notice 534B dist/status.d.ts.map
npm notice 4.9kB dist/status.js
npm notice 378B dist/version.d.ts
npm notice 516B dist/version.d.ts.map
npm notice 4.2kB dist/version.js
npm notice 27B modules.d.ts
npm notice 1.1kB package.json
npm notice 2.2kB src/add.ts
npm notice 3.0kB src/arbitrary.ts
npm notice 1.6kB src/cli.ts
npm notice 430B src/config.ts
npm notice 90B src/index.ts
npm notice 13.1kB src/init.ts
npm notice 4.5kB src/preview.ts
npm notice 3.0kB src/publish.ts
npm notice 1.9kB src/run.ts
npm notice 4.0kB src/status.ts
npm notice 3.9kB src/version.ts
npm notice 536B test/snapshots/command-init.test.ts.snap
npm notice 90.9kB test/snapshots/complex.test.ts.snap
npm notice 543.2kB test/snapshots/dry-run.test.ts.snap
npm notice 251.9kB test/snapshots/main.test.ts.snap
npm notice 265.7kB test/snapshots/preMode.test.ts.snap
npm notice 23.3kB test/snapshots/preview-command.test.ts.snap
npm notice 2.2kB test/command-init.test.ts
npm notice 714B test/command-status.test.ts
npm notice 7.1kB test/complex.test.ts
npm notice 3.9kB test/dry-run.test.ts
npm notice 2.9kB test/helpers.ts
npm notice 12.0kB test/main.test.ts
npm notice 6.9kB test/preMode.test.ts
npm notice 1.6kB test/preview-command.test.ts
npm notice 366B tsconfig.json
npm notice === Tarball Details ===
npm notice name: covector
npm notice version: 0.8.0
npm notice filen
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.