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

chore(deps): bump @waline/client from 2.14.9 to 2.15.0 #913

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps @waline/client from 2.14.9 to 2.15.0.

Changelog

Sourced from @​waline/client's changelog.

(2023-04-16)

Features

(2023-04-02)

Features

(2023-04-01)

Features

Bug Fixes

(2023-03-26)

Features

This version mainly upgrades the previous paradigm of the API. Ordinary users can ignore it. Developers who use the API need to pay attention:

  • Add /api prefix to all APIs for better front-end and back-end isolation. But please rest assured that the previous routing is still compatible, but it will output a deprecation warning in the terminal. We plan to officially deprecate the old route in the next major release of @waline/vercel@2.
  • For the new route starting with /api, we unified the return data structure of all APIs into {errno, errmsg, data}, which is convenient for callers to uniformly process the API return data.
  • For the /api/comment?type=count and /api/article APIs, when there is only one piece of data, the array format is also returned
  • The GET /api/comment interface discards the insertedAt field and uses the time timestamp field to indicate the release time of the comment.
  • When the POST /api/comment interface publishes a reply to a comment, discard the pid and at fields, and the server will no longer stitch @xxx

The above modifications are not perceived by ordinary users, and the API is compatible with the old version. If there is any problem after the upgrade, please feedback. At the same time, developers who use the API are requested to release a new version and migrate to the new Sever version as soon as possible.

(2021-12-12)

Features

  • refactor oauth login, add twitter and facebook login (#705)

BREAKING CHANGES

  • vercel: everyone who use MySQL, SQLite, pgsql to store data need add new field twitter, facebook, google, weibo, qq before use social login.

(2021-10-30)

Features

... (truncated)

Commits

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)

Bumps [@waline/client](https://github.com/walinejs/waline/tree/HEAD/packages/client) from 2.14.9 to 2.15.0.
- [Release notes](https://github.com/walinejs/waline/releases)
- [Changelog](https://github.com/walinejs/waline/blob/main/CHANGELOG.md)
- [Commits](https://github.com/walinejs/waline/commits/HEAD/packages/client)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2023
@vercel
Copy link

vercel bot commented Apr 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
do-it ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2023 4:57pm

Copy link
Owner

@HEIGE-PCloud HEIGE-PCloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit df57592 into main Apr 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/waline/client-2.15.0 branch April 18, 2023 09:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant