Skip to content

chore: bump the misc group across 1 directory with 6 updates#92

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/misc-5341171d7f
Open

chore: bump the misc group across 1 directory with 6 updates#92
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/misc-5341171d7f

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps the misc group with 6 updates in the / directory:

Package From To
bun-types 1.3.11 1.3.13
fast-check 4.6.0 4.7.0
ibantools 4.5.1 4.5.4
stdnum 1.11.7 1.11.13
tsdown 0.21.6 0.21.10
typescript 5.9.3 6.0.3

Updates bun-types from 1.3.11 to 1.3.13

Release notes

Sourced from bun-types's releases.

Bun v1.3.13

To install Bun v1.3.13

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.13:

bun upgrade

Read Bun v1.3.13's release notes on Bun's blog

Thanks to 8 contributors!

Bun v1.3.12

To install Bun v1.3.12

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.12:

bun upgrade

Read Bun v1.3.12's release notes on Bun's blog

... (truncated)

Commits
  • fa6f69f Add markdown ANSI pretty-printer for bun ./file.md (#28833)
  • 9850dd5 udp: surface IP_RECVERR ICMP errors and MSG_TRUNC truncation flag (#28827)
  • cf11b7d Implement in-process callback-style Bun.cron (#28701)
  • 3eba9cb Support TypeScript 6
  • 0bcb402 Bun.WebView: EventTarget, screenshot formats, zero-copy mmap Blob, .cdp() (#2...
  • 010dfa1 Bun.WebView — headless browser automation (WebKit + Chrome backends) (#28185)
  • See full diff in compare view

Updates fast-check from 4.6.0 to 4.7.0

Release notes

Sourced from fast-check's releases.

Unicode property support in stringMatching

[Code][Diff]

Features

  • (PR#6866) Reversible json arbitrary
  • (PR#6868) Parse \p{} and \P{} in stringMatching
  • (PR#6870) Support for \p{UnicodeProperty} in stringMatching
  • (PR#6871) Support negated unicode properties in stringMatching

Fixes

  • (PR#6710) CI: Pass explicit string to make_latest
  • (PR#6714) CI: Remove unused vite dependency from multiple packages
  • (PR#6780) CI: Silent zizmor issues (as they used to be)
  • (PR#6786) CI: Configure release workflow settings for announcements
  • (PR#6787) CI: Add force-build-status-execution label trigger to CI workflow
  • (PR#6818) CI: Push tag after creating draft release
  • (PR#6827) CI: Update CSP for our playgrounds backed by stackblitz
  • (PR#6832) CI: Add format/lint/typecheck hooks for Claude Code
  • (PR#6834) CI: Fix Claude's session start hook
  • (PR#6852) CI: Skip website prebuild remote fetches on cloud Claude Code
  • (PR#6869) CI: Add workflow to clean up GitHub Actions caches
  • (PR#6789) Clean: Remove unused code identified by knip
  • (PR#6711) Doc: Release note for version 4.6.0
  • (PR#6756) Doc: Fix typo in the documentation
  • (PR#6758) Doc: Add rugk as doc contributor
  • (PR#6764) Doc: Document gitmoji PR naming
  • (PR#6776) Doc: Add nielk as code contributor
  • (PR#6753) Doc: Migrate playgrounds in documentation to StackBlitz
  • (PR#6830) Doc: Switch to ?raw imports for advents
  • (PR#6836) Doc: Add Vitest documentation guide for setting up property-based testing
  • (PR#6833) Doc: Remove dead doc hub pages
  • (PR#6855) Doc: Integrate API reference natively into our doc
  • (PR#6867) Doc: Simplify examples
  • (PR#6835) Script: Migrate from ESLint to oxlint
  • (PR#6872) Script: Rework hooks for Claude Code
  • (PR#6754) Test: Migrate race condition tests to Vitest
  • (PR#6859) Test: Stabilize flaky timeout tests on Windows

Changelog

Sourced from fast-check's changelog.

4.7.0

Unicode property support in stringMatching [Code][Diff]

Features

  • (PR#6866) Reversible json arbitrary
  • (PR#6868) Parse \p{} and \P{} in stringMatching
  • (PR#6870) Support for \p{UnicodeProperty} in stringMatching
  • (PR#6871) Support negated unicode properties in stringMatching

Fixes

  • (PR#6710) CI: Pass explicit string to make_latest
  • (PR#6714) CI: Remove unused vite dependency from multiple packages
  • (PR#6780) CI: Silent zizmor issues (as they used to be)
  • (PR#6786) CI: Configure release workflow settings for announcements
  • (PR#6787) CI: Add force-build-status-execution label trigger to CI workflow
  • (PR#6818) CI: Push tag after creating draft release
  • (PR#6827) CI: Update CSP for our playgrounds backed by stackblitz
  • (PR#6832) CI: Add format/lint/typecheck hooks for Claude Code
  • (PR#6834) CI: Fix Claude's session start hook
  • (PR#6852) CI: Skip website prebuild remote fetches on cloud Claude Code
  • (PR#6869) CI: Add workflow to clean up GitHub Actions caches
  • (PR#6789) Clean: Remove unused code identified by knip
  • (PR#6711) Doc: Release note for version 4.6.0
  • (PR#6756) Doc: Fix typo in the documentation
  • (PR#6758) Doc: Add rugk as doc contributor
  • (PR#6764) Doc: Document gitmoji PR naming
  • (PR#6776) Doc: Add nielk as code contributor
  • (PR#6753) Doc: Migrate playgrounds in documentation to StackBlitz
  • (PR#6830) Doc: Switch to ?raw imports for advents
  • (PR#6836) Doc: Add Vitest documentation guide for setting up property-based testing
  • (PR#6833) Doc: Remove dead doc hub pages
  • (PR#6855) Doc: Integrate API reference natively into our doc
  • (PR#6867) Doc: Simplify examples
  • (PR#6835) Script: Migrate from ESLint to oxlint
  • (PR#6872) Script: Rework hooks for Claude Code
  • (PR#6754) Test: Migrate race condition tests to Vitest
  • (PR#6859) Test: Stabilize flaky timeout tests on Windows

Commits
  • fd1a184 🔖 Update CHANGELOG.md for fast-check@4.7.0 (#6873)
  • 6661a31 ✨ Support negated unicode properties in stringMatching (#6871)
  • 332f905 ✨ Support for \p{UnicodeProperty} in stringMatching (#6870)
  • 285ed56 ✨ Parse \p{} and \P{} in stringMatching (#6868)
  • 1e5d774 ✨ Reversible json arbitrary (#6866)
  • f16e672 📝 Integrate API reference natively into our doc (#6855)
  • e82af33 🔨 Migrate from ESLint to oxlint (#6835)
  • a82f7a1 ⬆️ Update dependency typedoc to ^0.28.19 (#6847)
  • 104640c ⬆️ Update dependency @​microsoft/api-extractor to ^7.58.2 (#6828)
  • b3c86c2 ⬆️ Update typescript-eslint monorepo to ^8.58.1 (#6826)
  • Additional commits viewable in compare view

Updates ibantools from 4.5.1 to 4.5.4

Changelog

Sourced from ibantools's changelog.

2026-04-10 Saša Jovanić sasa@simplify.ba * Version 4.5.4

2026-04-10 René <@​jahusa02> * Fixed ESM package endpoints (#673)

2026-04-09 Saša Jovanić sasa@simplify.ba * Version 4.5.3 * Fixed issue with pointing to CJS file (#670) * Added YE * Fixed account number extraction for several countries * Upgraded npm packages

2026-04-04 Saša Jovanić sasa@simplify.ba * Version 4.5.2 * Fixed issue with extraction of German IBAN (#550) * Upgraded npm packages * Fixed issues with outdated GitHub actions

2024-04-13 Saša Jovanić sasa@simplify.ba * Upgraded several npm packages * Moved to new ts compiler targets * Removed Karma dependency * Moved to have type="module" in package.json

2024-03-23 Saša Jovanić sasa@simplify.ba * Version 4.5.1

2024-03-05 Philipp Sieber philipp.sieber@getyourguide.com * Added Oman (OM)

2024-02-28 Guillem Martinez guillem@antswarm.ai * Fix Spanish (ES) IBAN extraction

2024-02-14 Saša Jovanić sasa@simplify.ba * Version 4.5.0

2024-02-14 Mayeul-T mayeul@touchard.bzh * Fix French (FR) IBAN extract

2024-01-09 Saša Jovanić sasa@simplify.ba * Added dual licensing, MIT or MPL-2.0

2024-01-09 Saša Jovanić sasa@simplify.ba * Version 4.3.9 * Removed Dutch (NL) BBAN validation

2023-12-08 Saša Jovanić sasa@simplify.ba * Version 4.3.8

... (truncated)

Commits
  • 1307a67 4.5.4 release
  • 0e1b247 Fix ESM package entrypoints
  • 709fb54 Update README
  • 6afdaa0 Fix typsescript upgrade
  • 7c5272f Bump typescript from 5.7.2 to 6.0.2
  • d570c5a Fix CJS issue and prepare release
  • 3330155 Add YE + fix some account number extractions
  • f210501 Bump requirejs from 2.3.7 to 2.3.8
  • 96acde9 Bump eslint-config-prettier from 9.1.0 to 10.1.8
  • 24ed637 Bump typedoc from 0.27.2 to 0.28.18
  • Additional commits viewable in compare view

Updates stdnum from 1.11.7 to 1.11.13

Commits
  • c01767a chore(release): 1.11.13 [skip ci]
  • c475922 fix: add cz/ico based issue #146 (#151)
  • cf22d61 chore(release): 1.11.12 [skip ci]
  • a013854 fix(ro): correct checksum alignment for 10-digit CUI numbers (#150)
  • 068335e chore(release): 1.11.11 [skip ci]
  • c50565b fix: Update RFC validation to include legacy alphabet (#143)
  • 50357c8 chore(release): 1.11.10 [skip ci]
  • 1a8e168 fix: add Bolivian CI (Cédula de Identidad) validator (#144)
  • 5451bba chore(release): 1.11.9 [skip ci]
  • 5fbae55 fix: force minmatch version for audit (#149)
  • Additional commits viewable in compare view

Updates tsdown from 0.21.6 to 0.21.10

Release notes

Sourced from tsdown's releases.

v0.21.10

   🚀 Features

    View changes on GitHub

v0.21.9

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.21.8

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.21.7

   🚀 Features

  • Add module option for attw and publint to allow passing imported modules directly  -  by @​sxzz (31e90)

   🐞 Bug Fixes

  • deps: Add skipNodeModulesBundle dep subpath e2e tests and fix docs  -  by @​sxzz (deff7)
    View changes on GitHub
Commits
  • 53d495b chore: release v0.21.10
  • 8a4498d feat: upgrade rolldown
  • 6be9ced docs: fix fixedExtension API links in how-it-works guide (#924)
  • 4dbd872 ci: pin github actions to full commit SHAs
  • 0d5670e docs: add Vite+, LobeHub, and OpenClaw to users list
  • b8a8da0 chore: upgrade deps
  • 752c3e5 chore: release v0.21.9
  • 2d74e05 feat: upgrade rolldown
  • 16e2795 feat(config): track transitive config dependencies for watch reload (#919)
  • 38afd8f fix: skip Node.js version check in Bun
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the misc group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) | `1.3.11` | `1.3.13` |
| [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) | `4.6.0` | `4.7.0` |
| [ibantools](https://github.com/Simplify/ibantools) | `4.5.1` | `4.5.4` |
| [stdnum](https://github.com/koblas/stdnum-js) | `1.11.7` | `1.11.13` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.21.6` | `0.21.10` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |



Updates `bun-types` from 1.3.11 to 1.3.13
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.13/packages/bun-types)

Updates `fast-check` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v4.7.0/packages/fast-check)

Updates `ibantools` from 4.5.1 to 4.5.4
- [Changelog](https://github.com/Simplify/ibantools/blob/master/ChangeLog)
- [Commits](Simplify/ibantools@4.5.1...4.5.4)

Updates `stdnum` from 1.11.7 to 1.11.13
- [Release notes](https://github.com/koblas/stdnum-js/releases)
- [Changelog](https://github.com/koblas/stdnum-js/blob/main/CHANGELOG.md)
- [Commits](koblas/stdnum-js@v1.11.7...v1.11.13)

Updates `tsdown` from 0.21.6 to 0.21.10
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.6...v0.21.10)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: bun-types
  dependency-version: 1.3.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: fast-check
  dependency-version: 4.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: misc
- dependency-name: ibantools
  dependency-version: 4.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: stdnum
  dependency-version: 1.11.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: tsdown
  dependency-version: 0.21.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: misc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 2, 2026
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