Skip to content

Bump @11ty/eleventy-fetch from 4.0.1 to 5.1.1#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/11ty/eleventy-fetch-5.1.1
Open

Bump @11ty/eleventy-fetch from 4.0.1 to 5.1.1#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/11ty/eleventy-fetch-5.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Copy link
Copy Markdown

Bumps @11ty/eleventy-fetch from 4.0.1 to 5.1.1.

Release notes

Sourced from @​11ty/eleventy-fetch's releases.

Eleventy Fetch v5.1.1

No code changes to this utility, only npm publishing workflow improvements using OIDC Trusted Publishers.

Full Changelog: 11ty/fetch@v5.1.0...v5.1.1

Eleventy Fetch v5.1.0

Metric Fetch v5.0.2 Fetch v5.1.0 Change
node_modules Weight 1.7 MB 0.9 MB -47%
Dependency Count 19 10 -47%
  • Removes flat-cache dependency #56
  • Swap from graceful-fs to node:fs from @​outslept 11ty/eleventy-fetch#63
  • Fixes Missing cache type error 11ty/eleventy-fetch#61
  • Refetch data on transient network failures by @​gorbak25 #57 #58
  • Fix bug with partially purged cache files on CI servers #59 #60
  • Backwards compatibility with existing cache files is preserved (note that breaking compatibility with existing cache files is considered a semver major breaking change).

Full Changelog: 11ty/fetch@v5.0.2...v5.1.0 Milestone: https://github.com/11ty/eleventy-fetch/milestone/6?closed=1

Eleventy Fetch v5.1.0-beta.3

  • Dependency cleanup (swap from graceful-fs to node:fs) from @​outslept #63

Full Changelog: 11ty/fetch@v5.1.0-beta.2...v5.1.0-beta.3

Eleventy Fetch v5.1.0-beta.2

  • Fixes Missing cache type error #61

Full Changelog: 11ty/fetch@v5.1.0-beta.1...v5.1.0-beta.2

Eleventy Fetch v5.1.0-beta.1

  • Refetch data on transient network failures by @​gorbak25 #57 #59
  • Fix bug with partially purged cache files on CI servers #59
  • Removes flat-cache dependency: 🏋🏻‍♀️ weight 1.6 MB to 1 MB and ✅ dependency count 18 to 11. #56
  • Backwards compatibility with existing cache files is preserved (otherwise this would be a major breaking change).

Milestone: https://github.com/11ty/eleventy-fetch/milestone/6?closed=1 Full Changelog: 11ty/fetch@v5.0.2...v5.1.0-beta.1

Eleventy Fetch v5.0.2

  • 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);
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​11ty/eleventy-fetch since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [@11ty/eleventy-fetch](https://github.com/11ty/eleventy-fetch) from 4.0.1 to 5.1.1.
- [Release notes](https://github.com/11ty/eleventy-fetch/releases)
- [Commits](11ty/fetch@v4.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-fetch"
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Dec 8, 2025

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Dec 8, 2025

Copy link
Copy Markdown

Deploying tomwigley-com with  Cloudflare Pages  Cloudflare Pages

Latest commit: be02500
Status: ✅  Deploy successful!
Preview URL: https://67f87582.tomwigley-com.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-11ty-wrz8.tomwigley-com.pages.dev

View logs

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants