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

fix(deps): update all non-major dependencies (minor) #3552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/instrumentation-express (source) ^0.40.1 -> ^0.47.0 age adoption passing confidence
@opentelemetry/instrumentation-http (source) ^0.52.0 -> ^0.57.0 age adoption passing confidence
@opentelemetry/instrumentation-nestjs-core (source) ^0.38.0 -> ^0.44.0 age adoption passing confidence
@opentelemetry/instrumentation-net (source) ^0.37.0 -> ^0.43.0 age adoption passing confidence
@opentelemetry/instrumentation-pg (source) ^0.42.0 -> ^0.50.0 age adoption passing confidence
@opentelemetry/sdk-node (source) ^0.52.0 -> ^0.57.0 age adoption passing confidence
zone.js (source, changelog) ~0.14.7 -> ~0.15.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-express)

v0.47.0

Compare Source

v0.46.0

Compare Source

v0.45.0

Compare Source

v0.44.0

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.1

Compare Source

v0.41.0

Compare Source

open-telemetry/opentelemetry-js (@​opentelemetry/instrumentation-http)

v0.57.0

Compare Source

v0.56.0

Compare Source

v0.55.0

Compare Source

v0.54.2

Compare Source

v0.54.1

Compare Source

v0.54.0

Compare Source

v0.53.0

Compare Source

angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

v0.14.10

Compare Source

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

v0.14.8

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 9, 2024
Copy link

socket-security bot commented Nov 9, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 56aab92 to 1755b84 Compare November 17, 2024 21:50
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 1755b84 to ce683ef Compare November 17, 2024 21:53
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ce683ef to 77d3a0b Compare November 18, 2024 09:16
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 77d3a0b to 0902f4f Compare November 18, 2024 09:19
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 0902f4f to 7183fe8 Compare November 18, 2024 12:20
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 7183fe8 to ffe1b22 Compare November 18, 2024 20:11
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ffe1b22 to 64c9250 Compare November 19, 2024 12:14
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 64c9250 to 522091b Compare November 19, 2024 12:16
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 522091b to ff207d0 Compare November 19, 2024 15:40
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ff207d0 to fb0a0e9 Compare November 19, 2024 15:42
@codecov-commenter
Copy link

codecov-commenter commented Nov 19, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.49%. Comparing base (3998ca4) to head (9c90d8f).
Report is 2 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3552      +/-   ##
==========================================
- Coverage   66.49%   66.49%   -0.01%     
==========================================
  Files         912      912              
  Lines       14942    14939       -3     
  Branches     2070     2065       -5     
==========================================
- Hits         9936     9934       -2     
+ Misses       4698     4696       -2     
- Partials      308      309       +1     

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6dedb85...9c90d8f. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from fb0a0e9 to 0a37123 Compare November 19, 2024 16:27
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 0a37123 to ef42394 Compare November 21, 2024 00:53
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ef42394 to ea8588d Compare November 21, 2024 00:56
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ea8588d to 18dfd0b Compare November 22, 2024 13:20
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 5e5e468 to b341676 Compare December 24, 2024 22:53
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from b341676 to 7c82d7c Compare December 24, 2024 22:57
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 7c82d7c to 855c45f Compare December 30, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 855c45f to bfd32a4 Compare December 30, 2024 16:04
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from bfd32a4 to d7edd79 Compare December 31, 2024 00:19
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from d7edd79 to d0f0a7c Compare December 31, 2024 00:24
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from d0f0a7c to ef54ed9 Compare January 1, 2025 23:30
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ef54ed9 to ea9b7be Compare January 8, 2025 13:39
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ea9b7be to 050acde Compare January 8, 2025 13:44
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 050acde to bb02b26 Compare January 9, 2025 16:53
Copy link

