wp-calypso icon indicating copy to clipboard operation
wp-calypso copied to clipboard

chore(deps): update linters

Open matticbot opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin ^6.20.0 -> ^6.21.0 age adoption passing confidence
@typescript-eslint/parser ^6.20.0 -> ^6.21.0 age adoption passing confidence
eslint-plugin-jest ^27.6.3 -> ^27.8.0 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

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 Renovate Bot.

matticbot avatar Feb 17 '24 01:02 matticbot

This PR does not affect the size of JS and CSS bundles shipped to the user's browser.

Generated by performance advisor bot at iscalypsofastyet.com.

matticbot avatar Feb 17 '24 01:02 matticbot

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

matticbot avatar Feb 27 '24 12:02 matticbot

This PR broke some tests (well, it made them flaky) by moving the query client into the global scope. https://github.com/Automattic/wp-calypso/pull/88006 should fix it. Granted, the tests were originally creating the query client on each render which was not ideal but still, I'm surprised that the automated fix was to share state between tests.

sirbrillig avatar Feb 28 '24 23:02 sirbrillig