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

Dependencies update #1368

Merged
merged 23 commits into from
Jan 14, 2025
Merged

Dependencies update #1368

merged 23 commits into from
Jan 14, 2025

Conversation

hexaltation
Copy link
Collaborator

@hexaltation hexaltation commented Jan 7, 2025

Context

Chore of node dependencies update

Proposed solution

The current PR is the addition of 3 strategies

  • Cherry pick of dependabot suggested updates that passes CI tests.
  • yarn upgrade --latest of packages indicated by yarn audit. Commit called bump and signed by hexaltation
  • yarn upgrade of packages remaining in yarn audit

Still to do

The following packages needs more work than a simple upgrade strategy :

  • connect-redis
  • engine.io
  • engine.io-client
  • express

Has this been tested?

Tests are done by the CI

Updated dependencies

axios

Bumps axios from 1.6.8 to 1.7.4.

cookie

Bumps cookie from 0.5.0 to 0.7.0.

cross-spawn

Bumps cross-spawn from 7.0.3 to 7.0.6.

express

Bumps express from 4.19.2 to 4.20.0.

braces

Bumps braces from 3.0.2 to 3.0.3.

elliptic

Bumps elliptic from 6.5.4 to 6.6.1.

tar

Bumps tar from 6.1.13 to 6.2.1.

fast-xml-parser

Bumps fast-xml-parser from 4.3.6 to 4.5.0.

nodemon

Bumps nodemon from 2.0.4 to 3.1.9

jsdom

Bumps jsdom from 23.0.0 to 25.0.1

@googleapis/drive

Bumps @googleapis/drive from 0.3.1 to 8.14.0

@googleapis/oauth2

Bumps @googleapis/oauth2 from 0.2.0 to 1.0.7

ws

Bumps ws from 8.13.0 to 8.18.0

cookie-parser

Bumps to cookie-parser from 1.4.3 to 1.4.7

bootstrap

Bump bootstrap from 3.4.1 to 5.3.3

Dependencies upgraded:

webpack [dev]

Bumps to webpack from 5.91.0 to 5.97.1

sinon [dev]

Bumps to sinon from 17.0.1 to 19.0.2

mocha [dev]

Bumps to mocha from 10.2.0 to 11.0.1

Upgrade @typescript-eslint/eslint-plugin

Upgrade mocha-webdriver

Resolve ip with neoip

It appears that ip as no longer maintenance effort.
This solution of resolving ip by neoip has been applied to grist-core.

@hexaltation hexaltation force-pushed the dependencies-update branch 4 times, most recently from 6458439 to a072c52 Compare January 8, 2025 17:14
dependabot bot and others added 12 commits January 9, 2025 10:05
Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1.
- [Commits](indutny/elliptic@v6.5.4...v6.6.1)

Signed-off-by: Grégoire Cutzach <[email protected]>
@hexaltation hexaltation force-pushed the dependencies-update branch 2 times, most recently from f9a6e54 to e8f63a1 Compare January 9, 2025 10:41
@hexaltation hexaltation requested a review from fflorent January 9, 2025 16:39
@hexaltation hexaltation marked this pull request as ready for review January 9, 2025 16:45
@hexaltation hexaltation added enhancement New feature or request javascript Pull requests that update Javascript code gouv.fr labels Jan 9, 2025
Copy link
Collaborator

@fflorent fflorent left a comment

Choose a reason for hiding this comment

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

Sounds straightforward to review:

  • it compiles;
  • the tests pass;
  • only package.json and yarn.lock files have been changed.

Copy link
Member

@paulfitz paulfitz left a comment

Choose a reason for hiding this comment

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

Thanks @hexaltation !

@paulfitz paulfitz merged commit d6b9512 into gristlabs:main Jan 14, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gouv.fr javascript Pull requests that update Javascript code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants