Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 1 update#448

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app/npm_and_yarn-47d8f8d999
Closed

chore(deps): bump the npm_and_yarn group across 1 directory with 1 update#448
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app/npm_and_yarn-47d8f8d999

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the /app directory: protobufjs.

Updates protobufjs from 7.5.4 to 7.5.5

Changelog

Sourced from protobufjs's changelog.

Changelog

8.0.1 (2026-03-11)

Bug Fixes

  • bump protobufjs dependency version for cli package (#2128) (549b05e)
  • correct json syntax in tsconfig.json (#2120) (8065625)
  • descriptor: guard oneof index for non-Type parents (#2122) (1cac5cf)
  • do not allow setting proto in Message constructor (#2126) (f05e3c3)
  • filter invalid characters from the type name (#2127) (535df44)

8.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

Commits
Maintainer changes

This version was pushed to npm by fenster, a new releaser for protobufjs since your current version.


Updates protobufjs from 8.0.0 to 8.0.1

Changelog

Sourced from protobufjs's changelog.

Changelog

8.0.1 (2026-03-11)

Bug Fixes

  • bump protobufjs dependency version for cli package (#2128) (549b05e)
  • correct json syntax in tsconfig.json (#2120) (8065625)
  • descriptor: guard oneof index for non-Type parents (#2122) (1cac5cf)
  • do not allow setting proto in Message constructor (#2126) (f05e3c3)
  • filter invalid characters from the type name (#2127) (535df44)

8.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • add Edition 2024 Support (#2060)

Features

Commits
Maintainer changes

This version was pushed to npm by fenster, a new releaser for protobufjs since your current version.


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.

…date

Bumps the npm_and_yarn group with 1 update in the /app directory: [protobufjs](https://github.com/protobufjs/protobuf.js).


Updates `protobufjs` from 7.5.4 to 7.5.5
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.5.4...protobufjs-v7.5.5)

Updates `protobufjs` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.5.4...protobufjs-v7.5.5)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-version: 7.5.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: protobufjs
  dependency-version: 8.0.1
  dependency-type: indirect
  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 17, 2026
@github-actions github-actions Bot enabled auto-merge (squash) April 17, 2026 00:28
@hbanerjee74

Copy link
Copy Markdown
Contributor

Superseded by #461 — consolidated dependency bump. Closing.

auto-merge was automatically disabled April 28, 2026 12:20

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@hbanerjee74 hbanerjee74 deleted the dependabot/npm_and_yarn/app/npm_and_yarn-47d8f8d999 branch April 28, 2026 12:20
hbanerjee74 added a commit that referenced this pull request Apr 28, 2026
Replaces individual dependabot PRs #416, #418, #420, #421, #422, #446, #447,
#448, #450, #452, #453, #454, #457 with a single combined update.

npm (app):
- @tanstack/react-router 1.168.22 -> 1.168.23
- @tiptap/starter-kit 3.22.3 -> 3.22.4
- @tiptap/extension-placeholder 3.22.3 -> 3.22.4
- typescript 6.0.2 -> 6.0.3 (dev)
- protobufjs 8.0.0 -> 8.0.3 (transitive, dev)

cargo (app/src-tauri):
- rand 0.8 -> 0.9 (manifest); transitive shuffle/SeedableRng API unchanged
- tokio 1.50.0 -> 1.51.1
- tauri-plugin-dialog 2.6.0 -> 2.7.0
- semver 1.0.27 -> 1.0.28
- zip 8.3.0 -> 8.6.0

GitHub Actions:
- actions/upload-pages-artifact 4 -> 5
- softprops/action-gh-release 2 -> 3

PR #459 (@anthropic-ai/claude-agent-sdk 0.2.119) is intentionally excluded:
the SDK changed its package layout (no cli.js / vendor/) and requires a
sidecar build.js rewrite — handled separately.

Verified: cargo check, npx tsc --noEmit (frontend), sidecar build.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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