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(deps): update dependency node to v18.17.0 #197

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node minor 18.15.0 -> 18.17.0
node final minor 18.16.0 -> 18.17.0

Release Notes

nodejs/node (node)

v18.17.0: 2023-07-18, Version 18.17.0 'Hydrogen' (LTS), @​danielleadams

Compare Source

Notable Changes
Ada 2.0

Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements
to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.

Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the
improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4,
while also eliminating the need for the ICU requirement for URL hostname parsing.

Contributed by Yagiz Nizipli and Daniel Lemire in #​47339

Web Crypto API

Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations.
This further improves interoperability with other implementations of Web Crypto API.

Contributed by Filip Skokan in #​46067

  • crypto:
    • update root certificates to NSS 3.89 (Node.js GitHub Bot) #​47659
  • dns:
    • (SEMVER-MINOR) expose getDefaultResultOrder (btea) #​46973
  • doc:
    • add ovflowd to collaborators (Claudio Wunder) #​47844
    • add KhafraDev to collaborators (Matthew Aitken) #​47510
  • events:
    • (SEMVER-MINOR) add getMaxListeners method (Matthew Aitken) #​47039
  • fs:
    • (SEMVER-MINOR) add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #​47084
    • (SEMVER-MINOR) add recursive option to readdir and opendir (Ethan Arrowood) #​41439
    • (SEMVER-MINOR) add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #​47084
    • (SEMVER-MINOR) implement byob mode for readableWebStream() (Debadree Chatterjee) #​46933
  • http:
    • (SEMVER-MINOR) prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #​47732
    • (SEMVER-MINOR) remove internal error in assignSocket (Matteo Collina) #​47723
    • (SEMVER-MINOR) add highWaterMark opt in http.createServer (HinataKah0) #​47405
  • lib:
    • (SEMVER-MINOR) add webstreams to Duplex.from() (Debadree Chatterjee) #​46190
    • (SEMVER-MINOR) implement AbortSignal.any() (Chemi Atlow) #​47821
  • module:
    • change default resolver to not throw on unknown scheme (Gil Tayar) #​47824
  • node-api:
    • (SEMVER-MINOR) define version 9 (Chengzhong Wu) #​48151
    • (SEMVER-MINOR) deprecate napi_module_register (Vladimir Morozov) #​46319
  • stream:
    • (SEMVER-MINOR) preserve object mode in compose (Raz Luvaton) #​47413
    • (SEMVER-MINOR) add setter & getter for default highWaterMark (#​46929) (Robert Nagy) #​46929
  • test:
    • unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) #​48078
  • test_runner:
    • (SEMVER-MINOR) add shorthands to test (Chemi Atlow) #​47909
    • (SEMVER-MINOR) support combining coverage reports (Colin Ihrig) #​47686
    • (SEMVER-MINOR) execute before hook on test (Chemi Atlow) #​47586
    • (SEMVER-MINOR) expose reporter for use in run api (Chemi Atlow) #​47238
  • tools:
    • update LICENSE and license-builder.sh (Santiago Gimeno) #​48078
  • url:
    • (SEMVER-MINOR) implement URL.canParse (Matthew Aitken) #​47179
  • wasi:
    • (SEMVER-MINOR) no longer require flag to enable wasi (Michael Dawson) #​47286
Commits

Configuration

📅 Schedule: Branch creation - "after 10am on monday" (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 these updates 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 Pull requests that update a dependency file label Jun 19, 2023
@renovate renovate bot changed the title chore(deps): update node.js to v18.16.0 chore(deps): update node.js Jun 21, 2023
@renovate renovate bot changed the title chore(deps): update node.js chore(deps): update node.js to v18.16.1 Jul 4, 2023
@renovate renovate bot changed the title chore(deps): update node.js to v18.16.1 chore(deps): update dependency node to v18.16.1 Jul 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency node to v18.16.1 chore(deps): update dependency node Jul 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency node chore(deps): update dependency node to v18.17.0 Aug 1, 2023
@theyokohamalife theyokohamalife merged commit 067e664 into main Aug 5, 2023
4 checks passed
@theyokohamalife theyokohamalife deleted the renovate/node-18.x branch August 5, 2023 11:08
ermish pushed a commit that referenced this pull request Aug 28, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
theyokohamalife added a commit that referenced this pull request Aug 29, 2023
* progress

* fix(deps): update dependency firebase-admin to v11.6.0 (#182)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* got build and queries working again! (#181)

* fix(deps): update dependency csv-parse to v5.3.8 (#183)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philip Ermish <[email protected]>

* chore(deps): update yarn to v3.5.1 (#190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philip Ermish <[email protected]>

* fix(deps): update dependency @apollo/server to v4.7.0 (#185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency eslint to v8.40.0 (#179)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LaShawn Toyoda <[email protected]>

* chore(deps): update dependency firebase-tools to v11.28.0 (#184)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LaShawn Toyoda <[email protected]>

* fix(deps): update dependency firebase to v9.22.0 (#186)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LaShawn Toyoda <[email protected]>

* chore(deps): update typescript-eslint monorepo to v5.62.0 (#187)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/chai to v4.3.5 (#188)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency all-contributors-cli to v6.26.1 (#189)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency csv-parse to v5.4.0 (#193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: add firebase service account key to env variable (#204)

* fix: add firebase service account key to env variable

Prior to this change, a new developer starting server would get an error message saying private key is missing. Installed dotenv to handle environment variables in the code. Updated README with instructions on how to get a private key from firebase and how to add it to the local env file.

* docs: Add instructions for setting up Firebase Service Account

* chore(deps): update graphqlcodegenerator monorepo to v4 (#194)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency node to v18.17.0 (#197)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency firebase to v10 (#210)

* chore(deps): update dependency firebase-tools to v12 (#192)

* feat: add Submission type and input (#208)

The reason for this change is to allow users to submit incomplete information to be reviewed by moderators prior to being searchable on the website

* feat: add mutations for addFacility and addHealthcareProfessional (#203)

* feat: implement mutation for addFacility

* feat: implement mutation for addHealthcareProfessional

* refactor: fix healthcareProfessionalService types

* refactor: fix types and move function

* chore(deps): update reviewdog/action-eslint action to v1.19.2 (#205)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove codeowners until the repo goes public (#228)

* chore: set renovate confidence to high (#215)

Co-authored-by: Philip Ermish <[email protected]>

* Refactor FacilityService and HealthcareProfessionalService (#223)

* chore: update healthcareProfessional service

* feat: add new Facility with HealthcareProfessional Ids

* refactor: clean up imports

* feat: add the isDeleted field to Facility and HealthcareProfessional

* chore(deps): update node.js to v18.17.1 (#216)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LaShawn Toyoda <[email protected]>

* chore(deps): update dependency @graphql-codegen/cli to v5 (#217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LaShawn Toyoda <[email protected]>

* 👥 Add @evan-desu as a contributor (#231)

* feat: add a submissionService file and Submission type definitions (#213)

Previously there were no service functions to allow users to get, add, or update submissions. There are now functions to perform these tasks. There is now also a Submission type alias in TypeDefs/dbschema.ts

* feat: add a submissionService file and Submission type definitions (#218)

* feat: implement end-to-end testing with Jest and Supertest (#227)

* feat: implement end-to-end testing with Jest and Supertest

Prior to this commit the tests that were in place were legacy tests for when our tech stack included Prisma and Postgres. Now that we're using Firestore they're no longer needed.

* feat: add GitHub action to run tests

* feat: add mock firebase config for jest

Co-authored-by: Anissa Chadouli [email protected]

* docs: update testing instructions

* test: happy path is successful

* refactor: separate env variables for dev and prod

Co-authored-by: Philip Ermish <[email protected]>

* chore: fix docker in github actions

Co-authored-by: Philip Ermish <[email protected]>

* chore: fix docker in github actions

Co-authored-by: Philip Ermish <[email protected]>

* chore: fix yarn path

Co-authored-by: Philip Ermish <[email protected]>

* chore: check in dev and prod env

Co-authored-by: Philip Ermish <[email protected]>

* Update README.md

* Update __tests__/server.test.ts

* Update src/index.ts

---------

Co-authored-by: Philip Ermish <[email protected]>

* upgraded to node 20 and relevant packages

* got build working!

* merge fixes. build works again

* commenting out in progress workflows

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LaShawn Toyoda <[email protected]>
Co-authored-by: Evan Peterson <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant