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 all #513

Merged
merged 1 commit into from
Sep 30, 2023
Merged

chore(deps): update all #513

merged 1 commit into from
Sep 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.7.1 -> 20.8.0 age adoption passing confidence devDependencies minor
eslint-plugin-jest 27.4.0 -> 27.4.2 age adoption passing confidence devDependencies patch
node 20.7.0-alpine3.17 -> 20.8.0-alpine3.17 age adoption passing confidence final minor
node 20.7.0-alpine3.17 -> 20.8.0-alpine3.17 age adoption passing confidence stage minor

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.4.2

Compare Source

Bug Fixes

v27.4.1

Compare Source

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)
nodejs/node (node)

v20.8.0: 2023-09-28, Version 20.8.0 (Current), @​ruyadorno

Compare Source

Notable Changes
Stream performance improvements

Performance improvements to writable and readable streams, improving the creation and destruction by ±15% and reducing the memory overhead each stream takes in Node.js

Contributed by Benjamin Gruenbaum in #​49745 and Raz Luvaton in #​49834.

Performance improvements for readable webstream, improving readable stream async iterator consumption by ±140% and improving readable stream pipeTo consumption by ±60%

Contributed by Raz Luvaton in #​49662 and #​49690.

Rework of memory management in vm APIs with the importModuleDynamically option

This rework addressed a series of long-standing memory leaks and use-after-free issues in the following APIs that support importModuleDynamically:

  • vm.Script
  • vm.compileFunction
  • vm.SyntheticModule
  • vm.SourceTextModule

This should enable affected users (in particular Jest users) to upgrade from older versions of Node.js.

Contributed by Joyee Cheung in #​48510.

Other notable changes
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
Copy link
Contributor Author

renovate bot commented Sep 30, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-config-airbnb-typescript-prettier@5.0.0
npm ERR! Found: prettier@3.0.3
npm ERR! node_modules/prettier
npm ERR!   peer prettier@">=1.13.0" from eslint-plugin-prettier@3.4.1
npm ERR!   node_modules/eslint-config-airbnb-typescript-prettier/node_modules/eslint-plugin-prettier
npm ERR!     eslint-plugin-prettier@"^3.1.4" from eslint-config-airbnb-typescript-prettier@5.0.0
npm ERR!     node_modules/eslint-config-airbnb-typescript-prettier
npm ERR!       dev eslint-config-airbnb-typescript-prettier@"^5.0.0" from the root project
npm ERR!   peer prettier@">=3.0.0" from eslint-plugin-prettier@5.0.0
npm ERR!   node_modules/eslint-plugin-prettier
npm ERR!     dev eslint-plugin-prettier@"^5.0.0" from the root project
npm ERR!   1 more (the root project)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer prettier@"^1.18.2 || ^2.0.0" from eslint-config-airbnb-typescript-prettier@5.0.0
npm ERR! node_modules/eslint-config-airbnb-typescript-prettier
npm ERR!   dev eslint-config-airbnb-typescript-prettier@"^5.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: prettier@2.8.8
npm ERR! node_modules/prettier
npm ERR!   peer prettier@"^1.18.2 || ^2.0.0" from eslint-config-airbnb-typescript-prettier@5.0.0
npm ERR!   node_modules/eslint-config-airbnb-typescript-prettier
npm ERR!     dev eslint-config-airbnb-typescript-prettier@"^5.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/e4f8f2/b84301/cache/others/npm/_logs/2023-09-30T10_17_53_828Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/e4f8f2/b84301/cache/others/npm/_logs/2023-09-30T10_17_53_828Z-debug-0.log

@renovate renovate bot temporarily deployed to qa September 30, 2023 05:28 Inactive
@renovate renovate bot temporarily deployed to qa September 30, 2023 05:28 Inactive
@renovate renovate bot temporarily deployed to qa September 30, 2023 05:28 Inactive
@renovate renovate bot temporarily deployed to qa September 30, 2023 05:28 Inactive
@sonarcloud
Copy link

sonarcloud bot commented Sep 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@abhi-markan abhi-markan merged commit 76b710d into main Sep 30, 2023
12 of 13 checks passed
@abhi-markan abhi-markan deleted the renovate/all branch September 30, 2023 12:41
abhi-markan pushed a commit that referenced this pull request Dec 10, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.17.0](v1.16.0...v1.17.0)
(2023-12-10)


### Features

* **ami:** migration to Azure AMI
([9854d57](9854d57))
* **ami:** migration to Azure AMI
([#514](#514))
([bfeaa1e](bfeaa1e))
* **template:** pull request template
([b8506bb](b8506bb))
* **template:** pull request template
([#624](#624))
([847bdeb](847bdeb))


### Bug Fixes

* **ci:** run ci with legacy-peer-deps argument
([d77d8f3](d77d8f3))
* **env:** updated .env.sample
([bd3f594](bd3f594))
* **env:** updated `.env.sample`
([#516](#516))
([c09f145](c09f145))
* **format:** formatting fixes
([b14807a](b14807a))
* **format:** Formatting fixes
([#517](#517))
([baa3713](baa3713))
* **release:** release version manager
([#532](#532))
([8a2a3a2](8a2a3a2))
* **spellcheck:** added spellcheck to the pipeline
([#511](#511))
([8b84855](8b84855))
* **tsconfig:** fixed tsconfig file
([d8df948](d8df948))
* **tsconfig:** tsconfig file fix
([e470ec5](e470ec5))


### Miscellaneous

* **deps-dev:** Bump @babel/traverse from 7.23.0 to 7.23.2
([#549](#549))
([31d3a71](31d3a71))
* **deps-dev:** Bump @commitlint/cli from 17.7.1 to 17.7.2
([#512](#512))
([f74d3af](f74d3af))
* **deps-dev:** Bump @commitlint/cli from 17.7.2 to 17.8.0
([#543](#543))
([09e391c](09e391c))
* **deps-dev:** Bump @commitlint/cli from 18.0.0 to 18.2.0
([#578](#578))
([b3553a0](b3553a0))
* **deps-dev:** Bump @commitlint/config-conventional from 17.7.0 to
17.8.0 ([#545](#545))
([644dc8e](644dc8e))
* **deps-dev:** Bump @commitlint/config-conventional from 18.0.0 to
18.1.0 ([#584](#584))
([49d1dfd](49d1dfd))
* **deps-dev:** Bump @commitlint/config-conventional from 18.1.0 to
18.4.3 ([#621](#621))
([1916070](1916070))
* **deps-dev:** Bump @nestjs/cli from 10.1.17 to 10.1.18
([#494](#494))
([28cbe10](28cbe10))
* **deps-dev:** Bump @nestjs/cli from 10.1.18 to 10.2.0
([#566](#566))
([d3d0af1](d3d0af1))
* **deps-dev:** Bump @nestjs/cli from 10.2.0 to 10.2.1
([#580](#580))
([2d88f6a](2d88f6a))
* **deps-dev:** Bump @nestjs/schematics from 10.0.2 to 10.0.3
([#583](#583))
([ee64cf7](ee64cf7))
* **deps-dev:** Bump @nestjs/testing from 10.2.5 to 10.2.6
([#501](#501))
([6dd9ebe](6dd9ebe))
* **deps-dev:** Bump @nestjs/testing from 10.2.6 to 10.2.7
([#528](#528))
([0077c73](0077c73))
* **deps-dev:** Bump @nestjs/testing from 10.2.7 to 10.2.8
([#588](#588))
([6b6ce05](6b6ce05))
* **deps-dev:** Bump @types/chance from 1.1.4 to 1.1.5
([#552](#552))
([8df0a47](8df0a47))
* **deps-dev:** Bump @types/compression from 1.7.3 to 1.7.4
([#551](#551))
([d3261bf](d3261bf))
* **deps-dev:** Bump @types/compression from 1.7.4 to 1.7.5
([#604](#604))
([c2d57be](c2d57be))
* **deps-dev:** Bump @types/express from 4.17.17 to 4.17.18
([#499](#499))
([235beb8](235beb8))
* **deps-dev:** Bump @types/express from 4.17.18 to 4.17.19
([#537](#537))
([6775618](6775618))
* **deps-dev:** Bump @types/express from 4.17.19 to 4.17.20
([#553](#553))
([daf4ad1](daf4ad1))
* **deps-dev:** Bump @types/express from 4.17.20 to 4.17.21
([#603](#603))
([dc51f58](dc51f58))
* **deps-dev:** Bump @types/jest from 29.5.4 to 29.5.5
([31d98f4](31d98f4))
* **deps-dev:** Bump @types/jest from 29.5.4 to 29.5.5
([#487](#487))
([9c107c6](9c107c6))
* **deps-dev:** Bump @types/jest from 29.5.5 to 29.5.6
([#550](#550))
([bca5ad3](bca5ad3))
* **deps-dev:** Bump @types/jest from 29.5.6 to 29.5.7
([#579](#579))
([6ea5934](6ea5934))
* **deps-dev:** Bump @types/jest from 29.5.7 to 29.5.10
([#613](#613))
([0668243](0668243))
* **deps-dev:** Bump @types/lodash from 4.14.198 to 4.14.199
([#508](#508))
([be0cb77](be0cb77))
* **deps-dev:** Bump @types/lodash from 4.14.199 to 4.14.200
([#555](#555))
([dddeff6](dddeff6))
* **deps-dev:** Bump @types/lodash from 4.14.200 to 4.14.201
([#596](#596))
([3bb98fa](3bb98fa))
* **deps-dev:** Bump @types/node from 20.10.1 to 20.10.4
([#644](#644))
([2abd426](2abd426))
* **deps-dev:** Bump @types/node from 20.6.0 to 20.6.2
([48b20a0](48b20a0))
* **deps-dev:** Bump @types/node from 20.6.0 to 20.6.2
([#489](#489))
([0aff11e](0aff11e))
* **deps-dev:** Bump @types/node from 20.6.2 to 20.6.3
([#493](#493))
([4e30030](4e30030))
* **deps-dev:** Bump @types/node from 20.6.3 to 20.6.5
([#497](#497))
([ccee57c](ccee57c))
* **deps-dev:** Bump @types/node from 20.6.5 to 20.7.0
([#503](#503))
([4e43067](4e43067))
* **deps-dev:** Bump @types/node from 20.7.0 to 20.7.1
([#507](#507))
([e897266](e897266))
* **deps-dev:** Bump @types/node from 20.8.0 to 20.8.2
([#518](#518))
([62aba46](62aba46))
* **deps-dev:** Bump @types/node from 20.8.10 to 20.10.0
([#615](#615))
([0b37727](0b37727))
* **deps-dev:** Bump @types/node from 20.8.2 to 20.8.3
([#531](#531))
([01a5c08](01a5c08))
* **deps-dev:** Bump @types/node from 20.8.3 to 20.8.4
([#535](#535))
([3ea5524](3ea5524))
* **deps-dev:** Bump @types/node from 20.8.4 to 20.8.5
([#538](#538))
([3ff869d](3ff869d))
* **deps-dev:** Bump @types/node from 20.8.5 to 20.8.6
([#542](#542))
([8e16291](8e16291))
* **deps-dev:** Bump @types/node from 20.8.6 to 20.8.7
([#556](#556))
([96582de](96582de))
* **deps-dev:** Bump @types/node from 20.8.7 to 20.8.9
([#572](#572))
([b67f6fd](b67f6fd))
* **deps-dev:** Bump @types/node from 20.8.9 to 20.8.10
([#587](#587))
([44a15bb](44a15bb))
* **deps-dev:** Bump @types/supertest from 2.0.12 to 2.0.13
([#505](#505))
([1832a64](1832a64))
* **deps-dev:** Bump @types/supertest from 2.0.13 to 2.0.14
([#520](#520))
([38abe81](38abe81))
* **deps-dev:** Bump @types/supertest from 2.0.14 to 2.0.15
([#554](#554))
([6937dcf](6937dcf))
* **deps-dev:** Bump @types/supertest from 2.0.15 to 2.0.16
([#600](#600))
([ef3bd4f](ef3bd4f))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.0 to
6.7.2 ([#490](#490))
([9083c34](9083c34))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.2 to
6.7.3 ([#509](#509))
([f5b98b9](f5b98b9))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.3 to
6.7.4 ([#519](#519))
([0a7a299](0a7a299))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.4 to
6.7.5 ([#534](#534))
([d019e2f](d019e2f))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.5 to
6.8.0 ([#548](#548))
([0edb6ce](0edb6ce))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.8.0 to
6.9.0 ([#564](#564))
([7a1c3ca](7a1c3ca))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.9.0 to
6.9.1 ([#582](#582))
([192c0b1](192c0b1))
* **deps-dev:** Bump @typescript-eslint/parser from 6.10.0 to 6.13.1
([#622](#622))
([524fc85](524fc85))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.0 to 6.7.2
([#491](#491))
([0f9310e](0f9310e))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.2 to 6.7.3
([#504](#504))
([04365c9](04365c9))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.3 to 6.7.4
([#521](#521))
([4bdc551](4bdc551))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.4 to 6.7.5
([#533](#533))
([4f6c6ef](4f6c6ef))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.5 to 6.8.0
([#547](#547))
([6abc303](6abc303))
* **deps-dev:** Bump @typescript-eslint/parser from 6.8.0 to 6.9.0
([#569](#569))
([b845015](b845015))
* **deps-dev:** Bump @typescript-eslint/parser from 6.9.0 to 6.9.1
([#586](#586))
([8a55afa](8a55afa))
* **deps-dev:** Bump @typescript-eslint/parser from 6.9.1 to 6.10.0
([#594](#594))
([97e5d2e](97e5d2e))
* **deps-dev:** Bump cspell from 7.3.7 to 7.3.8
([#541](#541))
([deab255](deab255))
* **deps-dev:** Bump cspell from 7.3.8 to 8.0.0
([#599](#599))
([4775e64](4775e64))
* **deps-dev:** Bump eslint from 8.49.0 to 8.50.0
([#502](#502))
([6db0e92](6db0e92))
* **deps-dev:** Bump eslint from 8.50.0 to 8.51.0
([#529](#529))
([066604c](066604c))
* **deps-dev:** Bump eslint from 8.52.0 to 8.53.0
([#593](#593))
([90346a8](90346a8))
* **deps-dev:** Bump eslint-import-resolver-typescript from 3.6.0 to
3.6.1 ([#500](#500))
([71e1cbc](71e1cbc))
* **deps-dev:** Bump eslint-plugin-deprecation from 1.5.0 to 2.0.0
([#483](#483))
([bad73f7](bad73f7))
* **deps-dev:** Bump eslint-plugin-import from 2.28.1 to 2.29.0
([#563](#563))
([8fb24c8](8fb24c8))
* **deps-dev:** Bump eslint-plugin-jest from 27.2.3 to 27.4.0
([455f85a](455f85a))
* **deps-dev:** Bump eslint-plugin-jest from 27.2.3 to 27.4.0
([#486](#486))
([9c38d21](9c38d21))
* **deps-dev:** Bump eslint-plugin-jest from 27.4.3 to 27.6.0
([#574](#574))
([e54a8b4](e54a8b4))
* **deps-dev:** Bump eslint-plugin-prettier from 5.0.0 to 5.0.1
([#536](#536))
([00dd183](00dd183))
* **deps-dev:** Bump lint-staged from 14.0.1 to 15.0.1
([#544](#544))
([bde1af7](bde1af7))
* **deps-dev:** Bump lint-staged from 15.0.1 to 15.0.2
([#560](#560))
([6db7516](6db7516))
* **deps-dev:** Bump nock from 13.3.3 to 13.3.4
([#539](#539))
([db13d74](db13d74))
* **deps-dev:** Bump nock from 13.3.4 to 13.3.6
([#559](#559))
([aa653bb](aa653bb))
* **deps-dev:** Bump nock from 13.3.6 to 13.3.8
([#589](#589))
([4e0d2b7](4e0d2b7))
* **deps-dev:** Bump prettier from 3.0.3 to 3.1.0
([#602](#602))
([5fd44b2](5fd44b2))
* **deps-dev:** Bump ts-loader from 9.4.4 to 9.5.0
([#530](#530))
([8033233](8033233))
* **deps-dev:** Bump ts-loader from 9.5.0 to 9.5.1
([#620](#620))
([aa3a85c](aa3a85c))
* **deps:** Bump @nestjs/axios from 3.0.0 to 3.0.1
([#581](#581))
([ccb9c1c](ccb9c1c))
* **deps:** Bump @nestjs/common from 10.2.5 to 10.2.6
([#506](#506))
([d4d0099](d4d0099))
* **deps:** Bump @nestjs/common from 10.2.6 to 10.2.7
([#526](#526))
([2e49610](2e49610))
* **deps:** Bump @nestjs/common from 10.2.7 to 10.2.8
([#592](#592))
([1adf779](1adf779))
* **deps:** Bump @nestjs/core from 10.2.6 to 10.2.7
([#525](#525))
([8c0433d](8c0433d))
* **deps:** Bump @nestjs/core from 10.2.7 to 10.2.8
([#590](#590))
([0f32e12](0f32e12))
* **deps:** Bump @nestjs/platform-express from 10.2.5 to 10.2.6
([#498](#498))
([fd0907e](fd0907e))
* **deps:** Bump @nestjs/platform-express from 10.2.6 to 10.2.7
([#527](#527))
([5d6a2d7](5d6a2d7))
* **deps:** Bump @nestjs/platform-express from 10.2.7 to 10.2.8
([#591](#591))
([7fc7571](7fc7571))
* **deps:** Bump @nestjs/swagger from 7.1.11 to 7.1.12
([#496](#496))
([45fed33](45fed33))
* **deps:** Bump @nestjs/swagger from 7.1.12 to 7.1.13
([#523](#523))
([429de1e](429de1e))
* **deps:** Bump @nestjs/swagger from 7.1.13 to 7.1.14
([#567](#567))
([446a7e3](446a7e3))
* **deps:** Bump @nestjs/swagger from 7.1.14 to 7.1.15
([#597](#597))
([61314e2](61314e2))
* **deps:** Bump @nestjs/terminus from 10.0.1 to 10.1.1
([#484](#484))
([ec554a2](ec554a2))
* **deps:** Bump @nestjs/typeorm from 10.0.0 to 10.0.1
([#617](#617))
([b8642b5](b8642b5))
* **deps:** Bump axios from 1.5.0 to 1.5.1
([#510](#510))
([46ce219](46ce219))
* **deps:** Bump axios from 1.5.1 to 1.6.0
([#576](#576))
([251e470](251e470))
* **deps:** Bump axios from 1.6.0 to 1.6.1
([#598](#598))
([b44308f](b44308f))
* **deps:** Bump axios from 1.6.1 to 1.6.2
([#619](#619))
([69aff70](69aff70))
* **deps:** Bump nestjs-pino from 3.4.0 to 3.5.0
([#495](#495))
([881363c](881363c))
* **deps:** Bump node from 20.8.1-alpine3.17 to 21.0.0-alpine3.17
([#558](#558))
([1090fc8](1090fc8))
* **deps:** Bump node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17
([#606](#606))
([c2ef738](c2ef738))
* **deps:** Bump node from 21.2.0-alpine3.17 to 21.4.0-alpine3.17
([#642](#642))
([76eb82a](76eb82a))
* **deps:** Bump pino-http from 8.5.0 to 8.5.1
([#577](#577))
([6c14ce2](6c14ce2))
* **deps:** Bump pino-pretty from 10.2.0 to 10.2.2
([#522](#522))
([3b11cdd](3b11cdd))
* **deps:** Bump pino-pretty from 10.2.2 to 10.2.3
([#524](#524))
([b659e67](b659e67))
* **deps:** Bump typeorm-extension from 3.0.1 to 3.0.2
([30635de](30635de))
* **deps:** Bump typeorm-extension from 3.0.1 to 3.0.2
([#488](#488))
([62a5bd9](62a5bd9))
* **deps:** Bump typeorm-extension from 3.1.0 to 3.1.1
([#575](#575))
([8700c40](8700c40))
* **deps:** dependencies updates
([e9ed904](e9ed904))
* **deps:** update actions/setup-node action to v4
([#565](#565))
([a57ba29](a57ba29))
* **deps:** update all
([#492](#492))
([cf29a7c](cf29a7c))
* **deps:** update all
([#513](#513))
([76b710d](76b710d))
* **deps:** update commitlint monorepo to v18 (major)
([#562](#562))
([b9db561](b9db561))
* **deps:** update node.js to v20.8.1
([#546](#546))
([8f012d5](8f012d5))
* **deps:** update node.js to v21
([#557](#557))
([7e8d0dc](7e8d0dc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant