vue-turbo-starter
vue-turbo-starter copied to clipboard
chore(deps): update root dependency sherif to v1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
sherif | 0.11.0 -> 1.0.0 |
Release Notes
QuiiBz/sherif (sherif)
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-dependencies
rule by @QuiiBz in https://github.com/QuiiBz/sherif/pull/94 - feat: automatic package manager
install
when 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.