Upgrade to oik-css v2.3.1 for better support for block based themes.

Changes
Unless automatic paragraph creation is disabled, changes that were made to the Interactivity API processing, in WordPress 6.6, can lead to the following notice.
Notice: WP_Interactivity_API::_process_directives was called incorrectly.
The message includes additional information which is supposed to assist debugging.
Interactivity directives failed to process in "" due to a missing "DIV" end tag.
Please see Debugging in WordPress for more information.
(This message was added in version 6.6.0.)
To avoid getting this notice, oik-css v2.3.1 will automatically disable automatic paragraph creation for block based themes. It will ignore the setting for the Disable automatic paragraph creation checkbox.
For classic themes, the ability to disable automatic paragraph creation will still be available. But, there are scenarios where the Notice can appear. The workaround for classic themes is to ensure that the checkbox is selected.
For details see bobbingwide/bobbingwide#137.
| Change | Reference |
|---|---|
| Changed: Disable wpautop() processing for block based themes | bobbingwide/oik-css#35 |
| Changed: Update wp-scripts to v30.4.0 | bobbingwide/oik-css#26 |
Tested
- Tested: With WordPress 6.7 and WordPress Multisite
- Tested: With PHP 8.3
- Tested: With PHPUnit 9.6
