Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the sub-major group with 14 updates #2330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the sub-major group with 14 updates:

Package From To
@ant-design/icons 5.5.2 5.6.0
@auth0/auth0-react 2.2.4 2.3.0
antd 5.22.7 5.23.3
markdown-to-jsx 7.7.2 7.7.3
openai 4.77.0 4.82.0
react-bootstrap 2.10.7 2.10.9
react-markdown 9.0.1 9.0.3
@babel/preset-env 7.26.0 7.26.7
@testing-library/react 16.1.0 16.2.0
@testing-library/user-event 14.5.2 14.6.1
eslint-plugin-jest 28.10.0 28.11.0
eslint-plugin-react 7.37.3 7.37.4
lint-staged 15.3.0 15.4.3
typescript 5.7.2 5.7.3

Updates @ant-design/icons from 5.5.2 to 5.6.0

Commits

Updates @auth0/auth0-react from 2.2.4 to 2.3.0

Release notes

Sourced from @​auth0/auth0-react's releases.

v2.3.0

What's Changed

New Contributors

Full Changelog: auth0/auth0-react@v2.2.4...v2.3.0

Changelog

Sourced from @​auth0/auth0-react's changelog.

v2.3.0 (2025-01-21)

Full Changelog

Added

Changed

Fixed

Removed

Security

Commits

Updates antd from 5.22.7 to 5.23.3

Release notes

Sourced from antd's releases.

5.23.3

Last version of the Dragon Year, Happy Chinese New Year! 🐲

  • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @​aojunhao123
  • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @​CaptainVolcom
  • 🐞 Fix Button throwing error when loading is null. #52508 @​li-jia-nan
  • 🐞 Fix Table last row border color transition issue. #52549 @​DDDDD12138
  • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @​aojunhao123
  • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @​zombieJ
  • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @​afc163
  • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @​aojunhao123
  • notification
    • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @​typenoob
    • 🐞 Fix notification component display flicker issue under App component. #52499 @​afc163
  • RTL

龙年最后一版,祝各位新春愉快!🐲

  • ⌨️ MISC: 为所有组件的示例添加了可访问性测试,确保符合无障碍标准。并优化了部分组件的可访问性支持,改进了对屏幕阅读器和键盘操作的兼容性。#51372 @​aojunhao123
  • 🐞 MISC: 修复导入 antd/dist/reset.css 文件的问题。#52559 @​CaptainVolcom
  • 🐞 修复 Button loadingnull 时抛错的问题。#52508 @​li-jia-nan
  • 🐞 修复 Table 最后一行边框颜色过渡问题。#52549 @​DDDDD12138
  • 💄 修复 Cascader 组件禁用状态下复选框的鼠标指针样式问题。#52539 @​aojunhao123
  • 💄 修复 ConfigProvider 在 StyleProvider 配置 layer 时不会正确修改图标对应样式优先级的问题。#52533 @​zombieJ
  • 🐞 修复 Layout 切换侧边栏按钮在非 cssVar 模式下样式丢失的问题。. #52537 @​afc163
  • 🐞 修复 Tree 组件禁用状态下复选框的鼠标指针样式问题。#52525 @​aojunhao123
  • notification
    • 🐞 修复 notification useNotificationcloseIcon 配置无效的问题。#52516 @​typenoob
    • 🐞 修复 notification 组件在 App 组件下的显示闪烁问题。#52499 @​afc163
  • RTL

5.23.2

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #52489
  • 💄 Fix the Layout switching sidebar button style was lost. #52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #52402 @​aojunhao123
  • TypeScript
    • 🤖 MISC: Optimize PurePanel to use React.ComponentType type. #52480
    • 🤖 Fix missing token type for Skeleton and Rate. #52406 @​coding-ice

... (truncated)

Changelog

Sourced from antd's changelog.

5.23.3

2025-01-28

