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

Bump all dependencies to latest #223

Merged
merged 4 commits into from
Jun 1, 2021
Merged

Bump all dependencies to latest #223

merged 4 commits into from
Jun 1, 2021

Conversation

aduth
Copy link
Member

@aduth aduth commented May 28, 2021

Why:

  • Reduce number of npm audit issues
  • Minimize future maintenance burden caused by larger version drift
  • Prepare for 6.0.0 release

Major version updates:

cssnano 4.1.10 to 5.0.4

gulp-notify 3.2.0 to 4.0.0

gulp-sourcemaps 2.6.5 to 3.0.0

jest 26.6.0 to 27.0.1

jest-puppeteer 4.4.0 to 5.0.4

puppeteer 5.3.1 to 9.1.1

**Why**:

- Reduce number of `npm audit` issues
- Minimize future maintenance burden caused by larger version drift
- Prepare for 6.0.0 release
Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

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

LGTM

@aduth
Copy link
Member Author

aduth commented Jun 1, 2021

There were a few updates released over the weekend.

 cssnano                ^5.0.4  →   ^5.0.5     
 eslint-plugin-import  ^2.23.3  →  ^2.23.4     
 jest                  ^27.0.1  →  ^27.0.3     
 puppeteer              ^9.1.1  →  ^10.0.0 

I'll plan to incorporate the bug-fix releases. It appears Puppeteer@10 isn't (yet) compatible with jest-puppeteer:

npm WARN [email protected] requires a peer of puppeteer@>= 1.5.0 < 10 but none is installed. You must install peer dependencies yourself.

I don't see anything as especially pressing from the release notes, so I think we can deal with that upgrade later, once jest-puppeteer has a chance to catch up.

@aduth aduth merged commit 55471eb into main Jun 1, 2021
@aduth aduth deleted the aduth-bump-deps branch June 1, 2021 16:48
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.

2 participants