Skip to content

chore(deps): bump the webext-core group with 3 updates#1131

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/webext-core-31912ace76
Open

chore(deps): bump the webext-core group with 3 updates#1131
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/webext-core-31912ace76

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the webext-core group with 3 updates: @webext-core/messaging, @webext-core/proxy-service and @webext-core/storage.

Updates @webext-core/messaging from 2.3.0 to 3.0.2

Release notes

Sourced from @​webext-core/messaging's releases.

@​webext-core/messaging v3.0.2

compare changes

🩹 Fixes

  • Relax webextension-polyfill version range (#153)

📖 Documentation

  • Add historical release notes to CHANGELOG.md files (e9762ad)

🏡 Chore

  • Use oxlint and oxfmt (#152)
  • Move to tsdown, add publint, cleanup package.jsons (#149)
  • Move to bun test (#148)
  • Cleanup dependencies (#147)

❤️ Contributors

@​webext-core/messaging v3.0.1

compare changes

🩹 Fixes

  • Add prepack script to fix new publish workflow (536c73e)

❤️ Contributors

@​webext-core/messaging v3.0.0

compare changes

🚀 Features

  • messaging: Add targetWindow to the window messenger (#114)

🩹 Fixes

  • Drop uid for simple random ID (#141)
  • ⚠️ Ignore unknown messages instead of throwing an error by default (#140)
  • messaging: Matching response event by message id (#125)
  • types: Avoid unbound-method lint errors by adding this: void (#130)

📖 Documentation

  • Fix redirects (#127)

... (truncated)

Changelog

Sourced from @​webext-core/messaging's changelog.

v3.0.2

compare changes

🩹 Fixes

  • Relax webextension-polyfill version range (#153)

📖 Documentation

  • Add historical release notes to CHANGELOG.md files (e9762ad)

🏡 Chore

  • Use oxlint and oxfmt (#152)
  • Move to tsdown, add publint, cleanup package.jsons (#149)
  • Move to bun test (#148)
  • Cleanup dependencies (#147)

❤️ Contributors

v3.0.1

compare changes

🩹 Fixes

  • Add prepack script to fix new publish workflow (536c73e)

❤️ Contributors

v3.0.0

compare changes

🚀 Features

  • messaging: Add targetWindow to the window messenger (#114)

🩹 Fixes

  • Drop uid for simple random ID (#141)
  • ⚠️ Ignore unknown messages instead of throwing an error by default (#140)
  • messaging: Matching response event by message id (#125)
  • types: Avoid unbound-method lint errors by adding this: void (#130)

... (truncated)

Commits
  • 8897229 chore(release): messaging-v3.0.2
  • 726dab8 fix: Relax webextension-polyfill version range (#153)
  • 84126f6 chore: Use oxlint and oxfmt (#152)
  • e9762ad docs: Add historical release notes to CHANGELOG.md files
  • 798f870 chore: Move to tsdown, add publint, cleanup package.jsons (#149)
  • ae00ca2 chore: Move to bun test (#148)
  • 4b4df17 chore: Cleanup dependencies (#147)
  • f6cd17d chore(release): messaging-v3.0.1
  • ec8f780 Add missing version update for messaging package
  • 536c73e fix: Add prepack script to fix new publish workflow
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​webext-core/messaging since your current version.


Updates @webext-core/proxy-service from 2.0.0 to 2.0.1

Release notes

Sourced from @​webext-core/proxy-service's releases.

@​webext-core/messaging v2.0.1

Bug Fixes

  • Upgrade buildc to fix out-of-date build (9311e2c8a0a959bd84f0dad8ad80441d114de66a)

@​webext-core/proxy-service v2.0.1

compare changes

🩹 Fixes

  • Add prepack script to fix new publish workflow (536c73e)
  • Relax webextension-polyfill version range (#153)

📖 Documentation

  • Fix redirects (#127)
  • Add historical release notes to CHANGELOG.md files (e9762ad)

🏡 Chore

  • Cleanup dependencies (#147)
  • Move to bun test (#148)
  • Move to tsdown, add publint, cleanup package.jsons (#149)
  • Use oxlint and oxfmt (#152)

❤️ Contributors

@​webext-core/isolated-element v2.0.1

compare changes

🩹 Fixes

  • Add prepack script to fix new publish workflow (,536c73)

📖 Documentation

  • Fix redirects (#127)
  • Add historical release notes to CHANGELOG.md files (e9762ad)

🏡 Chore

  • Cleanup dependencies (#147)
  • Move to bun test (#148)
  • Move to tsdown, add publint, cleanup package.jsons (#149)
  • Use oxlint and oxfmt (#152)

... (truncated)

Changelog

Sourced from @​webext-core/proxy-service's changelog.

v2.0.1

compare changes

🩹 Fixes

  • Add prepack script to fix new publish workflow (536c73e)
  • Relax webextension-polyfill version range (#153)

📖 Documentation

  • Fix redirects (#127)
  • Add historical release notes to CHANGELOG.md files (e9762ad)

🏡 Chore

  • Cleanup dependencies (#147)
  • Move to bun test (#148)
  • Move to tsdown, add publint, cleanup package.jsons (#149)
  • Use oxlint and oxfmt (#152)

❤️ Contributors

Commits

Updates @webext-core/storage from 1.2.0 to 1.2.1

Release notes

Sourced from @​webext-core/storage's releases.

@​webext-core/fake-browser v1.2.1

Bug Fixes

  • Implement runtime.getURL (270bd8f99de4884c6149cfe6caf402f7fc2e5aef)

@​webext-core/proxy-service v1.2.1

Bug Fixes

  • Adjust peerDependency requirements for webextension-polyfill (68c9616a3b64dcbb952c5d8ff623758e32d77452)

@​webext-core/storage v1.2.1

compare changes

🩹 Fixes

  • fake-browser: Correctly handle when a key is set to null in storage (,cb5dec)
  • Add prepack script to fix new publish workflow (536c73e)
  • Relax webextension-polyfill version range (#153)

📖 Documentation

  • Fix redirects (#127)
  • Add historical release notes to CHANGELOG.md files (e9762ad)

🏡 Chore

  • Refactor to bun workspaces (#66)
  • Cleanup dependencies (#147)
  • Move to bun test (#148)
  • Move to tsdown, add publint, cleanup package.jsons (#149)
  • Use oxlint and oxfmt (#152)

❤️ Contributors

Changelog

Sourced from @​webext-core/storage's changelog.

v1.2.1

compare changes

🩹 Fixes

  • fake-browser: Correctly handle when a key is set to null in storage (,cb5dec)
  • Add prepack script to fix new publish workflow (536c73e)
  • Relax webextension-polyfill version range (#153)

📖 Documentation

  • Fix redirects (#127)
  • Add historical release notes to CHANGELOG.md files (e9762ad)

🏡 Chore

  • Refactor to bun workspaces (#66)
  • Cleanup dependencies (#147)
  • Move to bun test (#148)
  • Move to tsdown, add publint, cleanup package.jsons (#149)
  • Use oxlint and oxfmt (#152)

❤️ Contributors

Commits
  • fb11536 chore(release): storage-v1.2.1
  • 726dab8 fix: Relax webextension-polyfill version range (#153)
  • 84126f6 chore: Use oxlint and oxfmt (#152)
  • e9762ad docs: Add historical release notes to CHANGELOG.md files
  • 798f870 chore: Move to tsdown, add publint, cleanup package.jsons (#149)
  • ae00ca2 chore: Move to bun test (#148)
  • 4b4df17 chore: Cleanup dependencies (#147)
  • 536c73e fix: Add prepack script to fix new publish workflow
  • 3bfdf79 docs: fix redirects (#127)
  • f174a54 chore: Refactor to bun workspaces (#66)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​webext-core/storage 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

Bumps the webext-core group with 3 updates: [@webext-core/messaging](https://github.com/aklinker1/webext-core/tree/HEAD/packages/messaging), [@webext-core/proxy-service](https://github.com/aklinker1/webext-core/tree/HEAD/packages/proxy-service) and [@webext-core/storage](https://github.com/aklinker1/webext-core/tree/HEAD/packages/storage).


Updates `@webext-core/messaging` from 2.3.0 to 3.0.2
- [Release notes](https://github.com/aklinker1/webext-core/releases)
- [Changelog](https://github.com/aklinker1/webext-core/blob/main/packages/messaging/CHANGELOG.md)
- [Commits](https://github.com/aklinker1/webext-core/commits/messaging-v3.0.2/packages/messaging)

Updates `@webext-core/proxy-service` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/aklinker1/webext-core/releases)
- [Changelog](https://github.com/aklinker1/webext-core/blob/main/packages/proxy-service/CHANGELOG.md)
- [Commits](https://github.com/aklinker1/webext-core/commits/messaging-v2.0.1/packages/proxy-service)

Updates `@webext-core/storage` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/aklinker1/webext-core/releases)
- [Changelog](https://github.com/aklinker1/webext-core/blob/main/packages/storage/CHANGELOG.md)
- [Commits](https://github.com/aklinker1/webext-core/commits/storage-v1.2.1/packages/storage)

---
updated-dependencies:
- dependency-name: "@webext-core/messaging"
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: webext-core
- dependency-name: "@webext-core/proxy-service"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webext-core
- dependency-name: "@webext-core/storage"
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webext-core
...

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 5, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​webext-core/​proxy-service@​2.0.0 ⏵ 2.0.182 -210070 -488 -1100
Updated@​webext-core/​storage@​1.2.0 ⏵ 1.2.17910074 -186 +11100
Updated@​webext-core/​messaging@​2.3.0 ⏵ 3.0.29810082 -188100

View full report

@bundlemon

bundlemon Bot commented Jul 5, 2026

Copy link
Copy Markdown

BundleMon

Files updated (3)
Status Path Size Limits
apps/web/dist/assets/index.browser-(hash).js
9.13KB (+8.31KB +1019.52%) -
apps/web/dist/assets/index-(hash).js
299.74KB (-856B -0.28%) -
apps/extension/.output/chrome-mv3/chunks/clie
nt-(hash).js
273.11KB (-2.76KB -1%) -
Unchanged files (72)
Status Path Size Limits
apps/web/dist/assets/combobox-(hash).js
45.75KB -
apps/extension/.output/chrome-mv3/chunks/comb
obox-(hash).js
45.74KB -
apps/web/dist/assets/toggle-(hash).js
27.61KB -
apps/extension/.output/chrome-mv3/chunks/togg
le-(hash).js
27.59KB -
apps/extension/.output/chrome-mv3/chunks/sett
ings-(hash).js
26.09KB -
apps/web/dist/assets/settings-(hash).js
26.08KB -
apps/extension/.output/chrome-mv3/chunks/form
-(hash).js
13.17KB -
apps/web/dist/assets/form-(hash).js
13.16KB -
apps/extension/.output/chrome-mv3/chunks/sele
ct-(hash).js
8.54KB -
apps/web/dist/assets/select-(hash).js
8.54KB -
apps/extension/.output/chrome-mv3/chunks/onbo
arding-(hash).js
5.83KB -
apps/web/dist/assets/onboarding-(hash).js
5.83KB -
apps/extension/.output/chrome-mv3/chunks/inde
x.browser-(hash).js
4.65KB -
apps/extension/.output/chrome-mv3/chunks/crea
te-(hash).js
4.56KB -
apps/web/dist/assets/create-(hash).js
4.55KB -
apps/extension/.output/chrome-mv3/chunks/cons
tants-(hash).js
3.6KB -
apps/web/dist/assets/constants-(hash).js
3.6KB -
apps/extension/.output/chrome-mv3/chunks/useQ
uery-(hash).js
3.12KB -
apps/web/dist/assets/useQuery-(hash).js
3.12KB -
apps/extension/.output/chrome-mv3/chunks/requ
est-(hash).js
2.86KB -
apps/web/dist/assets/request-(hash).js
2.85KB -
apps/extension/.output/chrome-mv3/assets/vani
ty-(hash).js
2.79KB -
apps/web/dist/assets/vanity-(hash).js
2.79KB -
apps/web/dist/assets/portfolio-(hash).js
2.69KB -
apps/extension/.output/chrome-mv3/chunks/port
folio-(hash).js
2.69KB -
apps/extension/.output/chrome-mv3/chunks/send
-(hash).js
2.46KB -
apps/web/dist/assets/send-(hash).js
2.46KB -
apps/web/dist/assets/dropdown-(hash).js
2.16KB -
apps/extension/.output/chrome-mv3/chunks/drop
down-(hash).js
2.16KB -
apps/extension/.output/chrome-mv3/chunks/chec
kbox-(hash).js
1.89KB -
apps/web/dist/assets/checkbox-(hash).js
1.89KB -
apps/extension/.output/chrome-mv3/chunks/tool
s-(hash).js
1.84KB -
apps/web/dist/assets/tools-(hash).js
1.84KB -
apps/extension/.output/chrome-mv3/chunks/expl
orer-(hash).js
1.52KB -
apps/web/dist/assets/explorer-(hash).js
1.52KB -
apps/extension/.output/chrome-mv3/chunks/badg
e-(hash).js
771B -
apps/extension/.output/chrome-mv3/chunks/zod-
(hash).js
767B -
apps/web/dist/assets/badge-(hash).js
766B -
apps/web/dist/assets/zod-(hash).js
764B -
apps/extension/.output/chrome-mv3/chunks/stan
dard-(hash).js
653B -
apps/web/dist/assets/standard-(hash).js
653B -
apps/extension/.output/chrome-mv3/chunks/tabl
e-(hash).js
598B -
apps/web/dist/assets/table-(hash).js
592B -
apps/extension/.output/chrome-mv3/chunks/butt
on-(hash).js
579B -
apps/web/dist/assets/button-(hash).js
576B -
apps/extension/.output/chrome-mv3/chunks/book
mark-(hash).js
557B -
apps/web/dist/assets/bookmark-(hash).js
552B -
apps/extension/.output/chrome-mv3/chunks/ui-(
hash).js
527B -
apps/web/dist/assets/ui-(hash).js
523B -
apps/extension/.output/chrome-mv3/chunks/text
area-(hash).js
500B -
apps/web/dist/assets/textarea-(hash).js
493B -
apps/web/dist/assets/dev-(hash).js
277B -
apps/extension/.output/chrome-mv3/chunks/dev-
(hash).js
276B -
apps/extension/.output/chrome-mv3/chunks/use-
(hash).js
228B -
apps/web/dist/assets/use-(hash).js
227B -
apps/extension/.output/chrome-mv3/chunks/side
panel-(hash).js
204B -
apps/extension/.output/chrome-mv3/chunks/popu
p-(hash).js
203B -
apps/extension/.output/chrome-mv3/chunks/inde
x-(hash).js
174B -
apps/extension/.output/chrome-mv3/chunks/form
at-(hash).js
166B -
apps/web/dist/assets/format-(hash).js
166B -
apps/extension/.output/chrome-mv3/chunks/sol-
(hash).js
151B -
apps/web/dist/assets/sol-(hash).js
150B -
apps/extension/.output/chrome-mv3/chunks/elli
psify-(hash).js
145B -
apps/web/dist/assets/ellipsify-(hash).js
145B -
apps/extension/.output/chrome-mv3/chunks/chev
ron-(hash).js
143B -
apps/extension/.output/chrome-mv3/chunks/stri
ngify-(hash).js
140B -
apps/extension/.output/chrome-mv3/chunks/toas
t-(hash).js
140B -
apps/web/dist/assets/chevron-(hash).js
140B -
apps/web/dist/assets/stringify-(hash).js
138B -
apps/web/dist/assets/toast-(hash).js
137B -
apps/extension/.output/chrome-mv3/chunks/netw
ork-(hash).js
121B -
apps/web/dist/assets/network-(hash).js
121B -

Total files change +4.71KB +0.52%

Groups updated (2)
Status Path Size Limits
apps/extension/.output/chrome-mv3/**/*-
.js
558.07KB (-1KB -0.18%) -
apps/web/dist/**/*-.js
582.91KB (-1.49KB -0.25%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 5, 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
samui-wallet-api 419e5ca Commit Preview URL

Branch Preview URL
Jul 05 2026, 12:20 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 5, 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
samui-wallet-web 419e5ca Commit Preview URL

Branch Preview URL
Jul 05 2026, 12:20 AM

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