trunk
Lodash: replace isEmpty with an @automattic/js-utils helper (#112106)
Replace lodash mergeWith with an @automattic/js-utils helper (#112248)
chore(deps): update linters (major) (#80830)
Modularise posts utils (#39681)
Remove lodash mapValues, pickBy, and omitBy in favor of @automattic/js-utils (#111739)
chore: migrate remaining `client/state/**/*` to `import/order` (#55659)
Remove lodash pick and omit in favor of @automattic/js-utils (#111735)
Framework: Refactor away from `_.every()` (#51545)
Lodash: replace simple lodash get() with optional chaining (round 1) (#111780)
Lodash: replace no-default get() with optional chaining (#111865)
Remove usages of lodash/includes on array literals (#54787)
state: refactor away from `_.xor` (and some _.map) (#81682)
Lodash: replace filter() with native Array.prototype.filter (#112081)
Lodash: replace cloneDeep() with structuredClone (#111973)
Lodash: replace map() with native Array.prototype.map (#112102)