Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sherif ^0.11.0 -> ^1.0.2 age adoption passing confidence

Release Notes

QuiiBz/sherif (sherif)

v1.0.2

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1...v1.0.2

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1.0.0...v1.0.1

v1.0.0

Compare Source

New unordered-dependencies rule

Dependencies should be ordered alphabetically to prevent complex diffs when installing a new dependency via a package manager. This rule is auto-fixable with --fix:

Screenshot 2024-08-31 at 14 22 09

Automatically run your package manager's install command when autofixing

When running Sherif with --fix, your lockfile might need to be refreshed (e.g. when a dependency version is updated, or moved from normal dependencies to devDependencies). Sherif will now automatically run your package manager's install command for you.

Your package manager is auto-detected based on its lockfile - if none is found, Sherif will ask you to choose one. The following package managers are supported:

  • NPM
  • PNPM
  • Yarn
  • Bun

This feature is disabled in CI environments, and can be disabled with the --no-install flag.

Support nested packages in the workspace using **

Sherif now supports expanding packages defined in the workspace using **. For example, packages/**/* is now a supported syntax:

{
  "name": "example-workspace",
  "workspaces": [
    "packages/*", // already supported
    "packages/**/*" // new!
  ]
}

What's Changed

Full Changelog: QuiiBz/sherif@v0.11.0...v1.0.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 12, 2024
@nx-cloud
Copy link

nx-cloud bot commented Oct 12, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 4de545c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 12, 2024

Open in Stackblitz

More templates

@tanstack/angular-virtual

npm i https://pkg.pr.new/@tanstack/angular-virtual@854

@tanstack/lit-virtual

npm i https://pkg.pr.new/@tanstack/lit-virtual@854

@tanstack/solid-virtual

npm i https://pkg.pr.new/@tanstack/solid-virtual@854

@tanstack/react-virtual

npm i https://pkg.pr.new/@tanstack/react-virtual@854

@tanstack/svelte-virtual

npm i https://pkg.pr.new/@tanstack/svelte-virtual@854

@tanstack/virtual-core

npm i https://pkg.pr.new/@tanstack/virtual-core@854

@tanstack/vue-virtual

npm i https://pkg.pr.new/@tanstack/vue-virtual@854

commit: 4de545c

@renovate renovate bot force-pushed the renovate/sherif-1.x branch from 442a6b6 to 975bdc9 Compare October 16, 2024 14:49
@renovate renovate bot force-pushed the renovate/sherif-1.x branch from 975bdc9 to 5e2df0a Compare November 18, 2024 14:36
@renovate
Copy link
Contributor Author

renovate bot commented Dec 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lachlancollins lachlancollins merged commit eec58f0 into main Dec 6, 2024
5 checks passed
@lachlancollins lachlancollins deleted the renovate/sherif-1.x branch December 6, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants