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

fix(deps): update all non-major dependencies #538

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/static 6.9.0 -> 6.10.0 age adoption passing confidence
@sinclair/typebox 0.26.5 -> 0.26.8 age adoption passing confidence
@types/node (source) 18.15.10 -> 18.15.11 age adoption passing confidence
@types/react (source) 18.0.29 -> 18.0.32 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.56.0 -> 5.57.0 age adoption passing confidence
@typescript-eslint/parser 5.56.0 -> 5.57.0 age adoption passing confidence
@uiw/codemirror-theme-github (source) 4.19.10 -> 4.19.11 age adoption passing confidence
@uiw/react-codemirror (source) 4.19.10 -> 4.19.11 age adoption passing confidence
antd (source) 5.3.2 -> 5.3.3 age adoption passing confidence
eslint (source) 8.36.0 -> 8.37.0 age adoption passing confidence
eslint-import-resolver-typescript 3.5.3 -> 3.5.4 age adoption passing confidence
pnpm (source) 8.0.0 -> 8.1.0 age adoption passing confidence
protobufjs (source) 7.2.2 -> 7.2.3 age adoption passing confidence
ts-jest (source) 29.0.5 -> 29.1.0 age adoption passing confidence
tsc-alias (source) 1.8.4 -> 1.8.5 age adoption passing confidence
tsconfig-paths 4.1.2 -> 4.2.0 age adoption passing confidence
turbo (source) 1.8.5 -> 1.8.8 age adoption passing confidence
typescript (source) 5.0.2 -> 5.0.3 age adoption passing confidence
webpack 5.76.3 -> 5.77.0 age adoption passing confidence

Release Notes

fastify/fastify-static

v6.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.9.0...v6.10.0

sinclairzx81/typebox

v0.26.8

Compare Source

v0.26.7

Compare Source

v0.26.6

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.57.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] simplify fixer and add support for double negation (#​6620) (81c8519)
  • eslint-plugin: correct crashes with getTypeArguments for ts < 3.7 (#​6767) (59eab58)
Features
  • eslint-plugin: [consistent-type-assertions] add suggestions for objectLiteralTypeAssertions (#​6642) (720e811)
  • eslint-plugin: [consistent-type-assertions] autofix angle bracket assertions to as (#​6641) (ad8ea64)
  • eslint-plugin: add no-duplicate-type-constituents rule (#​5728) (bc31078)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.57.0

Compare Source

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

uiwjs/react-codemirror

v4.19.11

Compare Source

Documentation v4.19.11: https://raw.githack.com/uiwjs/react-codemirror/79658d4/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.19.10...v4.19.11

npm i @&#8203;uiw/react-codemirror@4.19.11
ant-design/ant-design

v5.3.3

Compare Source

  • Menu
  • 🐞 Fix Table filter do not persist filter status when filter dropdown is visible. #​41445 @​ablakey
  • 🐞 Fix Modal using useModal is not transparent and prefers user settings. #​41422 @​luo3house
  • Form
  • 💄 Fix ConfigProvider nonce not working on CSS-in-JS style. #​41482
  • 💄 Fix Pagination when size=small, pagination button active, previous page next page button hover and active styles are lost. #​41462 #​41458
  • 💄 Fix the style problem that the bottom border of the Tabs component overlaps with other borders. #​41381
  • 💄 Fix Dropdown.Button down icon size issue. #​41501
  • TypeScript
  • Locales

  • Menu
  • 🐞 修复 Table 过滤器未保持状态当筛选下拉框展示时。#​41445 @​ablakey
  • 🐞 修复 Modal 使用 useModal 未透传并优先选择用户设定。#​41422 @​luo3house
  • Form
  • 💄 修复 ConfigProvider nonce 对 CSS-in-JS 样式不生效的问题。#​41482
  • 💄 修复 Pagination size=small 时,分页按钮 active、上一页下一页按钮 hover 和 active 样式丢失。#​41462 #​41458
  • 💄 修复 Tabs 组件下边框与其他边框叠加的样式问题。#​41381
  • 💄 修复 Dropdown.Button down 图标尺寸问题。#​41501
  • TypeScript
  • 国际化
eslint/eslint

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

import-js/eslint-import-resolver-typescript

v3.5.4

Compare Source

Patch Changes
pnpm/pnpm

v8.1.0

Compare Source

Minor Changes

  • A new setting has been added called dedupe-direct-deps, which is disabled by default. When set to true, dependencies that are already symlinked to the root node_modules directory of the workspace will not be symlinked to subproject node_modules directories. This feature was enabled by default in v8.0.0 but caused issues, so it's best to disable it by default #​6299.
  • Add ignore-workspace-cycles to silence workspace cycle warning #​6308.

Patch Changes

  • Print the right lowest supported Node.js version in the error message, when pnpm is executed with an old Node.js version #​6297.
  • Improve the outdated lockfile error message #​6304.

Our Gold Sponsors

Our Silver Sponsors

protobufjs/protobuf.js

v7.2.3

Compare Source

Bug Fixes
kulshekhar/ts-jest

v29.1.0

Compare Source

Features

29.0.5 (2023-01-13)

Reverts

29.0.4 (2023-01-10)

Bug Fixes

29.0.3 (2022-09-28)

Bug Fixes
Features
  • add useESM option to pathsToModuleNameMapper options (#​3792) (eabe906)

29.0.2 (2022-09-23)

Bug Fixes

29.0.2 (2022-09-22)

Bug Fixes

29.0.1 (2022-09-13)

Bug Fixes
  • legacy: include existing globals config in cached config (#​3803) (e79be47)
Features
  • add typings for ts-jest options via transform config (#​3805) (664b0f2)
justkey007/tsc-alias

v1.8.5: (2023-03-29)

Compare Source

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.4...v1.8.5

dividab/tsconfig-paths

v4.2.0

Compare Source

Added
vercel/turbo

v1.8.8: Turborepo v1.8.8

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turbo@v1.8.7...v1.8.8

v1.8.7: Turborepo v1.8.7

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turbo@v1.8.6...v1.8.7

v1.8.6: Turborepo v1.8.6

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turbo@v1.8.5...v1.8.6

webpack/webpack

v5.77.0

Compare Source

New Features

Developer Experience

Contributor Experience

New Contributors

Full Changelog: webpack/webpack@v5.76.3...v5.77.0


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.

@changeset-bot
Copy link

changeset-bot bot commented Apr 1, 2023

⚠️ No Changeset found

Latest commit: 7dcf8d0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2023

PR Preview Action v1.3.0
Preview removed because the pull request was closed.
2023-04-03 04:15 UTC

@codecov
Copy link

codecov bot commented Apr 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (54ca042) 67.03% compared to head (7dcf8d0) 67.03%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #538   +/-   ##
=======================================
  Coverage   67.03%   67.03%           
=======================================
  Files         115      115           
  Lines        3134     3134           
  Branches      391      391           
=======================================
  Hits         2101     2101           
  Misses        980      980           
  Partials       53       53           

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 in Codecov by Sentry.
📢 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 2 times, most recently from d698413 to 20a1455 Compare April 2, 2023 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20a1455 to 7dcf8d0 Compare April 3, 2023 03:54
@ddadaal ddadaal merged commit e5fc4bc into master Apr 3, 2023
@ddadaal ddadaal deleted the renovate/all-minor-patch branch April 3, 2023 04:13
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.

None yet

1 participant