chore(deps): bump the npm-patch group in /creatory_studio with 5 updates#17
Merged
github-actions[bot] merged 1 commit intomainfrom Feb 20, 2026
Conversation
Bumps the npm-patch group in /creatory_studio with 5 updates: | Package | From | To | | --- | --- | --- | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.20` | `5.90.21` | | [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.10.0` | `12.10.1` | | [@xyflow/system](https://github.com/xyflow/xyflow/tree/HEAD/packages/system) | `0.0.74` | `0.0.75` | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001769` | `1.0.30001770` | | [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.286` | `1.5.302` | Updates `@tanstack/react-query` from 5.90.20 to 5.90.21 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.21/packages/react-query) Updates `@xyflow/react` from 12.10.0 to 12.10.1 - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.10.1/packages/react) Updates `@xyflow/system` from 0.0.74 to 0.0.75 - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/system/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/system@0.0.75/packages/system) Updates `caniuse-lite` from 1.0.30001769 to 1.0.30001770 - [Commits](browserslist/caniuse-lite@1.0.30001769...1.0.30001770) Updates `electron-to-chromium` from 1.5.286 to 1.5.302 - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md) - [Commits](Kilian/electron-to-chromium@v1.5.286...v1.5.302) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-patch - dependency-name: "@xyflow/react" dependency-version: 12.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-patch - dependency-name: "@xyflow/system" dependency-version: 0.0.75 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm-patch - dependency-name: caniuse-lite dependency-version: 1.0.30001770 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm-patch - dependency-name: electron-to-chromium dependency-version: 1.5.302 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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 npm-patch group in /creatory_studio with 5 updates:
5.90.205.90.2112.10.012.10.10.0.740.0.751.0.300017691.0.300017701.5.2861.5.302Updates
@tanstack/react-queryfrom 5.90.20 to 5.90.21Release notes
Sourced from
@tanstack/react-query's releases.Changelog
Sourced from
@tanstack/react-query's changelog.Commits
08050cbci: Version Packages (#10115)c5def66refactor(react-query/useQueries): remove unreachable 'willFetch' branch in su...da2ff5achore(vite.config): exclude 'tests' directory from coverage reports (#10084)2a592d2test(react-query/suspense): add test cases for 'static' staleTime with number...7e3ea62test(react-query/QueryResetErrorBoundary): relocate 'issue-9728' test and mig...dee5d3etest(react-query/ssr): add 'useMutation' and 'useMutationState' tests for SSR...Updates
@xyflow/reactfrom 12.10.0 to 12.10.1Release notes
Sourced from
@xyflow/react's releases.Changelog
Sourced from
@xyflow/react's changelog.Commits
81a284achore(packages): bumpac89f9fMerge pull request #5684 from ysds/fix/nodes-selection-drag-after-programmati...d666896Merge pull request #5704 from xyflow/fix/old-callback-reference45a4a97Always use latest version of onConnectEnd & isValidConnection in Handle/Recon...ce6c869Improve return type of useNodesdatacb41f44simplify code & useEffect instead of uselayoutEffectbe40c34Fix formatting in MiniMap component usage39ff6e9Merge pull request #5682 from artemtam/main89062efRefactor loop variables for clarity in index.ts3f93f82Merge pull request #5692 from xyflow/fix-exception-unmountingUpdates
@xyflow/systemfrom 0.0.74 to 0.0.75Release notes
Sourced from
@xyflow/system's releases.Changelog
Sourced from
@xyflow/system's changelog.Commits
81a284achore(packages): bumpce6c869Improve return type of useNodesdataUpdates
caniuse-litefrom 1.0.30001769 to 1.0.30001770Commits
e4b5da2Update caniuse-db 1.0.30001770Updates
electron-to-chromiumfrom 1.5.286 to 1.5.302Commits
681b9821.5.3023e542c5generate new version58245ce1.5.30116de3c0generate new version169db521.5.300e8da232generate new version96d94951.5.299c695ebbgenerate new versiona9f0aeb1.5.298cc95814generate new versionDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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