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 4 updates #1099

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the production-dependencies group with 4 updates: @apollo/client, antd, graphql and web-vitals.

Updates @apollo/client from 3.10.4 to 3.10.5

Release notes

Sourced from @​apollo/client's releases.

v3.10.5

Patch Changes

  • #11888 7fb7939 Thanks @​phryneas! - switch useRenderGuard to an approach not accessing React's internals

  • #11511 6536369 Thanks @​phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

  • #11860 8740f19 Thanks @​alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

  • #11852 d502a69 Thanks @​phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

  • #11329 3d164ea Thanks @​PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

  • #11852 d502a69 Thanks @​phryneas! - Prevent writing to a ref in render in useMutation. As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

  • #11848 ad63924 Thanks @​phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

  • #11851 45c47be Thanks @​phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

  • #11877 634d91a Thanks @​phryneas! - Add missing name to tuple member (fix TS5084)

  • #11851 45c47be Thanks @​phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

Changelog

Sourced from @​apollo/client's changelog.

3.10.5

Patch Changes

  • #11888 7fb7939 Thanks @​phryneas! - switch useRenderGuard to an approach not accessing React's internals

  • #11511 6536369 Thanks @​phryneas! - useLoadableQuery: ensure that loadQuery is updated if the ApolloClient instance changes

  • #11860 8740f19 Thanks @​alessbell! - Fixes #11849 by reevaluating window.fetch each time BatchHttpLink uses it, if not configured via options.fetch. Takes the same approach as PR #8603 which fixed the same issue in HttpLink.

  • #11852 d502a69 Thanks @​phryneas! - Fix a bug where calling the useMutation reset function would point the hook to an outdated client reference.

  • #11329 3d164ea Thanks @​PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string

  • #11852 d502a69 Thanks @​phryneas! - Prevent writing to a ref in render in useMutation. As a result, you might encounter problems in the future if you call the mutation's execute function during render. Please note that this was never supported behavior, and we strongly recommend against it.

  • #11848 ad63924 Thanks @​phryneas! - Ensure covariant behavior: MockedResponse<X,Y> should be assignable to MockedResponse

  • #11851 45c47be Thanks @​phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.

  • #11877 634d91a Thanks @​phryneas! - Add missing name to tuple member (fix TS5084)

  • #11851 45c47be Thanks @​phryneas! - Fix a bug where useLazyQuery would not pick up a client change.

Commits

Updates antd from 5.18.0 to 5.18.1

Release notes

Sourced from antd's releases.

5.18.1

  • Typography
    • 🐞 Fix Typography component's ellipsis not working properly in pre tag. #49168 @​nova1751
    • 🐞 Fix Typography ellipsis sometimes not working in Safari. #49221
  • 🐞 Fix Space size setting to 0 did not take effect. #49192 @​coding-ice
  • 🐞 Fix padding of Progress text is invalid in cssinjs. #49250 @​vagusX
  • 🐞 Fix Modal close button's zIndex being incorrect in cssVar mode. #49238
  • 🐞 Fix Image width height being applied to preview images. #49259 @​nova1751
  • 🐞 Fix the icon of the Pagination page switcher disappears when hovering. #49262
  • 🐞 Fix Mentions not responding to Enter event when loading=true. #49292 @​wanpan11
  • 🐞 Fix Notification did not inherit App config properties. #49339 @​hemengke1997
  • 💄 Fix the text color of Drawer was incorrect in dark mode. #49217
  • 💄 Fix the style was not visible and the percent progress was not passed when customizing the indicator of Spin. #49211 @​wanpan11
  • DatePicker
    • 🐞 Fix the placement property of DatePicker/TimePicker was invalid. #49303
    • 💄 Fix the content in the DatePicker header area is not centered. #49332
  • TypeScript
  • 🌐 Locales

  • Typography
    • 🐞 修复 Typography 组件的 ellipsispre 标签中没有正常工作的问题。#49168 @​nova1751
    • 🐞 修复 Typography ellipsis 在 Safari 中有时不生效的问题。#49221
  • 🐞 修复 Space size 设置 0 不生效的问题。#49192 @​coding-ice
  • 🐞 修复 Progress 文本的 padding 在 cssinjs 下单位失效问题。#49250 @​vagusX
  • 🐞 修复 Modal 关闭按钮的 zIndexcssVar 模式下不正确的问题。#49238
  • 🐞 修复 Image width height 被应用到预览图片上的问题。#49259 @​nova1751
  • 🐞 修复 Pagination 页码切换器 hover 时图标消失的问题。#49262
  • 🐞 修复 Mentions 当 loading=true 时不响应 Enter 事件的问题。#49292 @​wanpan11
  • 🐞 修复 Notification 没有继承 App config 属性的问题。#49339 @​hemengke1997
  • 💄 修复 Drawer 在暗黑模式下,文本颜色不正确的问题。#49217
  • 💄 修复 Spin 自定义 indicator 时,样式不可见以及 percent 进度没有传递的问题。#49211 @​wanpan11
  • DatePicker
    • 🐞 修复 DatePicker/TimePicker placement 属性失效的问题。#49303
    • 💄 修复 DatePicker 头部区域内容不居中对齐的问题。#49332
  • TypeScript
  • 🌐 国际化
Changelog

Sourced from antd's changelog.

5.18.1

2024-06-12

  • Typography
    • 🐞 Fix Typography component's ellipsis not working properly in pre tag. #49168 @​nova1751
    • 🐞 Fix Typography ellipsis sometimes not working in Safari. #49221
  • 🐞 Fix Space size setting to 0 did not take effect. #49192 @​coding-ice
  • 🐞 Fix padding of Progress text is invalid in cssinjs. #49250 @​vagusX
  • 🐞 Fix Modal close button's zIndex being incorrect in cssVar mode. #49238
  • 🐞 Fix Image width height being applied to preview images. #49259 @​nova1751
  • 🐞 Fix the icon of the Pagination page switcher disappears when hovering. #49262
  • 🐞 Fix Mentions not responding to Enter event when loading=true. #49292 @​wanpan11
  • 🐞 Fix Notification did not inherit App config properties. #49339 @​hemengke1997
  • 💄 Fix the text color of Drawer was incorrect in dark mode. #49217
  • 💄 Fix the style was not visible and the percent progress was not passed when customizing the indicator of Spin. #49211 @​wanpan11
  • DatePicker
    • 🐞 Fix the placement property of DatePicker/TimePicker was invalid. #49303
    • 💄 Fix the content in the DatePicker header area is not centered. #49332
  • TypeScript
  • 🌐 Locales
Commits

Updates graphql from 16.8.1 to 16.8.2

Release notes

Sourced from graphql's releases.

v16.8.2 (2024-06-12)

Bug Fix 🐞* #4022 fix: remove globalThis check and align with what bundlers can accept (@​JoviDeCroock)

Internal 🏠* #4104 Fix publish scripts (@​benjie)

Committers: 2

Commits
Maintainer changes

This version was pushed to npm by benjie, a new releaser for graphql since your current version.


Updates web-vitals from 4.1.0 to 4.1.1

Changelog

Sourced from web-vitals's changelog.

v4.1.1 (2024-06-10)

  • Fix pending LoAF cleanup logic (#493)
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 production-dependencies group with 4 updates: [@apollo/client](https://github.com/apollographql/apollo-client), [antd](https://github.com/ant-design/ant-design), [graphql](https://github.com/graphql/graphql-js) and [web-vitals](https://github.com/GoogleChrome/web-vitals).


Updates `@apollo/client` from 3.10.4 to 3.10.5
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.10.4...v3.10.5)

Updates `antd` from 5.18.0 to 5.18.1
- [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.18.0...5.18.1)

Updates `graphql` from 16.8.1 to 16.8.2
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.1...v16.8.2)

Updates `web-vitals` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](GoogleChrome/web-vitals@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency javascript Pull requests that update Javascript code labels Jun 17, 2024
@mpapenbr mpapenbr merged commit 15ab187 into main Jun 17, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-40a9b1bcad branch June 17, 2024 05:49
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