Closed (fixed)
Project:
Generic Drupal Web Components
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2022 at 15:24 UTC
Updated:
5 Aug 2022 at 13:39 UTC
Jump to comment: Most recent
Apply recent dependency updates.
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:
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