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): update all non-major dependencies #357

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adobe/jsonschema2md 7.1.4 -> 7.1.5 age adoption passing confidence
@codemirror/view 6.6.0 -> 6.7.1 age adoption passing confidence
@fastify/error 3.1.0 -> 3.2.0 age adoption passing confidence
@fastify/static 6.5.1 -> 6.6.0 age adoption passing confidence
@grpc/grpc-js (source) 1.7.3 -> 1.8.0 age adoption passing confidence
@mikro-orm/cli (source) 5.5.3 -> 5.6.0 age adoption passing confidence
@mikro-orm/core (source) 5.5.3 -> 5.6.0 age adoption passing confidence
@mikro-orm/mariadb (source) 5.5.3 -> 5.6.0 age adoption passing confidence
@mikro-orm/migrations (source) 5.5.3 -> 5.6.0 age adoption passing confidence
@mikro-orm/mysql (source) 5.5.3 -> 5.6.0 age adoption passing confidence
@mikro-orm/seeder (source) 5.5.3 -> 5.6.0 age adoption passing confidence
@sinclair/typebox 0.25.10 -> 0.25.13 age adoption passing confidence
@types/jest (source) 29.2.3 -> 29.2.4 age adoption passing confidence
@types/node (source) 18.11.10 -> 18.11.15 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.45.0 -> 5.46.1 age adoption passing confidence
@typescript-eslint/parser 5.45.0 -> 5.46.1 age adoption passing confidence
antd (source) 5.0.3 -> 5.0.7 age adoption passing confidence
dayjs (source) 1.11.6 -> 1.11.7 age adoption passing confidence
liquidjs 10.2.0 -> 10.3.2 age adoption passing confidence
pnpm (source) 7.18.0 -> 7.18.2 age adoption passing confidence
postcss (source) 8.4.19 -> 8.4.20 age adoption passing confidence
tsc-alias (source) 1.8.1 -> 1.8.2 age adoption passing confidence
typescript (source) 4.9.3 -> 4.9.4 age adoption passing confidence

Release Notes

adobe/jsonschema2md

v7.1.5

Compare Source

Bug Fixes
  • fix typo in 'any of the following' text (d7039b9)
codemirror/view

v6.7.1

Compare Source

Bug fixes

Make the editor properly scroll when moving the pointer out of it during drag selection.

Fix a regression where clicking below the content element in an editor with its own height didn't focus the editor.

v6.7.0

Compare Source

Bug fixes

Make the editor notice widget height changes to automatically adjust its height information.

Fix an issue where widget buffers could be incorrectly omitted after empty lines.

Fix an issue in content redrawing that could cause coordsAtPos to return incorrect results.

New features

The static RectangleMarker.forRange method exposes the logic used by the editor to draw rectangles covering a selection range.

Layers can now provide a destroy function to be called when the layer is removed.

The new highlightWhitespace extension makes spaces and tabs in the editor visible.

The highlightTrailingWhitespace extension can be used to make trailing whitespace stand out.

fastify/fastify-error

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-error@v3.1.0...v3.2.0

fastify/fastify-static

v6.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.5.1...v6.6.0

grpc/grpc-node

v1.8.0: grpc-tools 1.8.0

