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 #116

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

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

Release Notes

QuiiBz/sherif (sherif)

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 label Sep 1, 2024
Copy link

nx-cloud bot commented Sep 1, 2024

☁️ Nx Cloud Report

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

Copy link

pkg-pr-new bot commented Sep 1, 2024

@tanstack/angular-store

pnpm add https://pkg.pr.new/@tanstack/angular-store@116

@tanstack/solid-store

pnpm add https://pkg.pr.new/@tanstack/solid-store@116

@tanstack/react-store

pnpm add https://pkg.pr.new/@tanstack/react-store@116

@tanstack/store

pnpm add https://pkg.pr.new/@tanstack/store@116

@tanstack/svelte-store

pnpm add https://pkg.pr.new/@tanstack/svelte-store@116

@tanstack/vue-store

pnpm add https://pkg.pr.new/@tanstack/vue-store@116

commit: a344eac

Copy link
Contributor Author

renovate bot commented Sep 1, 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 49ecd3c into main Sep 4, 2024
5 checks passed
@lachlancollins lachlancollins deleted the renovate/sherif-1.x branch September 4, 2024 04:51
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.

1 participant