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

Upgrade karma-* dependencies to their latest versions #743

Merged
merged 4 commits into from
Jan 21, 2022

Conversation

Shaptic
Copy link
Contributor

@Shaptic Shaptic commented Jan 20, 2022

This bumps the minimum tested version of Node to 12 (from an oddly-specific v10.x.y) and upgrades Karma (a developer dependency), which should make many dependabot complaints go away.

@Shaptic Shaptic added the dependencies Pull requests that update a dependency file label Jan 20, 2022
@Shaptic Shaptic requested review from quietbits and removed request for marcelosalloum January 20, 2022 22:58
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '10.16.3'
node-version: 12
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there anything that stops us from going with v14? It looks like v12 will be maintained for only 3 more months, according to this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The short answer is "I don't know" 😆 so I'd rather have a gentler bump to 12 and see if anything explodes and then revisit to 14 later.

@Shaptic Shaptic merged commit 1dd69b8 into master Jan 21, 2022
@Shaptic Shaptic deleted the upgrade-karma-suite branch January 21, 2022 18:42
@Shaptic Shaptic mentioned this pull request Jan 21, 2022
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.

2 participants