Skip to content
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

Bump @qiita/qiita-cli from 0.6.0 to 0.7.0 #86

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2023

Bumps @qiita/qiita-cli from 0.6.0 to 0.7.0.

Release notes

Sourced from @​qiita/qiita-cli's releases.

v0.7.0

What's Changed

  • Remove unused variables by @​ohakutsu in increments/qiita-cli#39
  • Add port option to qiita.config.json by @​getty104 in increments/qiita-cli#43
    • Qiita Previewのポート番号をqiita.config.jsonで指定できるようになりました
    • 詳しくは README をご覧ください
  • Check if local files are up to date by @​ohakutsu in increments/qiita-cli#37
    • Qiita上で更新されている可能性がある場合、Qiita Preview上から更新時・publishコマンド実行時にエラーになります
    • --forceオプションを使用することで強制的に記事ファイルとQiitaの同期を行うことができます
      • publish --force: 強制的に記事ファイルの内容をQiitaに反映させます
      • pull --force: 強制的にQiita上の内容を記事ファイルに反映させます
  • Improve error messages by @​ohakutsu in increments/qiita-cli#40
    • エラーメッセージを改善しました
  • Release v0.7.0 by @​ohakutsu in increments/qiita-cli#44

Full Changelog: increments/qiita-cli@v0.6.0...v0.7.0

Commits
  • 392ac3d Merge pull request #44 from increments/release-v0.7.0
  • b6e85ce Release v0.7.0
  • c8c16fd Merge pull request #40 from increments/improve-error-message
  • 9468550 Improve validation error messages
  • da1e4d4 Improve messages of thrown exceptions
  • af83aef Merge pull request #37 from increments/check-local-files-are-up-to-date
  • ac60f62 Merge pull request #43 from increments/add-port-config
  • 872d8d6 Add .github/workflows/publish.yml to .gitignore to avoid auto generated file
  • f6a6f33 Add port option to user config
  • c800d90 Add test of syncArticlesFromQiita & pull command
  • 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)
Qiita CLI とは、手元の環境で記事の執筆・プレビュー・投稿ができるツールです。. Contribute to increments/qiita-cli development by creating an account on GitHub.

Bumps [@qiita/qiita-cli](https://github.com/increments/qiita-cli) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/increments/qiita-cli/releases)
- [Commits](increments/qiita-cli@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: "@qiita/qiita-cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code labels Jul 30, 2023
@pull-request-size pull-request-size bot added the size/S https://github.com/apps/pull-request-size label Jul 30, 2023
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #86 (2b64a2b) into main (9a9fff6) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #86   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        68           
  Lines         9366      9366           
=========================================
  Hits          9366      9366           

@mziyut mziyut merged commit 72cbab3 into main Aug 4, 2023
7 checks passed
@mziyut mziyut deleted the dependabot/npm_and_yarn/qiita/qiita-cli-0.7.0 branch August 4, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update JavaScript code size/S https://github.com/apps/pull-request-size
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant