Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update minor and patch dependencies #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@11ty/eleventy-fetch 5.0.1 -> 5.0.2 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.2 -> 22.13.0 age adoption passing confidence devDependencies minor
crate-ci/typos v1.29.0 -> v1.29.5 age adoption passing confidence action patch
flat-cache (source) 6.1.5 -> 6.1.6 age adoption passing confidence devDependencies patch
open-graph-scraper 6.8.3 -> 6.9.0 age adoption passing confidence devDependencies minor
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch

Release Notes

11ty/eleventy-fetch (@​11ty/eleventy-fetch)

v5.0.2: Eleventy Fetch v5.0.2

Compare Source

  • Improved advanced API (you might not need this). Existing default export creates an instance and couples data fetching together. This release adds a Fetch named export to create a Fetch instance without fetching data automatically. Works with the concurrency queue. Use the queue() method to fetch data.
import CachedFetch, { Fetch } from "@​11ty/eleventy-fetch";

let data = await CachedFetch(source, options);

// is the same as:
let inst = Fetch(source, options);
let data = await inst.queue();
  • Adds wasLastFetchCacheHit() on Fetch instances, used to solve bug with Eleventy Image disk cache https://github.com/11ty/eleventy-img/issues/146
  • Improved efficiency: Adds top level instance cache and a few internal caches to avoid duplicate fetch or file system read calls.
  • Adds internal directory manager to avoid duplicate fs.mkdir calls
  • Improved debug logs

Full Changelog: 11ty/eleventy-fetch@v5.0.1...v5.0.2

crate-ci/typos (crate-ci/typos)

v1.29.5

Compare Source

[1.29.5] - 2025-01-30

Internal
  • Update a dependency

v1.29.4

Compare Source

[1.29.4] - 2025-01-03

v1.29.3

Compare Source

[1.29.3] - 2025-01-02

v1.29.2

Compare Source

v1.29.1

Compare Source

[1.29.1] - 2025-01-02

Fixes
  • Don't correct deriver
jshemas/openGraphScraper (open-graph-scraper)

v6.9.0

Compare Source

  • Add jsonLDOptions.throwOnJSONParseError and change default behavior to not throw on JSON-LD string parse errors

v6.8.4

Compare Source

  • Normalize content-type header check for case insensitivity
  • Updating dependencies
microsoft/TypeScript (typescript)

v5.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jan 31, 2025
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from b527e7e to 001dd7e Compare January 31, 2025 23:04
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants