change-by-example
change-by-example copied to clipboard
chore(deps): update dependency prettier-standard to v16
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| prettier-standard | 6.0.0 -> 16.4.1 |
Release Notes
sheerun/prettier-standard
v16.4.1
v16.4.0
v16.3.0
- Update all dependencies, including prettierx, eslint, and plugins
v16.2.1
- Update all dependencies, including prettier and eslint
- Add
--stdin-filepathflag that can be used for editor integration https://github.com/sheerun/prettier-standard/pull/92
v16.2.0
v16.1.0
v16.0.0
v15.0.1
prettier-standardby default will format all files in repository, if no patterns are presentprettier-standard --stagedfor formatting just staged changes- fix: support all possible CLI globs for git repositories
v15.0.0
v14.1.1
v14.1.0
v14.0.7
v14.0.6
v14.0.5
v14.0.4
v14.0.3
v14.0.2
v14.0.1
v14.0.0
v13.0.6
v13.0.5
v13.0.4
v13.0.3
v13.0.2
v13.0.1
v13.0.0
- Added
--chagedflag that allows to format just changed lines (requires git) - Added
--since <branch>flag that allows to format just changes since given branch (requires git)
Also, --changed can be combined with --since <branch> and --check 💛
v12.0.2
v12.0.1
v12.0.0
This release is complete rewrite which avoids spawning external processes, it should be faster now! 🥂
--checkflag has been introduced that behaves similarly to prettier --check- multiple patterns are now allowed to be provided
v11.0.0
v9.1.1
Fix formatting files other than .js when passed as paths instead of stdin
v9.1.0
Add support for --parser flag that allows to format files other than .js when passed to stdin
v9.0.0
This release does not pass code through standard --fix to fix formatting, it uses prettierx instead.
Breaking changes:
- Custom configuration happens through
.prettierrcinstead of.eslintrc - If you use eslint, you need to extend
prettierandprettier/standardin .eslintrc - Output matches the output of prettier
- Prettier upgraded to 16
v8.0.1
- Improve bootstrap time (minimist instead of meow)
v8.0.0
v7.0.3
v7.0.2
v7.0.1
v7.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
seems because the mockery changes the loading paths, it really affects the cache paths. Two questions
- can you move loading cache-require-paths line AFTER registerSubstitute?
- can you make a tiny unit test with local modules to show the problem, or is this only when using electron?
- I tried every combination I could think of by changing the order, but the problem still persists.
- You can just use the code I pasted above as the unit test :-)
You don't have to have electron installed, since mockery should substitute it for ./electron/stub. All you'll have to do is create the stub file at that path and run the test.