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
@secretlint/core (source) 9.0.0 -> 9.2.0 age adoption passing confidence devDependencies minor
@secretlint/secretlint-rule-preset-recommend (source) 9.0.0 -> 9.2.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.10.2 -> 22.13.10 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 2.1.8 -> 2.1.9 age adoption passing confidence devDependencies patch
axios (source) 1.7.9 -> 1.8.2 age adoption passing confidence devDependencies minor
crate-ci/typos v1.29.0 -> v1.30.1 age adoption passing confidence action minor
fast-xml-parser 4.5.1 -> 4.5.3 age adoption passing confidence devDependencies patch
flat-cache (source) 6.1.5 -> 6.1.7 age adoption passing confidence devDependencies patch
open-graph-scraper 6.8.3 -> 6.9.0 age adoption passing confidence devDependencies minor
secretlint (source) 9.0.0 -> 9.2.0 age adoption passing confidence devDependencies minor
tsx (source) 4.19.2 -> 4.19.3 age adoption passing confidence devDependencies patch
typescript (source) 5.7.2 -> 5.8.2 age adoption passing confidence devDependencies minor

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

secretlint/secretlint (@​secretlint/core)

v9.2.0

Compare Source

What's Changed
Features
$ echo "SECRET CONTENT" | secretlint --stdinFileName=secret.txt

Example:

cat ~/.zsh_history| ./bin/secretlint --stdinFileName=dummy.txt --format=mask-result
Refactoring

Full Changelog: secretlint/secretlint@v9.1.0...v9.2.0

v9.1.0

Compare Source

What's Changed
Features
Documentation
Dependency Updates
New Contributors

Full Changelog: secretlint/secretlint@v9.0.0...v9.1.0

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.9

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub
axios/axios (axios)

v1.8.2

Compare Source

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release
crate-ci/typos (crate-ci/typos)

v1.30.1

Compare Source

[1.30.1] - 2025-03-04

Features
  • (action) Create v1 tag

v1.30.0

Compare Source

[1.30.0] - 2025-03-01

Features

v1.29.10

Compare Source

[1.29.10] - 2025-02-25

Fixes
  • Also correct contaminent as contaminant

v1.29.9

Compare Source

[1.29.9] - 2025-02-20

Fixes
  • (action) Correctly get binary for some aarch64 systems

v1.29.8

Compare Source

[1.29.8] - 2025-02-19

Features
  • Attempt to build Linux aarch64 binaries

v1.29.7

Compare Source

[1.29.7] - 2025-02-13

Fixes
  • Don't correct implementors

v1.29.6

Compare Source

[1.29.6] - 2025-02-13

Features

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
NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v4.5.3

Compare Source

v4.5.2

Compare Source

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
privatenumber/tsx (tsx)

v4.19.3

Compare Source

Bug Fixes
  • upgrade esbuild to ~0.25.0 to address vuln report (#​698) (e04e6c6)

This release is also available on:

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm


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 4 times, most recently from 4d15691 to ecd2e7e Compare February 4, 2025 18:54
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 4 times, most recently from 15d43a3 to 8b91a45 Compare February 13, 2025 22:39
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 8 times, most recently from c61fc32 to 212a579 Compare February 23, 2025 15:06
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 11 times, most recently from 2302729 to bcdb5ca Compare March 4, 2025 02:27
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from bcdb5ca to 99c758c Compare March 7, 2025 08:03
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 99c758c to 989d9b2 Compare March 8, 2025 07:06
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