Skip to content

chore(deps): update npm

BIWG Bot requested to merge renovate/npm into dev

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cz-commitlint (source) 17.4.4 -> 17.5.0 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.123 -> 5.0.0-alpha.124 age adoption passing confidence
@mui/material (source) 5.11.13 -> 5.11.14 age adoption passing confidence
@tanstack/react-table 8.7.9 -> 8.8.4 age adoption passing confidence
@types/node (source) 18.15.3 -> 18.15.10 age adoption passing confidence
@types/react (source) 18.0.28 -> 18.0.29 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.55.0 -> 5.56.0 age adoption passing confidence
@typescript-eslint/parser 5.55.0 -> 5.56.0 age adoption passing confidence
dpdm 3.12.0 -> 3.13.0 age adoption passing confidence
eslint-config-prettier 8.7.0 -> 8.8.0 age adoption passing confidence
jest-fail-on-console 3.1.0 -> 3.1.1 age adoption passing confidence
msw (source) 1.1.1 -> 1.2.1 age adoption passing confidence
prettier (source) 2.8.5 -> 2.8.7 age adoption passing confidence
react-hook-form (source) 7.43.7 -> 7.43.8 age adoption passing confidence
rimraf 4.4.0 -> 4.4.1 age adoption passing confidence

Release Notes

conventional-changelog/commitlint

v17.5.0

Compare Source

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

17.4.4 (2023-02-17)

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

17.4.2 (2023-01-12)

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

17.4.1 (2023-01-09)

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

mui/material-ui

v5.0.0-alpha.124

Compare Source

tanstack/table

v8.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/TanStack/table/compare/v8.8.3...v8.8.4

v8.8.2

Compare Source

Version 8.8.2 - 3/26/2023, 12:10 AM

Changes

Fix
  • conditional selection getIsAllPageRowsSelected filter issue (#​4761) (4674e99) by Matt Motherway
Chore

Packages

v8.8.1

Compare Source

Version 8.8.1 - 3/25/2023, 10:00 PM

Changes

Fix

Packages

v8.8.0

Compare Source

Version 8.8.0 - 3/23/2023, 10:02 PM

Changes

Feat
  • provide row.parentRow where possible (69d8ae4) by Tanner Linsley
Chore
Readme

Packages

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

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.56.0

Compare Source

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

acrazing/dpdm

v3.13.0: dpdm v3.13.0

Compare Source

  • Upgrade TypeScript to 3.13.0
  • Add --skip-dynamic-imports flag
prettier/eslint-config-prettier

v8.8.0

Compare Source

ValentinH/jest-fail-on-console

v3.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/ValentinH/jest-fail-on-console/compare/v3.1.0...v3.1.1

mswjs/msw

v1.2.1

Compare Source

v1.2.1 (2023-03-24)

Bug Fixes

v1.2.0

Compare Source

v1.2.0 (2023-03-22)

Features
prettier/prettier

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @​decorator()
  get foo () {}
  
  @​decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @​decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @​decorator()
  get foo() {}

  @​decorator()
  set foo(value) {}
}

v2.8.6

Compare Source

diff

Allow decorators on private members and class expressions (#​14548 by @​fisker)
// Input
class A {
  @​decorator()
  #privateMethod () {}
}

// Prettier 2.8.5
SyntaxError: Decorators are not valid here. (2:3)
  1 | class A {
> 2 |   @​decorator()
    |   ^^^^^^^^^^^^
  3 |   #privateMethod () {}
  4 | }

// Prettier 2.8.6
class A {
  @​decorator()
  #privateMethod() {}
}
react-hook-form/react-hook-form

v7.43.8: Version 7.43.8

Compare Source

🪡 related #​10143 did not update dirty until interacted (#​10157) 🐞 fix #​10139 useFieldArray array error not updating in some cases (#​10150)

isaacs/rimraf

v4.4.1

Compare Source


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by BIWG Bot

Merge request reports

Loading