Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps json-accelerator from 0.0.2 to 0.1.7.

Release notes

Sourced from json-accelerator's releases.

0.1.7

What's new

Improvement:

  • improve array operation

Full Changelog: elysiajs/json-accelerator@0.1.6...0.1.7

0.1.6

What's new

Improvement:

  • reduce instruction for string placement
  • inline regex test to each string

Full Changelog: elysiajs/json-accelerator@0.1.4...0.1.6

0.1.4

What's new

Improvement:

  • Improve array performance by avoiding unnecessary closure reference

Full Changelog: elysiajs/json-accelerator@0.1.3...0.1.4

0.1.3

What's new

Bug fix:

  • support t.Module, t.Ref

Full Changelog: elysiajs/json-accelerator@0.1.2...0.1.3

0.1.2

What's new

Bug fix:

  • handle primitive type when array is root

Full Changelog: elysiajs/json-accelerator@0.1.1...0.1.2

0.1.1

What's new

Feature:

  • support Record

Full Changelog: elysiajs/json-accelerator@0.1.0...0.1.1

0.1.0

What's new

... (truncated)

Changelog

Sourced from json-accelerator's changelog.

0.1.7 - 25 Apr 2025

Improvement:

  • improve array operation

0.1.6 - 24 Apr 2025

Improvement:

  • reduce instruction for string placement
  • inline regex test to each string

0.1.5 - 22 Apr 2025

Improvement:

  • add schema.trusted for string
  • improve string placement when using t.String({ trusted: true }) and sanitize: manual

0.1.4 - 27 Mar 2025

Improvement:

  • improve array performance by avoiding unnecessary closure reference

0.1.3 - 14 Mar 2025

Bug fix:

  • support t.Module, t.Ref

0.1.2 - 4 Mar 2025

Bug fix:

  • handle primitive type when array is root

0.1.1 - 4 Mar 2025

Feature:

  • support Record

Improvement:

  • add Tuple test case

0.1.0 - 5 Feb 2025

Feature:

  • replace arrayItems.join('",\"') in favour of inline joinStringArray to improve performance
  • add sanitize option for handling unsafe character
    • new behavior is sanitize, previously is equivalent to manual
  • support inline a literal value
Commits
  • 7fcbf62 🎉 feat: improve array operation
  • a5a04a5 🎉 feat: improve array operation
  • 2ee87b3 🎉 feat: improve array operation
  • a7c3d42 🧹 chore: update dependency
  • 33d5a64 🎉 feat: improve string operation
  • 16aadb5 🎉 feat: improve string operation
  • 4f06583 🎉 feat: add schema.trusted for string
  • 193eb7f 🔧 fix: typebox integer type
  • a0c9580 🎉 feat: avoid closure reference
  • ca2ca40 🎉 feat: avoid closure reference
  • Additional commits viewable in compare view

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 [json-accelerator](https://github.com/elysiajs/json-accelerator) from 0.0.2 to 0.1.7.
- [Release notes](https://github.com/elysiajs/json-accelerator/releases)
- [Changelog](https://github.com/elysiajs/json-accelerator/blob/main/CHANGELOG.md)
- [Commits](elysiajs/json-accelerator@0.0.2...0.1.7)

---
updated-dependencies:
- dependency-name: json-accelerator
  dependency-version: 0.1.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2025
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.

0 participants