-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 #7999
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4ed3710. 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 1 targetSent with 💌 from NxCloud. |
More templates
@tanstack/angular-query-devtools-experimental
@tanstack/eslint-plugin-query
@tanstack/angular-query-experimental
@tanstack/query-async-storage-persister
@tanstack/query-broadcast-client-experimental
@tanstack/query-core
@tanstack/query-devtools
@tanstack/query-persist-client-core
@tanstack/query-sync-storage-persister
@tanstack/react-query-devtools
@tanstack/react-query
@tanstack/react-query-next-experimental
@tanstack/react-query-persist-client
@tanstack/solid-query
@tanstack/solid-query-devtools
@tanstack/solid-query-persist-client
@tanstack/svelte-query
@tanstack/svelte-query-devtools
@tanstack/vue-query
@tanstack/svelte-query-persist-client
@tanstack/vue-query-devtools
commit: |
Edited/Blocked NotificationRenovate 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7999 +/- ##
=========================================
+ Coverage 0 44.51% +44.51%
=========================================
Files 0 195 +195
Lines 0 7279 +7279
Branches 0 1632 +1632
=========================================
+ Hits 0 3240 +3240
- Misses 0 3662 +3662
- Partials 0 377 +377 |
This PR contains the following updates:
^0.10.0
->^1.0.0
Release Notes
QuiiBz/sherif (sherif)
v1.0.0
Compare Source
New
unordered-dependencies
ruleDependencies should be ordered alphabetically to prevent complex diffs when installing a new dependency via a package manager. This rule is auto-fixable with
--fix
:Automatically run your package manager's
install
command when autofixingWhen running Sherif with
--fix
, your lockfile might need to be refreshed (e.g. when a dependency version is updated, or moved from normaldependencies
todevDependencies
). Sherif will now automatically run your package manager'sinstall
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:
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:What's Changed
unordered-dependencies
rule by @QuiiBz in https://github.com/QuiiBz/sherif/pull/94install
when autofixing by @Willem-Jaap in https://github.com/QuiiBz/sherif/pull/71Full Changelog: QuiiBz/sherif@v0.11.0...v1.0.0
v0.11.0
Compare Source
Ignore a specific dependency and version
Let's say your monorepo has two versions of react:
18.3.1
and19.0.0
. One of your application is expected to use the new react19.0.0
, but you still want to make sure you keep the same react18.*
version on all your other applicationsPreviously, you had to ignore completely the
react
dependency from themultiple-dependency-versions
rule, which means you would completely loose track of potentially different react18.*
versions:But now, you can ignore a specific set of dependency and version, so the
multiple-dependency-versions
rule will keep detecting any other react version and alert you:Report dependency versions mismatch with the root
package.json
Previously, Sherif didn't check the
multiple-dependency-versions
in the rootpackage.json
. It now does, meaning you can deduplicate more dependency versions if they are present in both a package in a workspace, and the rootpackage.json
.What's Changed
multiple-dependency-versions
also checks root package by @QuiiBz in https://github.com/QuiiBz/sherif/pull/82multiple-dependency-versions
by @QuiiBz in https://github.com/QuiiBz/sherif/pull/84New Contributors
Full Changelog: QuiiBz/sherif@v0.10.0...v0.11.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.
This PR was generated by Mend Renovate. View the repository job log.