Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-update group with 4 updates: openai, zod, @pandacss/dev and @typescript-eslint/eslint-plugin.

Updates openai from 6.15.0 to 6.16.0

Release notes

Sourced from openai's releases.

v6.16.0

6.16.0 (2026-01-09)

Full Changelog: v6.15.0...v6.16.0

Features

  • api: add new Response completed_at prop (ca40534)
  • ci: add breaking change detection workflow (a6f3dea)

Chores

  • break long lines in snippets into multiline (80dee2f)
  • internal: codegen related update (b2fac3e)
Changelog

Sourced from openai's changelog.

6.16.0 (2026-01-09)

Full Changelog: v6.15.0...v6.16.0

Features

  • api: add new Response completed_at prop (ca40534)
  • ci: add breaking change detection workflow (a6f3dea)

Chores

  • break long lines in snippets into multiline (80dee2f)
  • internal: codegen related update (b2fac3e)
Commits
  • 44b7ac2 Merge pull request #1731 from openai/release-please--branches--master--change...
  • e3059f7 release: 6.16.0
  • ca40534 feat(api): add new Response completed_at prop
  • 80dee2f chore: break long lines in snippets into multiline
  • a6f3dea feat(ci): add breaking change detection workflow
  • f8828b7 Merge pull request #728 from stainless-sdks/cameron/detect-agents-breaks
  • 8568b31 Merge branch 'next' into cameron/detect-agents-breaks
  • b2fac3e chore(internal): codegen related update
  • afd032e chore: fix previous commit
  • 999b0b7 chore: Make fixes to CI from comments
  • Additional commits viewable in compare view

Updates zod from 4.2.1 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 @pandacss/dev from 1.7.1 to 1.8.0

Release notes

Sourced from @​pandacss/dev's releases.

@​pandacss/dev@​1.8.0

Minor Changes

  • d7e46e0: MCP Server [NEW]: Added MCP server that exposes tools for AI agents.

    panda init-mcp

    Available tools: get_tokens, get_semantic_tokens, get_recipes, get_patterns, get_conditions, get_text_styles, get_layer_styles, get_keyframes, get_config, get_usage_report.

Patch Changes

  • Updated dependencies [d7e46e0]
    • @​pandacss/mcp@​1.8.0
    • @​pandacss/config@​1.8.0
    • @​pandacss/logger@​1.8.0
    • @​pandacss/node@​1.8.0
    • @​pandacss/postcss@​1.8.0
    • @​pandacss/preset-base@​1.8.0
    • @​pandacss/preset-panda@​1.8.0
    • @​pandacss/shared@​1.8.0
    • @​pandacss/token-dictionary@​1.8.0
    • @​pandacss/types@​1.8.0

@​pandacss/dev@​1.7.3

Patch Changes

  • Updated dependencies [ac2fb5c]
    • @​pandacss/preset-base@​1.7.3
    • @​pandacss/config@​1.7.3
    • @​pandacss/node@​1.7.3
    • @​pandacss/postcss@​1.7.3
    • @​pandacss/logger@​1.7.3
    • @​pandacss/preset-panda@​1.7.3
    • @​pandacss/shared@​1.7.3
    • @​pandacss/token-dictionary@​1.7.3
    • @​pandacss/types@​1.7.3

@​pandacss/dev@​1.7.2

Patch Changes

  • Updated dependencies [af2d06b]
    • @​pandacss/node@​1.7.2
    • @​pandacss/postcss@​1.7.2
    • @​pandacss/config@​1.7.2
    • @​pandacss/logger@​1.7.2
    • @​pandacss/preset-base@​1.7.2
    • @​pandacss/preset-panda@​1.7.2

... (truncated)

Changelog

Sourced from @​pandacss/dev's changelog.

1.8.0

Minor Changes

  • d7e46e0: MCP Server [NEW]: Added MCP server that exposes tools for AI agents.

    panda init-mcp

    Available tools: get_tokens, get_semantic_tokens, get_recipes, get_patterns, get_conditions, get_text_styles, get_layer_styles, get_keyframes, get_config, get_usage_report.

Patch Changes

  • Updated dependencies [d7e46e0]
    • @​pandacss/mcp@​1.8.0
    • @​pandacss/config@​1.8.0
    • @​pandacss/logger@​1.8.0
    • @​pandacss/node@​1.8.0
    • @​pandacss/postcss@​1.8.0
    • @​pandacss/preset-base@​1.8.0
    • @​pandacss/preset-panda@​1.8.0
    • @​pandacss/shared@​1.8.0
    • @​pandacss/token-dictionary@​1.8.0
    • @​pandacss/types@​1.8.0

1.7.3

Patch Changes

  • Updated dependencies [ac2fb5c]
    • @​pandacss/preset-base@​1.7.3
    • @​pandacss/config@​1.7.3
    • @​pandacss/node@​1.7.3
    • @​pandacss/postcss@​1.7.3
    • @​pandacss/logger@​1.7.3
    • @​pandacss/preset-panda@​1.7.3
    • @​pandacss/shared@​1.7.3
    • @​pandacss/token-dictionary@​1.7.3
    • @​pandacss/types@​1.7.3

1.7.2

Patch Changes

  • Updated dependencies [af2d06b]
    • @​pandacss/node@​1.7.2
    • @​pandacss/postcss@​1.7.2
    • @​pandacss/config@​1.7.2

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.50.0 to 8.52.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

8.50.1 (2025-12-22)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: add namespace to plugin meta (#11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)

❤️ Thank You

... (truncated)

Commits
  • 9ddd571 chore(release): publish 8.52.0
  • 6b467b0 docs: add blog post on revamping the ban-types rule (#11873)
  • 309a38e fix(eslint-plugin): [no-base-to-string] detect @@​toPrimitive and valueOf (#11...
  • cf79108 fix(eslint-plugin): [no-useless-default-assignment] handle conditional initia...
  • a166cea feat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#11899)
  • d1b44c0 chore(deps): update nx monorepo to v22.3.3 (#11848)
  • 95c7c73 chore: update deps to latest minor/patch (#11921)
  • 45a7d2b chore(typescript-estree): use iterateComments() from ts-api-utils v2.3 (#11...
  • e4c57f5 chore(release): publish 8.51.0
  • c7b698b feat(eslint-plugin): add namespace to plugin meta (#11885)
  • 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 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 minor-update group with 4 updates: [openai](https://github.com/openai/openai-node), [zod](https://github.com/colinhacks/zod), [@pandacss/dev](https://github.com/chakra-ui/panda/tree/HEAD/packages/cli) and [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin).


Updates `openai` from 6.15.0 to 6.16.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.15.0...v6.16.0)

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

Updates `@pandacss/dev` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/chakra-ui/panda/releases)
- [Changelog](https://github.com/chakra-ui/panda/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/panda/commits/@pandacss/dev@1.8.0/packages/cli)

Updates `@typescript-eslint/eslint-plugin` from 8.50.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-update
- dependency-name: zod
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-update
- dependency-name: "@pandacss/dev"
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-update
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-update
...

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 12, 2026
@Benzou65 Benzou65 merged commit 86b9ba4 into main Jan 15, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-update-468b2b119a branch January 15, 2026 09:18
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.

2 participants