Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 11 updates - #70

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/production-dependencies-a5bd79d911
Open

chore(deps): bump the production-dependencies group across 1 directory with 11 updates#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/production-dependencies-a5bd79d911

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 11 updates in the / directory:

Package From To
@supabase/postgrest-js 2.110.8 2.112.2
ml-matrix 6.14.0 6.15.0
@vueuse/core 14.3.0 14.4.0
vue 3.5.40 3.5.41
@inkcre/ui-web 1.2.2 1.3.1
@codemirror/view 6.43.6 6.43.8
vue-i18n 11.4.7 11.4.8
@iconify/json 2.2.504 2.2.516
@vueuse/shared 14.3.0 14.4.0
@wxt-dev/storage 1.2.8 1.2.9
vue-tsc 3.3.8 3.3.9

Updates @supabase/postgrest-js from 2.110.8 to 2.112.2

Release notes

Sourced from @​supabase/postgrest-js's releases.

v2.112.2

2.112.2 (2026-08-06)

🩹 Fixes

  • realtime: prevent duplicate on bindings (#2594)
  • realtime: clear stale join payload on sign-out (#2597)

❤️ Thank You

v2.112.2-canary.1

2.112.2-canary.1 (2026-08-06)

🩹 Fixes

  • realtime: clear stale join payload on sign-out (#2597)

❤️ Thank You

v2.112.2-canary.0

2.112.2-canary.0 (2026-08-06)

🩹 Fixes

  • realtime: prevent duplicate on bindings (#2594)

❤️ Thank You

v2.112.1

2.112.1 (2026-08-05)

🩹 Fixes

  • auth: preserve 5xx error message (#2587)
  • realtime: ensure setAuth doesn't disable token refresh (#2592)

❤️ Thank You

v2.112.1-canary.1

2.112.1-canary.1 (2026-08-05)

... (truncated)

Changelog

Sourced from @​supabase/postgrest-js's changelog.

2.112.2 (2026-08-06)

This was a version bump only for @​supabase/postgrest-js to align it with other projects, there were no code changes.

2.112.1 (2026-08-05)

This was a version bump only for @​supabase/postgrest-js to align it with other projects, there were no code changes.

2.112.0 (2026-08-03)

🩹 Fixes

  • postgrest: honour throwOnError when maybeSingle finds multiple rows (#2580)

❤️ Thank You

2.111.0 (2026-07-28)

This was a version bump only for @​supabase/postgrest-js to align it with other projects, there were no code changes.

2.110.9 (2026-07-27)

This was a version bump only for @​supabase/postgrest-js to align it with other projects, there were no code changes.

Commits
  • 07b27ee chore(release): version 2.112.1 changelogs (#2593)
  • 0136f34 chore(release): version 2.112.0 changelogs (#2589)
  • 4c13bf0 fix(postgrest): honour throwOnError when maybeSingle finds multiple rows (#2580)
  • 6331898 docs(postgrest): document that statusText may be empty over HTTP/2 (#2574)
  • a262492 chore(release): version 2.111.0 changelogs (#2572)
  • 18b5bb2 chore(release): version 2.110.9 changelogs (#2567)
  • 22050de chore(release): version 2.110.8 changelogs (#2546)
  • See full diff in compare view

Updates ml-matrix from 6.14.0 to 6.15.0

Release notes

Sourced from ml-matrix's releases.

v6.15.0

6.15.0 (2026-08-05)

Features

  • add applyAlongAxis to reduce a matrix along a chosen dimension (#214) (49a6a1a)
  • add concat to join two matrices along a chosen dimension (#215) (e625603)

Bug Fixes

  • use relative cutoffs for singular values and residuals (#213) (cdb74bb)
Changelog

Sourced from ml-matrix's changelog.

6.15.0 (2026-08-05)

Features

  • add applyAlongAxis to reduce a matrix along a chosen dimension (#214) (49a6a1a)
  • add concat to join two matrices along a chosen dimension (#215) (e625603)

Bug Fixes

  • use relative cutoffs for singular values and residuals (#213) (cdb74bb)
Commits
  • 1a4a05a chore(main): release 6.15.0 (#216)
  • 49a6a1a feat: add applyAlongAxis to reduce a matrix along a chosen dimension (#214)
  • cdb74bb fix: use relative cutoffs for singular values and residuals (#213)
  • e625603 feat: add concat to join two matrices along a chosen dimension (#215)
  • See full diff in compare view

Updates @vueuse/core from 14.3.0 to 14.4.0

Release notes

Sourced from @​vueuse/core's releases.

v14.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 24160f9 chore: release v14.4.0 (#5552)
  • 6aa9d6d fix(useDraggable): end drag on pointercancel (#5550)
  • 5fe4945 fix(useElementSize): prefill size based on box option (#5524)
  • 0f6d55d fix(useVirtualList): recompute range when item size changes (#5533)
  • 8f26673 test(useTransition): widen lower bound for WebKit test (#5540)
  • 2cad765 fix(useEventBus): use tryOnScopeDispose to avoid operating Vue internal API...
  • 653283c fix(useGamepad): keep updating remaining gamepads after one disconnects (#5523)
  • d39699c docs(useTextareaAutosize): restore demo textarea autosizing (#5532)
  • 8442658 fix(useFetch): ignore stale abort error after refetch succeeds (#5525)
  • bccb159 fix: accept array template ref bound to v-for as observer target (#5514)
  • Additional commits viewable in compare view

Updates vue from 3.5.40 to 3.5.41

Release notes

Sourced from vue's releases.

v3.5.41

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.41 (2026-08-05)

Bug Fixes

Commits

Updates @inkcre/ui-web from 1.2.2 to 1.3.1

Release notes

Sourced from @​inkcre/ui-web's releases.

@​inkcre/ui-web@​1.3.1

Patch Changes

  • 5c9e3d0: Document the consumer-owned local source loop and make the source entry compatible with strict consumer type graphs.

@​inkcre/ui-web@​1.3.0

Minor Changes

  • f9a65a3: Give the web package first-class Oxc and native TypeScript development workflows, and replace the non-discoverable agent-skills/ folders with the installed, validated @inkcre/ui-web#ui-web TanStack Intent skill.

Patch Changes

  • b1e0d6a: Fix uncontrolled image expansion and reliable scrim close-button behavior.
  • 322dcf6: Move GitHub Packages routing and repository metadata to the publishable package.
  • 5d05693: Publish the renamed web UI package with complete exports, deterministic generation, packed-consumer verification, and a categorized Histoire catalog.
Changelog

Sourced from @​inkcre/ui-web's changelog.

1.3.1

Patch Changes

  • 5c9e3d0: Document the consumer-owned local source loop and make the source entry compatible with strict consumer type graphs.

1.3.0

Minor Changes

  • f9a65a3: Give the web package first-class Oxc and native TypeScript development workflows, and replace the non-discoverable agent-skills/ folders with the installed, validated @inkcre/ui-web#ui-web TanStack Intent skill.

Patch Changes

  • b1e0d6a: Fix uncontrolled image expansion and reliable scrim close-button behavior.
  • 322dcf6: Move GitHub Packages routing and repository metadata to the publishable package.
  • 5d05693: Publish the renamed web UI package with complete exports, deterministic generation, packed-consumer verification, and a categorized Histoire catalog.
Commits
  • b40e4f7 chore: version packages (#34)
  • 5c9e3d0 feat(ui): support consumer source development (#33)
  • 784b092 chore: version packages
  • f9a65a3 feat(web): adopt native tooling and Intent skills (#32)
  • 5d05693 feat(ui): establish package and story migration baseline
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by github-actions[bot], a new releaser for @​inkcre/ui-web since your current version.


Updates @codemirror/view from 6.43.6 to 6.43.8

Commits

Updates vue-i18n from 11.4.7 to 11.4.8

Release notes

Sourced from vue-i18n's releases.

v11.4.8

What's Changed

👕 Refactoring

Full Changelog: intlify/vue-i18n@v11.4.7...v11.4.8

Commits

Updates @iconify/json from 2.2.504 to 2.2.516

Commits

Updates @vueuse/shared from 14.3.0 to 14.4.0

Release notes

Sourced from @​vueuse/shared's releases.

v14.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @wxt-dev/storage from 1.2.8 to 1.2.9

Release notes

Sourced from @​wxt-dev/storage's releases.

@​wxt-dev/storage v1.2.9

compare changes

🏡 Chore

  • Add prettier-plugin-jsdoc to project (#2171)
  • deps: Upgrade deps (#2175)
  • Add prepack script to all packages (032f793)
  • Add cspell and fix all typos (6621aaf)
  • Migrate monorepo to use Bun instead of PNPM (#2009)
  • deps-dev: Bump typescript from 5.9.3 to 6.0.3 (#2325)
  • deps-dev: Bump oxlint from 1.59.0 to 1.63.0 (#2356)
  • Use catalog: for dev dependencies (#2357)
  • deps: Replace async-mutex with superlock (#2529)
  • deps: Inline dequal (#2530)
  • deps: Loosen version range for @wxt-dev/browser so projects can use any vesion (7946665)

❤️ Contributors

Changelog

Sourced from @​wxt-dev/storage's changelog.

v1.2.9

compare changes

🏡 Chore

  • Add prettier-plugin-jsdoc to project (#2171)
  • deps: Upgrade deps (#2175)
  • Add prepack script to all packages (032f793)
  • Add cspell and fix all typos (6621aaf)
  • Migrate monorepo to use Bun instead of PNPM (#2009)
  • deps-dev: Bump typescript from 5.9.3 to 6.0.3 (#2325)
  • deps-dev: Bump oxlint from 1.59.0 to 1.63.0 (#2356)
  • Use catalog: for dev dependencies (#2357)
  • deps: Replace async-mutex with superlock (#2529)
  • deps: Inline dequal (#2530)
  • deps: Loosen version range for @wxt-dev/browser so projects can use any vesion (7946665)

❤️ Contributors

Commits
  • 08b06cd chore(release): @​wxt-dev/storage v1.2.9
  • 7946665 chore(deps): Loosen version range for @wxt-dev/browser so projects can
  • d9653d7 chore(deps): Inline dequal (#2530)
  • acc4cde chore(deps): Replace async-mutex with superlock (#2529)
  • 8793385 chore: Use catalog: for dev dependencies (#2357)
  • 498f74b chore(deps-dev): bump oxlint from 1.59.0 to 1.63.0 (#2356)
  • b5235ed chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#2325)
  • 4d5eb28 chore: Migrate monorepo to use Bun instead of PNPM (#2009)
  • 6621aaf chore: Add cspell and fix all typos
  • 032f793 chore: Add prepack script to all packages
  • Additional commits viewable in compare view

Updates vue-tsc from 3.3.8 to 3.3.9

Release notes

Sourced from vue-tsc's releases.

v3.3.9

language-core

language-service

  • fix: preserve trailing modifiers when completing in the middle of a directive (#6133) - Thanks to @​lazerg!
  • fix: only replace current directive modifier on completion - Thanks to @​KazariEX!
  • fix: preserve current modifier when filtering completion duplicates - Thanks to @​KazariEX!

component-meta

workspace

  • feat: migrate build and tests to typescript-native-bridge (#6129)

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.3.9 (2026-07-31)

component-meta

language-core

language-service

  • fix: preserve trailing modifiers when completing in the middle of a directive (#6133) - Thanks to @​lazerg!
  • fix: only replace current directive modifier on completion - Thanks to @​KazariEX!
  • fix: preserve current modifier when filtering completion duplicates - Thanks to @​KazariEX!

workspace

  • feat: migrate build and tests to typescript-native-bridge (#6129)
Commits
  • 51617b9 v3.3.9 (#6138)
  • 9d08c43 feat(language-core): check unused generic type parameters (#6137)
  • c99eb00 fix(component-meta): keep getProgramAndFile free of side effects (#6136)
  • 00ce7ec feat(component-meta): expose runtime values of enum members in schema (#6131)
  • c4e58ea feat: migrate build and tests to typescript-native-bridge (#6129)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 16, 2026
@dependabot
dependabot Bot requested a review from xiaoland as a code owner August 16, 2026 06:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/production-dependencies-a5bd79d911 branch from 10b87ba to 52d20e5 Compare August 17, 2026 09:51
…y with 11 updates

Bumps the production-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@supabase/postgrest-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/postgrest-js) | `2.110.8` | `2.112.2` |
| [ml-matrix](https://github.com/mljs/matrix) | `6.14.0` | `6.15.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.3.0` | `14.4.0` |
| [vue](https://github.com/vuejs/core) | `3.5.40` | `3.5.41` |
| [@inkcre/ui-web](https://github.com/InKCre/ui/tree/HEAD/packages/web) | `1.2.2` | `1.3.1` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.43.6` | `6.43.8` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.7` | `11.4.8` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.504` | `2.2.516` |
| [@vueuse/shared](https://github.com/vueuse/vueuse/tree/HEAD/packages/shared) | `14.3.0` | `14.4.0` |
| [@wxt-dev/storage](https://github.com/wxt-dev/wxt/tree/HEAD/packages/storage) | `1.2.8` | `1.2.9` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.3.8` | `3.3.9` |



Updates `@supabase/postgrest-js` from 2.110.8 to 2.112.2
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/postgrest-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.112.2/packages/core/postgrest-js)

Updates `ml-matrix` from 6.14.0 to 6.15.0
- [Release notes](https://github.com/mljs/matrix/releases)
- [Changelog](https://github.com/mljs/matrix/blob/main/CHANGELOG.md)
- [Commits](mljs/matrix@v6.14.0...v6.15.0)

Updates `@vueuse/core` from 14.3.0 to 14.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.4.0/packages/core)

Updates `vue` from 3.5.40 to 3.5.41
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.40...v3.5.41)

Updates `@inkcre/ui-web` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/InKCre/ui/releases)
- [Changelog](https://github.com/InKCre/ui/blob/main/packages/web/CHANGELOG.md)
- [Commits](https://github.com/InKCre/ui/commits/@inkcre/ui-web@1.3.1/packages/web)

Updates `@codemirror/view` from 6.43.6 to 6.43.8
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `vue-i18n` from 11.4.7 to 11.4.8
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.4.8/packages/vue-i18n)

Updates `@iconify/json` from 2.2.504 to 2.2.516
- [Commits](iconify/icon-sets@2.2.504...2.2.516)

Updates `@vueuse/shared` from 14.3.0 to 14.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.4.0/packages/shared)

Updates `@wxt-dev/storage` from 1.2.8 to 1.2.9
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Changelog](https://github.com/wxt-dev/wxt/blob/main/packages/storage/CHANGELOG.md)
- [Commits](https://github.com/wxt-dev/wxt/commits/storage-v1.2.9/packages/storage)

Updates `vue-tsc` from 3.3.8 to 3.3.9
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.9/packages/tsc)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@iconify/json"
  dependency-version: 2.2.515
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@inkcre/ui-web"
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@supabase/postgrest-js"
  dependency-version: 2.112.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vueuse/core"
  dependency-version: 14.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vueuse/shared"
  dependency-version: 14.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@wxt-dev/storage"
  dependency-version: 1.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ml-matrix
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-version: 3.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-version: 11.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-tsc
  dependency-version: 3.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/production-dependencies-a5bd79d911 branch from 52d20e5 to c6d082c Compare August 17, 2026 09:58
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