Skip to content

Commit 5a03520

Browse files
authored
Merge pull request #4586 from alphagov/dependabot/npm_and_yarn/metalsmith-215d47bdf2
Bump the metalsmith group with 2 updates
2 parents 0d68fb2 + f5af17f commit 5a03520

3 files changed

Lines changed: 24 additions & 36 deletions

File tree

lib/metalsmith.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ module.exports = metalsmith
215215
default: 'layout.njk',
216216
directory: join(paths.views, 'layouts'),
217217
pattern: '**/*.html',
218-
engineOptions: nunjucksOptions
218+
engineOptions: nunjucksOptions,
219+
transform: 'nunjucks'
219220
})
220221
)
221222

package-lock.json

Lines changed: 20 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"@babel/core": "^7.26.10",
4646
"@babel/preset-env": "^7.26.9",
4747
"@metalsmith/in-place": "^5.0.0",
48-
"@metalsmith/layouts": "^2.7.0",
48+
"@metalsmith/layouts": "^3.0.0",
4949
"@metalsmith/markdown": "^1.10.0",
5050
"@metalsmith/permalinks": "^3.2.0",
5151
"@metalsmith/postcss": "^5.4.1",
52-
"@metalsmith/sass": "^1.11.0",
52+
"@metalsmith/sass": "^1.12.0",
5353
"@rollup/plugin-babel": "^6.0.4",
5454
"@rollup/plugin-commonjs": "^28.0.3",
5555
"@rollup/plugin-node-resolve": "^16.0.1",

0 commit comments

Comments
 (0)