Skip to content

chore(deps-dev): bump metalsmith from 2.6.3 to 2.7.0#1099

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/metalsmith-2.7.0
Open

chore(deps-dev): bump metalsmith from 2.6.3 to 2.7.0#1099
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/metalsmith-2.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown
Contributor

Bumps metalsmith from 2.6.3 to 2.7.0.

Release notes

Sourced from metalsmith's releases.

Metalsmith 2.7.0

Added

  • #361 Added Metalsmith#statik getter/setter method for static files.
  • #403 Added Metalsmith#imports utility method
  • #380 Added metalsmith init [options] [source] [destination] CLI command to clone starters from subpaths in other git repo's
  • #409 Enabled clean(true) builds to overwrite Metalsmith#source.In the build method, the order of execution of metalsmith.read() and rm(metalsmith.destination()) is swapped logically fe0274b
  • Added metalsmith clean [-c|--config] [destination] CLI command to clean the build destination, or a specified directory 08c0da7
  • Added Metalsmith.version, decoupled CLI --version command from package.json 87edd34
  • CLI --env parameter synchronizes to process.env 5d99888
  • #397 Added support for metalsmith.yml|toml configs 52347d4

Removed

  • Drops support for Node < 16.0.0 (EOL: 2022-10-18) to support commander update e4bf5cc
  • Removed snapcraft.yml/metalsmith-migrated-plugins.js and postinstall script from npm pkg e32098e

Updated

  • Reworked readdir helper used in Metalsmith#read. Allows file.stats to be preloaded in ms.readFile to avoid needing to read stats twice. d8bd616
  • Dependencies: d1fd7db, e4bf5cc, , 5635a94
    • chokidar: 3.6.0 ▶︎ 4.0.3
    • commander: 10.0.1 ▶︎ 11.1.0
    • debug: 4.3.4 ▶︎ 4.4.3
    • js-yaml (subdependency of gray-matter): 3.14.1 ▶︎ 3.14.2

Fixed

  • Catches errors when inexistant DEBUG_LOG directory is specified cd3c36e
  • Fixes TS Chokidar.WatchOptions rename to ChokidarOptions 5635a94

#409: metalsmith/metalsmith#409 #403: metalsmith/metalsmith#403 #361: metalsmith/metalsmith#361 #380: metalsmith/metalsmith#380 #397: metalsmith/metalsmith#397

Changelog

Sourced from metalsmith's changelog.

[2.7.0] - 2026-02-06

Added

  • #361 Added Metalsmith#statik getter/setter method for static files.
  • #403 Added Metalsmith#imports utility method
  • #380 Added metalsmith init [options] [source] [destination] CLI command to clone starters from subpaths in other git repo's
  • #409 Enabled clean(true) builds to overwrite Metalsmith#source.In the build method, the order of execution of metalsmith.read() and rm(metalsmith.destination()) is swapped logically fe0274b
  • Added metalsmith clean [-c|--config] [destination] CLI command to clean the build destination, or a specified directory 08c0da7
  • Added Metalsmith.version, decoupled CLI --version command from package.json 87edd34
  • CLI --env parameter synchronizes to process.env 5d99888
  • #397 Added support for metalsmith.yml|toml configs 52347d4

Removed

  • Drops support for Node < 16.0.0 (EOL: 2022-10-18) to support commander update e4bf5cc
  • Removed snapcraft.yml/metalsmith-migrated-plugins.js and postinstall script from npm pkg e32098e

Updated

  • Reworked readdir helper used in Metalsmith#read. Allows file.stats to be preloaded in ms.readFile to avoid needing to read stats twice. d8bd616
  • Dependencies: d1fd7db, e4bf5cc, , 5635a94
    • chokidar: 3.6.0 ▶︎ 4.0.3
    • commander: 10.0.1 ▶︎ 11.1.0
    • debug: 4.3.4 ▶︎ 4.4.3
    • js-yaml (subdependency of gray-matter): 3.14.1 ▶︎ 3.14.2

Fixed

  • Catches errors when inexistant DEBUG_LOG directory is specified cd3c36e
  • Fixes TS Chokidar.WatchOptions rename to ChokidarOptions 5635a94

#409: metalsmith/metalsmith#409 #403: metalsmith/metalsmith#403 #361: metalsmith/metalsmith#361 #380: metalsmith/metalsmith#380 #397: metalsmith/metalsmith#397

