An open index of dependabot pull requests across open source projects.

chore(deps): bump arktype from 2.1.25 to 2.1.26

Open
Number: #4735
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: November 11, 2025 at 01:28 PM UTC
(14 days ago)
Updated: November 11, 2025 at 02:25 PM UTC
(14 days ago)
Labels:
dependencies size/XS javascript
Description:

Bumps arktype from 2.1.25 to 2.1.26.

Changelog

Sourced from arktype's changelog.

2.1.26

es2020 compatibility

Remove usages of newer prototypes methods like .at() to better support legacy browsers

improve external generic inference

Some inference scenarios like the following involving default values are now more cooperative (thanks @​Andarist) 🎉

function someFunction<TSchema extends Record<string, any>>(
	schema: Type<TSchema, {}>
): (typeof schema)["infer"] {
	const someData = { hello: "world" }
	return schema.assert(someData)
}

const schema = type({ hello: type("string").pipe(s => s === "world"), goodbye: "string='blah'" })

someFunction(schema)

Commits

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)
Package Dependencies
Package:
arktype
Ecosystem:
npm
Version Change:
2.1.25 → 2.1.26
Update Type:
Patch
Technical Details
ID: 10976699
UUID: 3612328821
Node ID: PR_kwDOEjWUk86ywjHU
Host: GitHub
Repository: aws-powertools/powertools-lambda-typescript