Skip to content

Commit

Permalink
infra: ignore sinon-chai upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jul 28, 2024
1 parent f4bd0d7 commit 53a4b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export default {
pinnedPackages: [
{ name: 'chai', reason: 'v5 is pure esm' },
{ name: 'chai-as-promised', reason: 'v8 is pure esm' },
{ name: 'sinon-chai', reason: 'v4 requires chai@5' },
{ name: 'eslint', reason: 'plugins are not yet compatible with v9' },
],
};

0 comments on commit 53a4b8d

Please sign in to comment.