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 @types/node to ^20.2.3 #9060

Closed
wants to merge 1 commit into from
Closed

Bump @types/node to ^20.2.3 #9060

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.1.4 -> ^20.2.3 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label May 21, 2023
@mui-bot
Copy link

mui-bot commented May 21, 2023

Netlify deploy preview

Netlify deploy preview: https://deploy-preview-9060--material-ui-x.netlify.app/

Updated pages

No updates.

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 619.2 1,306.1 619.2 912.62 304.101
Sort 100k rows ms 674.1 1,300.3 1,300.3 1,050.44 214.791
Select 100k rows ms 210.1 426.7 280.6 284.2 79.126
Deselect 100k rows ms 165.6 300 219.7 232.66 49.487

Generated by 🚫 dangerJS against 6dce028

@renovate renovate bot force-pushed the renovate/node-20.x branch from 02fc654 to 6dce028 Compare May 22, 2023 01:09
@renovate renovate bot changed the title Bump @types/node to ^20.2.1 Bump @types/node to ^20.2.3 May 22, 2023
@@ -98,7 +98,7 @@
"@types/chai-dom": "^1.11.0",
"@types/enzyme": "^3.10.12",
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.4",
"@types/node": "^20.2.3",
Copy link
Member

Choose a reason for hiding this comment

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

Just a thought: shouldn't we keep this version in sync with the version of engines used to avoid any potential issues, where IDE would suggest that a certain API is usable, but it would fail on CI due to a different version of the engine used? 🤔
cc @oliviertassinari @flaviendelangle @cherniavskii @michaldudak @ZeeshanTamboli

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, we can set it to v14 because this is the version of node we use in our CI:

- image: cimg/node:14.21

Copy link
Member

Choose a reason for hiding this comment

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

Although we will end up with multiple versions on @types/node installed anyway, because other dependencies depend on it - see current lock file:

mui-x/yarn.lock

Lines 3002 to 3010 in d6761b8

"@types/node@*", "@types/node@>= 8", "@types/node@>=10.0.0", "@types/node@^20.1.4":
version "20.1.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.1.4.tgz#83f148d2d1f5fe6add4c53358ba00d97fc4cdb71"
integrity sha512-At4pvmIOki8yuwLtd7BNHl3CiWNbtclUbNtScGx4OHfBd4/oWoJC8KRCIxXwkdndzhxOsPXihrsOoydxBjlE9Q==
"@types/node@^14.0.1":
version "14.18.36"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.36.tgz#c414052cb9d43fab67d679d5f3c641be911f5835"
integrity sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==

I'm not sure which one will be picked up by VSCode.

Copy link
Member

Choose a reason for hiding this comment

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

Or we could wait and see how mui/material-ui#37173 unfolds and possibly lock it on v18 for the time being. 🤔

Copy link
Member

Choose a reason for hiding this comment

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

Although we will end up with multiple versions on @types/node installed anyway, because other dependencies depend on it

Ahh, yes, that specific v14 coming from the @fast-csv/format a sub-dep of exceljs library 🙈
Honestly, I have no idea why they have @types/node as their dependency... I might be missing something, but it seems like an oversight/bug...

@renovate renovate bot deleted the renovate/node-20.x branch May 25, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants