blog
blog copied to clipboard
Bump minimist, hexo, hexo-deployer-git and mkdirp
Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, hexo, hexo-deployer-git and mkdirp. These dependencies need to be updated together.
Updates minimist from 0.0.8 to 1.2.8
Changelog
Sourced from minimist's changelog.
v1.2.8 - 2023-02-09
Merged
- [Fix] Fix long option followed by single dash
[#17](https://github.com/minimistjs/minimist/issues/17)- [Tests] Remove duplicate test
[#12](https://github.com/minimistjs/minimist/issues/12)- [Fix] opt.string works with multiple aliases
[#10](https://github.com/minimistjs/minimist/issues/10)Fixed
- [Fix] Fix long option followed by single dash (#17)
[#15](https://github.com/minimistjs/minimist/issues/15)- [Tests] Remove duplicate test (#12)
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] Fix long option followed by single dash
[#15](https://github.com/minimistjs/minimist/issues/15)- [Fix] opt.string works with multiple aliases (#10)
[#9](https://github.com/minimistjs/minimist/issues/9)- [Fix] Fix handling of short option with non-trivial equals
[#5](https://github.com/minimistjs/minimist/issues/5)- [Tests] Remove duplicate test
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] opt.string works with multiple aliases
[#9](https://github.com/minimistjs/minimist/issues/9)Commits
- Merge tag 'v0.2.3'
a026794- [eslint] fix indentation and whitespace
5368ca4- [eslint] fix indentation and whitespace
e5f5067- [eslint] more cleanup
62fde7d- [eslint] more cleanup
36ac5d0- [meta] add
auto-changelog73923d2- [actions] add reusable workflows
d80727d- [eslint] add eslint; rules to enable later are warnings
48bc06a- [eslint] fix indentation
34b0f1c- [readme] rename and add badges
5df0fe4- [Dev Deps] switch from
coverttonyca48b128- [Dev Deps] update
covert,tape; remove unnecessarytapf0fb958- [meta] create FUNDING.yml; add
fundingin package.json3639e0c- [meta] use
npmignoreto autogenerate an npmignore filebe2e038- Only apps should have lockfiles
282b570- isConstructorOrProto adapted from PR
ef9153f- [Dev Deps] update
@ljharb/eslint-config,aud098873c- [Dev Deps] update
@ljharb/eslint-config,aud3124ed3- [meta] add
safe-publish-latest4b927de- [Tests] add
audinposttestb32d9bd- [meta] update repo URLs
f9fdfc0- [actions] Avoid 0.6 tests due to build failures
ba92fe6- [Dev Deps] update
tape950eaa7- [Dev Deps] add missing
npmignoredev dep3226afa- Merge tag 'v0.2.2'
980d7acv1.2.7 - 2022-10-10
Commits
... (truncated)
Commits
6901ee2v1.2.8a026794Merge tag 'v0.2.3'c0b2661v0.2.363b8fee[Fix] Fix long option followed by single dash (#17)72239e6[Tests] Remove duplicate test (#12)34b0f1c[eslint] fix indentation3226afa[Dev Deps] add missingnpmignoredev dep098873c[Dev Deps] update@ljharb/eslint-config,aud9ec4d27[Fix] Fix long option followed by single dashba92fe6[actions] Avoid 0.6 tests due to build failures- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for minimist since your current version.
Updates hexo from 3.4.4 to 3.9.0
Release notes
Sourced from hexo's releases.
3.9.0
New Features
- Updated
hexo-renderer-markedto 1.0.1 (#3571)- Updated
hexo-fsto 1.0.0 (#3301)- TOC: Seek anchor id from parent nodes when target is not available (#3404)
- tag/include_code now can include ranged code lines (#3393)
Bug Fixes
- DisableNunjucks: true should render markdown code block (#3573)
- Changing source config should generate assets (#3399)
Refactor
- Spread function: Hexo built-in plugin blockquote (#3291)
- ES6 block scoping refactor (#3294)
- Use spread syntax (#3333)
Housekeeping
It is a great release and thanks for hardworking from all contributors. 🤗
3.8.0
New Features
- Supported absolute config path (#3118)
- Added command line option
--outputto write db.json and _multiconfig to different paths (#3122)- Added meta generator injection filter (#3129)
Housekeeping
3.7.1
Fixes
- Use old language file selection when no default file exists (#3110)
- invalidate filters when return undefined (#3090)
- Post.render callback should be triggered (#3051)
Housekeeping
- remove jscs from contribution docs (#3111)
3.7.0
New Features
- add
after_cleanfilter (#2886)Fixes
- use default language when no language is set (#3069)
... (truncated)
Commits
7fba3c13.9.09d09d2eDisableNunjucks: true should render markdown code block (#3573)61cbc62chore(stale): stale bot limit to only issue (#3555)6e6ee20add another test case (disableNunjucks === false) for PR #3573d21aa32add unit test for disableNunjucks property of renderer; PR #3573 https://gith...61781adchore(deps-dev): replace deprecated istanbul with nyc (#3570)995097efix the issue that code blocks in markdown are rendered as placeholder after ...1b432c3Merge pull request #3571 from weyusi/marked18aa36cchore: remove .npmignore (#3569)1345eaftest: fix new line- Additional commits viewable in compare view
Updates hexo-deployer-git from 0.3.1 to 4.0.0
Release notes
Sourced from hexo-deployer-git's releases.
v4.0.0
Breaking Changes
- chore: require node14+ by
@yoshinorinin hexojs/hexo-deployer-git#271Performances
- refactor/perf: use picocolors by
@stevenjoezhangin hexojs/hexo-deployer-git#265CI/CD
- Switch to gh-actions by
@tomapin hexojs/hexo-deployer-git#226- chore(deps): bump actions/setup-node from 2 to 3.1.0 by
@dependabotin hexojs/hexo-deployer-git#248- chore(deps): bump actions/checkout from 2 to 3 by
@dependabotin hexojs/hexo-deployer-git#240- chore(deps): bump actions/setup-node from 3.1.0 to 3.4.1 by
@dependabotin hexojs/hexo-deployer-git#267Docs
- chore:
httptohttpsin src & test by@yoshinorinin hexojs/hexo-deployer-git#272Dependencies
- Use luxon instead of moment by
@stevenjoezhangin hexojs/hexo-deployer-git#204- chore(deps): update dependencies & replace
nycwithc8by@yoshinorinin hexojs/hexo-deployer-git#277- chore(deps): bump actions/setup-node from 3.4.1 to 3.6.0 by
@dependabotin hexojs/hexo-deployer-git#297- Upgrade to GitHub-native Dependabot by
@dependabot-previewin hexojs/hexo-deployer-git#203New Contributors
@tomapmade their first contribution in hexojs/hexo-deployer-git#226@dependabotmade their first contribution in hexojs/hexo-deployer-git#248Full Changelog: https://github.com/hexojs/hexo-deployer-git/compare/3.0.0...v4.0.0
v3.0.0
Changes
- release: 3.0.0
@stevenjoezhang(#198)- Replace swig-templates with nunjucks
@stevenjoezhang(#173)Dependencies
- chore(deps-dev): bump mocha from 7.2.0 to 8.0.1
@dependabot-preview(#190)- chore(deps-dev): bump eslint from 6.8.0 to 7.1.0
@dependabot-preview(#188)- chore(deps): bump hexo-fs from 2.0.0 to 3.0.1
@dependabot-preview(#178)- chore(deps): bump hexo-util from 1.9.0 to 2.1.0
@dependabot-preview(#184)- Bump eslint-config-hexo from 3.0.0 to 4.1.0
@dependabot-preview(#156)- chore(deps): bump chalk from 3.0.0 to 4.0.0
@dependabot-preview(#176)- chore(deps-dev): bump mocha from 6.2.3 to 7.1.2
@dependabot-preview(#179)- Bump nyc from 14.1.1 to 15.0.0
@dependabot-preview(#157)
... (truncated)
Commits
f125535release: v4.0.0 (#278)27e5d8fchore(deps): bump actions/setup-node from 3.4.1 to 3.6.0 (#297)4f879c5chore(deps): update dependencies & replacenycwithc8(#277)60a931fchore:httptohttpsin src & test (#272)31eda50chore: require node14+ (#271)be21373chore(deps): bump actions/setup-node from 3.1.0 to 3.4.1 (#267)d3dae6crefactor/perf: use picocolors (#265)ab08350chore(deps): bump actions/checkout from 2 to 3 (#240)488495echore(deps): bump actions/setup-node from 2 to 3.1.0 (#248)7d93124Use luxon instead of moment (#204)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by yoshinorin, a new releaser for hexo-deployer-git since your current version.
Updates mkdirp from 0.5.1 to 0.5.6
Commits
92f086d0.5.62a28125clean up testsc905d65update minimist049cf180.5.5bea6382Remove unnecessary umask calls42a012c0.5.42867920fix infinite loop on windows machinesd784e700.5.3d612c5dadd files list so this package isn't a monsterb2e7ba00.5.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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) You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for musing-lamarr-fcc761 ready!
| Name | Link |
|---|---|
| Latest commit | 27418ab89db2f655ff138888da804ce6f4d9ad08 |
| Latest deploy log | https://app.netlify.com/sites/musing-lamarr-fcc761/deploys/64dd6494297d3100077b428e |
| Deploy Preview | https://deploy-preview-103--musing-lamarr-fcc761.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.