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 nodejs #8

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

fix(deps): update nodejs #8

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 18.2.12 -> 18.2.14 age adoption passing confidence
@angular/cli 18.2.12 -> 18.2.14 age adoption passing confidence
@google-cloud/profiler 6.0.1 -> 6.0.2 age adoption passing confidence
@grpc/grpc-js (source) 1.11.1 -> 1.12.6 age adoption passing confidence
@opentelemetry/instrumentation-grpc (source) 0.53.0 -> 0.57.1 age adoption passing confidence
@opentelemetry/resources (source) 1.26.0 -> 1.30.1 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.53.0 -> 0.57.1 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.26.0 -> 1.30.1 age adoption passing confidence
@opentelemetry/semantic-conventions (source) 1.27.0 -> 1.30.0 age adoption passing confidence
jasmine-core (source) ~5.2.0 -> ~5.6.0 age adoption passing confidence
pino (source) 9.3.2 -> 9.6.0 age adoption passing confidence
typescript (source) ~5.5.2 -> ~5.7.0 age adoption passing confidence
zone.js (source, changelog) ~0.14.10 -> ~0.15.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v18.2.14

Compare Source

@​angular-devkit/build-angular
Commit Type Description
9d34d28ec fix remove unused vite dependency

v18.2.13

Compare Source

@​angular/cli
Commit Type Description
deeaf1883 fix correctly select package versions in descending order during ng add
@​angular/build
Commit Type Description
fdddf2c08 fix update vite to version 5.4.14
googleapis/cloud-profiler-nodejs (@​google-cloud/profiler)

v6.0.2

Compare Source

Bug Fixes
grpc/grpc-node (@​grpc/grpc-js)

v1.12.6

Compare Source

  • Allow garbage collection of IDLE channels (#​2896)

v1.12.5: @​grpc/grpc-js 1.12.5

Compare Source

  • Prioritize HTTP status errors over message decoding errors (#​2873)

v1.12.4: @​grpc/grpc-js 1.12.4

Compare Source

  • Prioritize reporting UNAVAILABLE status when handing connection drops (#​2862)

v1.12.3: @​grpc/grpc-js 1.12.3

Compare Source

  • Report UNAVAILABLE if possible when handling connection drops (#​2861)

v1.12.2: @​grpc/grpc-js 1.12.2

Compare Source

  • Use util.promisify instead of fs/promises for Node 12 compatibility (#​2838)

v1.12.1: @​grpc/grpc-js 1.12.1

Compare Source

  • Port bugfixes from 1.11.x into 1.12.x (#​2836)

v1.12.0: @​grpc/grpc-js 1.12.0

Compare Source

Changelog
  • Provide the method_name for the CallCredentials callback generateMetadata (#​2814 contributed by @​becoded)
  • Add an optional rejectUnauthorized field to the VerifyOptions interface, which can be passed as an argument to credentials.createSsl and createFromSecureContext (#​2812 contributed by @​vinothsa4891)
Experimental API changes

Added:

  • CaCertificateUpdate
  • CaCertificateUpdateListener
  • IdentityCertificateUpdate
  • IdentityCertificateUpdateListener
  • CertificateProvider
  • FileWatcherCertificateProvider
  • FileWatcherCertificateProviderConfig
  • createCertificateProviderChannelCredentials
  • createCertificateProviderServerCredentials

Modified:

  • LoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.
  • ChannelControlHelper#createSubchannel: Now takes an additional argument of type ChannelCredentials | null. This should be passed along if overriding this function.
  • LeafLoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.

v1.11.3: @​grpc/grpc-js 1.11.3

Compare Source

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#​2825)

v1.11.2: @​grpc/grpc-js 1.11.2

Compare Source

  • Fix client crash on receiving a custom error code (#​2801 contributed by @​hastom)
  • Report connection errors more consistently (#​2808)
  • Avoid computing the channel constructor trace log when that tracer is not enabled (#​2817 contributed by @​ygalbel)
open-telemetry/opentelemetry-js (@​opentelemetry/instrumentation-grpc)

v0.57.1

Compare Source

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

jasmine/jasmine (jasmine-core)

v5.6.0

Compare Source

Please see the release notes.

v5.5.0

Compare Source

Please see the release notes.

v5.4.0

Compare Source

Please see the release notes.

v5.3.0

Compare Source

Please see the release notes.

pinojs/pino (pino)

v9.6.0

Compare Source

v9.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.4.0...v9.5.0

v9.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.3.2...v9.4.0

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source

v5.6.3

Compare Source

v5.6.2

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

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 dependencies Pull requests that update a dependency file lang: nodejs labels Oct 7, 2024
Copy link

cr-gpt bot commented Oct 7, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 305c741 to 8827e5b Compare October 8, 2024 08:30
Copy link

cr-gpt bot commented Oct 8, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 8827e5b to ea4f8c7 Compare October 8, 2024 10:14
Copy link

cr-gpt bot commented Oct 8, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from ea4f8c7 to de9d1e0 Compare October 8, 2024 14:26
Copy link

cr-gpt bot commented Oct 8, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from de9d1e0 to 45d539c Compare October 10, 2024 22:11
Copy link

cr-gpt bot commented Oct 10, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 45d539c to a12c670 Compare October 14, 2024 04:15
Copy link

cr-gpt bot commented Oct 14, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from a12c670 to c590d95 Compare October 14, 2024 07:34
Copy link

cr-gpt bot commented Oct 14, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from c590d95 to 4b32332 Compare October 15, 2024 20:17
Copy link

cr-gpt bot commented Oct 15, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 4b32332 to dc70c45 Compare October 16, 2024 20:37
Copy link

cr-gpt bot commented Oct 16, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from dc70c45 to ecec0e8 Compare October 21, 2024 03:42
Copy link

cr-gpt bot commented Oct 21, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from ecec0e8 to 8b93f5a Compare October 22, 2024 14:11
Copy link

cr-gpt bot commented Oct 22, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 8b93f5a to 3e110bb Compare October 30, 2024 16:41
Copy link

cr-gpt bot commented Oct 30, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 3e110bb to a82d91c Compare November 9, 2024 10:14
Copy link

cr-gpt bot commented Nov 9, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from a82d91c to 70bd3dd Compare November 9, 2024 10:18
Copy link

cr-gpt bot commented Nov 9, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 70bd3dd to 94711d3 Compare November 11, 2024 04:00
@renovate renovate bot force-pushed the renovate/nodejs branch from 5278a93 to 82dc556 Compare January 14, 2025 20:08
Copy link

cr-gpt bot commented Jan 14, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 82dc556 to 3a0386e Compare January 14, 2025 21:14
Copy link

cr-gpt bot commented Jan 14, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link
Contributor Author

renovate bot commented Jan 14, 2025

⚠️ 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: y/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"~5.7.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.4 <5.6" from @angular/[email protected]
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^18.2.0" from the root project
npm error   peer @angular/compiler-cli@"^18.0.0" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"^18.2.12" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-02-19T01_47_15_812Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-02-19T01_47_15_812Z-debug-0.log

@renovate renovate bot force-pushed the renovate/nodejs branch from 3a0386e to ed01f56 Compare January 21, 2025 13:33
Copy link

cr-gpt bot commented Jan 21, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from ed01f56 to e42fb3b Compare January 27, 2025 04:56
Copy link

cr-gpt bot commented Jan 27, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from e42fb3b to a5f0c8e Compare January 31, 2025 01:41
Copy link

cr-gpt bot commented Jan 31, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from a5f0c8e to a3879d3 Compare February 3, 2025 05:55
Copy link

cr-gpt bot commented Feb 3, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from a3879d3 to ba614fe Compare February 3, 2025 08:36
Copy link

cr-gpt bot commented Feb 3, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from ba614fe to fc3987c Compare February 10, 2025 05:33
Copy link

cr-gpt bot commented Feb 10, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from fc3987c to 897d461 Compare February 12, 2025 01:56
Copy link

cr-gpt bot commented Feb 12, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 897d461 to 9e94119 Compare February 14, 2025 00:06
Copy link

cr-gpt bot commented Feb 14, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 9e94119 to d1693e2 Compare February 15, 2025 21:34
Copy link

cr-gpt bot commented Feb 15, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from d1693e2 to cc42d1e Compare February 17, 2025 06:35
Copy link

cr-gpt bot commented Feb 17, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from cc42d1e to 556e2f7 Compare February 17, 2025 11:12
Copy link

cr-gpt bot commented Feb 17, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@renovate renovate bot force-pushed the renovate/nodejs branch from 556e2f7 to 5433b66 Compare February 19, 2025 01:47
Copy link

cr-gpt bot commented Feb 19, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

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 lang: nodejs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants