Skip to content

chore(deps): bump the patch-updates group with 27 updates - #69

Merged
richardsolomou merged 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-updates-6bf7ab609a
Sep 20, 2026
Merged

richardsolomou merged 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-updates-6bf7ab609a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-updates group with 27 updates:

Package From To
@posthog/react 1.10.3 1.10.6
manifold-3d 3.5.1 3.5.3
@changesets/cli 3.0.0 3.0.2
tsx 4.23.12 4.23.13
vitest 4.1.10 4.1.11
@changesets/apply-release-plan 8.0.0 8.1.0
@changesets/git 4.0.0 4.0.1
@changesets/read 1.0.0 1.0.1
@changesets/write 1.0.0 1.0.1
@clack/core 1.4.3 1.5.0
@clack/prompts 1.7.0 1.8.0
@jridgewell/sourcemap-codec 1.5.5 1.6.0
@vitest/expect 4.1.10 4.1.11
@vitest/mocker 4.1.10 4.1.11
@vitest/pretty-format 4.1.10 4.1.11
@vitest/runner 4.1.10 4.1.11
@vitest/snapshot 4.1.10 4.1.11
@vitest/spy 4.1.10 4.1.11
@vitest/utils 4.1.10 4.1.11
es-module-lexer 2.3.1 2.3.2
fast-xml-builder 1.3.0 1.3.1
fast-xml-parser 5.10.1 5.11.1
human-id 4.2.0 4.2.1
is-unsafe 2.0.0 2.0.2
obug 2.1.4 2.2.1
strnum 2.4.1 2.4.2
tinyexec 1.3.0 1.3.1

Updates @posthog/react from 1.10.3 to 1.10.6

Changelog

Sourced from @​posthog/react's changelog.

1.10.6

Patch Changes

  • #4785 74ca945 Thanks @​marandaneto! - Clarify feature flag return-value terminology across SDK APIs. A false value is a conclusive off evaluation, while undefined means no evaluation is available. Remote evaluation omits globally inactive flags, whereas backend local evaluation can resolve cached inactive definitions to false. (2026-09-07)
  • Updated dependencies [c207020, 74ca945, fd4ece8, d73455e, 95b159a, 24f1937, 5e74132, 21dcebd]:
    • posthog-js@1.427.3

1.10.5

Patch Changes

  • #4645 cb7cc12 Thanks @​turnipdabeets! - Type declarations no longer import the JSX namespace from react, so they typecheck against @types/react back to the declared 16.8.0 floor. Component return types are now spelled ReactElement<any, any>, which is the definition of JSX.Element — the same type, so consuming code is unaffected.

    JSX only became an exported member of the react types module in @types/react@18.2.6, so projects on older React types previously saw TS2305: Module '"react"' has no exported member 'JSX' when checking these declarations with skipLibCheck: false. (2026-08-25)

  • Updated dependencies [cb7cc12]:

    • posthog-js@1.419.2

1.10.4

Patch Changes

  • #4567 5bd2c8d Thanks @​github-actions! - Render React component stacks as linked exception causes so error tracking identifies the crashing component. (2026-08-21)
  • Updated dependencies [caed377, 5bd2c8d]:
    • posthog-js@1.418.7
Commits
  • 575e078 chore: update versions and lockfile [version bump]
  • 74ca945 docs(flags): clarify feature flag result semantics (#4785)
  • 135b7c7 chore: replace ESLint directives with Oxlint annotations (#4784)
  • e9a47d5 chore: migrate unit tests from Jest to Vitest (#4739)
  • c309bd7 chore(react): migrate build to tsdown (#4749)
  • 285a2cb chore: migrate remaining lint rules to Oxlint (#4738)
  • 4ca7bed chore: update versions and lockfile [version bump]
  • cb7cc12 fix(react): drop JSX namespace import from public type declarations (#4645)
  • 7734de2 chore: update versions and lockfile [version bump]
  • 5bd2c8d fix: PostHogErrorBoundary drops componentStack from the captured exception ev...
  • Additional commits viewable in compare view

Updates manifold-3d from 3.5.1 to 3.5.3

Release notes

Sourced from manifold-3d's releases.

v3.5.3

What's Changed

Full Changelog: elalish/manifold@v3.5.2...v3.5.3

v3.5.2

Patch release after v3.5.1.

Addresses https://projects.blender.org/blender/blender/issues/158737 by removing deferred deallocation.

Commits

Updates @changesets/cli from 3.0.0 to 3.0.2

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​3.0.2

Patch Changes

@​changesets/cli@​3.0.1

Patch Changes

Changelog

Sourced from @​changesets/cli's changelog.

3.0.2

Patch Changes

3.0.1

Patch Changes

Commits

Updates tsx from 4.23.12 to 4.23.13

Release notes

Sourced from tsx's releases.

v4.23.13

4.23.13 (2026-08-30)

Bug Fixes

  • cache: bound shared transform cache memory (#835) (28e1f12)

This release is also available on:

Commits

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Updates @changesets/apply-release-plan from 8.0.0 to 8.1.0

Release notes

Sourced from @​changesets/apply-release-plan's releases.

@​changesets/apply-release-plan@​8.1.0

Minor Changes

  • #2265 1f4eb61 Thanks @​bluwy! - Add default changelog message if the release has no changes for a package, e.g. due to fixed packages releases

Patch Changes

  • Updated dependencies [059f70a]:
    • @​changesets/git@​4.0.1
Changelog

Sourced from @​changesets/apply-release-plan's changelog.

8.1.0

Minor Changes

  • #2265 1f4eb61 Thanks @​bluwy! - Add default changelog message if the release has no changes for a package, e.g. due to fixed packages releases

Patch Changes

  • Updated dependencies [059f70a]:
    • @​changesets/git@​4.0.1
Commits
  • d7e4a2d Version Packages (#2266)
  • 1f4eb61 Add default changelog message for empty release (#2265)
  • dcdcbf7 Build(deps): Bump the production-dependencies group across 1 directory with 2...
  • See full diff in compare view

Updates @changesets/git from 4.0.0 to 4.0.1

Release notes

Sourced from @​changesets/git's releases.

@​changesets/git@​4.0.1

Patch Changes

Changelog

Sourced from @​changesets/git's changelog.

4.0.1

Patch Changes

Commits

Updates @changesets/read from 1.0.0 to 1.0.1

Release notes

Sourced from @​changesets/read's releases.

@​changesets/read@​1.0.1

Patch Changes

  • Updated dependencies [059f70a]:
    • @​changesets/git@​4.0.1
Changelog

Sourced from @​changesets/read's changelog.

1.0.1

Patch Changes

  • Updated dependencies [059f70a]:
    • @​changesets/git@​4.0.1
Commits

Updates @changesets/write from 1.0.0 to 1.0.1

Release notes

Sourced from @​changesets/write's releases.

@​changesets/write@​1.0.1

Patch Changes

Changelog

Sourced from @​changesets/write's changelog.

1.0.1

Patch Changes

Commits

Updates @clack/core from 1.4.3 to 1.5.0

Release notes

Sourced from @​clack/core's releases.

@​clack/core@​1.5.0

Minor Changes

  • #595 227583e Thanks @​dreyfus92! - Add an accessible option to the shared PromptOptions and a resolved accessible getter on the base Prompt, so any prompt can opt into accessible mode individually. Resolution order: per-prompt option > updateSettings({ accessible }) > the ACCESSIBLE environment variable.

  • #592 caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #594 37fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type / and Tab again). Powered by a new opt-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #583 ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

  • #593 b20fa2b Thanks @​dreyfus92! - Add isAccessible() and an accessible setting as the foundation for accessible mode. Resolution order: per-call option > updateSettings({ accessible }) > the ACCESSIBLE environment variable (any non-empty value enables it, except 0 and false).

Changelog

Sourced from @​clack/core's changelog.

1.5.0

Minor Changes

  • #595 227583e Thanks @​dreyfus92! - Add an accessible option to the shared PromptOptions and a resolved accessible getter on the base Prompt, so any prompt can opt into accessible mode individually. Resolution order: per-prompt option > updateSettings({ accessible }) > the ACCESSIBLE environment variable.

  • #592 caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #594 37fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type / and Tab again). Powered by a new opt-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #583 ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

  • #593 b20fa2b Thanks @​dreyfus92! - Add isAccessible() and an accessible setting as the foundation for accessible mode. Resolution order: per-call option > updateSettings({ accessible }) > the ACCESSIBLE environment variable (any non-empty value enables it, except 0 and false).

Commits

Updates @clack/prompts from 1.7.0 to 1.8.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.8.0

Minor Changes

  • #592 caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #594 37fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type / and Tab again). Powered by a new opt-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #583 ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

Patch Changes

Changelog

Sourced from @​clack/prompts's changelog.

1.8.0

Minor Changes

  • #592 caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #594 37fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type / and Tab again). Powered by a new opt-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #583 ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

Patch Changes

Commits

Updates @jridgewell/sourcemap-codec from 1.5.5 to 1.6.0

Changelog

Sourced from @​jridgewell/sourcemap-codec's changelog.

[1.6.0] - 2026-08-27

  • Add Range Mapping support: #45
    • includes new decodeRangeMappings and encodeRangeMappings APIs

Full Changelog: jridgewell/sourcemaps@sourcemap-codec/1.5.5...sourcemap-codec/1.6.0

Commits
  • b760015 sourcemap-codec/1.6.0
  • 8aec729 Ignore map files during ripgrepping
  • 6566f0c Range mappings: update encoding to latest
  • e5d58e6 Improve mocha setup
  • f34bc27 Changelogs
  • 01a4f69 Small clenaup
  • 6cbfce2 Add test:watch commands
  • f3cb43e Separate signing from encoding/decoding integers
  • b319fc0 Range mappings: add initial decoding/encoding support
  • 59f4045 Add unsigned VLQ encode/decode options
  • See full diff in compare view

Updates @vitest/expect from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/expect's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/mocker from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/mocker's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/pretty-format from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/pretty-format's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/runner from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/runner's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/snapshot from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/snapshot's releases.

v4.1.11

   🐞 Bug Fixes

Bumps the patch-updates group with 27 updates:

| Package | From | To |
| --- | --- | --- |
| [@posthog/react](https://github.com/PostHog/posthog-js/tree/HEAD/packages/react) | `1.10.3` | `1.10.6` |
| [manifold-3d](https://github.com/elalish/manifold) | `3.5.1` | `3.5.3` |
| [@changesets/cli](https://github.com/changesets/changesets/tree/HEAD/packages/cli) | `3.0.0` | `3.0.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.12` | `4.23.13` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |
| [@changesets/apply-release-plan](https://github.com/changesets/changesets/tree/HEAD/packages/apply-release-plan) | `8.0.0` | `8.1.0` |
| [@changesets/git](https://github.com/changesets/changesets/tree/HEAD/packages/git) | `4.0.0` | `4.0.1` |
| [@changesets/read](https://github.com/changesets/changesets/tree/HEAD/packages/read) | `1.0.0` | `1.0.1` |
| [@changesets/write](https://github.com/changesets/changesets/tree/HEAD/packages/write) | `1.0.0` | `1.0.1` |
| [@clack/core](https://github.com/bombshell-dev/clack/tree/HEAD/packages/core) | `1.4.3` | `1.5.0` |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.7.0` | `1.8.0` |
| [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec) | `1.5.5` | `1.6.0` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `4.1.10` | `4.1.11` |
| [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) | `4.1.10` | `4.1.11` |
| [@vitest/pretty-format](https://github.com/vitest-dev/vitest/tree/HEAD/packages/pretty-format) | `4.1.10` | `4.1.11` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.1.10` | `4.1.11` |
| [@vitest/snapshot](https://github.com/vitest-dev/vitest/tree/HEAD/packages/snapshot) | `4.1.10` | `4.1.11` |
| [@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy) | `4.1.10` | `4.1.11` |
| [@vitest/utils](https://github.com/vitest-dev/vitest/tree/HEAD/packages/utils) | `4.1.10` | `4.1.11` |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `2.3.1` | `2.3.2` |
| [fast-xml-builder](https://github.com/NaturalIntelligence/fast-xml-builder) | `1.3.0` | `1.3.1` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.10.1` | `5.11.1` |
| [human-id](https://github.com/RienNeVaPlus/human-id) | `4.2.0` | `4.2.1` |
| [is-unsafe](https://github.com/NaturalIntelligence/is-unsafe) | `2.0.0` | `2.0.2` |
| [obug](https://github.com/sxzz/obug) | `2.1.4` | `2.2.1` |
| [strnum](https://github.com/NaturalIntelligence/strnum) | `2.4.1` | `2.4.2` |
| [tinyexec](https://github.com/tinylibs/tinyexec) | `1.3.0` | `1.3.1` |


Updates `@posthog/react` from 1.10.3 to 1.10.6
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/@posthog/react@1.10.6/packages/react)

Updates `manifold-3d` from 3.5.1 to 3.5.3
- [Release notes](https://github.com/elalish/manifold/releases)
- [Changelog](https://github.com/elalish/manifold/blob/master/RELEASE_CHECKLIST.md)
- [Commits](elalish/manifold@v3.5.1...v3.5.3)

Updates `@changesets/cli` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@3.0.2/packages/cli)

Updates `tsx` from 4.23.12 to 4.23.13
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.12...v4.23.13)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

Updates `@changesets/apply-release-plan` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/apply-release-plan/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/apply-release-plan@8.1.0/packages/apply-release-plan)

Updates `@changesets/git` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/git/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/git@4.0.1/packages/git)

Updates `@changesets/read` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/read/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/read@1.0.1/packages/read)

Updates `@changesets/write` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/write/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/write@1.0.1/packages/write)

Updates `@clack/core` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/core@1.5.0/packages/core)

Updates `@clack/prompts` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.8.0/packages/prompts)

Updates `@jridgewell/sourcemap-codec` from 1.5.5 to 1.6.0
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.6.0/packages/sourcemap-codec)

Updates `@vitest/expect` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/expect)

Updates `@vitest/mocker` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/mocker)

Updates `@vitest/pretty-format` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/pretty-format)

Updates `@vitest/runner` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/runner)

Updates `@vitest/snapshot` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/snapshot)

Updates `@vitest/spy` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/spy)

Updates `@vitest/utils` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/utils)

Updates `es-module-lexer` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@2.3.1...2.3.2)

Updates `fast-xml-builder` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-builder/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-builder/blob/main/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-builder@v1.3.0...v1.3.1)

Updates `fast-xml-parser` from 5.10.1 to 5.11.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.10.1...v5.11.1)

Updates `human-id` from 4.2.0 to 4.2.1
- [Commits](https://github.com/RienNeVaPlus/human-id/commits)

Updates `is-unsafe` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/NaturalIntelligence/is-unsafe/releases)
- [Commits](https://github.com/NaturalIntelligence/is-unsafe/commits/v2.0.2)

Updates `obug` from 2.1.4 to 2.2.1
- [Release notes](https://github.com/sxzz/obug/releases)
- [Commits](sxzz/obug@v2.1.4...v2.2.1)

Updates `strnum` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/NaturalIntelligence/strnum/releases)
- [Changelog](https://github.com/NaturalIntelligence/strnum/blob/main/CHANGELOG.md)
- [Commits](NaturalIntelligence/strnum@v2.4.1...v2.4.2)

Updates `tinyexec` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/tinylibs/tinyexec/releases)
- [Commits](tinylibs/tinyexec@1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: "@posthog/react"
  dependency-version: 1.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: manifold-3d
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@changesets/cli"
  dependency-version: 3.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tsx
  dependency-version: 4.23.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@changesets/apply-release-plan"
  dependency-version: 8.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@changesets/git"
  dependency-version: 4.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@changesets/read"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@changesets/write"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@clack/core"
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@clack/prompts"
  dependency-version: 1.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: "@vitest/expect"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/mocker"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/pretty-format"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/runner"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/snapshot"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/spy"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/utils"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: es-module-lexer
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: fast-xml-builder
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: fast-xml-parser
  dependency-version: 5.11.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: human-id
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: is-unsafe
  dependency-version: 2.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: obug
  dependency-version: 2.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: strnum
  dependency-version: 2.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tinyexec
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Sep 20, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 20, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
basekit 6f5387f Commit Preview URL

Branch Preview URL
Sep 20 2026, 12:25 AM

@richardsolomou
richardsolomou merged commit acbc1dc into main Sep 20, 2026
4 checks passed
@richardsolomou
richardsolomou deleted the dependabot/npm_and_yarn/patch-updates-6bf7ab609a branch September 20, 2026 10:56
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