Fix precompile binary script TypeError: name.replace is not a function. Fixes #1295.
Add support for nested attributes on groupby filter; respect throwOnUndefined option, if the groupby attribute is undefined. Merge of #1276; fixes #1198. Thanks ogonkov!
Fix bug that prevented errors in included templates from being raised when rendering templates synchronously. Fixes #1272.
The indent filter no longer appends an additional newline. Fixes #1231.
v3.2.1
Replace yargs with commander to reduce number of dependencies. Merge of #1253. Thanks AlynxZhou.
Update optional dependency chokidar from ^2.0.0 to ^3.3.0. Merge of #1254. Thanks eklingen.
Prevent optional dependency Chokidar from loading when not watching. Merge of #1250. Thanks eklingen.
Fix precompile binary script TypeError: name.replace is not a function.
Fixes #1295.
Add support for nested attributes on
groupby filter;
respect throwOnUndefined option, if the groupby attribute is undefined.
Merge of #1276; fixes
#1198. Thanks
ogonkov!
Fix bug that prevented errors in included templates from being raised when
rendering templates synchronously. Fixes
#1272.
The indent filter no longer appends an additional newline. Fixes
#1231.
3.2.1 (Mar 17 2020)
Replace yargs with commander to reduce number of dependencies. Merge of
#1253. Thanks
AlynxZhou.
Update optional dependency chokidar from ^2.0.0 to ^3.3.0. Merge of
#1254. Thanks
eklingen.
Prevent optional dependency Chokidar from loading when not watching. Merge
of #1250. Thanks
eklingen.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ddzy/blog/network/alerts).
Bumps glob-parent to 5.1.2 and updates ancestor dependencies glob-parent, hexo, hexo-deployer-git and nunjucks. These dependencies need to be updated together.
Updates
glob-parent
from 2.0.0 to 5.1.2Release notes
Sourced from glob-parent's releases.
... (truncated)
Changelog
Sourced from glob-parent's changelog.
... (truncated)
Commits
eb2c439
chore: update changelog12bcb6c
chore: release 5.1.2f923116
fix: eliminate ReDoS (#36)0b014a7
chore: add JSDoc returns information (#33)2b24ebd
chore: generate initial changelog9b6e874
chore: release 5.1.1749c35e
ci: try wrapping the JOB_ID in a string5d39def
ci: attempt to switch to published coveralls0b5b37f
ci: put the npm step back in for only Windows473f5d8
ci: update azure build imagesMaintainer changes
This version was pushed to npm by phated, a new releaser for glob-parent since your current version.
Updates
hexo
from 3.8.0 to 6.3.0Release notes
Sourced from hexo's releases.
... (truncated)
Commits
4d42d9d
release: 6.3.0 (#5043)16e189f
chore(deps): bump hexo-log from 3.0.0 to 3.2.0 (#5054)06a8ebb
fix(#5053): exclude data-uri image for og:image (#5053)6deeb8d
feat(tag/code): addlanguage_attr
hexojs/hexo-util#278
#5017)d9e5f2e
feat(helper/tagcloud): show_count option (#5047) (#5048)d95d297
chore: deleterelease-drafter
(#5044)354f1f1
Update license year (#5041)e44b48c
feat(tag/post_link): use original post title as title attribute (#4973)a2fc8c0
test: replace nyc with c8 (#5040)b48f095
fix(tag): show source file in unformatted error message (#5031)Maintainer changes
This version was pushed to npm by yoshinorin, a new releaser for hexo since your current version.
Updates
hexo-deployer-git
from 1.0.0 to 3.0.0Release notes
Sourced from hexo-deployer-git's releases.
Commits
70e2c8f
release: 3.0.0 (#198)a431418
chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 (#190)d95bf33
chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 (#188)751b7a7
chore(deps): bump hexo-fs from 2.0.0 to 3.0.1 (#178)c312a15
chore(deps): bump hexo-util from 1.9.0 to 2.1.0 (#184)6abb97b
ci: drop node 8 & add node 14 (#181)d38cabd
chore(deps-dev): eslint-config-hexo from 3.0.0 to 4.1.0 (#156)6e84df7
chore(deps): bump chalk from 3.0.0 to 4.0.0 (#176)da86591
chore(deps-dev): bump mocha from 6.2.3 to 7.1.2 (#179)6732e1e
chore: add release-drafter (#166)Maintainer changes
This version was pushed to npm by yoshinorin, a new releaser for hexo-deployer-git since your current version.
Updates
nunjucks
from 3.1.7 to 3.2.3Release notes
Sourced from nunjucks's releases.
Changelog
Sourced from nunjucks's changelog.
... (truncated)
Commits
fd50090
Release v3.2.3d34fdbf
Temporarily comment out codecov actioncefad41
Replace README.md travis badge with github actions7601ff4
Fixup github actions workflow filede9dc67
Add GitHub Workflow for tests. fixes #1333aa9e5b9
Fix prototype pollution security issue. fixes #1331f51afa3
Move chokidar to peerDependencies and make it optional via peerDependenciesMe...f91f1c3
Fixgroupby
example formatting7ef121c
Add base and default args to int filter0c02062
Use attribute getter forsort
filterDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ddzy/blog/network/alerts).