Skip to content

chore(deps): bump catalyst-core from 0.1.0-canary.4 to 0.1.0-canary.5 in /apps/web - #13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/catalyst-core-0.1.0-canary.5
Open

chore(deps): bump catalyst-core from 0.1.0-canary.4 to 0.1.0-canary.5 in /apps/web#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/catalyst-core-0.1.0-canary.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Copy link
Copy Markdown

Bumps catalyst-core from 0.1.0-canary.4 to 0.1.0-canary.5.

Release notes

Sourced from catalyst-core's releases.

v0.1.0-canary.5

Summary

URL Whitelisting Refactor — Fixes a bug where patterns like .1mg.com failed to match URLs containing ports (e.g., https://stagpsppfizer.1mg.com:443/). Replaces fragile regex-based logic with simple glob-style pattern matching, adds thread-safety mechanisms, and includes URL decoding for security hardening. Comprehensive Test Suite — Adds 366 unit tests across both platforms (184 Android, 182 iOS) covering URL whitelist management, native bridge, config mapping, cache, file utils, notifications, and more. iOS Build Fix — Reads accessControl config from webview_config correctly in buildAppIos.js. npm Package Cleanup — Excludes iOS and Android test files from the published npm package via .npmignore. What Changed

Android

New URLWhitelistManager.kt — thread-safe, glob-style URL pattern matching with URL decoding CustomWebview.kt — uses new URLWhitelistManager DownloadUtils.kt, Utils.kt — updated to use new whitelist manager 184 new unit tests across 10 test files iOS

URLWhitelistManager.swift — refactored with the same glob-style matching and thread safety buildAppIos.js — fixed accessControl config read path ConfigConstants.swift stub updated with all required default fields (GoogleSignIn, EdgeToEdge, Notifications, splash screen CGFloat fields) 182 new unit tests across 10 test files Added iosnativeWebView.xctestplan for running the full test suite

Changelog

Sourced from catalyst-core's changelog.

Changelog

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 [catalyst-core](https://github.com/tata1mg/catalyst-core) from 0.1.0-canary.4 to 0.1.0-canary.5.
- [Release notes](https://github.com/tata1mg/catalyst-core/releases)
- [Changelog](https://github.com/tata1mg/catalyst-core/blob/main/changelog.md)
- [Commits](tata1mg/catalyst-core@v0.1.0-canary.4...v0.1.0-canary.5)

---
updated-dependencies:
- dependency-name: catalyst-core
  dependency-version: 0.1.0-canary.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 4, 2026
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