Skip to content

upgrade dependencies and change interval to monthly#48

Merged
cyinma merged 3 commits intomainfrom
cyinma/upgrade-deps
Jul 12, 2022
Merged

upgrade dependencies and change interval to monthly#48
cyinma merged 3 commits intomainfrom
cyinma/upgrade-deps

Conversation

@cyinma
Copy link
Member

@cyinma cyinma commented Jul 12, 2022

the PRs that dependabot created recently are just some devDependencies upgrade (mainly eslint/type), and the built code didn't change after the upgrade, so it doesn't seems to be meaningful/worth to upgrade them weekly, instead monthly should be sufficient.

package.json Outdated
"esbuild": "^0.14.48",
"@types/node": "^18.0.3",
"esbuild": "^0.14.49",
"typescript": "^4.7.4"
Copy link
Member

Choose a reason for hiding this comment

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

Aren't @types/node, esbuild, and typescript all dev dependencies?

Another option would be to add separate configuration for production vs. development dependencies using dependency-type: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow

Copy link
Member Author

Choose a reason for hiding this comment

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

yeh they are, going to move them to dev dependencies

@cyinma cyinma merged commit eb359a2 into main Jul 12, 2022
@cyinma cyinma deleted the cyinma/upgrade-deps branch July 12, 2022 20:27
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