Skip to content

chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates#2555

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/app/npm_and_yarn-38e70f467d
Open

chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates#2555
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/app/npm_and_yarn-38e70f467d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps the npm_and_yarn group with 1 update in the /apps/app directory: @novu/api.
Bumps the npm_and_yarn group with 1 update in the /packages/device-agent directory: electron.

Updates @novu/api from 1.8.0 to 3.15.0

Release notes

Sourced from @​novu/api's releases.

typescript - v3.15.0 - 2026-04-13 16:05:25

Generated by Speakeasy CLI

@​novu/api 3.15.0

Typescript SDK Changes:

  • novu.subscribers.notifications.list():
    • request.tags Removed (Breaking ⚠️)
  • novu.subscribers.notifications.archiveAll():
    • request.updateAllSubscriberNotificationsDto.tags Changed (Breaking ⚠️)
  • novu.subscribers.notifications.deleteAll():
    • request.updateAllSubscriberNotificationsDto.tags Changed (Breaking ⚠️)
  • novu.subscribers.notifications.markAllAsRead():
    • request.updateAllSubscriberNotificationsDto.tags Changed (Breaking ⚠️)
  • novu.subscribers.notifications.archiveAllRead():
    • request.updateAllSubscriberNotificationsDto.tags Changed (Breaking ⚠️)
  • novu.subscribers.notifications.markAsSeen():
    • request.markSubscriberNotificationsAsSeenDto.tags Changed (Breaking ⚠️)
  • novu.environmentVariables.retrieve(): request Changed (Breaking ⚠️)
  • novu.environmentVariables.update(): request Changed (Breaking ⚠️)
  • novu.environmentVariables.delete(): request Changed (Breaking ⚠️)
  • novu.environmentVariables.usage(): request Changed (Breaking ⚠️)

Generated with Speakeasy CLI 1.761.3

Publishing Completed

typescript - v3.14.4 - 2026-04-07 10:40:04

Generated by Speakeasy CLI

@​novu/api 3.14.4

Typescript SDK Changes:

  • novu.channelConnections.list():
    • request.providerId Changed
    • response.data[].providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.channelConnections.create(): response.providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.channelConnections.retrieve(): response.providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.channelConnections.update(): response.providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.channelEndpoints.list():
    • request.providerId Changed
    • response.data[].providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.channelEndpoints.create(): response.providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.channelEndpoints.retrieve(): response.providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.channelEndpoints.update(): response.providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.notifications.list(): response.data[].jobs[].executionDetails[].providerId.enum(cmTelecom) Added (Breaking ⚠️)
  • novu.notifications.retrieve(): response.jobs[].executionDetails[].providerId.enum(cmTelecom) Added (Breaking ⚠️)

Generated with Speakeasy CLI 1.761.1

Publishing Completed

... (truncated)

Changelog

Sourced from @​novu/api's changelog.

2024-06-14 11:18:15

Changes

Based on:

Generated

  • [typescript v0.0.1-alpha.3] .

Releases

2024-06-14 12:40:02

Changes

Based on:

Generated

  • [typescript v0.0.1-alpha.6] .

Releases

2024-06-30 00:16:00

Changes

Based on:

Generated

  • [typescript v0.0.1-alpha.9] .

Releases

2024-09-03 00:15:43

Changes

Based on:

Generated

  • [typescript v0.0.1-alpha.10] .

Releases

2024-09-19 00:16:17

Changes

Based on:

Generated

  • [typescript v0.0.1-alpha.11] .

Releases

... (truncated)

Commits
  • 8d970a3 chore: 🐝 Update SDK - Generate 3.15.0 (#114)
  • 63b3928 chore: 🐝 Update SDK - Generate 3.14.4 (#113)
  • 6167294 chore: 🐝 Update SDK - Generate 3.14.3 (#112)
  • 3886dac chore: 🐝 Update SDK - Generate 3.14.2-rc.1 (#111)
  • 233b555 chore: 🐝 Update SDK - Generate 3.14.2 (#108)
  • 214a9ec chore: 🐝 Update SDK - Generate 3.14.1 (#106)
  • df9c3c5 chore: 🐝 Update SDK - Generate 3.14.0 (#105)
  • 6360d1a chore: 🐝 Update SDK - Generate 3.13.0 (#104)
  • 54649dc chore: 🐝 Update SDK - Generate 3.12.0 (#103)
  • c84b1fc chore: 🐝 Update SDK - Generate 3.11.2 (#102)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​novu/api since your current version.


Updates electron from 39.8.4 to 39.8.5

Release notes

Sourced from electron's releases.

electron v39.8.5

Release Notes for v39.8.5

Fixes

  • Fixed a crash in clipboard.readImage() when the clipboard contains malformed image data. #50493 (Also in 40, 41, 42)
  • Fixed a crash when calling an offscreen shared texture's release() after the texture object was garbage collected. #50499 (Also in 40, 41, 42)
Commits
  • 9d2f8cb refactor: remove dead named-window lookup from guest-window-manager (#50498)
  • 1173004 fix: crash calling OSR shared texture release() after texture GC'd (#50499)
  • be37ade fix: crash in clipboard.readImage() on malformed image data (#50493)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by cubic

Upgrade @novu/api to v3.15.0 in apps/app and electron to 39.8.5 in packages/device-agent. This brings Electron crash fixes and the latest Novu SDK, which includes breaking request changes.

  • Dependencies

    • @novu/api: 1.x → 3.15.0 (breaking changes to notification tag fields and environment variables requests).
    • electron: 39.8.4 → 39.8.5 (fixes crashes in clipboard.readImage() and offscreen shared texture release()).
  • Migration

    • Remove or adapt tags in novu.subscribers.notifications.* requests as per v3.15.0.
    • Update novu.environmentVariables.{retrieve,update,delete,usage} calls to the new request shape.
    • Retest notification flows and env var operations.
    • If applicable, sanity-check clipboard image reads and offscreen rendering in the device agent.

Written for commit 4724caa. Summary will update on new commits.

…updates

Bumps the npm_and_yarn group with 1 update in the /apps/app directory: [@novu/api](https://github.com/novuhq/novu-ts).
Bumps the npm_and_yarn group with 1 update in the /packages/device-agent directory: [electron](https://github.com/electron/electron).


Updates `@novu/api` from 1.8.0 to 3.15.0
- [Release notes](https://github.com/novuhq/novu-ts/releases)
- [Changelog](https://github.com/novuhq/novu-ts/blob/main/RELEASES.md)
- [Commits](novuhq/novu-ts@v1.8.0...v3.15.0)

Updates `electron` from 39.8.4 to 39.8.5
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v39.8.4...v39.8.5)

---
updated-dependencies:
- dependency-name: "@novu/api"
  dependency-version: 3.15.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: electron
  dependency-version: 39.8.5
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

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 Apr 14, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app Ready Ready Preview, Comment Apr 14, 2026 11:26pm
comp-framework-editor Ready Ready Preview, Comment Apr 14, 2026 11:26pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
portal Skipped Skipped Apr 14, 2026 11:26pm

Request Review

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Requires human review: Contains a major version update for @novu/api (v1 to v3) with multiple documented breaking changes that require manual verification.

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