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

Bump the root-deps group across 1 directory with 28 updates #498

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2024

Bumps the root-deps group with 25 updates in the / directory:

Package From To
lerna 8.1.2 8.1.3
typescript 5.4.3 5.4.5
@oclif/core 3.26.0 3.26.6
disposablestack 1.1.4 1.1.5
yaml 2.4.1 2.4.2
@swc/core 1.4.11 1.5.7
@swc/helpers 0.5.8 0.5.11
@types/node 18.19.26 18.19.33
lint-staged 15.2.2 15.2.5
oclif 4.7.0 4.11.2
@inquirer/type 1.2.1 1.3.2
pino 8.19.0 8.21.0
@types/dockerode 3.3.26 3.3.29
fastify 4.26.2 4.27.0
fastify-type-provider-zod 1.1.9 1.2.0
rimraf 5.0.5 5.0.7
ws 8.16.0 8.17.0
zod 3.22.4 3.23.8
@types/tar 6.1.11 6.1.13
@azure/logger 1.1.1 1.1.2
@azure/storage-blob 12.17.0 12.18.0
@google-cloud/compute 4.3.0 4.7.0
google-gax 4.3.2 4.3.4
@aws-sdk/client-lightsail 3.540.0 3.583.0
octokit 3.1.2 3.2.1

Updates lerna from 8.1.2 to 8.1.3

Release notes

Sourced from lerna's releases.

v8.1.3

8.1.3 (2024-05-13)

Bug Fixes

Changelog

Sourced from lerna's changelog.

8.1.3 (2024-05-13)

Bug Fixes

Commits

Updates typescript from 5.4.3 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates @oclif/core from 3.26.0 to 3.26.6

Release notes

Sourced from @​oclif/core's releases.

3.26.6

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)

3.26.5

Bug Fixes

3.26.4

Bug Fixes

3.26.3

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (72dd869)

3.26.2