Compare Source

  • Add a new code generation option generate_package_definition that generates code that can be loaded by either grpc or @grpc/grpc-js using the loadPackageDefinition function. (#​914).
mikro-orm/mikro-orm

v5.6.0

Compare Source

Bug Fixes
  • core: deprecate type option in favour of driver exports (7180f23), closes #​3743
  • core: do not mark entities as populated via em.merge() (bfa4962), closes #​3812
  • core: do not process mapped types twice in em.upsert() (434d417), closes #​3787
  • core: ensure correct result in ChangeSet.getPrimaryKey(true) (2e74a34), closes #​3737
  • core: fix query execution inside hooks sometimes hanging (d68b9bd)
  • core: make ChangeSet.getPrimaryKey() response stable (d32c956)
  • core: remove readonly from properties of FilterQuery (2a2a13d), closes #​3836
  • core: return Ref & LoadedReference from ref() (c85e507), closes #​3840
  • core: serialize not managed relations as populated (89b4dab), closes #​3788
  • core: support hidden flag on primary keys (4935505)
  • embeddables: respect explicit null only for object embeddables (6e0bedf), closes #​3772
  • mysql: ensure bigint columns are mapped to string (d3d50ba), closes #​3739
  • mysql: respect auto_increment_increment when batch inserting (516db6d), closes #​3828
  • postgres: quote array literal items containing a comma (5ffa81c), closes #​3810
  • postgres: use postgres as the management db name + allow override (eab1668), closes #​3769
  • query-builder: fix cloning QB in some cases (c3b4c20), closes #​3720
  • query-builder: fix querying for a composite FK when target is joined (dec4c9c), closes #​3738
  • query-builder: respect case-insensitive regexp flag (1a1d381), closes #​3801
  • query-build: fix query execution inside hooks sometimes hanging (dba6ce2)
  • schema: do not cache knex instance (dc00374), closes #​3713
  • schema: ensure database exists before dropping schema (fd4c416), closes #​3713
  • ts: allow string dates in em.create() (d0607d5)
Features
Performance Improvements
  • core: never clone Platform and EntityMetadata instances (9e05104), closes #​3720

5.5.3 (2022-11-10)

Bug Fixes
Features
  • mongo: allow passing transaction options to the mongo client (d52c747), closes #​3703
Performance Improvements
  • core: redefine the internal __helper getter with a static value (77d0549)

5.5.2 (2022-11-07)

Bug Fixes
  • core: prefer custom pivot entity for inference of FK names (08a7dc2), closes #​3626
  • knex: always skip virtual properties in returning clause (#​3699) (c084dde)

5.5.1 (2022-11-05)

Bug Fixes
  • core: compare original entity data when checking for unique props (53ff984), closes #​3644
  • core: fix em.upsert() when entity is already in context (f590b79), closes #​3667
  • core: fix comparing empty arrays (be4cdf3), closes #​3694
  • core: fix orphan removal for collections of complex/nested composite keys (925c1d2), closes #​3666
  • core: fix querying for a complex composite key via inverse side (b99e7bb), closes #​3669
  • core: handle $fulltext search correctly in nested queries (9a2f535), closes #​3696
  • core: improve detection of entity file path via stack trace (d329d32), closes #​3668
  • core: improve propagation of changes to 1:1 relations (389b4a2), closes #​3614
  • embeddables: support partial loading hints (0c33e00), closes #​3673
  • knex: ensure virtual properties are never part of returning clause (35d51fe), closes #​3664
  • postgres: fix ensuring database exists when postgres database does not exist (b1a867d), closes #​3671
  • reflection: fix reflection of embedded array types (786ba42), closes #​3690
  • reflection: improve detection of array properties (8f8f820), closes #​3690
Features
  • core: add em.repo() shortcut (feebd7c)
  • core: add EntityOptions.repository shortcut (2cbb129)
  • core: add EntityRepository.upsert() shortcut (31d6d77)
  • core: add ref alias for wrappedReference relation property option (249a407)
  • core: add Rel<T> and Ref<T> relation types (44acefb)
  • core: add context param to Type.convertToDatabaseValue() (a933e98), closes #​3567
  • core: allow using second argument of @OneToOne as options (115462d)
  • core: propagate parent entity to collection item payload in assign (6045511), closes #​3654
  • core: propagate parent entity to collection item payload in create (bb9f8d9), closes #​3654
  • core: support composite unique keys in em.upsert() (3cf79d6), closes #​3656
sinclairzx81/typebox

v0.25.13

Compare Source

v0.25.12

Compare Source

v0.25.11

Compare Source

Updates:

  • 286 implements a FNV1A-64 non cryptographic hashing function in TypeBox. This function should not be used in place of cryptographic hashing functions, rather it's purpose is to provide relatively fast, hashing mechanism to assist with checks for arrays with uniqueItems constraints, specifically for cases where the array may contains reference values (such as objects, arrays, Dates and Uint8Array). This function is provided via Value.Hash() for convenience as the hash may be useful to generate a numeric identifier for values (with some considerations to React array rendering in absence of key or identifier)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.46.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#​6079) (d91a5fc)
Features
  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#​6174) (8a91cbd)

5.45.1 (2022-12-05)

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)

v5.45.1

Compare Source

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.46.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.45.1 (2022-12-05)

Bug Fixes
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#​6134) (e777f5e)

v5.45.1

Compare Source

Bug Fixes
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#​6134) (e777f5e)
ant-design/ant-design

v5.0.7

Compare Source

  • 🐞 Fix Slider's Tooltip missing animation. #​39463 @​YinDongFang
  • 🐞 Fix Table unexpected horizontal scroll bar when empty and bordered. #​39455 @​zjfresh
  • 🐞 Fix Popover arrow background color with customized color. #​39517
  • 🐞 Fix Modal hooks not pass ConfigProvider config correctly. #​39513
  • 🐞 Fix Radio align issue with custom size. #​39476

  • 🐞 修复 Slider 组件 Tooltip 动画丢失问题。#​39463 @​YinDongFang
  • 🐞 修复 Table 组件有边框且为空时出现横向滚动条的问题。#​39455 @​zjfresh
  • 🐞 修复 Popover 组件箭头背景色不随自定义颜色改变的问题。#​39517
  • 🐞 修复 Modal hooks 没有完全传递 ConfigProvider 配置的问题。#​39513
  • 🐞 修复 Radio 组件尺寸修改后不对齐的问题。#​39476

v5.0.6

Compare Source

  • 🐞 Fix FloatButton tooltip property is not support 0 value. #​39425 @​li-jia-nan
  • 🐞 Fix Space wrapped Select not display clear icon problem when mouse hover. #​39468 @​foryuki
  • 💄 Fix Cascader ul has unexpected margin value. #​39436 @​ZN1996
  • 💄 Fix Input has unexpected padding problem in compact mode. #​39428
  • 💄 Optimize Message padding in compact mode. #​39428
  • 💄 Fix Radio.Button has unexpected text color in dark mode. #​39428
  • 💄 Fix Select has unexpected padding problem in compact mode. #​39428
  • 💄 Fix Slider has unexpected size for marking dot. #​39428
  • 💄 Optimize Switch color in dark mode. #​39428

  • 🐞 修复 FloatButton 的 toolip 属性不支持设置为 0 的问题。#​39425 @​li-jia-nan
  • 🐞 修复 Space 组件包裹的 Select 系列组件在 hover 时清除图标不展示的问题。#​39468 @​foryuki
  • 💄 修复 Cascader 内部 ul 的 margin 值异常的问题。#​39436 @​ZN1996
  • 💄 修复 Input 组件在紧凑模式下内边距异常的问题。#​39428
  • 💄 优化 Message 组件在紧凑模式下的内边距。#​39428
  • 💄 修复 Radio.Button 组件在暗色模式下的文字颜色。#​39428
  • 💄 修复 Select 组件在紧凑模式下内边距异常的问题。#​39428
  • 💄 修复 Slider 组件标签原点样式问题。#​39428
  • 💄 优化 Switch 组件暗色模式下的颜色。#​39428

v5.0.5

Compare Source


v5.0.4

Compare Source


  • Modal
  • 🐞 修复 Tree checkableblockNode 配合时,title 元素不拉伸的问题。#​39209 @​Wxh16144
  • 🐞 修复 Dropdown 二级菜单丢失动画的问题。#​39235
  • 💄 修复 RangePicker 内时间面板的 padding 样式。#​39228
  • 🐞 修复 Card 的按钮组圆角样式。#​39210 @​muxin
  • 🐞 修复了 Badge 自定义颜色的时候,波纹的颜色不会跟着小圆点颜色发生变化的问题。#​39182 @​li-jia-nan
  • 🐞 修复 Radio 禁用状态选中样式。#​39165 @​Wxh16144
  • 🐞 修复 TextArea resize 不是 none 时计数文字的样式问题。#​39121 @​51wangping
  • 🐞 修复 Transfer 组件 点击复选框位置不可以取消选中,并触发了两次 onSelectChange 问题。#​39078 @​edc-hui
  • 🐞 修复 Steps size="small" 第一项带有进度时,进度条显示不全的问题。#​39100 @​Wxh16144
  • 🐞 修复 Form 水平布局下 xs 的响应式布局不生效的问题。#​39130
  • 🐞 修复 message 在 RTL 下位置不正确的问题。#​39248 @​Yuiai01
  • 🐞 修复 Switch 在只设置 checkedChildrenunCheckedChildren 时,其内容不会显示的问题。#​39262
iamkun/dayjs

v1.11.7

Compare Source

Bug Fixes
harttle/liquidjs

v10.3.2

Compare Source

Bug Fixes

v10.3.1

Compare Source

Bug Fixes

v10.3.0

Compare Source

Features
  • support disable outputEscape for specific fil

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 10, 2022

PR Preview Action v1.2.0
🚀 Deployed preview to https://PKUHPC.github.io/SCOW/pr-preview/pr-357/
on branch gh-pages at 2022-12-12 19:25 UTC

@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2022

Codecov Report

Base: 64.46% // Head: 64.46% // No change to project coverage 👍

Coverage data is based on head (623a819) compared to base (332c488).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #357   +/-   ##
=======================================
  Coverage   64.46%   64.46%           
=======================================
  Files         102      102           
  Lines        2873     2873           
  Branches      361      361           
=======================================
  Hits         1852     1852           
  Misses        976      976           
  Partials       45       45           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 679686b to 22ce24d Compare December 12, 2022 13:41
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Dec 12, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5b99a87 to 1e6f4be Compare December 13, 2022 19:10
@ddadaal ddadaal merged commit 154befc into master Dec 14, 2022
@ddadaal ddadaal deleted the renovate/all-minor-patch branch December 14, 2022 02:43
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.

2 participants