Last version of the Dragon Year, Happy Chinese New Year! 🐲

  • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @​aojunhao123
  • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @​CaptainVolcom
  • 🐞 Fix Button throwing error when loading is null. #52508 @​li-jia-nan
  • 🐞 Fix Table last row border color transition issue. #52549 @​DDDDD12138
  • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @​aojunhao123
  • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @​zombieJ
  • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @​afc163
  • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @​aojunhao123
  • notification
    • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @​typenoob
    • 🐞 Fix notification component display flicker issue under App component. #52499 @​afc163
  • RTL

5.23.2

2025-01-20

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #52489
  • 💄 Fix the Layout switching sidebar button style was lost. #52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #52402 @​aojunhao123
  • TypeScript
    • 🤖 MISC: Optimize PurePanel to use React.ComponentType type. #52480
    • 🤖 Fix missing token type for Skeleton and Rate. #52406 @​coding-ice

5.23.1

2025-01-13

  • 🆕 Add Tree leaf node className for differentiate node type. #52274 @​EmilyyyLiu
  • 🐞 Fix DatePicker switch buttons is not hidden when superPrevIcon/superNextIcon/prevIcon/nextIcon is null. #52327 @​afc163
  • 🐞 Fix Select throws error not a valid selector in Jest tests. #51844 @​renovate
  • 🐞 Fix Layout.Sider under ConfigProvider directly, the theme not working. #52302 @​zombieJ
  • 🐞 Fix Splitter lost previous state when re-expanding. #52222 @​jjlstruggle
  • 🐞 Fix Table unexpected row selections when set checkStrictly to false in tree mode. #52338 @​LeeSSHH
  • Button
    • 🐞 Fix Button alignment and icon centering by adjusting the icon size for icon-only Buttons. #52353 @​afc163
    • 💄 Fix Button missing box-shadow style. #52304 @​zombieJ

... (truncated)

Commits

Updates markdown-to-jsx from 7.7.2 to 7.7.3

Release notes

Sourced from markdown-to-jsx's releases.

v7.7.3

Patch Changes

  • 8026103: Handle paragraph splitting better, fixes #641.
  • 1ea00bb: Adjust table row parsing to better handle inline syntaxes and improve performance.
Changelog

Sourced from markdown-to-jsx's changelog.

7.7.3

Patch Changes

  • 8026103: Handle paragraph splitting better, fixes #641.
  • 1ea00bb: Adjust table row parsing to better handle inline syntaxes and improve performance.
Commits

Updates openai from 4.77.0 to 4.82.0

Release notes

Sourced from openai's releases.

v4.82.0

4.82.0 (2025-01-31)

Full Changelog: v4.81.0...v4.82.0

Features

