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

pkg: Update all non-major dependencies #2551

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@data-client/endpoint (source) 0.14.12 -> 0.14.16 age adoption passing confidence
@data-client/graphql (source) 0.14.12 -> 0.14.16 age adoption passing confidence
@data-client/react (source) 0.14.14 -> 0.14.16 age adoption passing confidence
@data-client/rest (source) 0.14.13 -> 0.14.16 age adoption passing confidence
@data-client/test (source) 0.14.10 -> 0.14.16 age adoption passing confidence
@types/node (source) 22.7.5 -> 22.7.6 age adoption passing confidence
@types/node (source) ^22.7.5 -> ^22.7.6 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
antd (source) 5.21.2 -> 5.21.4 age adoption passing confidence
execa ^9.4.0 -> ^9.4.1 age adoption passing confidence
html-webpack-plugin ^5.6.0 -> ^5.6.2 age adoption passing confidence
serve 14.2.3 -> 14.2.4 age adoption passing confidence

Release Notes

reactive/data-client (@​data-client/endpoint)

v0.14.16

Compare Source

Patch Changes
  • 4580e62 Thanks @​ntucker! - Update docstring for EntityMixin

  • 1f7b191 Thanks @​ntucker! - Update Entity docstring

  • #​3243 43a955c Thanks @​ntucker! - schema.Entity -> EntityMixin

    import { EntityMixin } from '@​data-client/rest';
    
    export class Article {
      id = '';
      title = '';
      content = '';
      tags: string[] = [];
    }
    
    export class ArticleEntity extends EntityMixin(Article) {}

    We keep schema.Entity for legacy, and add schema.EntityMixin and EntityMixin as direct export

reactive/data-client (@​data-client/graphql)

v0.14.16

Compare Source

Patch Changes
reactive/data-client (@​data-client/react)

v0.14.16

Compare Source

Patch Changes
  • #​3238 28b702d Thanks @​ntucker! - Update test docs link

  • #​3244 109c922 Thanks @​ntucker! - Add actionTypes without _TYPE suffix

    (Not breaking - we keep the old actionTypes name as well.)

    import type { Manager, Middleware } from '@​data-client/react';
    import { actionTypes } from '@​data-client/react';
    
    export default class LoggingManager implements Manager {
      middleware: Middleware = controller => next => async action => {
        switch (action.type) {
          case actionTypes.SET_RESPONSE_TYPE:
            console.info(
              `${action.endpoint.name} ${JSON.stringify(action.response)}`,
            );
          default:
            return next(action);
        }
      };
    
      cleanup() {}
    }
    import type { Manager, Middleware } from '@​data-client/react';
    import { actionTypes } from '@​data-client/react';
    
    export default class LoggingManager implements Manager {
      middleware: Middleware = controller => next => async action => {
        switch (action.type) {
          case actionTypes.SET_RESPONSE:
            console.info(
              `${action.endpoint.name} ${JSON.stringify(action.response)}`,
            );
          default:
            return next(action);
        }
      };
    
      cleanup() {}
    }
  • Updated dependencies [109c922]:

reactive/data-client (@​data-client/rest)

v0.14.16

Compare Source

Patch Changes
reactive/data-client (@​data-client/test)

v0.14.16

Compare Source

Patch Changes
ant-design/ant-design (antd)

v5.21.4

Compare Source


v5.21.3

Compare Source

  • 💄 Added a scroll bar to Dropdown when having many items. #​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 Fix Slider issue where the id prop is not supported.
    • 🐞 Fix Slider to address the issue causing useLayoutEffect does nothing on the server warning when extractStyle is invoked.
  • 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #​51161 @​zombieJ
  • 🐞 Fix Table onChange function receiving incorrect sorter value. #​51114 @​nathanlao
  • Splitter
  • 🐞 MISC: Restore react and react-dom peerDependencies. #​51079 @​chentsulin
  • TypeScript

  • 💄 优化 Dropdown 列表较长时的滚动条样式。#​51112 @​Cameron-Asdf
  • Slider #​51150 @​yoyo837
    • 🐞 修复 Slider 不支持 id 属性的问题。
    • 🐞 修复 Slider 导致 extractStyle 时抛出 useLayoutEffect does nothing on the server 警告信息的问题。
  • 🐞 修复 ColorPicker 渐变色时,部分节点颜色拖拽会被强制重置为第一个节点颜色的问题。#​51161 @​zombieJ
  • 🐞 修复 Table 组件在切换页面时 onChange 函数接收到错误的 sorter 值的问题。#​51114 @​nathanlao
  • Splitter
  • 🐞 杂项:重新将 reactreact-dom 添加进 peerDependencies。#​51079 @​chentsulin
  • TypeScript
sindresorhus/execa (execa)