Bug Fixes

  • do not throw an error if a flag with allowStdin='only' is immediately followed by another flag (#1046) (#1047) (f05b0c8)

3.26.1

Bug Fixes

  • deps: bump minimatch from 9.0.3 to 9.0.4 (#1041) (87cd0e6)
Changelog

Sourced from @​oclif/core's changelog.

3.26.6 (2024-05-06)

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)

3.26.5 (2024-04-30)

Bug Fixes

3.26.4 (2024-04-18)

Bug Fixes

3.26.3 (2024-04-13)

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (72dd869)

3.26.2 (2024-04-08)

Bug Fixes

  • do not throw an error if a flag with allowStdin='only' is immediately followed by another flag (#1046) (#1047) (f05b0c8)

3.26.1 (2024-04-08)

Bug Fixes

... (truncated)

Commits
  • 3b4a8a0 chore(release): 3.26.6 [skip ci]
  • 9ccc797 fix: new "dont check npm" option for plugin-update (#1071)
  • b510d6f ci: update stale workflow [skip ci]
  • 9e04ba3 Merge pull request #1073 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 355bfe5 chore(dev-deps): bump eslint-config-oclif from 5.1.3 to 5.2.0
  • ada4a8d Merge pull request #1072 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 8a1e5b3 Merge pull request #1074 from oclif/dependabot-npm_and_yarn-oclif-test-3.2.12
  • 6dc938f chore(dev-deps): bump @​oclif/test from 3.2.11 to 3.2.12
  • 9effd8f chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.6 to 3.1.7
  • 63b6e59 chore(release): 3.26.5 [skip ci]
  • Additional commits viewable in compare view

Updates disposablestack from 1.1.4 to 1.1.5

Changelog

Sourced from disposablestack's changelog.

v1.1.5 - 2024-05-14

Fixed

Commits

  • [Refactor] sync dispose used in an async dispose should reject, not throw f27d883
  • [Deps] update globalthis 4e6e8f4
  • [Deps] update es-abstract 525559f
  • [Dev Deps] update @es-shims/api 270fc1d
  • [Dev Deps] add missing has-property-descriptors 5d3ca89
Commits
  • a1c5ade v1.1.5
  • 5d3ca89 [Dev Deps] add missing has-property-descriptors
  • 4e6e8f4 [Deps] update globalthis
  • ce9050a [Deps] add missing call-bind
  • f27d883 [Refactor] sync dispose used in an async dispose should reject, not throw
  • 525559f [Deps] update es-abstract
  • 270fc1d [Dev Deps] update @es-shims/api
  • 1df60a2 [readme] Fix documentation for AsyncDisposableStack
  • See full diff in compare view

Updates yaml from 2.4.1 to 2.4.2

Release notes

Sourced from yaml's releases.

v2.4.2

  • Restrict YAML 1.1 boolean strings to their explicit capitalization (#530)
  • Add sponsorship by Scipress (#536)
Commits

Updates @swc/core from 1.4.11 to 1.5.7

Changelog

Sourced from @​swc/core's changelog.

[1.5.7] - 2024-05-14

Documentation

[1.5.6] - 2024-05-14

Bug Fixes

  • (es) Allow input source map file to be omitted (#8951) (606cb67)

  • (es/ast) Pin version of unicodes (#8941) (6362ff4)

  • (es/compat) Avoid reserved name for private method (#8949) (7053bb1)

  • (es/minifier) Abort inliner on mutation via property (#8938) (257afc9)

  • (es/minifier) Don't invoke IIFE containing reserved words (#8939) (5a3456c)

  • (es/minifier) Fix evaluation of String.charCodeAt (#8946) (772c50f)

  • (es/minifier) Abort seq inliner on ** (#8947) (3046d71)

[1.5.5] - 2024-05-08

Bug Fixes

  • (css/modules) Allow any order of composes (#8930) (7014c63)

  • (css/modules) Fix :global selectors without preceding whitespace (#8926) (2405dc6)

  • (es/fixer) Wrap class expressions in callee (#8928) (6b60bdb)

  • (es/minifier) Respect module: false (#8925) (aca6a77)

... (truncated)

Commits

Updates @swc/helpers from 0.5.8 to 0.5.11

Commits

Updates @types/node from 18.19.26 to 18.19.33

Commits

Updates lint-staged from 15.2.2 to 15.2.5

Release notes

Sourced from lint-staged's releases.

v15.2.5

Patch Changes

v15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.3

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.5

Patch Changes

15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

15.2.3

Patch Changes

Commits

Updates oclif from 4.7.0 to 4.11.2

Release notes

Sourced from oclif's releases.

4.11.2

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.1.9 to 3.1.10 (2ac04b6)

4.11.1

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.577.0 to 3.583.0 (d815dd7)

4.11.0

Features

4.10.15

Bug Fixes

  • deps: bump @​inquirer/select from 2.3.2 to 2.3.4 (1a22ccf)

4.10.14

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.569.0 to 3.577.0 (03ce3e4)

4.10.13

Bug Fixes

  • deps: bump semver from 7.6.0 to 7.6.2 (62aaab3)

4.10.12

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (79a09ea)

4.10.11

Bug Fixes

4.10.10

Bug Fixes

  • deps: bump normalize-package-data from 6.0.0 to 6.0.1 (f79f26b)

4.10.9

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (362f1e0)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.11.2 (2024-05-26)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.1.9 to 3.1.10 (2ac04b6)

4.11.1 (2024-05-26)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.577.0 to 3.583.0 (d815dd7)

4.11.0 (2024-05-22)

Features

4.10.15 (2024-05-19)

Bug Fixes

  • deps: bump @​inquirer/select from 2.3.2 to 2.3.4 (1a22ccf)

4.10.14 (2024-05-19)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.569.0 to 3.577.0 (03ce3e4)

4.10.13 (2024-05-19)

Bug Fixes

  • deps: bump semver from 7.6.0 to 7.6.2 (62aaab3)

4.10.12 (2024-05-19)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (79a09ea)

4.10.11 (2024-05-14)

Bug Fixes

4.10.10 (2024-05-13)

... (truncated)

Commits
  • 59f27dd chore(release): 4.11.2 [skip ci]
  • 1781231 Merge pull request #1426 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
  • 360aff9 chore(release): 4.11.1 [skip ci]
  • 8b730d1 Merge pull request #1427 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • d815dd7 fix(deps): bump @​aws-sdk/client-s3 from 3.577.0 to 3.583.0
  • 2ac04b6 fix(deps): bump @​oclif/plugin-not-found from 3.1.9 to 3.1.10
  • 6d2634b test: fix deb integration tests (#1422)
  • 968dd40 chore(release): 4.11.0 [skip ci]
  • 1f8dbd9 feat: use oclif/test v4 (#1420)
  • aa6f704 Merge pull request #1415 from oclif/dependabot-npm_and_yarn-types-lodash-4.17.4
  • Additional commits viewable in compare view

Updates @inquirer/type from 1.2.1 to 1.3.2

Release notes

Sourced from @​inquirer/type's releases.

@​inquirer/select@​1.3.0

  • Now supports the loop: false option. (This feature was available on inquirer, but not ported to new prompts yet)

@​inquirer/input@​1.2.6

Bugfix: Cursor position now reflected properly when using arrow keys.

@​inquirer/select@​1.2.5

  • Choice list max width should always match the terminal width
Commits

Updates pino from 8.19.0 to 8.21.0

Release notes

Sourced from pino's releases.

v8.21.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.20.0...v8.21.0

v8.20.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.19.0...v8.20.0

Commits

Updates @types/dockerode from 3.3.26 to 3.3.29

Commits

Updates fastify from 4.26.2 to 4.27.0

Release notes

Sourced from fastify's releases.

v4.27.0

What's Changed

New Contributors

... (truncated)

Commits

Bumps the root-deps group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.2` | `8.1.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |
| [@oclif/core](https://github.com/oclif/core) | `3.26.0` | `3.26.6` |
| [disposablestack](https://github.com/es-shims/DisposableStack) | `1.1.4` | `1.1.5` |
| [yaml](https://github.com/eemeli/yaml) | `2.4.1` | `2.4.2` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.11` | `1.5.7` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.8` | `0.5.11` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.26` | `18.19.33` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.5` |
| [oclif](https://github.com/oclif/oclif) | `4.7.0` | `4.11.2` |
| [@inquirer/type](https://github.com/SBoudrias/Inquirer.js) | `1.2.1` | `1.3.2` |
| [pino](https://github.com/pinojs/pino) | `8.19.0` | `8.21.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.26` | `3.3.29` |
| [fastify](https://github.com/fastify/fastify) | `4.26.2` | `4.27.0` |
| [fastify-type-provider-zod](https://github.com/turkerdev/fastify-type-provider-zod) | `1.1.9` | `1.2.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.5` | `5.0.7` |
| [ws](https://github.com/websockets/ws) | `8.16.0` | `8.17.0` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.23.8` |
| [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) | `6.1.11` | `6.1.13` |
| [@azure/logger](https://github.com/Azure/azure-sdk-for-js) | `1.1.1` | `1.1.2` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) | `12.17.0` | `12.18.0` |
| [@google-cloud/compute](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-compute) | `4.3.0` | `4.7.0` |
| [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax) | `4.3.2` | `4.3.4` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.540.0` | `3.583.0` |
| [octokit](https://github.com/octokit/octokit.js) | `3.1.2` | `3.2.1` |



Updates `lerna` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.1.3/packages/lerna)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.5)

Updates `@oclif/core` from 3.26.0 to 3.26.6
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@3.26.0...3.26.6)

Updates `disposablestack` from 1.1.4 to 1.1.5
- [Changelog](https://github.com/es-shims/DisposableStack/blob/main/CHANGELOG.md)
- [Commits](es-shims/DisposableStack@v1.1.4...v1.1.5)

Updates `yaml` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.4.1...v2.4.2)

Updates `@swc/core` from 1.4.11 to 1.5.7
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.4.11...v1.5.7)

Updates `@swc/helpers` from 0.5.8 to 0.5.11
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@types/node` from 18.19.26 to 18.19.33
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `lint-staged` from 15.2.2 to 15.2.5
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.2.5)

Updates `oclif` from 4.7.0 to 4.11.2
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.7.0...4.11.2)

Updates `@inquirer/type` from 1.2.1 to 1.3.2
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

Updates `pino` from 8.19.0 to 8.21.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.19.0...v8.21.0)

Updates `@types/dockerode` from 3.3.26 to 3.3.29
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

Updates `fastify` from 4.26.2 to 4.27.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.26.2...v4.27.0)

Updates `fastify-type-provider-zod` from 1.1.9 to 1.2.0
- [Commits](https://github.com/turkerdev/fastify-type-provider-zod/commits)

Updates `rimraf` from 5.0.5 to 5.0.7
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.5...v5.0.7)

Updates `ws` from 8.16.0 to 8.17.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.17.0)

Updates `zod` from 3.22.4 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.23.8)

Updates `minimatch` from 9.0.3 to 9.0.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.3...v9.0.4)

Updates `@types/tar` from 6.1.11 to 6.1.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar)

Updates `@azure/logger` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/logger_1.1.1...@azure/logger_1.1.2)

Updates `@azure/storage-blob` from 12.17.0 to 12.18.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.17.0...@azure/storage-blob_12.18.0)

Updates `@google-cloud/compute` from 4.3.0 to 4.7.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-compute/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/data-v4.7.0/packages/google-cloud-compute)

Updates `google-gax` from 4.3.2 to 4.3.4
- [Release notes](https://github.com/googleapis/gax-nodejs/releases)
- [Changelog](https://github.com/googleapis/gax-nodejs/blob/main/gax/CHANGELOG.md)
- [Commits](https://github.com/googleapis/gax-nodejs/commits/google-gax-v4.3.4/gax)

Updates `@aws-sdk/client-lightsail` from 3.540.0 to 3.583.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-lightsail/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.583.0/clients/client-lightsail)

Updates `@aws-sdk/client-s3` from 3.540.0 to 3.583.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.583.0/clients/client-s3)

Updates `@aws-sdk/client-sts` from 3.540.0 to 3.583.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sts/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.583.0/clients/client-sts)

Updates `octokit` from 3.1.2 to 3.2.1
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v3.1.2...v3.2.1)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: disposablestack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@swc/helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@inquirer/type"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/dockerode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: fastify-type-provider-zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: minimatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/tar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@azure/logger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@azure/storage-blob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@google-cloud/compute"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: google-gax
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@aws-sdk/client-lightsail"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@aws-sdk/client-sts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2024
@royra
Copy link
Collaborator

royra commented May 28, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@royra
Copy link
Collaborator

royra commented May 28, 2024

https://github.com/dependabot rebase

- see if underscore char was breaking lerna version command
Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-59b0225db4 branch May 28, 2024 15:53
@royra
Copy link
Collaborator

royra commented May 28, 2024

@dependabot reopen

Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2024

Dependabot tried to reopen this PR, but was told that its branch has been force pushed or recreated since it was closed (and therefore can't be restored by GitHub).

@royra
Copy link
Collaborator

royra commented May 28, 2024

reopening

@royra
Copy link
Collaborator

royra commented May 28, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@royra
Copy link
Collaborator

royra commented May 28, 2024

@dependabot reopen

Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2024

Dependabot tried to reopen this PR, but was told that its branch has been force pushed or recreated since it was closed (and therefore can't be restored by GitHub).

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant