edgardmessias / vscode.clipboard-manager

VSCode: Keep a history of your copied and cut items and re-paste
https://marketplace.visualstudio.com/items?itemName=EdgardMessias.clipboard-manager
MIT License
54 stars 10 forks source link

chore(deps-dev): bump release-it from 14.2.2 to 14.9.0 #232

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps release-it from 14.2.2 to 14.9.0.

Release notes

Sourced from release-it's releases.

Release 14.9.0

  • feat: Adding certificateAuthorityFile option for GitLab releases (#772) (dbb59dc)
  • Fix: example plugin reads file as string (#774) (7bf70bb)

Release 14.8.0

  • Pass options to the plugin disablePlugin method (46bc09a)
  • Test in Node.js v16 (a2960be)
  • Add example to set plugin option from the command line (e1d2c4a)
  • Update and move around some documentation (5dbb9f9)

Release 14.7.0

  • Update dependencies (3593814)
  • Add --release-version feature (135c1c8)
  • Minor changes (fc9c1e4)
  • Throw when npm version fails (remove warning, don't execute for --no-increment) (3b8fbe6)
  • Skip increment functions for --no-increment (5a590de)
  • Move isUpdate from plugins to global config (f953ce2)
  • docs: add missing template flag to auto-changelog (#767) (90ba1c5)
  • docs(ci): add alternative .npmrc command and circle ci details (#764) (cb3e255)

Release 14.6.2

  • Create new GitHub release when updating unreleased tag (--no-increment) (73a86f2)
  • Update dependencies (fc705f5)

Release 14.6.1

  • The parseVersion util should be forgiving to non-semver input (fixes #754) (50216ad)

Release 14.6.0

  • Update dependencies (e68800b)
  • Update the config.js library file to look for release-it.cjs (#751) (e5cfa9c)
  • Add "Update release" section to GitLab docs (aabb178)

Release 14.5.1

  • Update dependencies (3311227)
  • Update list of projects using release-it (80b424f)
  • Remove (folded) ToC (GitHub has this built-in now) (45fa2cd)
  • Add comment to run from root of project (closes #748) (220fcda)
  • Replace outdated demo gif with svg (6818c46)

Release 14.5.0

  • Update dependencies (88f1a48)
  • Don't bail out if npm access request fails, show warning instead (077899b)
  • Support extra arguments for npm publish command (closes #697) (edd9940)
  • Add fetch-depth: 0 to CI/GitHub Actions docs (relates to #738) (0ee37f5)
  • Add example config for GitHub Action (closes #739)

Release 14.4.1

  • Update dependencies (2900dc3)
  • Skip checks when in GitLab CI with Job-token (757288d)
  • Explicitly set gitlab.tokenHeader (and gitlab.tokenRef) option (efcc591)

... (truncated)

Commits
  • 54df17e Release 14.9.0
  • dbb59dc feat: Adding certificateAuthorityFile option for GitLab releases (#772)
  • 7bf70bb Fix: example plugin reads file as string (#774)
  • 1d05ef1 Release 14.8.0
  • 46bc09a Pass options to the plugin disablePlugin method
  • a2960be Test in Node.js v16
  • e1d2c4a Add example to set plugin option from the command line
  • 5dbb9f9 Update and move around some documentation
  • 24dba33 Release 14.7.0
  • 3593814 Update dependencies
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #232 (da22134) into master (44a79c1) will increase coverage by 0.36%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   73.64%   74.00%   +0.36%     
==========================================
  Files          16       16              
  Lines         554      554              
  Branches       61       61              
==========================================
+ Hits          408      410       +2     
+ Misses        146      144       -2     
Impacted Files Coverage Δ
src/manager.ts 60.66% <0.00%> (+0.66%) :arrow_up:
src/extension.ts 84.21% <0.00%> (+1.75%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 44a79c1...da22134. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot-preview[bot] commented 3 years ago

Superseded by #237.