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 10 updates #372

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the root-deps group with 10 updates:

Package From To
@fastify/websocket 8.2.0 8.3.0
fastify 4.24.3 4.25.1
pino-pretty 10.2.3 10.3.0
ws 8.15.0 8.15.1
eslint 8.55.0 8.56.0
@google-cloud/compute 4.0.1 4.1.0
eslint-plugin-import 2.29.0 2.29.1
@aws-sdk/client-lightsail 3.470.0 3.474.0
@aws-sdk/client-s3 3.470.0 3.474.0
oclif 4.0.4 4.1.0

Updates @fastify/websocket from 8.2.0 to 8.3.0

Release notes

Sourced from @​fastify/websocket's releases.

v8.3.0

What's Changed

New Contributors

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

Commits
  • d1c6cec Bumped v8.3.0
  • 6a48df8 added tsconfig.json
  • 9e5e8f1 Fix types compatibility with Fastify v4.25.0 (#278)
  • ba185e8 test: replace typeof undefined check (#272)
  • 619e125 test: disable failing ts tests (#273)
  • 30d1ccb chore(package): explicitly declare js module type (#271)
  • 2af90ac fix(types): websocketPlugin is not an existing variable (#269)
  • d7adb45 chore: add .gitattributes file (#268)
  • 489b4e4 perf: use node: prefix to bypass require.cache call for builtins (#266)
  • b75e482 build(deps-dev): Bump tsd from 0.28.1 to 0.29.0 (#265)
  • Additional commits viewable in compare view

Updates fastify from 4.24.3 to 4.25.1

Release notes

Sourced from fastify's releases.

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 pino-pretty from 10.2.3 to 10.3.0

Release notes

Sourced from pino-pretty's releases.

v10.3.0

What's Changed

New Contributors

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

Commits

Updates ws from 8.15.0 to 8.15.1

Release notes

Sourced from ws's releases.

8.15.1

Notable changes

  • The allowMultipleEventsPerMicrotask option has been renamed to allowSynchronousEvents (4ed7fe58).

This is a breaking change in a patch release that could have been avoided with an alias, but the renamed option was added only 3 days ago, so hopefully it hasn't already been widely used.

Commits
  • a57e963 [dist] 8.15.1
  • 4ed7fe5 [major] Rename the allowMultipleEventsPerMicrotask option
  • fccc580 [fix] Emit the event when the microtask is executed
  • See full diff in compare view

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 @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 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 @aws-sdk/client-lightsail from 3.470.0 to 3.474.0

Release notes

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

v3.474.0

3.474.0(2023-12-14)

Documentation Changes
  • client-workspaces: Updated note to ensure customers understand running modes. (085ed53e)
  • client-b2bi: Documentation updates for AWS B2B Data Interchange (c81ff02e)
  • client-controltower: Documentation updates for AWS Control Tower. (7c20820c)
New Features
  • clients: update client endpoints as of 2023-12-14 (ab69ea03)
  • client-iot: This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource. (a55c8784)
  • client-firehose: This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations (dab64555)
  • client-neptune-graph: This is the initial SDK release for Amazon Neptune Analytics (8210ba24)
  • client-connect: This release adds support for more granular billing using tags (key:value pairs) (417de037)
  • client-appstream: This release includes support for images of Windows Server 2022 platform. (701ead08)
  • client-quicksight: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support. (ee74785b)
  • client-opensearch: Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. (c63279d4)
  • client-billingconductor: Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group. (ba49477a)
  • client-gamelift: Amazon GameLift adds the ability to add and update the game properties of active game sessions. (9c8b6c6c)
  • experimentalIdentityAndAuth:
  • core: add experimentalIdentityAndAuth AWS SDK SigV4 support (#5586) (9a97df59)
Bug Fixes
  • middleware-sdk-s3: safely access nested properties for error (#5580) (013665e1)

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

v3.473.0

3.473.0(2023-12-13)

Chores
New Features
  • clients: update client endpoints as of 2023-12-13 (3ef57fb7)
  • client-drs: Adding AgentVersion to SourceServer and RecoveryInstance structures (01b2633b)
  • experimentalIdentityAndAuth:
    • add event streaming input integrations relative to auth (#5578) (a12b2eb9)
    • add endpointRuleSet trait to generic client test (#5573) (03d62309)

... (truncated)

Changelog

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

3.474.0 (2023-12-14)

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

3.473.0 (2023-12-13)

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

Commits

Updates @aws-sdk/client-s3 from 3.470.0 to 3.474.0

Release notes

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

v3.474.0

3.474.0(2023-12-14)

Documentation Changes
  • client-workspaces: Updated note to ensure customers understand running modes. (085ed53e)
  • client-b2bi: Documentation updates for AWS B2B Data Interchange (c81ff02e)
  • client-controltower: Documentation updates for AWS Control Tower. (7c20820c)
New Features
  • clients: update client endpoints as of 2023-12-14 (ab69ea03)
  • client-iot: This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource. (a55c8784)
  • client-firehose: This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations (dab64555)
  • client-neptune-graph: This is the initial SDK release for Amazon Neptune Analytics (8210ba24)
  • client-connect: This release adds support for more granular billing using tags (key:value pairs) (417de037)
  • client-appstream: This release includes support for images of Windows Server 2022 platform. (701ead08)
  • client-quicksight: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support. (ee74785b)
  • client-opensearch: Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. (c63279d4)
  • client-billingconductor: Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group. (ba49477a)
  • client-gamelift: Amazon GameLift adds the ability to add and update the game properties of active game sessions. (9c8b6c6c)
  • experimentalIdentityAndAuth:
  • core: add experimentalIdentityAndAuth AWS SDK SigV4 support (#5586) (9a97df59)
Bug Fixes
  • middleware-sdk-s3: safely access nested properties for error (#5580) (013665e1)

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

v3.473.0

3.473.0(2023-12-13)

Chores
New Features
  • clients: update client endpoints as of 2023-12-13 (3ef57fb7)
  • client-drs: Adding AgentVersion to SourceServer and RecoveryInstance structures (01b2633b)
  • experimentalIdentityAndAuth:
    • add event streaming input integrations relative to auth (#5578) (a12b2eb9)
    • add endpointRuleSet trait to generic client test (#5573) (03d62309)

... (truncated)

Changelog

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

3.474.0 (2023-12-14)

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

3.473.0 (2023-12-13)

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

3.472.0 (2023-12-12)

Bug Fixes

  • codegen: dedupe [@aws](https://github.com/aws).protocols#restXml serialization (#5568) (7df7325)
Commits

Updates oclif from 4.0.4 to 4.1.0

Release notes

Sourced from oclif's releases.

4.1.0

Features

Changelog

Sourced from oclif's changelog.

4.1.0 (2023-12-14)

Features

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • `@dependabot ignore minor vers...

Description has been truncated

Bumps the root-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/websocket](https://github.com/fastify/fastify-websocket) | `8.2.0` | `8.3.0` |
| [fastify](https://github.com/fastify/fastify) | `4.24.3` | `4.25.1` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `10.2.3` | `10.3.0` |
| [ws](https://github.com/websockets/ws) | `8.15.0` | `8.15.1` |
| [eslint](https://github.com/eslint/eslint) | `8.55.0` | `8.56.0` |
| [@google-cloud/compute](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-compute) | `4.0.1` | `4.1.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.470.0` | `3.474.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.470.0` | `3.474.0` |
| [oclif](https://github.com/oclif/oclif) | `4.0.4` | `4.1.0` |


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

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

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

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

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

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

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

---
updated-dependencies:
- 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: pino-pretty
  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-patch
  dependency-group: root-deps
- dependency-name: eslint
  dependency-type: direct:development
  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: eslint-plugin-import
  dependency-type: direct:development
  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: oclif
  dependency-type: direct:development
  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 17, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2023

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

@dependabot dependabot bot closed this Dec 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-8550e0ebed branch December 24, 2023 10:57
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