Bug Fixes

  • examples/realtime: remove duplicate session.update call (#1293) (ad800b4)
  • types: correct metadata type + other fixes (378e2f7)

v4.81.0

4.81.0 (2025-01-29)

Full Changelog: v4.80.1...v4.81.0

Features

v4.80.1

4.80.1 (2025-01-24)

Full Changelog: v4.80.0...v4.80.1

Bug Fixes

  • azure: include retry count header (3e0ba40)

Documentation

  • fix typo, "zodFunctionTool" -> "zodFunction" (#1128) (b7ab6bb)
  • helpers: fix type annotation (fc019df)
  • readme: fix realtime errors docs link (#1286) (d1d50c8)

v4.80.0

4.80.0 (2025-01-22)

Full Changelog: v4.79.4...v4.80.0

Features

  • api: update enum values, comments, and examples (#1280) (d38f2c2)

v4.79.4

... (truncated)

Changelog

Sourced from openai's changelog.

4.82.0 (2025-01-31)

Full Changelog: v4.81.0...v4.82.0

Features

Bug Fixes

  • examples/realtime: remove duplicate session.update call (#1293) (ad800b4)
  • types: correct metadata type + other fixes (378e2f7)

4.81.0 (2025-01-29)

Full Changelog: v4.80.1...v4.81.0

Features

4.80.1 (2025-01-24)

Full Changelog: v4.80.0...v4.80.1

Bug Fixes

  • azure: include retry count header (3e0ba40)

Documentation

  • fix typo, "zodFunctionTool" -> "zodFunction" (#1128) (b7ab6bb)
  • helpers: fix type annotation (fc019df)
  • readme: fix realtime errors docs link (#1286) (d1d50c8)

4.80.0 (2025-01-22)

Full Changelog: v4.79.4...v4.80.0

Features

  • api: update enum values, comments, and examples (#1280) (d38f2c2)

4.79.4 (2025-01-21)

Full Changelog: v4.79.3...v4.79.4

Bug Fixes

... (truncated)

Commits

Updates react-bootstrap from 2.10.7 to 2.10.9

Release notes

Sourced from react-bootstrap's releases.

v2.10.9

2.10.9 (2025-01-30)

Bug Fixes

v2.10.8

2.10.8 (2025-01-21)

Bug Fixes

Changelog

Sourced from react-bootstrap's changelog.

2.10.9 (2025-01-30)

Bug Fixes

2.10.8 (2025-01-21)

Bug Fixes

Commits

Updates react-markdown from 9.0.1 to 9.0.3

Release notes

Sourced from react-markdown's releases.

9.0.3

(same as 9.0.2 but now with d.ts files)

Full Changelog: remarkjs/react-markdown@9.0.2...9.0.3

9.0.2

Types

Miscellaneous

Full Changelog: remarkjs/react-markdown@9.0.1...9.0.2

Commits

Updates @babel/preset-env from 7.26.0 to 7.26.7

Release notes

Sourced from @​babel/preset-env's releases.

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functionsDescription has been truncated

Bumps the sub-major group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@ant-design/icons](https://github.com/ant-design/ant-design-icons) | `5.5.2` | `5.6.0` |
| [@auth0/auth0-react](https://github.com/auth0/auth0-react) | `2.2.4` | `2.3.0` |
| [antd](https://github.com/ant-design/ant-design) | `5.22.7` | `5.23.3` |
| [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) | `7.7.2` | `7.7.3` |
| [openai](https://github.com/openai/openai-node) | `4.77.0` | `4.82.0` |
| [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | `2.10.7` | `2.10.9` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.0.1` | `9.0.3` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.7` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.1.0` | `16.2.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.10.0` | `28.11.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.3` | `7.37.4` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.3.0` | `15.4.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |


Updates `@ant-design/icons` from 5.5.2 to 5.6.0
- [Commits](https://github.com/ant-design/ant-design-icons/commits)

Updates `@auth0/auth0-react` from 2.2.4 to 2.3.0
- [Release notes](https://github.com/auth0/auth0-react/releases)
- [Changelog](https://github.com/auth0/auth0-react/blob/main/CHANGELOG.md)
- [Commits](auth0/auth0-react@v2.2.4...v2.3.0)

Updates `antd` from 5.22.7 to 5.23.3
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.22.7...5.23.3)

Updates `markdown-to-jsx` from 7.7.2 to 7.7.3
- [Release notes](https://github.com/quantizor/markdown-to-jsx/releases)
- [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md)
- [Commits](quantizor/markdown-to-jsx@v7.7.2...v7.7.3)

Updates `openai` from 4.77.0 to 4.82.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@v4.77.0...v4.82.0)

Updates `react-bootstrap` from 2.10.7 to 2.10.9
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v2.10.7...v2.10.9)

Updates `react-markdown` from 9.0.1 to 9.0.3
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@9.0.1...9.0.3)

Updates `@babel/preset-env` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env)

Updates `@testing-library/react` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.1.0...v16.2.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `eslint-plugin-jest` from 28.10.0 to 28.11.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.10.0...v28.11.0)

Updates `eslint-plugin-react` from 7.37.3 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.3...v7.37.4)

Updates `lint-staged` from 15.3.0 to 15.4.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.3.0...v15.4.3)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@ant-design/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@auth0/auth0-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: markdown-to-jsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: react-bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sub-major
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sub-major
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sub-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2025
Copy link

vercel bot commented Feb 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
policyengine-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2025 10:43am

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
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants