Skip to content

build(deps): bump @line/bot-sdk from 11.0.2 to 11.2.0 - #92

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/line/bot-sdk-11.2.0
Closed

build(deps): bump @line/bot-sdk from 11.0.2 to 11.2.0#92
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/line/bot-sdk-11.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor

Bumps @line/bot-sdk from 11.0.2 to 11.2.0.

Release notes

Sourced from @​line/bot-sdk's releases.

v11.2.0 Support Message Edited Webhook

What's Changed

Support Message Edited Webhook

Add MessageEditedEvent webhook event to support the message editing feature.

When a user edits a message in a group that includes a LINE Official Account, a webhook event with type=messageEdited is sent.

Notes

  • Currently, message editing is not available in 1:1 chats with LINE Official Accounts, so this event is only triggered in group chats.
  • Multiple messageEdited webhook events may arrive out of order. The event with the largest timestamp represents the latest edit state.

Please also refer to the document: https://developers.line.biz/en/reference/messaging-api/#edit-event

(original PR is line/line-openapi#129)

Example

import { webhook } from "@line/bot-sdk";
function handleEvent(event: webhook.Event) {
if (event.type !== "messageEdited") return;
if (event.message.type !== "text") return;
console.log(edited: ${event.message.id} -> ${event.message.text});
}

line-openapi updates

Dependency updates

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [@line/bot-sdk](https://github.com/line/line-bot-sdk-nodejs) from 11.0.2 to 11.2.0.
- [Release notes](https://github.com/line/line-bot-sdk-nodejs/releases)
- [Commits](line/line-bot-sdk-nodejs@v11.0.2...v11.2.0)

---
updated-dependencies:
- dependency-name: "@line/bot-sdk"
  dependency-version: 11.2.0
  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 11, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 11, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
line-workers-template cba6309 Commit Preview URL

Branch Preview URL
Jul 11 2026, 07:05 PM

@dependabot @github

dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @line/bot-sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 9, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/line/bot-sdk-11.2.0 branch August 9, 2026 13:50
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.

0 participants