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 sherif to v1 #854

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
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 - "before 4am on Monday" (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
Copy link

nx-cloud bot commented Oct 12, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 5e2df0a. 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


🟥 Failed Commands
nx affected --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build
✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Oct 12, 2024

Open in Stackblitz

More templates

@tanstack/angular-virtual

pnpm add https://pkg.pr.new/@tanstack/angular-virtual@854

@tanstack/lit-virtual

pnpm add https://pkg.pr.new/@tanstack/lit-virtual@854

@tanstack/solid-virtual

pnpm add https://pkg.pr.new/@tanstack/solid-virtual@854

@tanstack/react-virtual

pnpm add https://pkg.pr.new/@tanstack/react-virtual@854

@tanstack/svelte-virtual

pnpm add https://pkg.pr.new/@tanstack/svelte-virtual@854

@tanstack/virtual-core

pnpm add https://pkg.pr.new/@tanstack/virtual-core@854

@tanstack/vue-virtual

pnpm add https://pkg.pr.new/@tanstack/vue-virtual@854

commit: 5e2df0a

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.

0 participants