Problem/Motivation
Apply recent dependency updates.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork gdwc-3273194
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- audit-conflict
changes, plain diff MR !48
- 1.0.x
changes, plain diff MR !43
Comments
Comment #4
finnsky commented1. Updated packages to recent versions.
2. Fixed version in package.lock
3. Tested all scripts. Word as designed.
4. Fixed formatting in stories/gdwc-card/gdwc-card.stories.js
Audit still shows errors with vulnerable versions of trim
but they should gone after updates in storybook core
https://github.com/storybookjs/storybook/pull/18157
Comment #5
andypostLGTM
Comment #6
brianperry@finnsky The Drupal State upgrade here is a breaking change, and it broke something :) I believe the breaking change was this issue: https://www.drupal.org/project/drupal_state/issues/3278449 which will require changes to how the json:api include parameters are passed. Likely to need changes in some combination of the provider and the store controller.
Easiest change here would probably be to revert the Drupal State upgrade, which would allow us to merge the rest of the updates here and handle the Drupal State upgrade and necessary refactoring in another issue.
Comment #7
finnsky commentedReverted drupal-state update
Comment #10
brianperryMerged. Thanks for the help @finnsky and @andypost