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 with 17 updates #476

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2024

Bumps the root-deps group with 17 updates:

Package From To
typescript 5.4.3 5.4.5
@oclif/core 3.26.0 3.26.3
@swc/core 1.4.11 1.4.13
@swc/helpers 0.5.8 0.5.9
@types/node 18.19.26 18.19.31
oclif 4.7.0 4.8.3
@inquirer/type 1.2.1 1.3.0
pino 8.19.0 8.20.0
@types/dockerode 3.3.26 3.3.28
minimatch 9.0.3 9.0.4
@types/tar 6.1.11 6.1.12
@azure/logger 1.1.1 1.1.2
@google-cloud/compute 4.3.0 4.4.0
@aws-sdk/client-lightsail 3.540.0 3.554.0
@aws-sdk/client-s3 3.540.0 3.554.0
@aws-sdk/client-sts 3.540.0 3.554.0
octokit 3.1.2 3.2.0

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.3

Release notes

Sourced from @​oclif/core's releases.

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.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

  • deps: bump minimatch from 9.0.3 to 9.0.4 (#1041) (87cd0e6)
Commits
  • dddd471 chore(release): 3.26.3 [skip ci]
  • 2d34665 Merge pull request #1053 from oclif/dependabot-npm_and_yarn-ejs-3.1.10
  • 4cadd96 Merge pull request #1054 from oclif/dependabot-npm_and_yarn-typescript-5.4.5
  • b417ea7 chore(dev-deps): bump typescript from 5.4.4 to 5.4.5
  • 72dd869 fix(deps): bump ejs from 3.1.9 to 3.1.10
  • d1f44ec chore(release): 3.26.2 [skip ci]
  • f05b0c8 fix: do not throw an error if a flag with allowStdin='only' is immediately fo...
  • d3e7b6b chore(release): 3.26.1 [skip ci]
  • 87cd0e6 fix(deps): bump minimatch from 9.0.3 to 9.0.4 (#1041)
  • fdc62a0 Merge pull request #1043 from oclif/dependabot-npm_and_yarn-mocha-10.4.0
  • Additional commits viewable in compare view

Updates @swc/core from 1.4.11 to 1.4.13

Changelog

Sourced from @​swc/core's changelog.

[1.4.13] - 2024-04-09

Bug Fixes

  • (es/decorators) Fix capacity overflow with decorators (#8818) (9ed93c1)

  • (es/minifier) Respect top_retain for top-level functions (#8814) (811308c)

  • (es/minifier) Abort IIFE invoker in function parameters (#8828) (ebb68db)

  • (es/module) Respect module.resolveFully in more cases (#8820) (e1f7704)

  • (es/transforms) Fix capacity overflow with decorators (#8815) (974f5c7)

  • (plugin/runner) Pin version of virtual-fs (#8827) (089f61b)

  • (visit) Improve Map implementation for Box (#8819) (dc04657)

[1.4.12] - 2024-04-04

Bug Fixes

  • (common) Fix source index for inputSourceMap (#8800) (4f9ab81)

  • (es) Change default value of inputSourceMap to true (#8801) (9ffcd18)

  • (es/bugfixes) Fix fn transform in nameless fns (#8796) (7ad004e)

  • (es/helpers) Fix metadata of decorators being undefined (#8768) (263ce6e)

  • (es/minifier) Abort fn inliner if there's a spread arg (#8809) (730ded2)

  • (es/module) Fix jsc.paths with resolveFully (#8784) (4961bb0)

... (truncated)

Commits
  • 1a5b2f7 chore: Publish 1.4.13 with swc_core v0.90.30
  • 487992d chore: Bump crates
  • ebb68db fix(es/minifier): Abort IIFE invoker in function parameters (#8828)
  • 7fcfc74 chore: Publish 1.4.13-nightly-20240409.1
  • bc9c903 chore: Bump crates
  • 9ed93c1 fix(es/decorators): Fix capacity overflow with decorators (#8818)
  • 8f9aadd chore: Bump crates
  • dc04657 fix(visit): Improve Map implementation for Box (#8819)
  • aa4ed06 chore: Allow gist.github.com for repros
  • e63b39b chore: Bump crates
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.8 to 0.5.9

Commits

Updates @types/node from 18.19.26 to 18.19.31

Commits

Updates oclif from 4.7.0 to 4.8.3

Release notes

Sourced from oclif's releases.

4.8.3

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2

Bug Fixes

4.8.1

Bug Fixes

4.8.0

Features

4.7.8

Bug Fixes

4.7.7

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.535.0 to 3.550.0 (e7427e3)

4.7.6

No release notes provided.

Changelog

Sourced from oclif's changelog.

4.8.3 (2024-04-14)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2 (2024-04-12)

Bug Fixes

4.8.1 (2024-04-12)

Bug Fixes

4.8.0 (2024-04-10)

Features

4.7.8 (2024-04-09)

Bug Fixes

4.7.7 (2024-04-07)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.535.0 to 3.550.0 (e7427e3)

4.7.6 (2024-04-04)

4.7.5 (2024-03-31)

Bug Fixes

  • deps: bump @​oclif/core from 3.25.2 to 3.26.0 (ccb7808)

4.7.4 (2024-03-31)

Bug Fixes

  • deps: bump @​inquirer/select from 2.0.0 to 2.2.1 (80e9611)

... (truncated)

Commits
  • 1db5c17 chore(release): 4.8.3 [skip ci]
  • 3be87b5 Merge pull request #1374 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • 20fb976 fix(deps): bump @​oclif/plugin-help from 6.0.18 to 6.0.21
  • d6b8e31 chore(release): 4.8.2 [skip ci]
  • af00332 fix: reset version on generated cli (#1369)
  • 1c040b9 chore(release): 4.8.1 [skip ci]
  • 06ba5da fix: supporting paths with spaces whilst running chmod (#1367) (#1368)
  • 1eea2c2 chore(release): 4.8.0 [skip ci]
  • c1ece19 feat: add init command (#1358) (#1366)
  • c8c9c70 chore(release): 4.7.8 [skip ci]
  • Additional commits viewable in compare view

Updates @inquirer/type from 1.2.1 to 1.3.0

Release notes

Sourced from @​inquirer/type's releases.

v1.3.0

Unpublished due to backward compatibility issue

@​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

v1.2.3

  • Fix bug with editor prompt #442
Commits

Updates pino from 8.19.0 to 8.20.0

Release notes

Sourced from pino's releases.

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.28

Commits

Updates minimatch from 9.0.3 to 9.0.4

Commits

Updates @types/tar from 6.1.11 to 6.1.12

Commits

Updates @azure/logger from 1.1.1 to 1.1.2

Commits
  • bb11d9e [core] Minor bump for core-client-rest (#29267)
  • 03ee1c5 Post release automated changes for appconfiguration releases (#29264)
  • 694cd5f [core] Prepare April release (#29238)
  • a1fd92e Post release automated changes for search releases (#29008)
  • 2e4371c Post release automated changes for purview releases (#28813)
  • 19f08b8 [@​azure/eventgrid] Adding new events for EG Version 5.4.0 (#29035)
  • a98146b [Test] remove unit tests that verify package version matches (#28653)
  • 8d486c8 [EngSys][tool][analyze-deps] upgrade tar dependency to 6.2.1 (#29255)
  • 88bc4f2 [identity] update api ref docs to include default (#29258)
  • 464e06f Sync eng/common directory with azure-sdk-tools for PR 8062 (#29256)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/logger since your current version.


Updates @google-cloud/compute from 4.3.0 to 4.4.0

Changelog

Sourced from @​google-cloud/compute's changelog.

4.4.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5187) (1952fbe)
Commits

Updates @aws-sdk/client-lightsail from 3.540.0 to 3.554.0

Release notes

Sourced from @​aws-sdk/client-lightsail's releases.

v3.554.0

3.554.0(2024-04-11)

Documentation Changes
  • client-s3-control: Documentation updates for Amazon S3-control. (59c84c31)
  • client-codebuild: Support access tokens for Bitbucket sources (6af775f9)
  • client-rds: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle. (a5585f47)
New Features
  • clients: update client endpoints as of 2024-04-11 (bd1a4176)
  • client-cloudwatch: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern. (e0d291a5)
  • client-cloudfront: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins. (10615551)
  • client-iam: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required. (bd8d5bf4)
  • client-omics: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags. (a6d5127c)
  • client-pipes: LogConfiguration ARN validation fixes (b937f440)
  • client-wafv2: Adds an updated version of smoke tests, including smithy trait, for SDK testing. (5b79451f)
  • client-medialive: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups. (17570f04)
  • client-batch: This release adds the task properties field to attempt details and the name field on EKS container detail. (6771613c)
  • core: validate XML during deserialization (#5991) (50002cf0)
Bug Fixes
  • private: add dependency checking to private folder (#5993) (c071ceab)

For list of updated packages, view updated-packages.md in assets-3.554.0.zip

v3.553.0

3.553.0(2024-04-10)

Chores
Documentation Changes

... (truncated)

Changelog

Sourced from @​aws-sdk/client-lightsail's changelog.

3.554.0 (2024-04-11)

Note: Version bump only for package @​aws-sdk/client-lightsail

3.552.0 (2024-04-09)

Note: Version bump only for package @​aws-sdk/client-lightsail

3.549.0 (2024-04-04)

Note: Version bump only for package @​aws-sdk/client-lightsail

3.546.0 (2024-04-01)

Features

  • client-lightsail: This release adds support to upgrade the TLS version of the distribution. (502a221)
Commits

Updates @aws-sdk/client-s3 from 3.540.0 to 3.554.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.554.0

3.554.0(2024-04-11)

Documentation Changes
  • client-s3-control: Documentation updates for Amazon S3-control. (59c84c31)
  • client-codebuild: Support access tokens for Bitbucket sources (6af775f9)
  • client-rds: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle. (a5585f47)
New Features
  • clients: update client endpoints as of 2024-04-11 (bd1a4176)
  • client-cloudwatch: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern. (e0d291a5)
  • client-cloudfront: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins. (10615551)
  • client-iam: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required. (bd8d5bf4)
  • client-omics: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags. (a6d5127c)
  • client-pipes: LogConfiguration ARN validation fixes (b937f440)
  • client-wafv2: Adds an updated version of smoke tests, including smithy trait, for SDK testing. (5b79451f)
  • client-medialive: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups. (17570f04)
  • client-batch: This release adds the task properties field to attempt details and the name field on EKS container detail. (6771613c)
  • core: validate XML during deserialization (#5991) (50002cf0)
Bug Fixes
  • private: add dependency checking to private folder (#5993) (c071ceab)

For list of updated packages, view updated-packages.md in assets-3.554.0.zip

v3.553.0

3.553.0(2024-04-10)

Chores
Documentation Changes

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.554.0 (2024-04-11)

Note: Version bump only for package @​aws-sdk/client-s3

3.552.0 (2024-04-09)

Note: Version bump only for package @​aws-sdk/client-s3

3.550.0 (2024-04-05)

Note: Version bump only for package @​aws-sdk/client-s3

3.549.0 (2024-04-04)

Note: Version bump only for package @​aws-sdk/client-s3

Commits

Updates @aws-sdk/client-sts from 3.540.0 to 3.554.0

Release notes

Sourced from @​aws-sdk/client-sts's releases.

v3.554.0

3.554.0(2024-04-11)

Documentation Changes
  • client-s3-control: Documentation updates for Amazon S3-control. (59c84c31)
  • client-codebuild: Support access tokens for Bitbucket sources (6af775f9)
  • client-rds: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle. (a5585f47)
New Features
  • clients: update client endpoints as of 2024-04-11 (bd1a4176)
  • client-cloudwatch: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern. (e0d291a5)
  • client-cloudfront: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins. (10615551)
  • client-iam: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required. (bd8d5bf4)
  • client-omics: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags. (a6d5127c)
  • client-pipes: LogConfiguration ARN validat...

    Description has been truncated

Bumps the root-deps group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |
| [@oclif/core](https://github.com/oclif/core) | `3.26.0` | `3.26.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.11` | `1.4.13` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.8` | `0.5.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.26` | `18.19.31` |
| [oclif](https://github.com/oclif/oclif) | `4.7.0` | `4.8.3` |
| [@inquirer/type](https://github.com/SBoudrias/Inquirer.js) | `1.2.1` | `1.3.0` |
| [pino](https://github.com/pinojs/pino) | `8.19.0` | `8.20.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.26` | `3.3.28` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.3` | `9.0.4` |
| [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) | `6.1.11` | `6.1.12` |
| [@azure/logger](https://github.com/Azure/azure-sdk-for-js) | `1.1.1` | `1.1.2` |
| [@google-cloud/compute](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-compute) | `4.3.0` | `4.4.0` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.540.0` | `3.554.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.540.0` | `3.554.0` |
| [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) | `3.540.0` | `3.554.0` |
| [octokit](https://github.com/octokit/octokit.js) | `3.1.2` | `3.2.0` |


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.3
- [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.3)

Updates `@swc/core` from 1.4.11 to 1.4.13
- [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.4.13)

Updates `@swc/helpers` from 0.5.8 to 0.5.9
- [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.31
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `oclif` from 4.7.0 to 4.8.3
- [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.8.3)

Updates `@inquirer/type` from 1.2.1 to 1.3.0
- [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.20.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.19.0...v8.20.0)

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

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.12
- [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 `@google-cloud/compute` from 4.3.0 to 4.4.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/dlp-v4.4.0/packages/google-cloud-compute)

Updates `@aws-sdk/client-lightsail` from 3.540.0 to 3.554.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.554.0/clients/client-lightsail)

Updates `@aws-sdk/client-s3` from 3.540.0 to 3.554.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.554.0/clients/client-s3)

Updates `@aws-sdk/client-sts` from 3.540.0 to 3.554.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.554.0/clients/client-sts)

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

---
updated-dependencies:
- 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: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: 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: 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: "@google-cloud/compute"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Apr 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2024

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

@dependabot dependabot bot closed this Apr 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-f707f1db68 branch April 21, 2024 10:33
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.

0 participants