Commits
  • 308d329 Release 2.7.0
  • b207c39 Prepare v2.7.0: update Node.js support; write changelog; update TS source lin...
  • 06df398 Adds script to document method source code lines in TS
  • f178cb5 chore: remove accidentally installed pnpm
  • 9ae1d52 test: fix expected file permission
  • e32098e Removes snapcraft.yml/metalsmith-migrated-plugins.js from npm bundle, removes...
  • 42d532d dev: update devDependencies to latest; tweak eslint config
  • e4bf5cc Drops support for Node.js <16 (EOL 2022-10-18), updates commander 10.0.1 -> 1...
  • d1fd7db Updates debug 4.3.7 -> 4.4.3, js-yaml 3.14.1 -> 3.14.2
  • 08c0da7 Adds CLI 'metalsmith clean [--config <path>] [destination]' command
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2026
@dpobel

dpobel commented Feb 10, 2026

Copy link
Copy Markdown
Owner

URL: https://1099.damien.pobel.fr

Stats

Page Online PR version Size online Size local Identical?
Homepage Open Open 12644 12644 ✅️
CSS Open Open 10547 10547 ✅️
Blog
Blog Open Open 8519 8519 ✅️
Post Open Open 9465 9465 ✅️
Enhanced tag page (veille) Open Open 8459 8459 ✅️
Tag page pagination (javascript, page 5) Open Open 10020 10020 ✅️
Tag page (lecteur d'écran) Open Open 6056 6056 ✅️
Tags Open Open 27071 27071 ✅️
CV
CV fr Open Open 29484 29484 ✅️
CV fr pdf Open Open 157360 157360 ✅️
CV Open Open 28561 28561 ✅️
CV en pdf Open Open 133395 133395 ✅️
Pages
Page list Open Open 6558 6558 ✅️
About Open Open 3511 3511 ✅️
Misc
GitHub profile Open Open 2002 2002 ✅️
GitHub page Open Open 11198 11198 ✅️
Images
Resized JPG (660x) Open Open 31210 31210 ✅️
Resized JPG (200x) Open Open 5454 5454 ✅️
Resized PNG (660x) Open Open 52491 52491 ✅️
Resized PNG (200x) Open Open 9256 9256 ✅️
Resized GIF (200x) Open Open 22513 22513 ✅️
RSS feeds (build date should be updated)
RSS Open Open 59700 59700 ❌️
RSS tag Open Open 46582 46582 ❌️
RSS tag fr Open Open 38998 38998 ❌️

Diffs

RSS

--- rss.xml.pretty	2026-02-10 04:04:53.587608582 +0000
+++ ../damien.pobel.fr/web/rss.xml.pretty	2026-02-10 04:04:53.589608566 +0000
@@ -5,7 +5,7 @@
     <description><![CDATA[Derniers posts du blog de Damien Pobel]]></description>
     <link>https://damien.pobel.fr</link>
     <generator>metalsmith-feed</generator>
-    <lastBuildDate>Mon, 09 Feb 2026 06:47:20 GMT</lastBuildDate>
+    <lastBuildDate>Tue, 10 Feb 2026 04:03:32 GMT</lastBuildDate>
     <atom:link href="https://damien.pobel.fr/rss.xml" rel="self" type="application/rss+xml"/>
     <item>
       <title><![CDATA[React est horrible (React is awful)]]></title>

RSS tag

--- "métier.xml.pretty"	2026-02-10 04:04:54.501601379 +0000
+++ "../damien.pobel.fr/web/rss/métier.xml.pretty"	2026-02-10 04:04:54.503601364 +0000
@@ -5,7 +5,7 @@
     <description><![CDATA[métier]]></description>
     <link>https://damien.pobel.fr</link>
     <generator>metalsmith-feed</generator>
-    <lastBuildDate>Mon, 09 Feb 2026 06:47:20 GMT</lastBuildDate>
+    <lastBuildDate>Tue, 10 Feb 2026 04:03:32 GMT</lastBuildDate>
     <atom:link href="https://damien.pobel.fr/rss/métier.xml" rel="self" type="application/rss+xml"/>
     <item>
       <title><![CDATA[React est horrible (React is awful)]]></title>

RSS tag fr

--- fr.xml.pretty	2026-02-10 04:04:55.249595485 +0000
+++ ../damien.pobel.fr/web/rss/linux/fr.xml.pretty	2026-02-10 04:04:55.251595469 +0000
@@ -5,7 +5,7 @@
     <description><![CDATA[linux]]></description>
     <link>https://damien.pobel.fr</link>
     <generator>metalsmith-feed</generator>
-    <lastBuildDate>Mon, 09 Feb 2026 06:47:20 GMT</lastBuildDate>
+    <lastBuildDate>Tue, 10 Feb 2026 04:03:32 GMT</lastBuildDate>
     <atom:link href="https://damien.pobel.fr/rss/linux/fr.xml" rel="self" type="application/rss+xml"/>
     <item>
       <title><![CDATA[Veille de la semaine #19 de 2018]]></title>

Bumps [metalsmith](https://github.com/metalsmith/metalsmith) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/metalsmith/metalsmith/releases)
- [Changelog](https://github.com/metalsmith/metalsmith/blob/master/CHANGELOG.md)
- [Commits](metalsmith/metalsmith@v2.6.3...v2.7.0)

---
updated-dependencies:
- dependency-name: metalsmith
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/metalsmith-2.7.0 branch from f100b25 to 93d0c8d Compare March 9, 2026 08:20
@dpobel

dpobel commented Mar 9, 2026

Copy link
Copy Markdown
Owner

URL: https://1099.damien.pobel.fr

Stats

Page Online PR version Size online Size local Identical?
Homepage Open Open 12644 12644 ✅️
CSS Open Open 10547 10547 ✅️
Blog
Blog Open Open 8519 8519 ✅️
Post Open Open 9465 9465 ✅️
Enhanced tag page (veille) Open Open 8459 8459 ✅️
Tag page pagination (javascript, page 5) Open Open 10020 10020 ✅️
Tag page (lecteur d'écran) Open Open 6056 6056 ✅️
Tags Open Open 27071 27071 ✅️
CV
CV fr Open Open 29484 29484 ✅️
CV fr pdf Open Open 157360 157360 ✅️
CV Open Open 28561 28561 ✅️
CV en pdf Open Open 133395 133395 ✅️
Pages
Page list Open Open 6558 6558 ✅️
About Open Open 3511 3511 ✅️
Misc
GitHub profile Open Open 2002 2002 ✅️
GitHub page Open Open 11198 11198 ✅️
Images
Resized JPG (660x) Open Open 31210 31210 ✅️
Resized JPG (200x) Open Open 5454 5454 ✅️
Resized PNG (660x) Open Open 52491 52491 ✅️
Resized PNG (200x) Open Open 9256 9256 ✅️
Resized GIF (200x) Open Open 22513 22513 ✅️
RSS feeds (build date should be updated)
RSS Open Open 59700 59700 ❌️
RSS tag Open Open 46582 46582 ❌️
RSS tag fr Open Open 38998 38998 ❌️

Diffs

RSS

--- rss.xml.pretty	2026-03-09 08:21:43.389330183 +0000
+++ ../damien.pobel.fr/web/rss.xml.pretty	2026-03-09 08:21:43.391330194 +0000
@@ -5,7 +5,7 @@
     <description><![CDATA[Derniers posts du blog de Damien Pobel]]></description>
     <link>https://damien.pobel.fr</link>
     <generator>metalsmith-feed</generator>
-    <lastBuildDate>Mon, 09 Mar 2026 08:19:25 GMT</lastBuildDate>
+    <lastBuildDate>Mon, 09 Mar 2026 08:20:58 GMT</lastBuildDate>
     <atom:link href="https://damien.pobel.fr/rss.xml" rel="self" type="application/rss+xml"/>
     <item>
       <title><![CDATA[React est horrible (React is awful)]]></title>

RSS tag

--- "métier.xml.pretty"	2026-03-09 08:21:44.083333986 +0000
+++ "../damien.pobel.fr/web/rss/métier.xml.pretty"	2026-03-09 08:21:44.085333997 +0000
@@ -5,7 +5,7 @@
     <description><![CDATA[métier]]></description>
     <link>https://damien.pobel.fr</link>
     <generator>metalsmith-feed</generator>
-    <lastBuildDate>Mon, 09 Mar 2026 08:19:25 GMT</lastBuildDate>
+    <lastBuildDate>Mon, 09 Mar 2026 08:20:58 GMT</lastBuildDate>
     <atom:link href="https://damien.pobel.fr/rss/métier.xml" rel="self" type="application/rss+xml"/>
     <item>
       <title><![CDATA[React est horrible (React is awful)]]></title>

RSS tag fr

--- fr.xml.pretty	2026-03-09 08:21:44.692337325 +0000
+++ ../damien.pobel.fr/web/rss/linux/fr.xml.pretty	2026-03-09 08:21:44.695337341 +0000
@@ -5,7 +5,7 @@
     <description><![CDATA[linux]]></description>
     <link>https://damien.pobel.fr</link>
     <generator>metalsmith-feed</generator>
-    <lastBuildDate>Mon, 09 Mar 2026 08:19:25 GMT</lastBuildDate>
+    <lastBuildDate>Mon, 09 Mar 2026 08:20:58 GMT</lastBuildDate>
     <atom:link href="https://damien.pobel.fr/rss/linux/fr.xml" rel="self" type="application/rss+xml"/>
     <item>
       <title><![CDATA[Veille de la semaine #19 de 2018]]></title>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant