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 #306

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.3.3 -> 6.3.4 age adoption passing confidence
@codemirror/legacy-modes 6.3.0 -> 6.3.1 age adoption passing confidence
@codemirror/view 6.5.1 -> 6.6.0 age adoption passing confidence
@commitlint/config-conventional (source) 17.2.0 -> 17.3.0 age adoption passing confidence
@fastify/static 6.5.0 -> 6.5.1 age adoption passing confidence
@sinclair/typebox 0.25.8 -> 0.25.10 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.43.0 -> 5.44.0 age adoption passing confidence
@typescript-eslint/parser 5.43.0 -> 5.44.0 age adoption passing confidence
antd (source) 5.0.0 -> 5.0.2 age adoption passing confidence
fastify (source) 4.10.0 -> 4.10.2 age adoption passing confidence
jest-extended 3.1.0 -> 3.2.0 age adoption passing confidence
pnpm (source) 7.17.0 -> 7.17.1 age adoption passing confidence
socket.io 4.5.3 -> 4.5.4 age adoption passing confidence
socket.io-client 4.5.3 -> 4.5.4 age adoption passing confidence

Release Notes

codemirror/autocomplete

v6.3.4

Compare Source

Bug fixes

Fix an issue where completion lists could end up being higher than the tooltip they were in.

codemirror/legacy-modes

v6.3.1

Compare Source

Bug fixes

In JavaScript, properly parse keywords like static when in front of a private property.

codemirror/view

v6.6.0

Compare Source

New features

The layer function can now be used to define extensions that draw DOM elements over or below the document text.

Tooltips that are bigger than the available vertical space for them will now have their height set so that they don't stick out of the window. The new resize property on TooltipView can be used to opt out of this behavior.

conventional-changelog/commitlint

v17.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

fastify/fastify-static

v6.5.1

Compare Source

What's Changed

New Contributors

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

sinclairzx81/typebox

v0.25.10

Compare Source

Updates:

  • 283 Updates the custom type validator callback signature to accept a schema instance. The schema instance may include additional constraints (such as options) that may be used during the validation process. Custom.Set('<Kind>', (schema, value) => { ... }).

v0.25.9

Compare Source

Updates:

  • 282 TypeBox now supports custom types. These types require the user to specify a custom [Kind] string on the type. Custom types can be registered via Custom.Set('<Kind>', (value) => { ... }) which allow the TypeCompiler and Value API's to make use of user defined validation logic.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.44.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#​5920) (a4f85b8)
  • eslint-plugin: [no-unnecessary-condition] handle index signature type (#​5912) (5baad08)
  • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#​5992) (2778ff0)
  • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#​5999) (530e0e6)
Features
  • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#​5998) (97d3e56)
  • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#​5977) (6a735e1)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.44.0

Compare Source

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

ant-design/ant-design

v5.0.2

Compare Source


v5.0.1

Compare Source


fastify/fastify

v4.10.2

Compare Source

⚠️ Security Release ⚠️

Full Changelog: fastify/fastify@v4.10.1...v4.10.2

v4.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.10.0...v4.10.1

jest-community/jest-extended

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: jest-community/jest-extended@v3.1.0...v3.2.0

pnpm/pnpm

v7.17.1

Compare Source

Patch Changes

  • pnpm set-script and pnpm pkg are passed through to npm #​5683.
  • pnpm publish <tarball path> should exit with non-0 exit code when publish fails #​5396.
  • readPackage hooks should not modify the package.json files in a workspace #​5670.
  • Comments in package.json5 are preserver #​2008.
  • pnpm setup should create PNPM_HOME as a non-expandable env variable on Windows #​4658.
  • Fix the CLI help of the pnpm licenses command.

Our Gold Sponsors

Our Silver Sponsors

socketio/socket.io

v4.5.4

Compare Source

This release contains a bump of:

Dependencies
socketio/socket.io-client

v4.5.4

Compare Source

This release contains a bump of the socket.io-parser dependency, in order to fix CVE-2022-2421.

Dependencies

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.

@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2022

Codecov Report

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

Coverage data is based on head (bb3969f) compared to base (911c5f0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #306   +/-   ##
=======================================
  Coverage   64.60%   64.60%           
=======================================
  Files         100      100           
  Lines        2811     2811           
  Branches      348      348           
=======================================
  Hits         1816     1816           
  Misses        950      950           
  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 4 times, most recently from dc06374 to e6539f5 Compare November 27, 2022 15:30
@ddadaal ddadaal merged commit 891fbb7 into master Nov 28, 2022
@ddadaal ddadaal deleted the renovate/all-minor-patch branch November 28, 2022 02:31
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