v9.4.1

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.2

Compare Source

v5.6.1

Compare Source

vercel/serve (serve)

v14.2.4

Compare Source

Patches
  • Bump serve-handler, vitest, and `typescript: #​812

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sonarcloud bot commented Oct 18, 2024

Copy link
Contributor

Size Change: +9 B (0%)

Total Size: 407 kB

Filename Size Change
examples/typescript/dist/App.js 125 kB -14 B (-0.01%)
examples/typescript/dist/vendors-node_modules_ant-design_pro-layout_es_components_PageHeader_index_js.chunk.js 31.7 kB +22 B (+0.07%)
ℹ️ View Unchanged
Filename Size Change
examples/typescript/dist/App.css 1.5 kB 0 B
examples/typescript/dist/Error-index-tsx.chunk.js 235 B 0 B
examples/typescript/dist/GQL-index-tsx.chunk.js 1.45 kB -2 B (-0.14%)
examples/typescript/dist/Home-__tests__-home-test-tsx.chunk.js 4.87 kB 0 B
examples/typescript/dist/Home-__tests__-home-test-tsx.css 270 B 0 B
examples/typescript/dist/Home-index-tsx.chunk.js 4.76 kB 0 B
examples/typescript/dist/Home-index-tsx.css 261 B 0 B
examples/typescript/dist/index.html 274 B 0 B
examples/typescript/dist/Issues-index-tsx.chunk.js 2.37 kB 0 B
examples/typescript/dist/polyfill.js 6.88 kB 0 B
examples/typescript/dist/Posts-__tests__-postList-test-tsx.chunk.js 1.43 kB -1 B (-0.07%)
examples/typescript/dist/Posts-index-tsx.chunk.js 1.88 kB 0 B
examples/typescript/dist/Posts-post-stories-tsx.chunk.js 1.93 kB +1 B (+0.05%)
examples/typescript/dist/Posts-PostCreate-tsx.chunk.js 1.58 kB -1 B (-0.06%)
examples/typescript/dist/Posts-PostEdit-tsx.chunk.js 1.95 kB +1 B (+0.05%)
examples/typescript/dist/Posts-PostForm-tsx.chunk.js 1.29 kB 0 B
examples/typescript/dist/Posts-PostListItem-tsx.chunk.js 1.52 kB +3 B (+0.2%)
examples/typescript/dist/Posts-useForm-tsx.chunk.js 317 B 0 B
examples/typescript/dist/react.js 46.3 kB 0 B
examples/typescript/dist/router.js 10.4 kB 0 B
examples/typescript/dist/Slow-index-tsx.chunk.js 408 B 0 B
examples/typescript/dist/src_pages_Home_echo_ts.chunk.js 157 B 0 B
examples/typescript/dist/User-index-tsx.chunk.js 1.51 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_CloseCircleFilled_js-node_modules_ant-design_i-c0417a.chunk.js 7.52 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_DownOutlined_js-node_modules_antd_es__util_Pur-a06850.chunk.js 8.48 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_InfoCircleOutlined_js-node_modules_ant-design_-253f1f.chunk.js 17.8 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_InfoCircleOutlined_js-node_modules_ant-design_-512c85.chunk.js 5.88 kB 0 B
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_SearchOutlined_js-node_modules_antd_es_form_va-430566.chunk.js 4.61 kB 0 B
examples/typescript/dist/vendors-node_modules_antd_es_button_index_js.chunk.js 10.6 kB +4 B (+0.04%)
examples/typescript/dist/vendors-node_modules_antd_es_form_index_js-node_modules_antd_es_input_index_js.chunk.js 14.3 kB -2 B (-0.01%)
examples/typescript/dist/vendors-node_modules_antd_es_input_TextArea_js.chunk.js 7.35 kB 0 B
examples/typescript/dist/vendors-node_modules_antd_es_list_index_js-node_modules_data-client_react_lib_hooks_useSuspense_js.chunk.js 36 kB 0 B
examples/typescript/dist/vendors-node_modules_antd_es_typography_index_js.chunk.js 8.83 kB -2 B (-0.02%)
examples/typescript/dist/vendors-node_modules_data-client_endpoint_lib_endpoint_js-node_modules_data-client_endpoint_l-8f1c57.chunk.js 1.84 kB 0 B
examples/typescript/dist/vendors-node_modules_data-client_rest_lib_resource_js.chunk.js 4.36 kB 0 B
examples/typescript/dist/vendors-node_modules_react-test-renderer_index_js.chunk.js 26.4 kB 0 B
examples/typescript/dist/webpack-runtime.js 2.15 kB 0 B

compressed-size-action

@ntucker ntucker merged commit b85e34c into master Oct 18, 2024
19 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 18, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant