chore(deps): update dependency sherif to v1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| sherif | ^0.11.0 -> ^1.0.1 |
Release Notes
QuiiBz/sherif (sherif)
v1.0.1
What's Changed
- fix: sort
multiple-dependency-versionsfor pre-release versions by @​QuiiBz in https://github.com/QuiiBz/sherif/pull/96 - fix: make sure bun is detected even when yarn.lock file is present by @​baptisteArno in https://github.com/QuiiBz/sherif/pull/99
New Contributors
- @​baptisteArno made their first contribution in https://github.com/QuiiBz/sherif/pull/99
Full Changelog: https://github.com/QuiiBz/sherif/compare/v1.0.0...v1.0.1
v1.0.0
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:
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
- fix: nested ignored packages by @​QuiiBz in https://github.com/QuiiBz/sherif/pull/91
- feat: expand nested packages by @​QuiiBz in https://github.com/QuiiBz/sherif/pull/92
- feat: new
unordered-dependenciesrule by @​QuiiBz in https://github.com/QuiiBz/sherif/pull/94 - feat: automatic package manager
installwhen autofixing by @​Willem-Jaap in https://github.com/QuiiBz/sherif/pull/71
Full Changelog: https://github.com/QuiiBz/sherif/compare/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.
If you are using CoCo, the supported kernel is listed in the release notes. Since the SNP host patches just went upstream in 6.11 this should be more flexible in the future.
Thank you for your response!
Unfortunately, I'm not using coco..
I think the coco release notes are very good idea. Do you have any plans to include similar details in the release notes for Kata Containers?
fix
https://github.com/kata-containers/kata-containers/commit/90e2b7d1bc9f88ac219fbaac73d4611cf5d802c0