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 20 updates #428

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2024

Bumps the root-deps group with 20 updates:

Package From To
lerna 8.0.2 8.1.2
@inquirer/confirm 2.0.15 2.0.17
@inquirer/prompts 3.3.0 3.3.2
@oclif/core 3.18.1 3.19.1
disposablestack 1.1.2 1.1.3
@swc/core 1.3.105 1.4.0
@swc/helpers 0.5.3 0.5.6
@types/node 18.19.8 18.19.15
lint-staged 15.2.0 15.2.2
oclif 4.3.8 4.4.9
pino 8.17.2 8.18.0
@types/ssh2 1.11.18 1.11.19
esbuild 0.19.11 0.19.12
fastify 4.25.2 4.26.0
@types/tar 6.1.10 6.1.11
@azure/identity 3.4.1 3.4.2
google-gax 4.1.0 4.3.0
@aws-sdk/client-lightsail 3.496.0 3.511.0
@aws-sdk/client-s3 3.496.0 3.511.0
@aws-sdk/client-sts 3.496.0 3.511.0

Updates lerna from 8.0.2 to 8.1.2

Release notes

Sourced from lerna's releases.

v8.1.2

8.1.2 (2024-02-05)

Bug Fixes

v8.1.1

8.1.1 (2024-02-05)

Bug Fixes

  • list: explicitly exit upon completion (bafe090)

v8.1.0

8.1.0 (2024-02-05)

Features

Changelog

Sourced from lerna's changelog.

8.1.2 (2024-02-05)

Note: Version bump only for package lerna

8.1.1 (2024-02-05)

Note: Version bump only for package lerna

8.1.0 (2024-02-05)

Features

Commits

Updates @inquirer/confirm from 2.0.15 to 2.0.17

Commits
  • 4dee2b1 Publish
  • c76d110 Chore: Increase codecov failure threshold
  • 1d61ed8 Bugfix (password): Don't format helpTip as the answer
  • b5cc2f5 Bugfix (input): Do not reformat final transform
  • c52a91f Chore (editor): Cleanup rendering logic
  • f2bacfe Bugfix: Fix select prompt showing duplicated help tips. [BREAKING: @inquirer/...
  • 6c0d1d2 Publish
  • 2257e58 Chore(deps): Bump vite from 5.0.9 to 5.0.12 (#1354)
  • 11bbb4b Feat: Implement password prompt as a standalone prompt (#1353)
  • 7f69477 Chore(deps): Bump follow-redirects from 1.15.2 to 1.15.5 (#1352)
  • Additional commits viewable in compare view

Updates @inquirer/prompts from 3.3.0 to 3.3.2

Commits
  • 4dee2b1 Publish
  • c76d110 Chore: Increase codecov failure threshold
  • 1d61ed8 Bugfix (password): Don't format helpTip as the answer
  • b5cc2f5 Bugfix (input): Do not reformat final transform
  • c52a91f Chore (editor): Cleanup rendering logic
  • f2bacfe Bugfix: Fix select prompt showing duplicated help tips. [BREAKING: @inquirer/...
  • 6c0d1d2 Publish
  • 2257e58 Chore(deps): Bump vite from 5.0.9 to 5.0.12 (#1354)
  • 11bbb4b Feat: Implement password prompt as a standalone prompt (#1353)
  • 7f69477 Chore(deps): Bump follow-redirects from 1.15.2 to 1.15.5 (#1352)
  • Additional commits viewable in compare view

Updates @oclif/core from 3.18.1 to 3.19.1

Release notes

Sourced from @​oclif/core's releases.

3.19.1

Bug Fixes

  • parser: cache stdin value in global scope (#935) (c8bf886)

3.19.0

Bug Fixes

  • dont indent when no shor char (03c597a)
  • merge default and user theme (3798f4c)
  • prefer user theme (5eaed66)
  • return undefined if no theme (3cb3373)

Features

  • allow theme file to be configurable (ab502b4)

3.18.2

Bug Fixes

Changelog

Sourced from @​oclif/core's changelog.

3.19.1 (2024-02-06)

Bug Fixes

  • parser: cache stdin value in global scope (#935) (c8bf886)

3.19.0 (2024-02-05)

Bug Fixes

  • dont indent when no shor char (03c597a)
  • merge default and user theme (3798f4c)
  • prefer user theme (5eaed66)
  • return undefined if no theme (3cb3373)

Features

  • allow theme file to be configurable (ab502b4)

3.18.2 (2024-01-31)

Bug Fixes

Commits
  • 6b9af08 chore(release): 3.19.1 [skip ci]
  • c8bf886 fix(parser): cache stdin value in global scope (#935)
  • 1c7ef23 chore(dev-deps): bump prettier from 3.1.1 to 3.2.4 (#936)
  • 8062995 chore(release): 3.19.0 [skip ci]
  • 1943ed0 Merge pull request #932 from oclif/mdonnalley/configurable-theme
  • ffa2a1c Merge pull request #924 from oclif/dependabot-npm_and_yarn-ts-node-10.9.2
  • a9881ad Merge pull request #937 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
  • 01b7cac Merge pull request #938 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
  • 8362a0d chore(dev-deps): bump ts-node from 10.9.1 to 10.9.2
  • 033fc21 Merge pull request #939 from oclif/dependabot-npm_and_yarn-tsd-0.30.4
  • Additional commits viewable in compare view

Updates disposablestack from 1.1.2 to 1.1.3

Changelog

Sourced from disposablestack's changelog.

v1.1.3 - 2024-02-04

Commits

  • [Refactor] use es-errors where possible, so things that only need those do not need get-intrinsic 992e541
  • [Dev Deps] use hasown instead of has 07d41dc
  • [Dev Deps] update aud, has-tostringtag, npmignore, tape c7601cf
  • [Deps] update es-abstract, es-set-tostringtag, get-intrinsic, internal-slot ae1f344
  • [Tests] node v18.18 ships a broken Symbol.dispose as well 000c7aa
  • [Deps] update get-intrinsic, suppressed-error e088c32
  • [Dev Deps] update object-inspect, tape 745057e
  • [meta] add prepublish/prepublishOnly f8bd449
Commits
  • 70c37b1 v1.1.3
  • 992e541 [Refactor] use es-errors where possible, so things that only need those do ...
  • e088c32 [Deps] update get-intrinsic, suppressed-error
  • c7601cf [Dev Deps] update aud, has-tostringtag, npmignore, tape
  • 000c7aa [Tests] node v18.18 ships a broken Symbol.dispose as well
  • ae1f344 [Deps] update es-abstract, es-set-tostringtag, get-intrinsic, `internal...
  • f8bd449 [meta] add prepublish/prepublishOnly
  • 07d41dc [Dev Deps] use hasown instead of has
  • 745057e [Dev Deps] update object-inspect, tape
  • See full diff in compare view

Updates @swc/core from 1.3.105 to 1.4.0

Changelog

Sourced from @​swc/core's changelog.

[1.4.0] - 2024-02-05

Bug Fixes

  • (cli) Make Rust CLI use sourcemap code from the swc crate (#8576) (82bc061)

  • (es/codegen) Fix codegen of async methods with decorators (#8575) (8c32225)

  • (es/lexer) Fix typo in package keyword (#8589) (8413a6c)

  • (es/minifier) Fix top-level check (#8583) (a7c5255)

  • (es/proposals) Support using using keyword with functions (#8574) (d81596c)

  • (es/resolver) Skip property in JSX member (#8598) (d480ab9)

  • (es/testing) Make test_inline! not read output as a file (#8569) (d683089)

  • (es/typescript) Handle exported JSX binding name in TypeScript namespace (#8596) (2a70a6b)

Features

Refactor

  • (es/ast) Improve type definitions of patterns (#8532) (7f2a2c1)

Testing

  • (es/minifer) Update the passing terser test list (#8573) (8b86638)

... (truncated)

Commits
  • d03f15c chore: Publish crates
  • a3d333a chore: Publish v1.4.0 with swc_core v0.90.x (#8599)
  • abf615d chore: Publish 1.3.108-nightly-20240205.1
  • 48524e2 chore: Bump crates
  • 7f2a2c1 refactor(es/ast): Improve type definitions of patterns (#8532)
  • 47e7b89 chore: Bump crates
  • d480ab9 fix(es/resolver): Skip property in JSX member (#8598)
  • 52b821a chore: Publish 1.3.108-nightly-20240204.1
  • b34421b chore: Bump crates
  • 2a70a6b fix(es/typescript): Handle exported JSX binding name in TypeScript namespace ...
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.3 to 0.5.6

Commits

Updates @types/node from 18.19.8 to 18.19.15

Commits

Updates lint-staged from 15.2.0 to 15.2.2

Release notes

Sourced from lint-staged's releases.

v15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Changelog

Sourced from lint-staged's changelog.

15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Commits
  • 4d4270b chore(changeset): release
  • a7c5957 Merge pull request #1391 from lint-staged/fix-sparse-checkout
  • c1b2a6a ci: use macOS Sonoma M1 runners
  • fdcdad4 fix: do not try to load configuration from files that are not checked out
  • 999dcce chore(changeset): release
  • 52a9e3f Merge pull request #1387 from lint-staged/ignore-stdin
  • dd72fde ci: update "actions/cache@v4"
  • e4023f6 fix: ignore stdin of spawned commands
  • 46f2c43 ci: update actions/setup-node@v4
  • a684125 ci: update CodeQL action v3
  • Additional commits viewable in compare view

Updates oclif from 4.3.8 to 4.4.9

Release notes

Sourced from oclif's releases.

4.4.9

Bug Fixes

  • deps: bump @​oclif/core from 3.18.2 to 3.19.1 (cdfb793)

4.4.8

Bug Fixes

4.4.7

Bug Fixes

  • update logic for exclusion from Windows Defender scans (#1276) (09a4409)

4.4.6

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277) (47dd2c9)

4.4.5

No release notes provided.

4.4.4

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.496.0 to 3.504.0 (244f5a4)

4.4.3

Bug Fixes

  • deps: bump @​oclif/core from 3.18.1 to 3.18.2 (f848a97)

4.4.2

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.496.0 to 3.501.0 (b1147bc)

4.4.1

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.9 to 6.0.12 (594ed0f)

4.4.0

Features

  • deprecate and hide lock command (053e877)

4.3.10

Bug Fixes

... (truncated)

Changelog

Sourced from oclif's changelog.

4.4.9 (2024-02-11)

Bug Fixes

  • deps: bump @​oclif/core from 3.18.2 to 3.19.1 (cdfb793)

4.4.8 (2024-02-09)

Bug Fixes

4.4.7 (2024-02-06)

Bug Fixes

  • update logic for exclusion from Windows Defender scans (#1276) (09a4409)

4.4.6 (2024-02-05)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277) (47dd2c9)

4.4.5 (2024-02-05)

4.4.4 (2024-02-04)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.496.0 to 3.504.0 (244f5a4)

4.4.3 (2024-02-04)

Bug Fixes

  • deps: bump @​oclif/core from 3.18.1 to 3.18.2 (f848a97)

4.4.2 (2024-01-28)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.496.0 to 3.501.0 (b1147bc)

4.4.1 (2024-01-28)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.9 to 6.0.12 (594ed0f)

... (truncated)

Commits
  • c2287fe chore(release): 4.4.9 [skip ci]
  • 5759444 Merge pull request #1288 from oclif/dependabot-npm_and_yarn-oclif-core-3.19.1
  • 2ecc5f0 Merge pull request #1289 from oclif/dependabot-npm_and_yarn-prettier-3.2.5
  • 0cc31c8 chore(dev-deps): bump prettier from 3.2.4 to 3.2.5
  • b9b122a Merge pull request #1290 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 533ccfc chore(dev-deps): bump eslint-config-oclif-typescript
  • cdfb793 fix(deps): bump @​oclif/core from 3.18.2 to 3.19.1
  • b7b276a chore: update usage section in README.md
  • f16cb8e chore(release): 4.4.8 [skip ci]
  • 319c4f0 fix: make eslint plugin a dev dependency (#1262)
  • Additional commits viewable in compare view

Updates pino from 8.17.2 to 8.18.0

Release notes

Sourced from pino's releases.

v8.18.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.17.2...v8.18.0

Commits

Updates @types/ssh2 from 1.11.18 to 1.11.19

Commits

Updates esbuild from 0.19.11 to 0.19.12

Release notes

Sourced from esbuild's releases.

v0.19.12

  • The "preserve" JSX mode now preserves JSX text verbatim (#3605)

    The JSX specification deliberately doesn't specify how JSX text is supposed to be interpreted and there is no canonical way to interpret JSX text. Two most popular interpretations are Babel and TypeScript. Yes they are different (esbuild deliberately follows TypeScript by the way).

    Previously esbuild normalized text to the TypeScript interpretation when the "preserve" JSX mode is active. However, "preserve" should arguably reproduce the original JSX text verbatim so that whatever JSX transform runs after esbuild is free to interpret it however it wants. So with this release, esbuild will now pass JSX text through unmodified:

    // Original code
    let el =
      <a href={'/'} title='&apos;&quot;'> some text
        {foo}
          more text </a>
    // Old output (with --loader=jsx --jsx=preserve)
    let el = <a href="/" title={'&quot;}>
    {" some text"}
    {foo}
    {"more text "}
    </a>;
    // New output (with --loader=jsx --jsx=preserve)
    let el = <a href={"/"} title='&apos;&quot;'> some text
    {foo}
    more text </a>;

  • Allow JSX elements as JSX attribute values

    JSX has an obscure feature where you can use JSX elements in attribute position without surrounding them with {...}. It looks like this:

    let el = <div data-ab=<><a/><b/></>/>;

    I think I originally didn't implement it even though it's part of the JSX specification because it previously didn't work in TypeScript (and potentially also in Babel?). However, support for it was silently added in TypeScript 4.8 without me noticing and Babel has also since fixed their bugs regarding this feature. So I'm adding it to esbuild too now that I know it's widely supported.

    Keep in mind that there is some ongoing discussion about removing this feature from JSX. I agree that the syntax seems out of place (it does away with the elegance of "JSX is basically just XML with {...} escapes" for something arguably harder to read, which doesn't seem like a good trade-off), but it's in the specification and TypeScript and Babel both implement it so I'm going to have esbuild implement it too. However, I reserve the right to remove it from esbuild if it's ever removed from the specification in the future. So use it with caution.

  • Fix a bug with TypeScript type parsing (#3574)

    This release fixes a bug with esbuild's TypeScript parser where a conditional type containing a union type that ends with an infer type that ends with a constraint could fail to parse. This was caused by the "don't parse a conditional type" flag not getting passed through the union type parser. Here's an example of valid TypeScript code that previously failed to parse correctly:

    type InferUnion<T> = T extends { a: infer U extends number } | infer U extends number ? U : never
Changelog

Sourced from esbuild's changelog.

0.19.12

  • The "preserve" JSX mode now preserves JSX text verbatim (#3605)

    The JSX specification deliberately doesn't specify how JSX text is supposed to be interpreted and there is no canonical way to interpret JSX text. Two most popular interpretations are Babel and TypeScript. Yes they are different (esbuild deliberately follows TypeScript by the way).

    Previously esbuild normalized text to the TypeScript interpretation when the "preserve" JSX mode is active. However, "preserve" should arguably reproduce the original JSX text verbatim so that whatever JSX transform runs after esbuild is free to interpret it however it wants. So with this release, esbuild will now pass JSX text through unmodified:

    // Original code
    let el =
      <a href={'/'} title='&apos;&quot;'> some text
        {foo}
          more text </a>
    // Old output (with --loader=jsx --jsx=preserve)
    let el = <a href="/" title={'&quot;}>
    {" some text"}
    {foo}
    {"more text "}
    </a>;
    // New output (with --loader=jsx --jsx=preserve)
    let el = <a href={"/"} title='&apos;&quot;'> some text
    {foo}
    more text </a>;

  • Allow JSX elements as JSX attribute values

    JSX has an obscure feature where you can use JSX elements in attribute position without surrounding them with {...}. It looks like this:

    let el = <div data-ab=<><a/><b/></>/>;

    I think I originally didn't implement it even though it's part of the JSX specification because it previously didn't work in TypeScript (and potentially also in Babel?). However, support for it was silently added in TypeScript 4.8 without me noticing and Babel has also since fixed their bugs regarding this feature. So I'm adding it to esbuild too now that I know it's widely supported.

    Keep in mind that there is some ongoing discussion about removing this feature from JSX. I agree that the syntax seems out of place (it does away with the elegance of "JSX is basically just XML with {...} escapes" for something arguably harder to read, which doesn't seem like a good trade-off), but it's in the specification and TypeScript and Babel both implement it so I'm going to have esbuild implement it too. However, I reserve the right to remove it from esbuild if it's ever removed from the specification in the future. So use it with caution.

  • Fix a bug with TypeScript type parsing (#3574)

    This release fixes a bug with esbuild's TypeScript parser where a conditional type containing a union type that ends with an infer type that ends with a constraint could fail to parse. This was caused by the "don't parse a conditional type" flag not getting passed through the union type parser. Here's an example of valid TypeScript code that previously failed to parse correctly:

    type InferUnion<T> = T extends { a: infer U extends number } | infer U extends number ? U : never
Commits

Updates fastify from 4.25.2 to 4.26.0

Release notes

Sourced from fastify's releases.

v4.26.0

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.25.2...v4.26.0

Commits
Maintainer changes

This version was pushed to npm by eomm, a new releaser for fastif...

Description has been truncated

Bumps the root-deps group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.0.2` | `8.1.2` |
| [@inquirer/confirm](https://github.com/SBoudrias/Inquirer.js) | `2.0.15` | `2.0.17` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `3.3.0` | `3.3.2` |
| [@oclif/core](https://github.com/oclif/core) | `3.18.1` | `3.19.1` |
| [disposablestack](https://github.com/es-shims/DisposableStack) | `1.1.2` | `1.1.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.105` | `1.4.0` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.3` | `0.5.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.8` | `18.19.15` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.0` | `15.2.2` |
| [oclif](https://github.com/oclif/oclif) | `4.3.8` | `4.4.9` |
| [pino](https://github.com/pinojs/pino) | `8.17.2` | `8.18.0` |
| [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2) | `1.11.18` | `1.11.19` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.11` | `0.19.12` |
| [fastify](https://github.com/fastify/fastify) | `4.25.2` | `4.26.0` |
| [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) | `6.1.10` | `6.1.11` |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `3.4.1` | `3.4.2` |
| [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax) | `4.1.0` | `4.3.0` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.496.0` | `3.511.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.496.0` | `3.511.0` |
| [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) | `3.496.0` | `3.511.0` |


Updates `lerna` from 8.0.2 to 8.1.2
- [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.2/packages/lerna)

Updates `@inquirer/confirm` from 2.0.15 to 2.0.17
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/confirm@2.0.15...@inquirer/confirm@2.0.17)

Updates `@inquirer/prompts` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.0...@inquirer/prompts@3.3.2)

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

Updates `disposablestack` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/es-shims/DisposableStack/blob/main/CHANGELOG.md)
- [Commits](es-shims/DisposableStack@v1.1.2...v1.1.3)

Updates `@swc/core` from 1.3.105 to 1.4.0
- [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.3.105...v1.4.0)

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

Updates `lint-staged` from 15.2.0 to 15.2.2
- [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.0...v15.2.2)

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

Updates `pino` from 8.17.2 to 8.18.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.17.2...v8.18.0)

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

Updates `esbuild` from 0.19.11 to 0.19.12
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.11...v0.19.12)

Updates `fastify` from 4.25.2 to 4.26.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.25.2...v4.26.0)

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

Updates `@azure/identity` from 3.4.1 to 3.4.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/identity_3.4.1...@azure/identity_3.4.2)

Updates `google-gax` from 4.1.0 to 4.3.0
- [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/v4.3.0/gax)

Updates `@aws-sdk/client-lightsail` from 3.496.0 to 3.511.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.511.0/clients/client-lightsail)

Updates `@aws-sdk/client-s3` from 3.496.0 to 3.511.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.511.0/clients/client-s3)

Updates `@aws-sdk/client-sts` from 3.496.0 to 3.511.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.511.0/clients/client-sts)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@inquirer/confirm"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: disposablestack
  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: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/ssh2"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: esbuild
  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: "@types/tar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@azure/identity"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: google-gax
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2024

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

@dependabot dependabot bot closed this Feb 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-38bdf1ee5b branch February 18, 2024 10:17
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