Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency publint to v0.3.2 #613

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
publint (source) devDependencies patch 0.3.1 -> 0.3.2 OpenSSF Scorecard

Release Notes

publint/publint (publint)

v0.3.2

Compare Source

Patch Changes
  • (Potentially breaking) Disable running lifecycle scripts, such as prepare, prepack, and postpack, when running the pack command internally. This returns to the behavior in v0.2. (Note that this change does not apply to yarn as it does not support ignoring lifecycle scripts for local projects) (#​128)

    This change is made as running lifecycle scripts was an unintentional behavior during the v0.3 breaking change, which could cause the linting process to take longer than expected, or even cause infinite loops if publint is used in a lifecycle script.

  • Update repository and bugs URLs to point to the new publint organization (1eda033)

  • Updated dependencies [1eda033, 10e3891]:


Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by Sourcery

Build:

  • Update publint dependency to 0.3.2.

Sorry, something went wrong.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot enabled auto-merge (squash) January 13, 2025 23:14
Copy link
Contributor

sourcery-ai bot commented Jan 13, 2025

Reviewer's Guide by Sourcery

This PR updates the publint dependency from version 0.3.1 to 0.3.2. This change disables running lifecycle scripts during the pack command and updates repository/bugs URLs.

Sequence diagram showing updated publint package behavior

Loading
sequenceDiagram
    participant Dev as Developer
    participant P as Publint v0.3.2
    participant Pack as Pack Command

    Dev->>P: Run publint
    P->>Pack: Execute pack command
    Note over Pack: Lifecycle scripts disabled
    Pack-->>P: Package validation results
    P-->>Dev: Linting results

File-Level Changes

Change Details Files
Update publint dependency
  • Updated the publint dependency from 0.3.1 to 0.3.2 in package.json
  • Regenerated the bun.lockb file to reflect the updated dependency
package.json
bun.lockb

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

Copy link

📦 Packages

Package NPM Docker
SDK Cli @settlemint/sdk-cli@1.0.0-prb3a747f4
SDK The Graph @settlemint/sdk-thegraph@1.0.0-prb3a747f4
SDK Portal @settlemint/sdk-portal@1.0.0-prb3a747f4
SDK Hasura @settlemint/sdk-hasura@1.0.0-prb3a747f4
SDK JS @settlemint/sdk-js@1.0.0-prb3a747f4
SDK Utils @settlemint/sdk-utils@1.0.0-prb3a747f4
SDK Next @settlemint/sdk-next@1.0.0-prb3a747f4
SDK Minio @settlemint/sdk-minio@1.0.0-prb3a747f4
SDK IPFS @settlemint/sdk-ipfs@1.0.0-prb3a747f4
SDK Blockscout @settlemint/sdk-blockscout@1.0.0-prb3a747f4

@renovate renovate bot merged commit 8c15d88 into main Jan 13, 2025
4 checks passed
@renovate renovate bot deleted the renovate/publint-0.x branch January 13, 2025 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants