Update metalsmith-prism 4.1.0 → 5.0.0 (major)#39
Closed
depfu[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Author
|
Closed in favor of #40. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
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-prism (4.1.0 → 5.0.0) · Repo
Sorry, we couldn't find anything useful about this release.
✳️ metalsmith (2.5.1 → 2.6.3) · Repo · Changelog
Release Notes
2.6.3
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 58 commits:
Release 2.6.3Prepare changelog for v2.6.3Updated README.md code samples, links, and troubleshooting sectionFixes ms.watch(false) unreliable behavior when the build errors.Drops support for Node < 14.18.0 in order to guarantee support for 'node:' protocol importsdev: update devDependenciesUpdates chokidar 3.5.3 -> 3.6.0dev: update devDependencies to latestRelease 2.6.2chore: prep changelog for v2.6.2, formattinFix a few typo's in CLITS fixes: add generic to Metalsmith.File, bring back Metalsmith.DoneCallback, add Metalsmith.Plugin promise signaturedev: update devDependencies to latesttest: add unit tests for #393 - make sure promise rejections in watch mode pass the errors to the build callbackMerge pull request #394 from shicks/masterAvoid leaking unhandled rejectionsRelease 2.6.1ci: update coverage task & coverallsapp GH actionPrepare changelog for release 2.6.1Documents metalsmith.watch() getter signature in TSNormalizes ms.watch().paths to an array, allows access to a subset of chokidar options as advertisedtest: adds basic test for metalsmith watcherSets chokidar watchOption awaitWriteFinish to false, and batch timer to 0 to speed up watchingFixes #389: ensure not missing watcher ready event to successfully launch buildFixes formatting issue in types JSdoc commentsRelease 2.6.0Prepare changelog for 2.6.0Removes stray cross-spawn dependency & use --no-package-lock for CItest: migrate from nyc to c8 for coverage reportstypes: fix source code link line numbersfeat/#379 - use lodash.clonedeepwith instead, document watch type, fix issues in CLIResolves #379: add metalsmith.watch option setter and watcherfix: package.json node version, type docs, readme formattingtest: fix FS race condition in #build should return a promise only when callback omitteddocs: Updates readme examples to ESM & Gitter link to Matrix ElementCLI: Fix ESM dynamic import issue with absolute paths on WindowsAdds CLI support & tests for loading ESM configs or Metalsmith instancesci: remove Node 12, add Node 20Updates commander from 8.3.0 -> 10.0.1Removes rimraf dependency, refactors helpers using fs/promises and upgrades @types/nodeDrops support for Node < 14chore: Remove stray console.error log in binTrims whitespace from parsed front-matter excerpt and adds test for dynamic front-matter langFix: don't keep gray-matter excerpt at the start of file contentsAdds a matter member object to metalsmith instance with stringify & parse methodsSupport 'module.exports = Metalsmith()'-style configs in CLIdev: update devDependencies & fix security warningsci: remove obsolete Gitter notification flowResolves #356: adds Typescript support to Metalsmith packagetest: fix concurrency issue in multi-build test using the same dest dirdev: update devDependencies to latest & replace eslint-plugin-nodeFixes a duplicate empty input check in metalsmith.match & adds a test for falsy inputAdded Metalsmith CLI support for loading a .(c)js config. Reads from metalsmith.js as second default after metalsmith.jsonCLI 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) commandAdds --debug and --dry-run options to metalsmith (build) commandUpgrades CLI commander 6.2.1 -> 8.3.0 and modernizes Metalsmith CLIUpgrade commander to latest Node 12 compatibleRelease Notes
1.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
3.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
Release 3.6.0.Add github ci autopublishMerge pull request #1300 from ben-polinsky/fix-fswatcher-types-1299fix formattingupdate fs.FSWatcher types to satisfy node versions >= 16; fixes #1299Merge pull request #1197 from MarcCelani-at/handleMustScanSubDirsMerge pull request #1288 from JLHwung/fix-ready-countready call # is unfortunately platform specificfix readyCount logicAdjust funding field in pkgEnable GitHub SponsorsMerge pull request #1242 from zqianem/fix/testsFix test case using unsupported option for Node 8Fix `close` testsMerge pull request #1226 from Mutahhar/patch-1Update README.mdMerge pull request #1198 from XhmikosR/rm-unused-depsMerge pull request #1199 from XhmikosR/patch-1Update CI configRemove unused devDependenciesmove to constantshandle MustScanSubDirsRelease Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
4.3.7
4.3.6
4.3.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
4.3.7Upgrade ms to version 2.1.3 (#819)remove archaic badges from readme4.3.6Avoid using deprecated RegExp.$14.3.5update authorship contact infoFix/debug depth (#926)remove .github folder (and the outdated issue templates)Update ISSUE_TEMPLATE.mdUpdate ISSUE_TEMPLATE.mdCommits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
4.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
9.1.0
9.0.0
8.0.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
7.2.1
7.1.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore: bump parse5 to 7.2.1 (#1314)fix: export tree adapter types as namespace to support TS4.x (#1313)chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#1311)chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 (#1310)chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#1309)chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#1308)chore(deps-dev): bump typescript-eslint from 8.10.0 to 8.11.0 (#1307)chore(deps-dev): bump @eslint/js from 9.12.0 to 9.13.0 (#1306)chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 (#1305)chore(deps-dev): bump typescript-eslint from 8.9.0 to 8.10.0 (#1304)chore(deps): bump coverallsapp/github-action from 2.3.2 to 2.3.3 (#1302)chore(deps-dev): bump typedoc from 0.26.9 to 0.26.10 (#1301)chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.2 (#1300)chore(deps-dev): bump typescript-eslint from 8.8.1 to 8.9.0 (#1298)chore(deps): bump github/codeql-action from 3.26.11 to 3.26.13 (#1297)chore(deps-dev): bump typedoc from 0.26.8 to 0.26.9 (#1295)chore(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 (#1294)chore(deps-dev): bump globals from 15.10.0 to 15.11.0 (#1293)chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#1292)Release Notes
7.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
🆕 encoding-sniffer (added, 0.2.0)
🆕 lodash.clonedeepwith (added, 4.5.0)
🆕 parse5-parser-stream (added, 7.1.2)
🆕 undici (added, 6.21.0)
🆕 whatwg-encoding (added, 3.1.1)
🆕 whatwg-mimetype (added, 4.0.0)
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