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

Bump the production-dependencies group with 3 updates #1168

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2024

Bumps the production-dependencies group with 3 updates: @bufbuild/protobuf, antd and recharts.

Updates @bufbuild/protobuf from 1.10.0 to 2.2.2

Release notes

Sourced from @​bufbuild/protobuf's releases.

v2.2.2

What's Changed

New Contributors

Full Changelog: bufbuild/protobuf-es@v2.2.1...v2.2.2

v2.2.1

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: bufbuild/protobuf-es@v2.1.0...v2.2.0

v2.1.0

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.0.0...v2.1.0

v2.0.0

What's new in version 2

To support Protobuf editions, we have to make breaking changes that also affect users of proto2 and proto3. This prompted us to make more extensive changes that take feedback from version 1 into account:

We no longer use classes. Instead, we generate a schema object and a type for every message. To create a new instance, to serialize, and for other concerns, we provide functions. Here is a simple example:

import { create, toBinary } from "@bufbuild/protobuf";
import { UserSchema } from "./gen/example_pb";
let user = create(UserSchema, {
firstName: "Homer",
lastName: "Simpson",
active: true,
});
</tr></table>

... (truncated)

Commits

Updates antd from 5.21.5 to 5.21.6

Release notes

Sourced from antd's releases.

5.21.6

  • 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. #51210
  • 🐞 Fix the Button icon was not vertically centered. #51381
  • 🐞 Fix the pointer style not set to not-allowed in the disabled state when variant of the Input was set to borderless. #51387 @​ustcfury
  • Splitter
    • 💄 Improve the pre-rendered style of Splitter under SSR. #51378
    • 💄 Increased the click area of ​​the Splitter collapse button to improve usability. #51383 @​aojunhao123
  • 💄 Improve Checkbox indeterminate to enhance accessibility experience. #51350 @​SpaNb4
  • 💄 Improve the title of the Empty preset svg image to improve accessibility experience. #51368

  • 🐞 修复 Tree.DirectoryTree 交互区域不是整行的问题。#51210
  • 🐞 修复 Button 图标未垂直居中的问题。#51381
  • 🐞 修复 Input 组件 variant 设置 borderless 时,disabled 状态下指针样式未设置 not-allowed 的问题。#51387 @​ustcfury
  • Splitter
    • 💄 优化 Splitter 在 SSR 下预渲染的样式。#51378
    • 💄 增大 Splitter 折叠按钮点击区域,提高可用性。#51383 @​aojunhao123
  • 💄 优化 Checkbox indeterminate 提升无障碍体验。#51350 @​SpaNb4
  • 💄 优化 Empty 预设 svg 图片的 title 提升无障碍体验。#51368
Changelog

Sourced from antd's changelog.

5.21.6

2024-10-28

  • 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. #51210
  • 🐞 Fix the Button icon was not vertically centered. #51381
  • 🐞 Fix the pointer style not set to not-allowed in the disabled state when variant of the Input was set to borderless. #51387 @​ustcfury
  • Splitter
    • 💄 Improve the pre-rendered style of Splitter under SSR. #51378
    • 💄 Increased the click area of ​​the Splitter collapse button to improve usability. #51383 @​aojunhao123
  • 💄 Improve Checkbox indeterminate to enhance accessibility experience. #51350 @​SpaNb4
  • 💄 Improve the title of the Empty preset svg image to improve accessibility experience. #51368
Commits

Updates recharts from 2.13.0 to 2.13.3

Release notes

Sourced from recharts's releases.

v2.13.3

What's Changed

Small change which may (or may not) help when using ResponsiveContainer with React 19. Worth a shot.

!! react-is override is still needed for React 19 to work correctly with recharts !! - see recharts/recharts#4558

Fix

Full Changelog: recharts/recharts@v2.13.2...v2.13.3

v2.13.2

What's Changed

  • Another fix from 2.13. Categorical charts should have their ref props back.

Fix

Full Changelog: recharts/recharts@v2.13.1...v2.13.2

v2.13.1

What's Changed

  • Small bug fixes from the 2.13 release

Fix

New Contributors

Full Changelog: recharts/recharts@v2.13.0...v2.13.1

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

@dependabot dependabot bot added dependency javascript Pull requests that update Javascript code labels Nov 2, 2024
Bumps the production-dependencies group with 3 updates: [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf), [antd](https://github.com/ant-design/ant-design) and [recharts](https://github.com/recharts/recharts).


Updates `@bufbuild/protobuf` from 1.10.0 to 2.2.2
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.2/packages/protobuf)

Updates `antd` from 5.21.5 to 5.21.6
- [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.21.5...5.21.6)

Updates `recharts` from 2.13.0 to 2.13.3
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.13.0...v2.13.3)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: recharts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-c3a60ddfd8 branch from 13f63ef to 494d685 Compare November 3, 2024 06:15
@mpapenbr mpapenbr merged commit 50e0a8e into main Nov 8, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-c3a60ddfd8 branch November 8, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant