-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: bump required node engine to >=12.22.10 #7847
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
Conversation
… module This reverts commit 0225340.
# [5.0.0-alpha.6](parse-community/parse-server@5.0.0-alpha.5...5.0.0-alpha.6) (2021-11-10) ### Reverts * refactor: allow ES import for cloud string if package type is module ([b64640c](parse-community@b64640c))
# [5.0.0-alpha.7](parse-community/parse-server@5.0.0-alpha.6...5.0.0-alpha.7) (2021-11-12) ### Bug Fixes * node engine range has no upper limit to exclude incompatible node versions ([parse-community#7692](parse-community#7692)) ([573558d](parse-community@573558d))
BREAKING CHANGE: Removes official Node 15 support which has reached it end-of-life date.
# [5.0.0-alpha.8](parse-community/parse-server@5.0.0-alpha.7...5.0.0-alpha.8) (2021-11-18) ### Features * add support for Node 16 ([parse-community#7707](parse-community#7707)) ([45cc58c](parse-community@45cc58c)) ### BREAKING CHANGES * Removes official Node 15 support which has reached it end-of-life date. ([45cc58c](45cc58c))
# [5.0.0-alpha.9](parse-community/parse-server@5.0.0-alpha.8...5.0.0-alpha.9) (2021-11-27) ### Bug Fixes * unable to use objectId size higher than 19 on GraphQL API ([parse-community#7627](parse-community#7627)) ([ed86c80](parse-community@ed86c80))
# [5.0.0-alpha.10](parse-community/parse-server@5.0.0-alpha.9...5.0.0-alpha.10) (2021-11-29) ### Bug Fixes * upgrade parse from 3.3.1 to 3.4.0 ([parse-community#7723](parse-community#7723)) ([d4c1f47](parse-community@d4c1f47))
# [5.0.0-alpha.11](parse-community/parse-server@5.0.0-alpha.10...5.0.0-alpha.11) (2021-11-29) ### Bug Fixes * upgrade mime from 2.5.2 to 3.0.0 ([parse-community#7725](parse-community#7725)) ([f5ef98b](parse-community@f5ef98b))
# [5.0.0-alpha.12](parse-community/parse-server@5.0.0-alpha.11...5.0.0-alpha.12) (2021-12-06) ### Bug Fixes * adding or modifying a nested property requires addField permissions ([parse-community#7679](parse-community#7679)) ([6a6248b](parse-community@6a6248b))
# [5.0.0-alpha.22](parse-community/parse-server@5.0.0-alpha.21...5.0.0-alpha.22) (2022-02-06) ### Features * upgrade to MongoDB Node.js driver 4.x for MongoDB 5.0 support ([parse-community#7794](parse-community#7794)) ([f88aa2a](parse-community@f88aa2a)) ### BREAKING CHANGES * The MongoDB GridStore adapter has been removed. By default, Parse Server already uses GridFS, so if you do not manually use the GridStore adapter, you can ignore this change. ([f88aa2a](f88aa2a))
# [5.0.0-alpha.23](parse-community/parse-server@5.0.0-alpha.22...5.0.0-alpha.23) (2022-02-06) ### Bug Fixes * server crash using GraphQL due to missing @apollo/client peer dependency ([parse-community#7787](parse-community#7787)) ([08089d6](parse-community@08089d6))
# [5.0.0-alpha.24](parse-community/parse-server@5.0.0-alpha.23...5.0.0-alpha.24) (2022-02-10) ### Bug Fixes * security upgrade follow-redirects from 1.14.7 to 1.14.8 ([parse-community#7801](parse-community#7801)) ([70088a9](parse-community@70088a9))
# [5.0.0-alpha.25](parse-community/parse-server@5.0.0-alpha.24...5.0.0-alpha.25) (2022-02-23) ### Bug Fixes * upgrade winston from 3.5.0 to 3.5.1 ([parse-community#7820](parse-community#7820)) ([4af253d](parse-community@4af253d))
…e-community#7823) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
# [5.0.0-alpha.26](parse-community/parse-server@5.0.0-alpha.25...5.0.0-alpha.26) (2022-02-25) ### Bug Fixes * package.json & package-lock.json to reduce vulnerabilities ([parse-community#7823](parse-community#7823)) ([5ca2288](parse-community@5ca2288))
This reverts commit 8a126fc.
# [5.0.0-alpha.27](parse-community/parse-server@5.0.0-alpha.26...5.0.0-alpha.27) (2022-03-12) ### Reverts * update node engine to 2.22.0 ([parse-community#7827](parse-community#7827)) ([f235412](parse-community@f235412))
# [5.0.0-alpha.28](parse-community/parse-server@5.0.0-alpha.27...5.0.0-alpha.28) (2022-03-12) ### Bug Fixes * security vulnerability that allows remote code execution (GHSA-p6h4-93qp-jhcm) ([parse-community#7844](parse-community#7844)) ([e569f40](parse-community@e569f40))
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## beta #7847 +/- ##
==========================================
+ Coverage 93.54% 94.19% +0.65%
==========================================
Files 183 182 -1
Lines 13626 13617 -9
==========================================
+ Hits 12746 12827 +81
+ Misses 880 790 -90
Continue to review full report at Codecov.
|
New Pull Request Checklist
Issue Description
Some dependencies require a higher min node engine.
Related issue: #n/a
Approach
To add some room before the next required node bump, this bump to the latest node 12 LTS versions 12.22.10 instead of just 12.22.0.
TODOs before merging
n/a