virtual icon indicating copy to clipboard operation
virtual copied to clipboard

chore(deps): update dependency sherif to v1

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

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

Release Notes

QuiiBz/sherif (sherif)

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/QuiiBz/sherif/compare/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: 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.

renovate[bot] avatar Oct 12 '24 00:10 renovate[bot]

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.

fitzthum avatar Sep 27 '24 15:09 fitzthum

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?

kimullaa avatar Sep 27 '24 21:09 kimullaa

fix

https://github.com/kata-containers/kata-containers/commit/90e2b7d1bc9f88ac219fbaac73d4611cf5d802c0

kimullaa avatar Mar 27 '25 20:03 kimullaa