Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Mar 12, 2024
1 parent 7efd7b5 commit 3618b03
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 563 deletions.
7 changes: 5 additions & 2 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
module.exports = {
format: 'group',
reject: [
// TODO: major version upgrades
'chai',
'commander',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
// ESM only modules
// https://github.com/microsoft/TypeScript/issues/46452
'find-up',
Expand All @@ -12,8 +17,6 @@ module.exports = {
// Working upgrade is in branch 'hosted-git-info', but hold off on merging due to node engine requirements: ^14.17.0 || ^16.13.0 || >=18.0.0
// https://github.com/npm/hosted-git-info/releases/tag/v6.0.0
'hosted-git-info',
// Removed support for node v14 in v0.35.0
'makdownlint-cli',
// manually keep in alignment with pacote's version of make-fetch-happen
'make-fetch-happen',
// major changes required to upgrade to v3
Expand Down
Loading

0 comments on commit 3618b03

Please sign in to comment.