socket-security bot commented Jan 9, 2025

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint-community/[email protected] None 0 431 kB eslint-community-bot
npm/@eslint/[email protected] filesystem, unsafe +1 732 kB eslintbot
npm/@eslint/[email protected] None 0 13.9 kB eslintbot
npm/@humanwhocodes/[email protected] Transitive: environment +2 133 kB nzakas
npm/@humanwhocodes/[email protected] None 0 23.3 kB nzakas
npm/@types/[email protected] None 0 7.65 kB types
npm/@types/[email protected] None 0 2.09 MB types
npm/@typescript-eslint/[email protected] None 0 2.69 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 18 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 613 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 109 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 156 kB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment +2 1.02 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 332 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 19.4 kB jameshenry
npm/@ungap/[email protected] None 0 26.2 kB webreflection
npm/[email protected] None 0 24.4 kB rreverser
npm/[email protected] None 0 531 kB marijn
npm/[email protected] None 0 221 kB dcode
npm/[email protected] environment, filesystem, shell 0 16.1 kB satazor
npm/[email protected] None 0 8.11 kB thlorenz
npm/[email protected] None 0 106 kB eslint
npm/[email protected] None 0 3.79 kB sindresorhus
npm/[email protected] None 0 146 kB eslintbot
npm/[email protected] environment, filesystem 0 3.04 MB eslintbot
npm/[email protected] None +1 1.04 MB michaelficarra
npm/[email protected] None 0 13.5 kB michaelficarra
npm/[email protected] None 0 50.6 kB michaelficarra
npm/[email protected] None 0 17 kB esp
npm/[email protected] None 0 9.44 kB hiddentao
npm/[email protected] None 0 41.9 kB matteo.collina
npm/[email protected] filesystem 0 25.6 kB royriojas
npm/[email protected] None 0 11.8 kB sindresorhus
npm/[email protected] filesystem 0 29.4 kB jaredwray
npm/[email protected] None 0 40.3 kB webreflection
npm/[email protected] None 0 52.1 kB sindresorhus
npm/[email protected] None 0 812 kB mattpauldavies
npm/[email protected] None 0 51.5 kB kael
npm/[email protected] None 0 3.76 kB isaacs
npm/[email protected] None 0 4.12 kB sindresorhus
npm/[email protected] None 0 5.4 kB dominictarr
npm/[email protected] None 0 19.6 kB esp
npm/[email protected] None 0 14.2 kB samn
npm/[email protected] None 0 27.8 kB jaredwray
npm/[email protected] None 0 24.9 kB gkz
npm/[email protected] filesystem 0 7.02 kB sindresorhus
npm/[email protected] None 0 6.84 kB styfle
npm/[email protected] None 0 5.65 kB megawac
npm/[email protected] None +1 71.3 kB gkz
npm/[email protected] None 0 7.75 kB sindresorhus
npm/[email protected] None 0 7.24 kB sindresorhus
npm/[email protected] None 0 3.62 kB sindresorhus
npm/[email protected] None 0 36.7 kB gkz
npm/[email protected] environment, filesystem, unsafe 0 8.39 MB prettier-bot
npm/[email protected] None 0 33.5 kB google-wombot
npm/[email protected] filesystem 0 17.3 kB isaacs
npm/[email protected] None 0 95.4 kB npm-cli-ops
npm/[email protected] None 0 6.96 kB sindresorhus
npm/[email protected] None 0 11 kB substack
npm/[email protected] None 0 828 kB joshuakgoldberg
npm/[email protected] None 0 111 kB sindresorhus
npm/[email protected] None 0 81.1 kB jameshenry
npm/[email protected] None 0 470 kB garycourt
npm/[email protected] None 0 11.8 kB jonschlinkert
npm/[email protected] None 0 6.03 kB sindresorhus

🚮 Removed packages: npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@nestjs/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected], npm/@opentelemetry/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from bb02b26 to 57ca65e Compare January 9, 2025 16:58
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 57ca65e to d9051e7 Compare January 9, 2025 23:00
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from d9051e7 to 9a2dcaf Compare January 9, 2025 23:05
Copy link

sonarqubecloud bot commented Jan 9, 2025

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