Update metalsmith → 2.6.2 (unknown) #130
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ metalsmith (2.5.1 → 2.6.2) · Repo · Changelog
Release Notes
2.6.2
2.6.1
2.6.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 50 commits:
Release 2.6.2
chore: prep changelog for v2.6.2, formattin
Fix a few typo's in CLI
TS fixes: add generic to Metalsmith.File, bring back Metalsmith.DoneCallback, add Metalsmith.Plugin promise signature
dev: update devDependencies to latest
test: add unit tests for #393 - make sure promise rejections in watch mode pass the errors to the build callback
Merge pull request #394 from shicks/master
Avoid leaking unhandled rejections
Release 2.6.1
ci: update coverage task & coverallsapp GH action
Prepare changelog for release 2.6.1
Documents metalsmith.watch() getter signature in TS
Normalizes ms.watch().paths to an array, allows access to a subset of chokidar options as advertised
test: adds basic test for metalsmith watcher
Sets chokidar watchOption awaitWriteFinish to false, and batch timer to 0 to speed up watching
Fixes #389: ensure not missing watcher ready event to successfully launch build
Fixes formatting issue in types JSdoc comments
Release 2.6.0
Prepare changelog for 2.6.0
Removes stray cross-spawn dependency & use --no-package-lock for CI
test: migrate from nyc to c8 for coverage reports
types: fix source code link line numbers
feat/#379 - use lodash.clonedeepwith instead, document watch type, fix issues in CLI
Resolves #379: add metalsmith.watch option setter and watcher
fix: package.json node version, type docs, readme formatting
test: fix FS race condition in #build should return a promise only when callback omitted
docs: Updates readme examples to ESM & Gitter link to Matrix Element
CLI: Fix ESM dynamic import issue with absolute paths on Windows
Adds CLI support & tests for loading ESM configs or Metalsmith instances
ci: remove Node 12, add Node 20
Updates commander from 8.3.0 -> 10.0.1
Removes rimraf dependency, refactors helpers using fs/promises and upgrades @types/node
Drops support for Node < 14
chore: Remove stray console.error log in bin
Trims whitespace from parsed front-matter excerpt and adds test for dynamic front-matter lang
Fix: don't keep gray-matter excerpt at the start of file contents
Adds a matter member object to metalsmith instance with stringify & parse methods
Support 'module.exports = Metalsmith()'-style configs in CLI
dev: update devDependencies & fix security warnings
ci: remove obsolete Gitter notification flow
Resolves #356: adds Typescript support to Metalsmith package
test: fix concurrency issue in multi-build test using the same dest dir
dev: update devDependencies to latest & replace eslint-plugin-node
Fixes a duplicate empty input check in metalsmith.match & adds a test for falsy input
Added Metalsmith CLI support for loading a .(c)js config. Reads from metalsmith.js as second default after metalsmith.json
CLI reads JSON config instead of requiring it. This allows pre-processing the config as string and paves the way for import compat.
Adds --env option to metalsmith (build) command
Adds --debug and --dry-run options to metalsmith (build) command
Upgrades CLI commander 6.2.1 -> 8.3.0 and modernizes Metalsmith CLI
Upgrade commander to latest Node 12 compatible
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands