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

Update all non-major dependencies #114

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/text-encoding (source) ^0.0.38 -> ^0.0.39 age adoption passing confidence
sherif ^0.4.0 -> ^0.5.0 age adoption passing confidence

Release Notes

QuiiBz/sherif (sherif)

v0.5.0

Compare Source

Support excluded paths

Add support for excluded paths in the workspace, starting with a !. In this example, all packages under packages will be registered, plus the docs package, but excluding the packages/abc package and any package matching packages/d*:

packages:
  - 'packages/*'
  - 'docs'
  - '!packages/abc'
  - '!packages/d*'

New non-existant-packages rule

All paths defined in the workspace (the root package.json' workspaces field or pnpm-workspace.yaml) should match at least one package.

More rules autofixable

--fix now supports the non-existant-packages and packages-without-package-json rules, and fixes a bug in types-in-dependencies. See https://github.com/QuiiBz/sherif/issues/6 for more information.

What's Changed

Full Changelog: QuiiBz/sherif@v0.4.2...v0.5.0

v0.4.2

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v0.4.1...v0.4.2


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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency @types/text-encoding to ^0.0.39 Update all non-major dependencies Nov 14, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3070b3e to 64cd945 Compare November 14, 2023 16:56
@dgadelha dgadelha merged commit 32a7c1b into main Nov 14, 2023
1 check passed
@dgadelha dgadelha deleted the renovate/all-minor-patch branch November 14, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant