edgardmessias / vscode.override-mark

Show a gutter icon when has a implement/override method/property in javascript or typescript.
https://marketplace.visualstudio.com/items?itemName=EdgardMessias.override-mark
MIT License
2 stars 5 forks source link

chore(deps-dev): bump release-it from 14.8.0 to 14.14.0 #266

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps release-it from 14.8.0 to 14.14.0.

Release notes

Sourced from release-it's releases.

Release 14.14.0

  • Update dependencies (c61c780)
  • Minor edits to new gitlab milestones feature (63869b8)
  • Add gitlab.milestones option to associate milestones with a release (#883) (af0882f)
  • More consistently use example.org in docs, links and even tests (3ccdef0)
  • Clarify the github.host config option (#875) (6d7c3f2)

Release 14.13.1

  • Take latestTag from config context (allowing any value) (9fe82ed)
  • Saleor project was moved to dedicated GitHub organization (#873) (1e0f8f7)

Release 14.13.0

  • Allow wildcards for required branch(es) (closes #877) (fb8622b)
  • Fix/add tests and wrap up npm.allowSameVersion (739f6f6)
  • Allow running npm version with arg --allow-same-version (#878) (2a7565d)

Release 14.12.5

  • Fix body when auto-generating release notes (and updating) GitHub releases (2c42a8e)
  • Fix spec for different version of Git (c20d9d0)
  • Remove deprecated ref from docs (5e0d4c0)

Release 14.12.4

  • Update node-fetch (security issue in transitive dep, closes #862) (d9aaa6c)
  • Remove the unused deprecated feature itself (d80beaf)
  • Remove old code coverage stuff (bdf6d18)

Release 14.12.3

  • Update dependencies (d464518)

Release 14.12.2

  • Add warning when github.web and github.assets are both set (closes #836) (9e72c16)
  • Don't return nock interceptor (616525f)
  • Explain tagName prefix better (closes #848) (f9d1b17)
  • Use empty string (not null) for release notes body in GitHub release request (fixes ##855) (bdbc2ca)
  • fix spelling on git documentation (#854) (66c6f3b)
  • Added comment about pre-release bumps (e.g. preminor) (aa34389)

Release 14.12.1

  • Fix tests on Linux (6495d3d)
  • Add latestVersion argument to getChangelog in test helper (d0ec1bb)

Release 14.12.0

  • Update example projects (b500aac)
  • Add support for pre-releases in runTasks test helper (b73770e)
  • Remove unused argument from getIncrement (test helper) (93b0a74)
  • Print --release-version after incremented version is resolved (5b04ba5)
  • Update dependencies (fb73af2)
  • Add node-redis to example projects (069a65f)
  • Add test for GitHub enterprise host web release url (e4718b0)
  • Wrap up the github.autoGenerate feature (a467b5f)

... (truncated)

Commits
  • afd1ac8 Release 14.14.0
  • c61c780 Update dependencies
  • 63869b8 Minor edits to new gitlab milestones feature
  • af0882f Add gitlab.milestones option to associate milestones with a release (#883)
  • 3ccdef0 More consistently use example.org in docs, links and even tests
  • 6d7c3f2 Clarify the github.host config option (#875)
  • f7ed5e3 Release 14.13.1
  • 9fe82ed Take latestTag from config context (allowing any value)
  • 1e0f8f7 Saleor project was moved to dedicated GitHub organization (#873)
  • b696e7b Release 14.13.0
  • 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.


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 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #266 (330924d) into master (470cccc) will increase coverage by 0.43%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
+ Coverage   75.92%   76.35%   +0.43%     
==========================================
  Files          11       11              
  Lines         461      461              
  Branches       93       93              
==========================================
+ Hits          350      352       +2     
+ Misses        111      109       -2     
Impacted Files Coverage Δ
src/compilerHost.ts 50.00% <0.00%> (+2.85%) :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 470cccc...330924d. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #268.