Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M3-6013: Resolve loader-utils Dependabot #8659

Merged

Conversation

bnussman-akamai
Copy link
Contributor

@bnussman-akamai bnussman-akamai commented Dec 13, 2022

Description 📝

yarn why loader-utils

These are the packages blocking us from not using a yarn resolution

  • @storybook/builder-webpack4#loader-utils@1.4.2
  • @storybook/manager-webpack4#loader-utils@1.4.2
  • babel-loader#loader-utils@1.4.2
  • webpack#loader-utils@1.4.2
  • css-loader#loader-utils@1.4.2

How to test 🧪

  • Test Storybook
  • Test Cloud Manager
  • Make sure preview link builds and works
    • This helps us prove that a production build will work

@bnussman-akamai bnussman-akamai added the Dependencies Pull requests that update a dependency file label Dec 13, 2022
@bnussman-akamai bnussman-akamai self-assigned this Dec 13, 2022
@@ -38,47 +35,6 @@ export const getNodeBalancers = () => {
return nodeBalancerFactory.buildList(10).map((nb) => ({ ...nb, configs }));
};

# Entity Detail

## Volumes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Volumes and Domains don't use <EntityTable /> anymore so this story was broken. Removing so the story works for now and we can revisit later.

@@ -232,7 +232,6 @@
"reselect-tools": "^0.0.7",
"serve": "^14.0.1",
"source-map-loader": "^4.0.1",
"storybook-react-router": "~1.0.8",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package is not used

Copy link
Contributor

@cpathipa cpathipa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bnussman-akamai Overall LGTM! Thank you for doing cleanup work and lifting unused imports.

Copy link
Contributor

@mjac0bs mjac0bs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't see any yarn errors and clicked through Manager and Storybook without running into issues. And preview link looks good. 🚢

@bnussman-akamai bnussman-akamai merged commit 7ca3df4 into linode:develop Dec 15, 2022
bnussman-akamai added a commit that referenced this pull request Jan 4, 2023
* update packages that need `loader-utils` and pin it

* update `yarn.lock`

* update comment about `require()`

* use `swc` for Storybook because babel cries using the lastest pinned `loader-utils`

* use `loader-utils@2.0.4`

* revert out of scope changes

* use older version of `tsup` becuase rollup 3 does not support our node version

Co-authored-by: Banks Nussman <banks@nussman.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants