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-5918: Remove babel and webpack following use of tsup #8495

Conversation

bnussman
Copy link
Member

Description

How to test

  • Ensure @linode/api-v4 and @linode/validation still build and work properly in local development and in our ci pipelines

@bnussman bnussman self-assigned this Aug 12, 2022
"axios": "~0.21.4",
"ipaddr.js": "^2.0.0",
"querystring": "^0.2.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

querystring was not used anywhere so I removed it

Copy link
Contributor

Choose a reason for hiding this comment

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

@bnussman It seems to be used in session.ts and linodeCreate.reducer.ts

Copy link
Member Author

Choose a reason for hiding this comment

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

This is the api-v4 package.json so packages in manager should be okay

@@ -39,54 +39,36 @@
"unpkg": "./lib/iife/index.js",
"dependencies": {
"@linode/validation": "*",
"@types/yup": "^0.29.13",
Copy link
Member Author

Choose a reason for hiding this comment

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

I moved this types dependency to devDependencies

@@ -100,5 +82,19 @@
".{ts,tsx}": [
"tsc -p tsconfig.json --noEmit true --emitDeclarationOnly false"
]
},
"jest": {
Copy link
Member Author

@bnussman bnussman Aug 12, 2022

Choose a reason for hiding this comment

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

I moved the jest config into the package.json to match how Cloud Manager does it

Copy link
Contributor

@DevDW DevDW left a comment

Choose a reason for hiding this comment

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

Looks to be good to go to me, probably just need to merge develop in to resolve that yarn.lock conflict

@bnussman bnussman merged commit 8dd7474 into linode:develop Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants