Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the updates group with 11 updates in the / directory:

Package From To
@conform-to/react 1.14.1 1.15.1
@conform-to/zod 1.14.1 1.15.1
@t3-oss/env-nextjs 0.13.8 0.13.10
@tabler/icons-react 3.35.0 3.36.1
drizzle-orm 0.45.0 0.45.1
framer-motion 12.23.25 12.23.28
react 19.2.1 19.2.3
react-dom 19.2.1 19.2.3
zod 4.1.13 4.3.5
@trivago/prettier-plugin-sort-imports 6.0.0 6.0.1
eslint 9.39.1 9.39.2

Updates @conform-to/react from 1.14.1 to 1.15.1

Release notes

Sourced from @​conform-to/react's releases.

v1.15.1

What's Changed

  • Added support for nullable constraints in getZodConstraint (#1126)
  • Fixed useControl not reflecting the input's default value in the DOM (#1121)
  • Fixed useControl not dispatching a change event when calling control.change() with the input's default value (#1122)
  • Fixed parseWithZod and parseWithValibot incorrectly treating falsy result values as errors (#1115)

New Contributors

Full Changelog: edmundhung/conform@v1.15.0...v1.15.1

v1.15.0

What's Changed

  • Added a getFieldValue helper to extract and validate field values from FormData or URLSearchParams. (#1112)

    import { getFieldValue } from '@conform-to/react/future';
    // Basic: returns unknown
    const email = getFieldValue(formData, 'email');
    // With type guard: returns string, throws if not a string
    const name = getFieldValue(formData, 'name', { type: 'string' });
    // File type: returns File, throws if not a File
    const avatar = getFieldValue(formData, 'avatar', { type: 'file' });
    // Object type: parses nested fields into { city: unknown, ... }
    const address = getFieldValue<Address>(formData, 'address', { type: 'object' });
    // Array: returns unknown[]
    const tags = getFieldValue(formData, 'tags', { array: true });
    // Array of objects: returns Array&lt;{ name: unknown, ... }&gt;
    const items = getFieldValue<Item[]>(formData, 'items', {
    type: 'object',
    array: true,
    });
    // Optional: returns string | undefined, no error if missing
    const bio = getFieldValue(formData, 'bio', { type: 'string', optional: true });

    It also infers types from the field name:

... (truncated)

Commits
  • e1f9169 release: bump packages version (#1123)
  • 1950986 fix(conform-react): useControl() should dispatch change event when initiali...
  • 8436d64 feat: useControl should preserve DOM defaultValue when no options are provide...
  • a7c9e99 release: bump packages version (#1119)
  • 7e775f7 feat: getFieldValue helper (#1112)
  • See full diff in compare view

Updates @conform-to/zod from 1.14.1 to 1.15.1

Release notes

Sourced from @​conform-to/zod's releases.

v1.15.1

What's Changed

  • Added support for nullable constraints in getZodConstraint (#1126)
  • Fixed useControl not reflecting the input's default value in the DOM (#1121)
  • Fixed useControl not dispatching a change event when calling control.change() with the input's default value (#1122)
  • Fixed parseWithZod and parseWithValibot incorrectly treating falsy result values as errors (#1115)

New Contributors

Full Changelog: edmundhung/conform@v1.15.0...v1.15.1

v1.15.0

What's Changed

  • Added a getFieldValue helper to extract and validate field values from FormData or URLSearchParams. (#1112)

    import { getFieldValue } from '@conform-to/react/future';
    // Basic: returns unknown
    const email = getFieldValue(formData, 'email');
    // With type guard: returns string, throws if not a string
    const name = getFieldValue(formData, 'name', { type: 'string' });
    // File type: returns File, throws if not a File
    const avatar = getFieldValue(formData, 'avatar', { type: 'file' });
    // Object type: parses nested fields into { city: unknown, ... }
    const address = getFieldValue<Address>(formData, 'address', { type: 'object' });
    // Array: returns unknown[]
    const tags = getFieldValue(formData, 'tags', { array: true });
    // Array of objects: returns Array&lt;{ name: unknown, ... }&gt;
    const items = getFieldValue<Item[]>(formData, 'items', {
    type: 'object',
    array: true,
    });
    // Optional: returns string | undefined, no error if missing
    const bio = getFieldValue(formData, 'bio', { type: 'string', optional: true });

    It also infers types from the field name:

... (truncated)

Commits
  • e1f9169 release: bump packages version (#1123)
  • 2321244 fix(conform-dom): don't report a null error in createSubmission when the valu...
  • c4dc258 fix(conform-to/zod) add support for nullable constraints in getZodConstraint ...
  • a7c9e99 release: bump packages version (#1119)
  • See full diff in compare view

Updates @t3-oss/env-nextjs from 0.13.8 to 0.13.10

Changelog

Sourced from @​t3-oss/env-nextjs's changelog.

0.13.10

Patch Changes

  • Updated dependencies [a778bf3]:
    • @​t3-oss/env-core@​0.13.10

0.13.9

Patch Changes

  • Updated dependencies [5987d5a]:
    • @​t3-oss/env-core@​0.13.9
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​t3-oss/env-nextjs since your current version.


Updates @tabler/icons-react from 3.35.0 to 3.36.1

Release notes

Sourced from @​tabler/icons-react's releases.

Releace 3.36.1

Changed

  • 2,433 icons have been optimized and fixed
  • outline/brand-adobe-premieroutline/brand-adobe-premiere (typo fix)

Fixed

  • React (@tabler/icons-react): Fixed TypeScript type definition for TablerIcon to properly handle ref forwarding
  • Webfont (@tabler/icons-webfont): Fixed font generation - icons now render correctly in webfont format

Release 3.36.0

18 new icons:

  • outline/alphabet-polish
  • outline/alphabet-runes
  • outline/blind
  • outline/brand-tabnine
  • outline/circle-asterisk
  • outline/deaf
  • outline/hexagon-asterisk
  • outline/ripple-down
  • outline/ripple-up
  • outline/rosette-asterisk
  • outline/settings-ai
  • outline/sparkles-2
  • outline/square-rotated-asterisk
  • outline/subtitles-ai
  • outline/subtitles-edit
  • outline/subtitles-off
  • outline/subtitles
  • outline/whisk

Fixed icons

Fixed over 2000 icons with improved category formatting, consistent newline usage, and enhanced accessibility tags.

New features

  • Svelte 5 (Runes) support: Added new @tabler/icons-svelte-runes package for Svelte 5 with Runes syntax
  • GitHub Actions workflow: Added automated workflow to sync icons to CDN
  • Enhanced accessibility: All outline icons now have proper categories and tags for improved accessibility

Performance improvements

  • Optimized build process: Refactored build-outline.mjs with:
    • Increased concurrency from 32 to 64 for faster processing
    • Parallel file processing and copying

... (truncated)

Commits
  • 0094572 Release 3.36.1
  • 7358779 Remove eleventy-sass dependency and update @​tabler/icons references to use wo...
  • 2702274 Update package dependencies and configurations (#1447)
  • 78e46e4 Added type checks in icons-react tests and ensured consistent dependency ma...
  • f76e44c Release 3.36.0
  • a6f86a0 Fix ref types in icons-react (#1394)
  • See full diff in compare view

Updates drizzle-orm from 0.45.0 to 0.45.1

Release notes

Sourced from drizzle-orm's releases.

0.45.1

  • Fixed pg-native Pool detection in node-postgres transactions breaking in environments with forbidden require() (#5107)
Commits
  • a086f59 Fixed pg-native Pool detection in node-postgres transactions breaking in envi...
  • See full diff in compare view

Updates framer-motion from 12.23.25 to 12.23.28

Changelog

Sourced from framer-motion's changelog.

[12.23.28] 2026-01-05

Fixed

  • Fixing MotionStyle type with React 19 when skipLibCheck is false.
  • Add guard for process check for better compat with ESM environments.

[12.23.27] 2026-01-05

Fixed

  • Improved Intellisense detection for motion import.
  • Adding sourcemaps to release.

[12.23.26] 2025-12-10

Fixed

  • Moved initialisation of default scale correctors to allow for overwriting existing correctors.
Commits
  • c751fae v12.23.28
  • 8357951 Merge pull request #3438 from motiondivision/claude/fix-issue-3417-kQuRg
  • 52d3377 Fix toThrow matcher to use regex instead of stringContaining
  • fe52cd8 Updating changelog
  • 19ef520 Add tests for errors module
  • d93262c Merge pull request #3436 from motiondivision/claude/fix-issue-3422-OT6Ej
  • 2190c34 Merge pull request #3437 from motiondivision/claude/remove-env-key-PWhHt
  • 7a78368 Fix ReferenceError: process is not defined in native browser ESM
  • 5e2dd4c Remove exposed .env file and add to .gitignore
  • ceda930 Fix MotionStyle type conflict with React 19 CSSProperties
  • Additional commits viewable in compare view

Updates react from 19.2.1 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates react-dom from 19.2.1 to 19.2.3

Release notes

Sourced from react-dom's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates zod from 4.1.13 to 4.3.5

Release notes

Sourced from zod's releases.

v4.3.5

Commits:

  • 21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (#5595)
  • e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking
  • 0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5

v4.3.4

Commits:

  • 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
  • e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
  • 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
  • decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
  • 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
  • 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
  • b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4

v4.3.3

Commits:

  • f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3

v4.3.2

Commits:

  • bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
  • f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
  • 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2

v4.3.1

Commits:

  • 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1

v4.3.0

This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.

z.fromJSONSchema()

Convert JSON Schema to Zod (#5534, #5586)

You can now convert JSON Schema definitions directly into Zod schemas. This function supports JSON Schema "draft-2020-12", "draft-7", "draft-4", and OpenAPI 3.0.

import * as z from "zod";
const schema = z.fromJSONSchema({
type: "object",
properties: {
</tr></table>

... (truncated)

Commits

Updates @trivago/prettier-plugin-sort-imports from 6.0.0 to 6.0.1

Release notes

Sourced from @​trivago/prettier-plugin-sort-imports's releases.

v6.0.1

What's Changed

Full Changelog: trivago/prettier-plugin-sort-imports@v6.0.0...v6.0.1

Changelog

Sourced from @​trivago/prettier-plugin-sort-imports's changelog.

6.0.1

Bug fixes

  • Fix Svelte export snippet parsing #390 - Fixed by adding support for new Svelte snippet syntax
Commits

Updates eslint from 9.39.1 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

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 <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 updates group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@conform-to/react](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-react) | `1.14.1` | `1.15.1` |
| [@conform-to/zod](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-zod) | `1.14.1` | `1.15.1` |
| [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) | `0.13.8` | `0.13.10` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.35.0` | `3.36.1` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.45.0` | `0.45.1` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.23.25` | `12.23.28` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.1` | `19.2.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.1` | `19.2.3` |
| [zod](https://github.com/colinhacks/zod) | `4.1.13` | `4.3.5` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `6.0.0` | `6.0.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` |



Updates `@conform-to/react` from 1.14.1 to 1.15.1
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.15.1/packages/conform-react)

Updates `@conform-to/zod` from 1.14.1 to 1.15.1
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.15.1/packages/conform-zod)

Updates `@t3-oss/env-nextjs` from 0.13.8 to 0.13.10
- [Release notes](https://github.com/t3-oss/t3-env/releases)
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/env-nextjs@0.13.10/packages/nextjs)

Updates `@tabler/icons-react` from 3.35.0 to 3.36.1
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.36.1/packages/icons-react)

Updates `drizzle-orm` from 0.45.0 to 0.45.1
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.45.0...0.45.1)

Updates `framer-motion` from 12.23.25 to 12.23.28
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.25...v12.23.28)

Updates `react` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `zod` from 4.1.13 to 4.3.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.13...v4.3.5)

Updates `@trivago/prettier-plugin-sort-imports` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](trivago/prettier-plugin-sort-imports@v6.0.0...v6.0.1)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.1...v9.39.2)

---
updated-dependencies:
- dependency-name: "@conform-to/react"
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@conform-to/zod"
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@t3-oss/env-nextjs"
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: drizzle-orm
  dependency-version: 0.45.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: framer-motion
  dependency-version: 12.23.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: zod
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: 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 Jan 5, 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.

1 participant