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

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/view 6.9.0 -> 6.9.1 age adoption passing confidence dependencies patch
@commitlint/config-conventional (source) 17.4.3 -> 17.4.4 age adoption passing confidence devDependencies patch
@grpc/grpc-js (source) 1.8.8 -> 1.8.9 age adoption passing confidence dependencies patch
@mikro-orm/cli (source) 5.6.9 -> 5.6.11 age adoption passing confidence dependencies patch
@mikro-orm/core (source) 5.6.9 -> 5.6.11 age adoption passing confidence dependencies patch
@mikro-orm/mariadb (source) 5.6.9 -> 5.6.11 age adoption passing confidence dependencies patch
@mikro-orm/migrations (source) 5.6.9 -> 5.6.11 age adoption passing confidence dependencies patch
@mikro-orm/mysql (source) 5.6.9 -> 5.6.11 age adoption passing confidence dependencies patch
@mikro-orm/seeder (source) 5.6.9 -> 5.6.11 age adoption passing confidence dependencies patch
@sinclair/typebox 0.25.21 -> 0.25.23 age adoption passing confidence dependencies patch
@sinclair/typebox 0.25.21 -> 0.25.23 age adoption passing confidence devDependencies patch
@types/node (source) 18.13.0 -> 18.14.0 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.0.10 -> 18.0.11 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.51.0 -> 5.53.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.51.0 -> 5.53.0 age adoption passing confidence devDependencies minor
antd (source) 5.2.0 -> 5.2.2 age adoption passing confidence peerDependencies patch
antd (source) 5.2.0 -> 5.2.2 age adoption passing confidence dependencies patch
jest (source) 29.4.2 -> 29.4.3 age adoption passing confidence devDependencies patch
jest-environment-jsdom 29.4.2 -> 29.4.3 age adoption passing confidence devDependencies patch
jest-extended 3.2.3 -> 3.2.4 age adoption passing confidence devDependencies patch
liquidjs 10.4.0 -> 10.5.0 age adoption passing confidence dependencies minor
node 18.14.0 -> 18.14.1 age adoption passing confidence volta patch
pino-pretty 9.2.0 -> 9.3.0 age adoption passing confidence devDependencies minor
pino-pretty 9.2.0 -> 9.3.0 age adoption passing confidence dependencies minor
pnpm (source) 7.27.0 -> 7.27.1 age adoption passing confidence packageManager patch
random-words 1.2.1 -> 1.3.0 age adoption passing confidence dependencies minor
turbo (source) 1.7.4 -> 1.8.1 age adoption passing confidence devDependencies minor

Release Notes

codemirror/view

v6.9.1

Compare Source

Bug fixes

Improve the way posAtCoords picks the side of a widget to return by comparing the coordinates the center of the widget.

Fix an issue where transactions created for the focusChangeEffect facet were sometimes not dispatched.

conventional-changelog/commitlint

v17.4.4

Compare Source

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

grpc/grpc-node

v1.8.9: @​grpc/grpc-js 1.8.9

Compare Source

  • Fix a bug where clients would continue to send pings at the original configured rate after receiving a backoff request from the server (#​2363)
mikro-orm/mikro-orm

v5.6.11

Compare Source

Bug Fixes
  • core: do not process custom types twice in em.upsertMany (3928e78), closes #​3787
  • core: fix mapping of null in datetime columns (73e483a), closes #​4057
  • core: infer custom type even if there is explicit columnType option (a901112)
  • schema: fix merging of primary keys from base entity (c40e15c), closes #​4051

v5.6.10

Compare Source

Bug Fixes
  • core: convert custom types in delete queries from orphan removal (b32df88), closes #​4033
  • core: convert custom types when snapshotting scalar composite keys (391732e), closes #​3988
  • core: map returned values correctly after batch insert (a61a84f)
  • core: map values from returning statement in em.upsert (bed72fe), closes #​4020
  • core: use types from discovery.getMappedType on runtime too (2f682e3), closes #​4042
Performance Improvements
sinclairzx81/typebox

v0.25.23

Compare Source

Updates:

  • 324 TypeScript Language Service now presents JSDoc comments when inferring static object properties. (IntelliSense)
  • 325 Additional property inference optimizations.

Additional:

  • Huge thank you to Github user stevezhu for these excellent contributions.

v0.25.22

Compare Source

Updates:

  • 323 adds compiler support for UTF-16 (unicode) characters for schema identifiers.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.53.0

Compare Source

Features
  • eslint-plugin: [consistent-generic-constructors] handle default parameters (#​6484) (e8cebce)
  • eslint-plugin: [no-mixed-enums] add rule (#​6102) (16144d1)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.53.0

Compare Source

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

v5.52.0

Compare Source

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

ant-design/ant-design

v5.2.2

Compare Source


v5.2.1

Compare Source


facebook/jest

v29.4.3

Compare Source

Features
  • [expect] Update toThrow() to be able to use error causes (#​13606)
  • [jest-core] allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#​13846)
  • [jest-message-util] Add support for error causes (#​13868 & #​13912)
  • [jest-runtime] Revert import assertions for JSON modules as it's been relegated to Stage 2 (#​13911)
Fixes
  • [@jest/expect-utils] subsetEquality should consider also an object's inherited string keys (#​13824)
  • [jest-mock] Clear mock state when jest.restoreAllMocks() is called (#​13867)
  • [jest-mock] Prevent mockImplementationOnce and mockReturnValueOnce bleeding into withImplementation (#​13888)
  • [jest-mock] Do not restore mocks when jest.resetAllMocks() is called (#​13866)
jest-community/jest-extended

v3.2.4

Compare Source

Patch Changes
harttle/liquidjs

v10.5.0

Compare Source

Bug Fixes
  • "ownPropertyOnly" not respected when passed via "renderOptions" (d489916)
Features
  • Adds support for options to CLI and improves usability (#​586) (24c8a1e)
nodejs/node

v18.14.1: 2023-02-16, Version 18.14.1 'Hydrogen' (LTS), @​RafaelGSS prepared by @​juanarbol

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
  • CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
  • CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.

This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.

Commits
pinojs/pino-pretty

v9.3.0

Compare Source

What's Changed

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

pnpm/pnpm

v7.27.1

Compare Source

Patch Changes

  • Add store path description to the pnpm cli help.
  • Print a hint that suggests to run pnpm store prune, when a tarball integrity error happens.
  • Don't retry installation if the integrity checksum of a package failed and no lockfile was present.
  • Fail with a meaningful error message when cannot parse a proxy URL.
  • The strict-ssl, ca, key, and cert settings should work with HTTPS proxy servers #​4689.

Our Gold Sponsors

Our Silver Sponsors

apostrophecms/random-words

v1.3.0

Compare Source

vercel/turbo

v1.8.1: Turborepo v1.8.1

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turbo@v1.8.0...v1.8.1

v1.8.0: Turborepo v1.8.0

Compare Source

What's Changed

Changelog

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 18, 2023

⚠️ No Changeset found

Latest commit: ceff199

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

PR Preview Action v1.3.0
Preview removed because the pull request was closed.
2023-02-21 07:33 UTC

@codecov
Copy link

codecov bot commented Feb 18, 2023

Codecov Report

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

Coverage data is based on head (ceff199) compared to base (c55bfd3).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #465   +/-   ##
=======================================
  Coverage   66.50%   66.50%           
=======================================
  Files         111      111           
  Lines        3072     3072           
  Branches      384      384           
=======================================
  Hits         2043     2043           
  Misses        977      977           
  Partials       52       52           

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 5 times, most recently from 54e9226 to a3a0e25 Compare February 20, 2023 18:11
@ddadaal ddadaal merged commit eee5ae3 into master Feb 21, 2023
@ddadaal ddadaal deleted the renovate/all-minor-patch branch February 21, 2023 07: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.

None yet

1 participant