cascader
cascader copied to clipboard
Bump np from 6.5.0 to 7.5.0
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps np from 6.5.0 to 7.5.0.
Release notes
Sourced from np's releases.
v7.5.0
- Fix showing files added since the last release (#595) 626aed6
https://github.com/sindresorhus/np/compare/v7.4.0...v7.5.0
v7.4.0
https://github.com/sindresorhus/np/compare/v7.3.0...v7.4.0
v7.3.0
- Support
.cjsfile ending for config file locations (#596) b49b20fhttps://github.com/sindresorhus/np/compare/v7.2.0...v7.3.0
v7.2.0
- Check if
yarn.lockis ignored before throwing error (#582) c76987a- Make commit log relative to release branch (#580) 8f812e0
- Fix confusing prompt with empty file list (#589) ca3d830
https://github.com/sindresorhus/np/compare/v7.1.0...v7.2.0
v7.1.0
- Add
--release-draft-onlyflag (#578) 316bed2- Handle long path names in the "show files added since last release" feature (#579) 3466903
- Show prompt only in interactive mode (#583) 4ae26d9
https://github.com/sindresorhus/np/compare/v7.0.0...v7.1.0
v7.0.0
Breaking
- Prefer local install (#572) 0cff2b4 If you run the global
npcommand, it will now defer to the localnpif any. This is important when you use config and other things which might change acrossnpversions. This is unlikely to be a breaking change for most people, but it's a major version to me safe.Improvements
- Show files added since the last release and not part of the package (#456) 08a2c06
Fixes
- Fix error when Yarn cannot find test script (#567) c77e191
Commits
c97b1df7.5.0626aed6Fix showing files added since the last release (#595)6ad9d1e7.4.065a674eAdd support for custom commit message (#597)add5bd9Fix--release-draft-onlyflag (#594)2b9a02b7.3.0b49b20fAdd .cjs file ending for config file locations (#596)0df5574Fix help outputbe9686d7.2.0c76987aCheck if yarn.lock is ignored before throwing error (#582)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Codecov Report
Merging #148 (bf44c7e) into master (8dc3510) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #148 +/- ##
=======================================
Coverage 92.96% 92.96%
=======================================
Files 4 4
Lines 270 270
Branches 93 93
=======================================
Hits 251 251
Misses 19 19
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 8dc3510...bf44c7e. Read the comment docs.