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

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/language 6.4.0 -> 6.5.0 age adoption passing confidence
@codemirror/view 6.7.3 -> 6.8.1 age adoption passing confidence
@commitlint/config-conventional (source) 17.4.2 -> 17.4.3 age adoption passing confidence
@fastify/static 6.8.0 -> 6.9.0 age adoption passing confidence
@grpc/grpc-js (source) 1.8.7 -> 1.8.8 age adoption passing confidence
@mikro-orm/cli (source) 5.6.8 -> 5.6.9 age adoption passing confidence
@mikro-orm/core (source) 5.6.8 -> 5.6.9 age adoption passing confidence
@mikro-orm/mariadb (source) 5.6.8 -> 5.6.9 age adoption passing confidence
@mikro-orm/migrations (source) 5.6.8 -> 5.6.9 age adoption passing confidence
@mikro-orm/mysql (source) 5.6.8 -> 5.6.9 age adoption passing confidence
@mikro-orm/seeder (source) 5.6.8 -> 5.6.9 age adoption passing confidence
@types/node (source) 18.11.19 -> 18.13.0 age adoption passing confidence
@types/react (source) 18.0.27 -> 18.0.28 age adoption passing confidence
antd (source) 5.1.7 -> 5.2.0 age adoption passing confidence
eslint (source) 8.33.0 -> 8.34.0 age adoption passing confidence
fastify (source) 4.12.0 -> 4.13.0 age adoption passing confidence
ioredis 5.3.0 -> 5.3.1 age adoption passing confidence
jest (source) 29.4.1 -> 29.4.2 age adoption passing confidence
jest-environment-jsdom 29.4.1 -> 29.4.2 age adoption passing confidence
pino-pretty 9.1.1 -> 9.2.0 age adoption passing confidence
pnpm (source) 7.26.3 -> 7.27.0 age adoption passing confidence
protobufjs (source) 7.2.1 -> 7.2.2 age adoption passing confidence
turbo (source) 1.7.3 -> 1.7.4 age adoption passing confidence

Release Notes

codemirror/language

v6.5.0

Compare Source

Bug fixes

Make indentation for stream languages more reliable by having StringStream.indentation return overridden indentations from the indent context.

New features

The toggleFold command folds or unfolds depending on whether there's an existing folded range on the current line.

indentUnit now accepts any (repeated) whitespace character, not just spaces and tabs.

codemirror/view

v6.8.1

Compare Source

Bug fixes

Fix an issue where tooltips that have their height reduced have their height flicker when scrolling or otherwise interacting with the editor.

v6.8.0

Compare Source

Bug fixes

Fix a regression that caused clicking on the scrollbar to move the selection.

Fix an issue where focus or blur event handlers that dispatched editor transactions could corrupt the mouse selection state.

Fix a CSS regression that prevented the drop cursor from being positioned properly.

New features

WidgetType.updateDOM is now passed the editor view object.

conventional-changelog/commitlint

v17.4.3

Compare Source

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

fastify/fastify-static

v6.9.0

Compare Source

What's Changed

New Contributors

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

grpc/grpc-node

v1.8.8: @​grpc/grpc-js 1.8.8

Compare Source

  • Remove progress field in returned status object (#​2350)
  • Export InterceptingListener and NextCall types (#​2351)
  • Fix a bug that could cause a crash when sending messages that exceed the outgoing message buffer size while a retry is in progress (#​2349)
mikro-orm/mikro-orm

v5.6.9

Compare Source

Bug Fixes
  • core: add missing repo.upsertMany shortcut (c101d51)
  • core: do not serialize JSON values twice (f06eeb0)
  • core: do not snapshot missing embedded properties as undefined (4ad4cdf)
  • core: ensure json type is recognized with type: 'jsonb' (e1f82bc), closes #​3998
  • core: improve handling of not managed references created via ref()/rel() (2e814e8), closes #​4027
  • query-builder: respect qb.joinAndSelect when serializing (4025869), closes #​4034 #​3812
Features
ant-design/ant-design

v5.2.0

Compare Source


eslint/eslint

v8.34.0

Compare Source

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)

Documentation

Chores

fastify/fastify

v4.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.12.0...v4.13.0

luin/ioredis

v5.3.1

Compare Source

Bug Fixes
facebook/jest

v29.4.2

Compare Source

Features
Fixes
  • [expect, @​jest/expect] Provide type of actual as a generic argument to Matchers to allow better-typed extensions (#​13848)
  • [jest-circus] Added explicit mention of test failing because done() is not being called in error message (#​13847)
  • [jest-runtime] Handle CJS re-exports of node core modules from ESM (#​13856)
  • [jest-transform] Downgrade write-file-atomic to v4 (#​13853)
  • [jest-worker] Ignore IPC messages not intended for Jest (#​13543)
Chore & Maintenance
  • [*] make sure to exclude .eslintcache from published module (#​13832)
  • [docs] Cleanup incorrect links in CHANGELOG.md (#​13857)
pinojs/pino-pretty

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v9.1.1...v9.2.0

pnpm/pnpm

v7.27.0

Compare Source

Minor Changes

  • A new resolution-mode added: lowest-direct. With this resolution mode direct dependencies will be resolved to their lowest versions. So if there is foo@^1.1.0 in the dependencies, then 1.1.0 will be installed, even if the latest version of foo is 1.2.0.
  • Support script selector with RegExp such as pnpm run /build:.*/ and execute the matched scripts with the RegExp #​5871.

Patch Changes

  • Fix version number replacing for namespaced workspace packages. workspace:@&#8203;foo/bar@* should be replaced with npm:@&#8203;foo/bar@<version> on publish #​6052.

  • When resolving dependencies, prefer versions that are already used in the root of the project. This is important to minimize the number of packages that will be nested during hoisting #​6054.

  • Deduplicate direct dependencies.

    Let's say there are two projects in the workspace that dependend on foo. One project has foo@1.0.0 in the dependencies while another one has foo@^1.0.0 in the dependencies. In this case, foo@1.0.0 should be installed to both projects as satisfies the version specs of both projects.

  • Use Map rather than Object in createPackageExtender to prevent read the prototype property to native function

Our Gold Sponsors

Our Silver Sponsors

protobufjs/protobuf.js

v7.2.2

Compare Source

Bug Fixes
  • do not allow to extend same field twice to prevent the error (#​1784) (14f0536)
vercel/turbo

v1.7.4

Compare Source

What's Changed


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 Feb 11, 2023

⚠️ No Changeset found

Latest commit: 5ac50f8

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

@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2023

Codecov Report

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

Coverage data is based on head (5ac50f8) compared to base (ae95ff2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #452   +/-   ##
=======================================
  Coverage   64.61%   64.61%           
=======================================
  Files         106      106           
  Lines        2973     2973           
  Branches      371      371           
=======================================
  Hits         1921     1921           
  Misses       1006     1006           
  Partials       46       46           

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 2 times, most recently from a0edd41 to d4be428 Compare February 13, 2023 08:34
@ddadaal ddadaal merged commit 851ec9a into master Feb 13, 2023
@ddadaal ddadaal deleted the renovate/all-minor-patch branch February 13, 2023 16:07
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