Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @ark/attest from 0.49.0 to 0.51.0.

Changelog

Sourced from @​ark/attest's changelog.

0.51.0

Fix some tsconfig path resolution (thanks @​LukeAbby🎉)

arktypeio/arktype#1522

0.47.0

Add a failOnMissingSnapshots config option. Defaults to true if CI is set in your environment, false otherwise.

0.46.0

Fix an issue causing some bench files to not be parsed correctly, leading to errors and 0 instantiation counts.

0.44.3

Decouple attest trace/stats from pnpm

0.44.0

Support assertions for JSDoc contents associated with an attested value

const T = type({
	/** FOO */
	foo: "string"
})
const out = T.assert({ foo: "foo" })
// match or snapshot expected jsdoc associated with the value passed to attest
attest(out.foo).jsdoc.snap("FOO")

0.41.0

Bail early for obviously incorrect equals comparisons

This is the short-term solution to #1287, where some comparisons with Node's deepStrictEqual and object with recursive properties like Type resulted in OOM crashes.

We will eventually add new string-diffing logic, but for now we just make some shallow comparisons between constructors and types to avoid common problematic comparisons, e.g. between Type instances:

// previously resulted in OOM exception, now shallowly fails with simple error
attest(type.string).equals(type.boolean)

0.11.0

  • Fix a bug causing certain serialized types with backticks and template literals to be incorrectly formatted on inline snapshot

... (truncated)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@github-actions
Copy link

github-actions bot commented Oct 27, 2025

pkg.pr.new

packages
Ready to be installed by your favorite package manager ⬇️

https://pkg.pr.new/software-mansion/TypeGPU/typegpu@3b342f5a4734158cfd8ca8038604c065cbf82943
https://pkg.pr.new/software-mansion/TypeGPU/@typegpu/noise@3b342f5a4734158cfd8ca8038604c065cbf82943
https://pkg.pr.new/software-mansion/TypeGPU/unplugin-typegpu@3b342f5a4734158cfd8ca8038604c065cbf82943

benchmark
view benchmark

commit
view commit

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ark/attest-0.51.0 branch 3 times, most recently from e4c6361 to 7c54d11 Compare October 29, 2025 17:02
Bumps [@ark/attest](https://github.com/arktypeio/arktype/tree/HEAD/ark/attest) from 0.49.0 to 0.51.0.
- [Release notes](https://github.com/arktypeio/arktype/releases)
- [Changelog](https://github.com/arktypeio/arktype/blob/main/ark/attest/CHANGELOG.md)
- [Commits](https://github.com/arktypeio/arktype/commits/@ark/[email protected]/ark/attest)

---
updated-dependencies:
- dependency-name: "@ark/attest"
  dependency-version: 0.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ark/attest-0.51.0 branch from 7c54d11 to 3b342f5 Compare October 30, 2025 13:26
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant