Skip to content

Commit

Permalink
Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Dec 11, 2024
1 parent 4df4991 commit 6d074f8
Show file tree
Hide file tree
Showing 25 changed files with 5,959 additions and 4,600 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
ignore:
- dependency-name: 'rimraf'
interval: weekly
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: git config --global user.email "[email protected]"
- run: npm uninstall node-version-use -g
- run: npm install node-version-use -g
- run: npm ci
- run: nvu 22 npm ci
- run: npm run version
- run: npm run build
- run: npm run test
Expand Down
4 changes: 0 additions & 4 deletions .ncurc.json

This file was deleted.

10 changes: 5 additions & 5 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ function _interop_require_default(obj) {
};
}
function walk(root, filter, options, callback) {
if (typeof root !== "string") throw new Error("Directory is required");
if (typeof filter !== "function") throw new Error("Filter is required");
if (typeof options === "function") {
if (typeof root !== 'string') throw new Error('Directory is required');
if (typeof filter !== 'function') throw new Error('Filter is required');
if (typeof options === 'function') {
callback = options;
options = {};
}
// choose between promise and callback API
if (typeof callback === "function") {
if (typeof callback === 'function') {
options = options || {};
var iterator = new _fsiterator.default(root, {
depth: options.depth === undefined ? Infinity : options.depth,
Expand Down Expand Up @@ -50,4 +50,4 @@ function walk(root, filter, options, callback) {
});
});
}
/* CJS INTEROP */ if (exports.__esModule && exports.default) { Object.defineProperty(exports.default, '__esModule', { value: true }); for (var key in exports) exports.default[key] = exports[key]; module.exports = exports.default; }
/* CJS INTEROP */ if (exports.__esModule && exports.default) { try { Object.defineProperty(exports.default, '__esModule', { value: true }); for (var key in exports) { exports.default[key] = exports[key]; } } catch (_) {}; module.exports = exports.default; }
1 change: 1 addition & 0 deletions docs/assets/hierarchy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="
45 changes: 40 additions & 5 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
:root {
--light-hl-0: #AF00DB;
--dark-hl-0: #C586C0;
--light-hl-1: #000000;
--light-hl-1: #AF00DB;
--dark-hl-1: #D4D4D4;
--light-hl-2: #795E26;
--light-hl-2: #AF00DB;
--dark-hl-2: #DCDCAA;
--light-hl-3: #001080;
--light-hl-3: #AF00DB;
--dark-hl-3: #9CDCFE;
--light-hl-4: #0000FF;
--light-hl-4: #AF00DB;
--dark-hl-4: #569CD6;
--light-hl-5: #008000;
--light-hl-5: #AF00DB;
--dark-hl-5: #6A9955;
--light-hl-6: #795E26;
--dark-hl-6: #DCDCAA;
--light-hl-7: #000000;
--dark-hl-7: #D4D4D4;
--light-hl-8: #001080;
--dark-hl-8: #9CDCFE;
--light-hl-9: #0000FF;
--dark-hl-9: #569CD6;
--light-hl-10: #008000;
--dark-hl-10: #6A9955;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -22,6 +32,11 @@
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -32,6 +47,11 @@
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -42,6 +62,11 @@
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -52,6 +77,11 @@
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -61,4 +91,9 @@
.hl-3 { color: var(--hl-3); }
.hl-4 { color: var(--hl-4); }
.hl-5 { color: var(--hl-5); }
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
31 changes: 17 additions & 14 deletions docs/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6d074f8

Please sign in to comment.