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

chore(instrumentation-mongoose, instrumentation-socket.io)!: bump engines from >=14.0 to >=14 #1843

Merged
merged 4 commits into from
Dec 8, 2023

Conversation

trentm
Copy link
Contributor

@trentm trentm commented Dec 1, 2023

This bump means that the minimum supported Node.js version is vague
about the minor. '>=14' is used in all other instrumentations. CI only
tests with the current latest Node.js v14.x.


Mainly this is to get the "engines" entry in these two instrumentations to be the same as for all the other instrumentations. Also, it means that the bump to mongoose@7 in #1825 won't be quite so awkward: mongoose@7 supports >=14.20.1:
https://github.com/Automattic/mongoose/blob/7.x/package.json#L122-L124

I don't think effectively changes the supported minimum Node.js version, because my guess is that if an issue came in for instrumentation-mongoose that only affected an old 14.0.x (Node.js 14.0.0 was released Apr 22, 2020), but not recent 14.x versions, that the first suggestion/request would be to update to a recent 14.x.

…ines from >=14.0 to >=14

This bump means that the minimum supported Node.js version is vague
about the minor. '>=14' is used in all other instrumentations. CI only
tests with the current latest Node.js v14.x.
@trentm trentm self-assigned this Dec 1, 2023
@trentm trentm requested a review from a team December 1, 2023 18:48
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Merging #1843 (14483b1) into main (cdbb29f) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1843   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files         144      144           
  Lines        7406     7406           
  Branches     1483     1483           
=======================================
  Hits         6773     6773           
  Misses        633      633           

Copy link
Member

@blumamir blumamir left a comment

Choose a reason for hiding this comment

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

LGTM 💯

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