-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: keithamus/sort-package-json
base: v3.0.0
head repository: keithamus/sort-package-json
compare: v3.1.0
- 9 commits
- 14 files changed
- 4 contributors
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0acfb7d - Browse repository at this point
Copy the full SHA 0acfb7dView commit details -
refactor(cli): use
util.parseArgsto parse arguments (#283)* feat: use util.parseArgs * refactor: destrucure argument in parseCLIArguments This moved argument destructuring to the parseCliArguments function, renames values to options, renames positionals to patterns, and moves the try catch to the run function * refactor: move default pattern to parseCliArgument * fix: typo isQuiet->shouldBeQuiet * fix: show help on illegal option value * test: added tests for illegal argument usage * feat: add support for --no-check and --no-quiet * Revert "feat: add support for --no-check and --no-quiet" This reverts commit 10a6067. * test: add tests which throw for --no-* arguments * test: update tests * test: update snapshots * style: linting * refactor: use `Object.hasOwn` --------- Co-authored-by: fisker Cheung <lionkay@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 553dfe1 - Browse repository at this point
Copy the full SHA 553dfe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26857d5 - Browse repository at this point
Copy the full SHA 26857d5View commit details -
chore: update
git-hooks-listto v4 (#339)* chore: update `git-hooks-list` to v4 * build: fix build script
Configuration menu - View commit details
-
Copy full SHA for c583a38 - Browse repository at this point
Copy the full SHA c583a38View commit details -
refactor: replace
get-stdinwith native alternative (#345)* refactor: replace `get-stdin` with native alternative * chore: fix eslint config * fix: remove `get-stdin`
Configuration menu - View commit details
-
Copy full SHA for acd24cf - Browse repository at this point
Copy the full SHA acd24cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3be166 - Browse repository at this point
Copy the full SHA b3be166View commit details -
refactor: make CLI async (#286)
* refactor: make CLI async * refactor: async
Configuration menu - View commit details
-
Copy full SHA for 6e739b2 - Browse repository at this point
Copy the full SHA 6e739b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819cd97 - Browse repository at this point
Copy the full SHA 819cd97View commit details
Commits on Apr 29, 2025
-
feat: allow sort
scriptswithoutrun-s(#277)* fix: allow sort for run-s * chore: fix remarks * Fix check logic * Update tests * One more test * Fix * Use string literal * Minor tweak * test: fix tests --------- Co-authored-by: Brody Dingel <bdingel@hy-vee.com> Co-authored-by: fisker <lionkay@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f1101b - Browse repository at this point
Copy the full SHA 9f1101bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0...v3.1.0