wp-calypso
wp-calypso copied to clipboard
chore(deps): update linters
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@typescript-eslint/eslint-plugin | ^6.20.0 -> ^6.21.0 |
||||
@typescript-eslint/parser | ^6.20.0 -> ^6.21.0 |
||||
eslint-plugin-jest | ^27.6.3 -> ^27.8.0 |
Release Notes
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v27.8.0
Features
v27.7.0
Features
27.6.3 (2024-01-12)
Bug Fixes
27.6.2 (2024-01-10)
Reverts
27.6.1 (2024-01-01)
Bug Fixes
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.
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.
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.
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.