Bump yargs from 15.4.1 to 18.0.0#11
Merged
Merged
Conversation
Bumps [yargs](https://github.com/yargs/yargs) from 15.4.1 to 18.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v15.4.1...v18.0.0) --- updated-dependencies: - dependency-name: yargs dependency-version: 18.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
040be92 to
9177a85
Compare
yargs 18 changed require('yargs') to return a factory function instead
of a parsed-args instance, so yargs.argv was undefined and accessing
yargs.argv.root threw at load time. Use yargs/yargs with hideBin to
parse process.argv explicitly.
🤖 Generated by Claude Code for AND Digital
Tests that register inside Reveal.initialize().then() raced against QUnit's default autostart: on slower CI runners QUnit could start and drain an empty queue before the tests were registered, producing "No tests were run." (test-iframes.html hit this on CI while passing locally). Set QUnit.config.autostart = false and call QUnit.start() after registering, matching the existing pattern in test-dependencies-async.html. Applied to all four async-registering test files: test-iframes, test-iframe-backgrounds, test-auto-animate, and test.html. 🤖 Generated by Claude Code for AND Digital
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps yargs from 15.4.1 to 18.0.0.
Release notes
Sourced from yargs's releases.
Changelog
Sourced from yargs's changelog.
... (truncated)
Commits
0bc7255chore(main): release 18.0.0 (#2325)639130dfix(deps): update dependency yargs-parser to v22 (#2470)200e1aafix: allows ESM modules commands to be extensible using visit option (#2468)888db19fix: parser-configuration should work well with generated completion script (...3a40a78fix: addDirectory do not support absolute command dir (#2465)90e9ecadocs: remove to old slack channel (#2466)0dd8fe4fix(zsh): completion no longer requires double tab when using autoloaded27eec18feat: commandDir now works with ESM files (#2461)f9c72a7docs: update examples to run from examples folder (#2463)e02c91bfeat(zsh): Add default completion as fallback (#2331)