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 16 updates #380

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2023

Bumps the root-deps group with 16 updates:

Package From To
@google-cloud/compute 4.0.1 4.1.0
@types/node 18.19.3 18.19.4
eslint 8.55.0 8.56.0
eslint-plugin-import 2.29.0 2.29.1
@swc/core 1.3.100 1.3.101
ssh2 1.14.0 1.15.0
@types/node-fetch 2.6.9 2.6.10
pino 8.16.2 8.17.2
pino-pretty 10.2.3 10.3.1
esbuild 0.19.9 0.19.11
@fastify/cors 8.4.2 8.5.0
@fastify/websocket 8.2.0 8.3.1
fastify 4.24.3 4.25.2
ws 8.15.0 8.16.0
@aws-sdk/client-lightsail 3.470.0 3.484.0
@aws-sdk/client-s3 3.470.0 3.484.0

Updates @google-cloud/compute from 4.0.1 to 4.1.0

Release notes

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

datacatalog: v4.1.0

4.1.0 (2023-10-18)

Features

  • [datacatalog] Enable vertex AI ingestion on Dataplex (#4702) (1efa18e)

dataproc-metastore: v4.1.0

4.1.0 (2023-10-18)

Features

  • [metastore] added EndpointLocation (v1, v1beta, v1alpha) (#4712) (b3aa512)

recaptcha-enterprise: v4.1.0

4.1.0 (2023-10-24)

Features

  • [recaptchaenterprise] FirewallPolicy CRUD API (#4730) (e8c5c14)

cloudbuild: v4.1.0

4.1.0 (2023-11-03)

Features

  • [cloudbuild] Add optional field "SourceFetcher" to choose source fetcher tool (#4784) (ff42e4e)

data: v4.1.0

4.1.0 (2023-11-16)

Features

  • [analytics-data] add the SheetExportAudienceList method to the Data API v1 alpha (#4804) (279e77c)

tasks: v4.1.0

4.1.0 (2023-11-30)

Features

  • [tasks] publish cloud tasks in esm and cjs (#4720) (6773a05)

compute: v4.1.0

4.1.0 (2023-12-11)

... (truncated)

Changelog

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

4.1.0 (2023-12-11)

Features

  • [compute] Update Compute Engine API to revision 20231110 (#868) (#4872) (4a79964)

Bug Fixes

  • deps: Update dependency @​sendgrid/mail to v8 (#4871) (493e0bd)
Commits

Updates @types/node from 18.19.3 to 18.19.4

Commits

Updates eslint from 8.55.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Commits
  • 8e8e9f8 8.56.0
  • 085978b Build: changelog update for 8.56.0
  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864)
  • 60a531a chore: package.json update for @​eslint/js release
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783)
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819)
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.29.0 to 2.29.1

Release notes

Sourced from eslint-plugin-import's releases.

v2.29.1

Full Changelog: import-js/eslint-plugin-import@v2.29.0...v2.29.1

Changelog

Sourced from eslint-plugin-import's changelog.

[2.29.1] - 2023-12-14

Fixed

  • [no-extraneous-dependencies]: ignore export type { ... } from '...' when includeTypes is false (#2919, thanks [@​Pandemic1617])
  • [no-unused-modules]: support export patterns with array destructuring (#2930, thanks [@​ljharb])
  • [Deps] update tsconfig-paths (#2447, thanks [@​domdomegg])
Commits
  • ee5fade Bump to 2.29.1
  • 48fec35 [Deps] update tsconfig-paths
  • 80aee73 [Dev Deps] update chai, eslint-doc-generator, markdownlint-cli
  • 8c83eaf [Tests] node v21.3 has a broken fs.writeFile
  • e67259e [Fix] no-unused-modules: support export patterns with array destructuring
  • 9fd3c42 [Tests] no-duplicates: add passing test
  • 12f0300 [Fix] no-extraneous-dependencies: ignore export type { ... } from '...' w...
  • See full diff in compare view

Updates @swc/core from 1.3.100 to 1.3.101

Commits
  • 2037f0d chore: Publish v1.3.101 with swc_core v0.87.2 (#8432)
  • 3550d0b chore: Publish 1.3.101-nightly-20231218.1
  • d6cd214 chore: Publish crates
  • 56992e3 fix(es/compat): Preserve comment for arrow body (#8427)
  • 45f62f7 chore: Publish crates
  • 7566ddf fix(es/codegen): Fix codegen of ts specific syntax in class props (#8426)
  • 4bd1590 chore: Publish crates
  • 8d47b9a chore(ci): Fix prepublish script by upgrading NAPI-RS cli (#8430)
  • 38b417b chore: Publish 1.3.101-nightly-20231217.1
  • 80e2c23 chore: Publish 1.3.101-nightly-20231216.1
  • Additional commits viewable in compare view

Updates ssh2 from 1.14.0 to 1.15.0

Commits
  • a56e70e package: bump version to v1.15.0
  • fcf3a48 package: bump nan to v2.18.0
  • b1b0077 ci: update test workflow
  • 97b223f lib: add strict key exchange mode support
  • 739a589 package: bump cpu-features version to v0.0.9
  • fb88f18 ci: update workflows
  • See full diff in compare view

Updates @types/node-fetch from 2.6.9 to 2.6.10

Commits

Updates pino from 8.16.2 to 8.17.2

Release notes

Sourced from pino's releases.

v8.17.2

What's Changed

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

v8.17.1

What's Changed

Full Changelog: pinojs/pino@v8.17.0...v8.17.1

v8.17.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.16.2...v8.17.0

Commits

Updates pino-pretty from 10.2.3 to 10.3.1

Release notes

Sourced from pino-pretty's releases.

v10.3.1

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.3.0...v10.3.1

v10.3.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.2.3...v10.3.0

Commits

Updates esbuild from 0.19.9 to 0.19.11

Release notes

Sourced from esbuild's releases.

v0.19.11

  • Fix TypeScript-specific class transform edge case (#3559)

    The previous release introduced an optimization that avoided transforming super() in the class constructor for TypeScript code compiled with useDefineForClassFields set to false if all class instance fields have no initializers. The rationale was that in this case, all class instance fields are omitted in the output so no changes to the constructor are needed. However, if all of this is the case and there are #private instance fields with initializers, those private instance field initializers were still being moved into the constructor. This was problematic because they were being inserted before the call to super() (since super() is now no longer transformed in that case). This release introduces an additional optimization that avoids moving the private instance field initializers into the constructor in this edge case, which generates smaller code, matches the TypeScript compiler's output more closely, and avoids this bug:

    // Original code
    class Foo extends Bar {
      #private = 1;
      public: any;
      constructor() {
        super();
      }
    }
    // Old output (with esbuild v0.19.9)
    class Foo extends Bar {
    constructor() {
    super();
    this.#private = 1;
    }
    #private;
    }
    // Old output (with esbuild v0.19.10)
    class Foo extends Bar {
    constructor() {
    this.#private = 1;
    super();
    }
    #private;
    }
    // New output
    class Foo extends Bar {
    #private = 1;
    constructor() {
    super();
    }
    }

  • Minifier: allow reording a primitive past a side-effect (#3568)

    The minifier previously allowed reordering a side-effect past a primitive, but didn't handle the case of reordering a primitive past a side-effect. This additional case is now handled:

    // Original code
    function f() {
      let x = false;

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.19.11

  • Fix TypeScript-specific class transform edge case (#3559)

    The previous release introduced an optimization that avoided transforming super() in the class constructor for TypeScript code compiled with useDefineForClassFields set to false if all class instance fields have no initializers. The rationale was that in this case, all class instance fields are omitted in the output so no changes to the constructor are needed. However, if all of this is the case and there are #private instance fields with initializers, those private instance field initializers were still being moved into the constructor. This was problematic because they were being inserted before the call to super() (since super() is now no longer transformed in that case). This release introduces an additional optimization that avoids moving the private instance field initializers into the constructor in this edge case, which generates smaller code, matches the TypeScript compiler's output more closely, and avoids this bug:

    // Original code
    class Foo extends Bar {
      #private = 1;
      public: any;
      constructor() {
        super();
      }
    }
    // Old output (with esbuild v0.19.9)
    class Foo extends Bar {
    constructor() {
    super();
    this.#private = 1;
    }
    #private;
    }
    // Old output (with esbuild v0.19.10)
    class Foo extends Bar {
    constructor() {
    this.#private = 1;
    super();
    }
    #private;
    }
    // New output
    class Foo extends Bar {
    #private = 1;
    constructor() {
    super();
    }
    }

  • Minifier: allow reording a primitive past a side-effect (#3568)

    The minifier previously allowed reordering a side-effect past a primitive, but didn't handle the case of reordering a primitive past a side-effect. This additional case is now handled:

    // Original code
    function f() {

... (truncated)

Commits

Updates @fastify/cors from 8.4.2 to 8.5.0

Release notes

Sourced from @​fastify/cors's releases.

v8.5.0

What's Changed

Full Changelog: fastify/fastify-cors@v8.4.2...v8.5.0

Commits

Updates @fastify/websocket from 8.2.0 to 8.3.1

Release notes

Sourced from @​fastify/websocket's releases.

v8.3.1

What's Changed

New Contributors

Full Changelog: fastify/fastify-websocket@v8.3.0...v8.3.1

v8.3.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-websocket@v8.2.0...v8.3.0

Commits

Updates fastify from 4.24.3 to 4.25.2

Release notes

Sourced from fastify's releases.

v4.25.2

What's Changed

New Contributors

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

v4.25.1

What's Changed

Full Changelog: fastify/fastify@v4.25.0...v4.25.1

v4.25.0

What's Changed

... (truncated)

Commits

Updates ws from 8.15.0 to 8.16.0

Release notes

Sourced from ws's releases.

8.16.0

Features

Description has been truncated

Bumps the root-deps group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@google-cloud/compute](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-compute) | `4.0.1` | `4.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.3` | `18.19.4` |
| [eslint](https://github.com/eslint/eslint) | `8.55.0` | `8.56.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.100` | `1.3.101` |
| [ssh2](https://github.com/mscdex/ssh2) | `1.14.0` | `1.15.0` |
| [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) | `2.6.9` | `2.6.10` |
| [pino](https://github.com/pinojs/pino) | `8.16.2` | `8.17.2` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `10.2.3` | `10.3.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.9` | `0.19.11` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `8.4.2` | `8.5.0` |
| [@fastify/websocket](https://github.com/fastify/fastify-websocket) | `8.2.0` | `8.3.1` |
| [fastify](https://github.com/fastify/fastify) | `4.24.3` | `4.25.2` |
| [ws](https://github.com/websockets/ws) | `8.15.0` | `8.16.0` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.470.0` | `3.484.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.470.0` | `3.484.0` |


Updates `@google-cloud/compute` from 4.0.1 to 4.1.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.1.0/packages/google-cloud-compute)

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

Updates `eslint` from 8.55.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.55.0...v8.56.0)

Updates `eslint-plugin-import` from 2.29.0 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.0...v2.29.1)

Updates `@swc/core` from 1.3.100 to 1.3.101
- [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.100...v1.3.101)

Updates `ssh2` from 1.14.0 to 1.15.0
- [Commits](mscdex/ssh2@v1.14.0...v1.15.0)

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

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

Updates `pino-pretty` from 10.2.3 to 10.3.1
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v10.2.3...v10.3.1)

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

Updates `@fastify/cors` from 8.4.2 to 8.5.0
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v8.4.2...v8.5.0)

Updates `@fastify/websocket` from 8.2.0 to 8.3.1
- [Release notes](https://github.com/fastify/fastify-websocket/releases)
- [Commits](fastify/fastify-websocket@v8.2.0...v8.3.1)

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

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

Updates `@aws-sdk/client-lightsail` from 3.470.0 to 3.484.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.484.0/clients/client-lightsail)

Updates `@aws-sdk/client-s3` from 3.470.0 to 3.484.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.484.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: "@google-cloud/compute"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  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: ssh2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/node-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: pino-pretty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@fastify/websocket"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: ws
  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
...

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 Dec 31, 2023
@royra royra merged commit f2957d0 into main Dec 31, 2023
6 checks passed
@royra royra deleted the dependabot/npm_and_yarn/root-deps-8305609289 branch December 31, 2023 10:58
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