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

Update Developer Dependencies #887

Open
RobLoach opened this issue Nov 16, 2023 · 5 comments
Open

Update Developer Dependencies #887

RobLoach opened this issue Nov 16, 2023 · 5 comments
Labels
dependencies Pull requests that update a dependency file type - dependencies

Comments

@RobLoach
Copy link
Collaborator

 @babel/core                       ^7.8.4  →  ^7.23.3
 @babel/plugin-transform-runtime   ^7.8.3  →  ^7.23.3
 @babel/preset-env                 ^7.8.4  →  ^7.23.3
 @babel/runtime                    ^7.8.4  →  ^7.23.2
 babel-loader                      ^8.0.6  →   ^9.1.3
 eslint-plugin-mocha               ^6.3.0  →  ^10.2.0
 locutus                          ^2.0.11  →  ^2.0.16
 minimatch                          3.0.x  →    9.0.x
 mocha                             ^9.0.0  →  ^10.2.0
 sinon                             ^9.0.0  →  ^17.0.1
 terser-webpack-plugin             ^5.3.6  →   ^5.3.9
 webpack                          ^5.75.0  →  ^5.89.0
 webpack-cli                       ^5.0.1  →   ^5.1.4
 xo                               ^0.26.1  →  ^0.56.0
@RobLoach RobLoach added dependencies Pull requests that update a dependency file type - dependencies labels Nov 16, 2023
@willrowe
Copy link
Collaborator

Are these all dev dependencies?

@RobLoach
Copy link
Collaborator Author

RobLoach commented Nov 17, 2023

I think so, ye

npx npm-check-updates

@RobLoach RobLoach changed the title Update Dependencies Update Developer Dependencies Nov 17, 2023
@willrowe
Copy link
Collaborator

I don't see any problem with bumping dev dependencies. Are we able to configure dependabot to detect dependencies with updates for us?

@RobLoach
Copy link
Collaborator Author

On initial investigation, I see two issues...

  1. Coding standards in xo have changed a bit
  2. Import vs require

It will be possible, just require a bit more work than setting up dependabot 😉

@willrowe
Copy link
Collaborator

Let's start with just updates that don't contain breaking changes.

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 type - dependencies
Projects
None yet
Development

No branches or pull requests

2 participants