noelforte / eleventy-plugin-vento

Eleventy plugin that adds support for Vento templates
https://www.npmjs.com/package/eleventy-plugin-vento
MIT License
5 stars 0 forks source link

chore(deps): update all non-major dependencies #12

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@11ty/eleventy (source) 3.0.0-alpha.14 -> 3.0.0-alpha.16 age adoption passing confidence devDependencies patch
eslint-config-flat-gitignore 0.1.5 -> 0.1.7 age adoption passing confidence devDependencies patch
globals 15.6.0 -> 15.8.0 age adoption passing confidence devDependencies minor
node (source) 20.15.0 -> 20.15.1 age adoption passing confidence patch
pnpm (source) 9.4.0 -> 9.5.0 age adoption passing confidence packageManager minor
ventojs (source) 0.12.7 -> 0.12.8 age adoption passing confidence dependencies patch

Release Notes

11ty/eleventy (@​11ty/eleventy) ### [`v3.0.0-alpha.16`](https://togithub.com/11ty/eleventy/releases/tag/v3.0.0-alpha.16): Pre-release: Eleventy v3.0.0-alpha.16 (feel free to ignore this one) [Compare Source](https://togithub.com/11ty/eleventy/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) - Seeing a `liquidjs`-related project regression (outside of our test suite) in the newest minor version, temporarily reverting from `10.15` to `10.14`. - **Investigation at [#​3356](https://togithub.com/11ty/eleventy/issues/3356) revealed an application code error and the revert is unnecessary!** **Full Changelog**: https://github.com/11ty/eleventy/compare/v3.0.0-alpha.14...v3.0.0-alpha.15 **Full Eleventy v3 Milestone**: https://github.com/11ty/eleventy/milestone/40 #### We need your help! 11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read [more about this fundraising push](https://www.11ty.dev/blog/sustainability-fundraising/) or head directly to [our Open Collective to start your recurring contribution](https://opencollective.com/11ty)! ### [`v3.0.0-alpha.15`](https://togithub.com/11ty/eleventy/releases/tag/v3.0.0-alpha.15): Pre-release: Eleventy v3.0.0-alpha.15 [Compare Source](https://togithub.com/11ty/eleventy/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) - **BREAKING**: Bump js-yaml dependency from v3 to v4 [#​2126](https://togithub.com/11ty/eleventy/issues/2126) - Full js-yaml@v4 release notes: https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md#400---2021-01-03 - New `node` front matter has been renamed to `js` and `javascript` (keeping backwards compatibility with previous JavaScript object literal front matter type) [#​2819](https://togithub.com/11ty/eleventy/issues/2819) (`node` is still there, but it should be considered deprecated) - Support for `pnpm` [#​2876](https://togithub.com/11ty/eleventy/issues/2876) - Add support for `11ty.js` in Virtual Templates: [#​3347](https://togithub.com/11ty/eleventy/issues/3347) - Add support for Virtual Templates to be used as Eleventy Layouts [#​1612](https://togithub.com/11ty/eleventy/issues/1612) [#​2307](https://togithub.com/11ty/eleventy/issues/2307) - Memoize internal `slug`, `slugify`, and `inputPathToUrl` filters [#​840](https://togithub.com/11ty/eleventy/issues/840) - Improved error messaging for filters/shortcodes [#​3286](https://togithub.com/11ty/eleventy/issues/3286) - Adds new `eleventyConfig.getFilters` `eleventyConfig.getShortcodes`, and `eleventyConfig.getPairedShortcodes` methods for plugins and custom template languages to access universal filters/shortcodes [#​3310](https://togithub.com/11ty/eleventy/issues/3310) - New `eleventyConfig.augmentFunctionContext` config API to help with `this.eleventy` and `this.page` on shortcodes/filters in plugins [#​3355](https://togithub.com/11ty/eleventy/issues/3355) - Adds `eleventyConfig.addDateParsing` configuration API to customize date parsing [#​867](https://togithub.com/11ty/eleventy/issues/867) - Fix regression with JavaScript dependencies cache-busting in 11ty.js Layout files [#​3338](https://togithub.com/11ty/eleventy/issues/3338) - Fix regression with markdown engine simple aliases (without additional options) still using preprocessing engine [#​3339](https://togithub.com/11ty/eleventy/issues/3339) - PR: replace `index.d.ts` with jsdoc `@typedef` by [@​mayank99](https://togithub.com/mayank99) in [https://github.com/11ty/eleventy/pull/3349](https://togithub.com/11ty/eleventy/pull/3349) - PR: refactor: Use `?.` for terser conditionals by [@​Zearin](https://togithub.com/Zearin) in [https://github.com/11ty/eleventy/pull/3343](https://togithub.com/11ty/eleventy/pull/3343) **Full Changelog**: https://github.com/11ty/eleventy/compare/v3.0.0-alpha.14...v3.0.0-alpha.15 **Full Eleventy v3 Milestone**: https://github.com/11ty/eleventy/milestone/40 🥳🥳🥳 5 issues left (122 solved) on the Eleventy 3.0.0 milestone! #### We need your help! 11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read [more about this fundraising push](https://www.11ty.dev/blog/sustainability-fundraising/) or head directly to [our Open Collective to start your recurring contribution](https://opencollective.com/11ty)!
antfu/eslint-config-flat-gitignore (eslint-config-flat-gitignore) ### [`v0.1.7`](https://togithub.com/antfu/eslint-config-flat-gitignore/compare/v0.1.6...1eb506d66972db841dda420b2a7255cd6926952c) [Compare Source](https://togithub.com/antfu/eslint-config-flat-gitignore/compare/v0.1.6...v0.1.7) ### [`v0.1.6`](https://togithub.com/antfu/eslint-config-flat-gitignore/releases/tag/v0.1.6) [Compare Source](https://togithub.com/antfu/eslint-config-flat-gitignore/compare/v0.1.5...v0.1.6) #####    🚀 Features - Re-add name field to the config  -  by [@​IgorKowalczyk](https://togithub.com/IgorKowalczyk) in [https://github.com/antfu/eslint-config-flat-gitignore/issues/10](https://togithub.com/antfu/eslint-config-flat-gitignore/issues/10) [(b2d59)](https://togithub.com/antfu/eslint-config-flat-gitignore/commit/b2d59db) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config-flat-gitignore/compare/v0.1.5...v0.1.6)
sindresorhus/globals (globals) ### [`v15.8.0`](https://togithub.com/sindresorhus/globals/compare/v15.7.0...f6b39781bad9a1884427137b3f20fe93cef8df34) [Compare Source](https://togithub.com/sindresorhus/globals/compare/v15.7.0...v15.8.0) ### [`v15.7.0`](https://togithub.com/sindresorhus/globals/releases/tag/v15.7.0) [Compare Source](https://togithub.com/sindresorhus/globals/compare/v15.6.0...v15.7.0) - Update globals ([#​255](https://togithub.com/sindresorhus/globals/issues/255)) [`f017b0f`](https://togithub.com/sindresorhus/globals/commit/f017b0f)
nodejs/node (node) ### [`v20.15.1`](https://togithub.com/nodejs/node/compare/v20.15.0...v20.15.1) [Compare Source](https://togithub.com/nodejs/node/compare/v20.15.0...v20.15.1)
pnpm/pnpm (pnpm) ### [`v9.5.0`](https://togithub.com/pnpm/pnpm/compare/v9.5.0-beta.3...v9.5.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.4.0...v9.5.0)
oscarotero/vento (ventojs) ### [`v0.12.8`](https://togithub.com/oscarotero/vento/blob/HEAD/CHANGELOG.md#0128---2024-07-04) [Compare Source](https://togithub.com/oscarotero/vento/compare/v0.12.7...v0.12.8) ##### Added - Allow the trimming syntax in comments \[[#​70](https://togithub.com/oscarotero/vento/issues/70)]. ##### Fixed - Updated dependencies. - Improved types. - Prepare the package to publish on JSR.

Configuration

📅 Schedule: Branch creation - "before 8am" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 2 weeks ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


renovate[bot] commented 2 weeks ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.