Bump the frontend-minor-patch group across 1 directory with 3 updates#2
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
abrahamFerga
added a commit
that referenced
this pull request
Jul 9, 2026
A domain system needs connectors specific to it (Networthy needs Plaid; it isn't a generic platform data source the way Google Drive or S3 are). The connector SDK already supported this end to end — AddCortexConnector<T>() is generic over any IConnector with no assembly constraint, and both the catalog (IEnumerable<IConnector>) and tool discovery (IEnumerable<IConnectorToolSource>) are DI-driven — but nothing proved or documented it, so it read as "connectors ship in the Cortex.Connectors package." - HostDefinedCrmConnector: a connector defined in the SAMPLE HOST's OWN assembly (Cortex.Sample.Host), not in Cortex.Connectors, registered with the same AddCortexConnector<T>() call as a built-in. Service-auth, one secret setting, one settings-resolving tool — the exact shape a product-owned connector (e.g. Networthy's Plaid) takes. - Keyless proof (2 tests): the host-defined connector appears in the catalog, is enabled + configured per tenant through the generic admin endpoints, its tool resolves the tenant's protected settings and runs, and it answers with guidance when unconfigured — all identical to a built-in, confirming nothing is keyed to a connector's assembly. - BUILDING_A_PRODUCT.md seam #2 now states the "define your own in your own repo" story explicitly, with the host-defined worked example beside the built-in one. 214 sample integration tests green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Bumps the frontend-minor-patch group with 3 updates in the /frontend/cortex-ui directory: [@playwright/test](https://github.com/microsoft/playwright), [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@playwright/test` from 1.48.0 to 1.61.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.48.0...v1.61.1) Updates `eslint-plugin-react-refresh` from 0.4.26 to 0.5.3 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.26...v0.5.3) Updates `typescript-eslint` from 8.62.1 to 8.63.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.61.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-minor-patch - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-minor-patch - dependency-name: typescript-eslint dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1148c66 to
e5aa9f2
Compare
Owner
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the frontend-minor-patch group with 3 updates in the /frontend/cortex-ui directory: @playwright/test, eslint-plugin-react-refresh and typescript-eslint.
Updates
@playwright/testfrom 1.48.0 to 1.61.1Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
39e3553cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...4328122chore: mark v1.61.1 (#41404)2c29a94fix(tracing): stop recording websocket frames outside of chunks (#41398)4324b19cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend041e7e3cherry-pick(#41364): fix(har):WebSocketmessage timestamps should be in mi...b8a0fc3cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...b5a3175cherry-pick(#41319): fix(loader): support other node versionsd4724a9cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image1cc5a90cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...a6772bdcherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@playwright/testsince your current version.Updates
eslint-plugin-react-refreshfrom 0.4.26 to 0.5.3Release notes
Sourced from eslint-plugin-react-refresh's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react-refresh's changelog.
... (truncated)
Commits
00818e9v0.5.3 [publish]202fc4aFix PascalCase class exported viaexport { Name }incorrectly treated as Re...c0317bfFix support for nested function calls for extraHOCs [publish]42a1805Explicit v10 support (fixes #106) [publish]199793eSupport nested function calls for extraHOCs (fixes #104)26b3c15Support false positives with TypeScript function overloading (fixes #105)daa2efbRevamp logic to catch more cases [publish] (#97)Updates
typescript-eslintfrom 8.62.1 to 8.63.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
290cf6cchore(release): publish 8.63.0