chore(deps-dev): Bump the development-minor-patch group in /money-machine with 2 updates#74
Conversation
Bumps the development-minor-patch group in /money-machine with 2 updates: [@tauri-apps/cli](https://github.com/tauri-apps/tauri) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@tauri-apps/cli` from 2.11.1 to 2.11.2 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.11.1...@tauri-apps/cli-v2.11.2) Updates `@types/node` from 25.7.0 to 25.8.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-version: 2.11.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-patch - dependency-name: "@types/node" dependency-version: 25.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
📝 WalkthroughWalkthroughThis PR updates the ChangesDependency Version Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the development-minor-patch group in /money-machine with 2 updates: @tauri-apps/cli and @types/node.
Updates
@tauri-apps/clifrom 2.11.1 to 2.11.2Release notes
Sourced from @tauri-apps/cli's releases.
Commits
499df79apply version updates (#15378)20bb033Revert "feat: add Windows VC runtime linking and bundling options (#15372)" (...b5b72cefix(tauri-utils): preserve resource source file name when dest is empty (#15383)3fd8ba2fix: resources after empty directory not copied (#15388)47e1b75fix:set_as_windows_menu_for_nsappcommand wrongly called `set_as_help_menu...eadd8f5chore(deps-dev): bump svelte from 5.53.11 to 5.55.7 (#15382)32d8166feat: add Windows VC runtime linking and bundling options (#15372)b15b859refactor: make error dialog take&'static str(#15369)0e8e25fchore(deps): update dependency rollup to v4.60.3 (#15355)Updates
@types/nodefrom 25.7.0 to 25.8.0Commits
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 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 conditionsSummary by CodeRabbit
**Disclaimer This is AxiomID Review Agent.
Greptile Summary
Automated Dependabot bump of two dev dependencies in the
money-machineworkspace:@tauri-apps/clifrom 2.11.1 to 2.11.2 (patch — reverts a Windows VC runtime feature and fixes resource copying), and@types/nodefrom 25.7.0 to 25.8.0 (minor — type definitions only). Theundici-typestransitive dependency also advances from 7.21.0 to 7.24.6 as a result of the@types/nodebump.@tauri-apps/cli2.11.2 is a patch release that reverts an in-progress Windows VC runtime feature and fixes two resource/menu bugs.@types/node25.8.0 is a minor type-definition update with no runtime impact; itsundici-typespeer range shifts from~7.21.0to>=7.24.0 <7.24.7, resolving to 7.24.6.devDependencies, so no production bundle is affected.Confidence Score: 5/5
Safe to merge — both packages are dev-only and the changes are fully automated version bumps with no production code affected.
Both updated packages are
devDependencieswith no runtime presence in the production bundle.@tauri-apps/cli2.11.2 is a patch release that reverts an incomplete feature and ships two small bug fixes;@types/node25.8.0 is a type-definition-only minor bump. All platform-specific lockfile entries and integrity hashes are consistently updated. There are no application code changes anywhere in the diff.No files require special attention.
Important Files Changed
@tauri-apps/clibumped from^2.11.1to^2.11.2; no logic changes.@tauri-apps/cli(2.11.1→2.11.2), all 11 platform-specific optional packages,@types/node(25.7.0→25.8.0), and its transitive depundici-types(7.21.0→7.24.6); all integrity hashes refreshed.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[money-machine devDependencies] --> B["@tauri-apps/cli\n2.11.1 → 2.11.2"] A --> C["@types/node\n25.7.0 → 25.8.0"] B --> D["@tauri-apps/cli-darwin-arm64\n@tauri-apps/cli-darwin-x64\n@tauri-apps/cli-linux-*\n@tauri-apps/cli-win32-*\n(all 11 platform pkgs)"] C --> E["undici-types\n7.21.0 → 7.24.6"]Reviews (1): Last reviewed commit: "chore(deps-dev): Bump the development-mi..." | Re-trigger Greptile