build(deps-dev): bump @calimero-network/calimero-cli-js from 0.1.2 to 0.4.0 in /logic-js#123
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [@calimero-network/calimero-cli-js](https://github.com/calimero-network/calimero-sdk-js/tree/HEAD/packages/cli) from 0.1.2 to 0.4.0. - [Release notes](https://github.com/calimero-network/calimero-sdk-js/releases) - [Changelog](https://github.com/calimero-network/calimero-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/calimero-network/calimero-sdk-js/commits/cli-v0.4.0/packages/cli) --- updated-dependencies: - dependency-name: "@calimero-network/calimero-cli-js" dependency-version: 0.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 @calimero-network/calimero-cli-js from 0.1.2 to 0.4.0.
Release notes
Sourced from
@calimero-network/calimero-cli-js's releases.... (truncated)
Commits
c7699d1fix: cli deps install path (#52)5e1ea0cfix: disable GitHub success comments to avoid NOT_FOUND errors (#51)5ded6eafix: align OIDC configuration with registry setup (#49)09e957dfix/trusted_publishers (#48)4ceb4f3fix: remove version detection and set versions to 0.0.0 (#47)4e56574fix/trusted_publishers (#46)4d98ca7chore: Bump version to 0.2.2 for CLI and SDK packages (#43)9fd94d6feat: Implemented safe JSON.stringify functionality to enhance serialization ...681fa08feat: bump sdk and cli to 0.2.0c0788e6feat: user storage frozen storage (#33)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@calimero-network/calimero-cli-jssince your current version.Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
This is a dev dependency upgrade that changes the build toolchain (
calimero-cli-js) and updates many transitive build deps (Babel/Rollup), which can affect compilation outputs and install scripts but does not change runtime application logic.Overview
Updates the
logic-jsbuild toolchain by bumping the dev dependency@calimero-network/calimero-cli-jsfrom0.1.2to0.4.0.This refreshes lockfiles (
package-lock.jsonandpnpm-lock.yaml) with newer transitive tooling dependencies (notably Babel/Rollup and related packages) pulled in by the CLI update.Reviewed by Cursor Bugbot for commit 45df0af. Bugbot is set up for automated code reviews on this repo. Configure here.