FlourishHealth / ferns-api

Apache License 2.0
1 stars 3 forks source link

Bump the api group across 1 directory with 27 updates #455

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the api group with 27 updates in the / directory:

Package From To
@sentry/node 7.118.0 8.33.1
@sentry/profiling-node 1.3.5 8.33.1
axios 1.7.5 1.7.7
expo-server-sdk 3.10.0 3.11.0
winston 3.14.1 3.15.0
@types/express 4.17.21 5.0.0
@types/jest 29.5.11 29.5.13
@types/jsonwebtoken 9.0.5 9.0.7
@types/lodash 4.17.0 4.17.10
@types/node 20.11.2 22.7.4
@typescript-eslint/eslint-plugin 6.21.0 8.8.1
@typescript-eslint/parser 6.21.0 8.8.1
chai 4.5.0 5.1.1
@types/chai 4.3.11 5.0.0
chai-as-promised 7.1.1 8.0.0
@types/chai-as-promised 7.1.8 8.0.1
eslint-plugin-comment-length 1.7.3 2.1.1
eslint-plugin-import 2.29.1 2.31.0
eslint-plugin-lodash 7.4.0 8.0.0
eslint-plugin-prettier 5.1.3 5.2.1
eslint-plugin-react 7.36.1 7.37.1
eslint-plugin-react-hooks 4.6.0 4.6.2
eslint-plugin-simple-import-sort 10.0.0 12.1.1
eslint-plugin-unused-imports 3.1.0 4.1.4
mongoose 8.2.2 8.7.0
sinon 18.0.0 19.0.2
typedoc 0.26.7 0.26.8

Updates @sentry/node from 7.118.0 to 8.33.1

Release notes

Sourced from @​sentry/node's releases.

8.33.1

  • fix(core): Update trpc middleware types (#13859)
  • fix(fetch): Fix memory leak when handling endless streaming (#13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 22.64 KB
@​sentry/browser - with treeshaking flags 21.42 KB
@​sentry/browser (incl. Tracing) 34.87 KB
@​sentry/browser (incl. Tracing, Replay) 71.38 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.81 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.73 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.38 KB
@​sentry/browser (incl. metrics) 26.91 KB
@​sentry/browser (incl. Feedback) 39.78 KB
@​sentry/browser (incl. sendFeedback) 27.3 KB
@​sentry/browser (incl. FeedbackAsync) 32.08 KB
@​sentry/react 25.39 KB
@​sentry/react (incl. Tracing) 37.86 KB
@​sentry/vue 26.8 KB
@​sentry/vue (incl. Tracing) 36.77 KB
@​sentry/svelte 22.77 KB
CDN Bundle 23.95 KB
CDN Bundle (incl. Tracing) 36.66 KB
CDN Bundle (incl. Tracing, Replay) 71.15 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.45 KB
CDN Bundle - uncompressed 70.17 KB
CDN Bundle (incl. Tracing) - uncompressed 108.68 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.79 KB
@​sentry/nextjs (client) 37.82 KB
@​sentry/sveltekit (client) 35.45 KB
@​sentry/node 125.13 KB
@​sentry/node - without tracing 93.58 KB
@​sentry/aws-serverless 103.28 KB

8.33.0

Important Changes

  • feat(nextjs): Support new async APIs (headers(), params, searchParams) (#13828)

Adds support for new dynamic Next.js APIs.

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.33.1

  • fix(core): Update trpc middleware types (#13859)
  • fix(fetch): Fix memory leak when handling endless streaming (#13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

8.33.0

Important Changes

  • feat(nextjs): Support new async APIs (headers(), params, searchParams) (#13828)

Adds support for new dynamic Next.js APIs.

  • feat(node): Add lru-memoizer instrumentation (#13796)

Adds integration for lru-memoizer using @​opentelemetry/instrumentation-lru-memoizer.

  • feat(nuxt): Add unstable_sentryBundlerPluginOptions to module options (#13811)

Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options.

Other Changes

  • fix(browser): Ensure wrap() only returns functions (#13838)
  • fix(core): Adapt trpc middleware input attachment (#13831)
  • fix(core): Don't return trace data in getTraceData and getTraceMetaTags if SDK is disabled (#13760)
  • fix(nuxt): Don't restrict source map assets upload (#13800)
  • fix(nuxt): Use absolute path for client config (#13798)
  • fix(replay): Stop global event handling for paused replays (#13815)
  • fix(sveltekit): add url param to source map upload options (#13812)
  • fix(types): Add jsdocs to cron types (#13776)
  • fix(nextjs): Loosen @​sentry/nextjs webpack peer dependency (#13826)

Work in this release was contributed by @​joshuajaco. Thank you for your contribution!

8.32.0

... (truncated)

Commits
  • 606cc3a release: 8.33.1
  • 9de1a8f Merge pull request #13861 from getsentry/prepare-release/8.33.1
  • 2903036 meta(changelog): Update changelog for version 8.33.1
  • 5c06bd2 fix(core): Update trpc middleware types (#13859)
  • 0b739c5 fix(fetch): Fix memory leak when handling endless streaming (#13809)
  • febdfc6 Merge pull request #13853 from getsentry/master
  • 4604f3e Merge branch 'release/8.33.0'
  • 7a5a05e release: 8.33.0
  • 83d319b Merge pull request #13852 from getsentry/prepare-release/8.33.0
  • 237ad53 ci(deps): bump denoland/setup-deno from 1.4.1 to 1.5.1 (#13843)
  • Additional commits viewable in compare view


Updates @sentry/profiling-node from 1.3.5 to 8.33.1

Release notes

Sourced from @​sentry/profiling-node's releases.

8.33.1

  • fix(core): Update trpc middleware types (#13859)
  • fix(fetch): Fix memory leak when handling endless streaming (#13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 22.64 KB
@​sentry/browser - with treeshaking flags 21.42 KB
@​sentry/browser (incl. Tracing) 34.87 KB
@​sentry/browser (incl. Tracing, Replay) 71.38 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.81 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.73 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.38 KB
@​sentry/browser (incl. metrics) 26.91 KB
@​sentry/browser (incl. Feedback) 39.78 KB
@​sentry/browser (incl. sendFeedback) 27.3 KB
@​sentry/browser (incl. FeedbackAsync) 32.08 KB
@​sentry/react 25.39 KB
@​sentry/react (incl. Tracing) 37.86 KB
@​sentry/vue 26.8 KB
@​sentry/vue (incl. Tracing) 36.77 KB
@​sentry/svelte 22.77 KB
CDN Bundle 23.95 KB
CDN Bundle (incl. Tracing) 36.66 KB
CDN Bundle (incl. Tracing, Replay) 71.15 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.45 KB
CDN Bundle - uncompressed 70.17 KB
CDN Bundle (incl. Tracing) - uncompressed 108.68 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.79 KB
@​sentry/nextjs (client) 37.82 KB
@​sentry/sveltekit (client) 35.45 KB
@​sentry/node 125.13 KB
@​sentry/node - without tracing 93.58 KB
@​sentry/aws-serverless 103.28 KB

8.33.0

Important Changes

  • feat(nextjs): Support new async APIs (headers(), params, searchParams) (#13828)

Adds support for new dynamic Next.js APIs.

... (truncated)

Changelog

Sourced from @​sentry/profiling-node's changelog.

8.33.1

  • fix(core): Update trpc middleware types (#13859)
  • fix(fetch): Fix memory leak when handling endless streaming (#13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

8.33.0

Important Changes

  • feat(nextjs): Support new async APIs (headers(), params, searchParams) (#13828)

Adds support for new dynamic Next.js APIs.

  • feat(node): Add lru-memoizer instrumentation (#13796)

Adds integration for lru-memoizer using @​opentelemetry/instrumentation-lru-memoizer.

  • feat(nuxt): Add unstable_sentryBundlerPluginOptions to module options (#13811)

Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options.

Other Changes

  • fix(browser): Ensure wrap() only returns functions (#13838)
  • fix(core): Adapt trpc middleware input attachment (#13831)
  • fix(core): Don't return trace data in getTraceData and getTraceMetaTags if SDK is disabled (#13760)
  • fix(nuxt): Don't restrict source map assets upload (#13800)
  • fix(nuxt): Use absolute path for client config (#13798)
  • fix(replay): Stop global event handling for paused replays (#13815)
  • fix(sveltekit): add url param to source map upload options (#13812)
  • fix(types): Add jsdocs to cron types (#13776)
  • fix(nextjs): Loosen @​sentry/nextjs webpack peer dependency (#13826)

Work in this release was contributed by @​joshuajaco. Thank you for your contribution!

8.32.0

... (truncated)

Commits


Updates axios from 1.7.5 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • See full diff in compare view


Updates expo-server-sdk from 3.10.0 to 3.11.0

Release notes

Sourced from expo-server-sdk's releases.

v3.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/expo/expo-server-sdk-node/compare/v3.10.0...v3.11.0

Commits
Maintainer changes

This version was pushed to npm by douglowder, a new releaser for expo-server-sdk since your current version.


Updates winston from 3.14.1 to 3.15.0

Release notes

Sourced from winston's releases.

v3.15.0

Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein.

  • remove logcallback (#2513) 3a54777
  • chore(docs): Update README.md w/ usage comments (#2507) f110f61
  • Bump nyc from 15.1.0 to 17.1.0 (#2511) f5dde86
  • Bump @​babel/cli from 7.24.7 to 7.25.6 (#2512) d1b8dc6
  • Bump @​babel/preset-env from 7.24.8 to 7.25.4 (#2506) 564161a
  • Bump mocha from 10.7.0 to 10.7.3 (#2500) eb7e315
  • Unified Handler Tests (#2020) 22aab6d

https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0

v3.14.2

  • Move initialization to constructor (#2503) 2458ba6

https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2

Commits


Updates @types/express from 4.17.21 to 5.0.0

Commits


Updates @types/jest from 29.5.11 to 29.5.13

Commits


Updates @types/jsonwebtoken from 9.0.5 to 9.0.7

Commits


Updates @types/lodash from 4.17.0 to 4.17.10

Commits


Updates @types/node from 20.11.2 to 22.7.4

Commits


Updates @typescript-eslint/eslint-plugin from 6.21.0 to 8.8.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.8.1

8.8.1 (2024-10-07)

🩹 Fixes

  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file (#10046)
  • typescript-estree: fix crash when running from a node --eval script (#10098)
  • typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.8.0

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
  • eslint-plugin: [await-thenable] check for-await loop iteree (#10008)

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0 (#10070)
  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
  • eslint-plugin: [no-misused-promises] check contextual type (#10042)
  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser() (#10026)
  • utils: update missing type information message (#10043)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.7.0

8.7.0 (2024-09-23)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.8.1 (2024-10-07)

🩹 Fixes

  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file

❤️ Thank You

  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

You can read about our versioning strategy and releases on our website.

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

... (truncated)

Commits
  • f898248 chore(release): publish 8.8.1
  • 2d6ee87 fix(eslint-plugin): stop warning on @​ts-nocheck comments which aren't at the ...
  • 2055cfb chore(release): publish 8.8.0
  • b121bd9 feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)
  • 9028d9d docs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)
  • 977e0a1 fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...
  • 6ce66b5 fix: remove export type * in d.ts to support TS<5.0 (#10070)
  • a916ff2 feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)
  • b36d524 fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)
  • 7a216fe fix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.21.0 to 8.8.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.8.1

8.8.1 (2024-10-07)

🩹 Fixes

  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file (#10046)
  • typescript-estree: fix crash when running from a node --eval script (#10098)
  • typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.8.0

8.8.0 (2024-09-30)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
  • eslint-plugin: [await-thenable] check for-await loop iteree (#10008)

🩹 Fixes

  • remove export type * in d.ts to support TS<5.0 (#10070)
  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
  • eslint-plugin: [no-misused-promises] check contextual type (#10042)
  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser() (#10026)
  • utils: update missing type information message (#10043)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.7.0

8.7.0 (2024-09-23)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.8.1 (2024-10-07)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.8.0 (2024-09-30)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.7.0 (2024-09-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.6.0 (2024-09-16)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.5.0 (2024-09-09)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.4.0 (2024-09-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.3.0 (2024-08-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.2.0 (2024-08-19)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.1.0 (2024-08-12)

... (truncated)

Commits
  • f898248 chore(release): publish 8.8.1
  • 2055cfb chore(release): publish 8.8.0
  • b88ea33 chore(release): publish 8.7.0
  • 343710e chore(release): publish 8.6.0
  • 4d31ebe chore(release): publish 8.5.0
  • 4bc801e chore: enable unicorn/no-array-reduce (#9640)
  • 3920c93 chore(release): publish 8.4.0
  • 2ad3404 chore: enable unicorn/prefer-export-from and `@typescript-eslint/consistent...
  • ef2eab1 chore(release): publish 8.3.0
  • 9612d81 chore: enable eslint-plugin-perfectionist on parser package (#9845)
  • Additional commits viewable in compare view


Updates chai from 4.5.0 to 5.1.1

Release notes

Sourced from chai's releases.

v5.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/chaijs/chai/compare/v5.1.0...v5.1.1

v5.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/chaijs/chai/compare/v5.0.3...v5.1.0

v5.0.3

Fix bad v5.0.2 publish.

Full Changelog: https://github.com/chaijs/chai/compare/v5.0.2...v5.0.3

v5.0.2

What's Changed

Full Changelog: https://github.com/chaijs/chai/compare/v5.0.1...v5.0.2

v5.0.0

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.

... (truncated)

Commits


Updates @types/chai from 4.3.11 to 5.0.0

Commits


Updates chai-as-promised from 7.1.1 to 8.0.0

Release notes

Sourced from chai-as-promised's releases.

v8.0.0

What's Changed

  • Migrate CI to GitHub Actions by @​WikiRik in chaijs/chai-as-promised#283
  • feat: upgrade dev toolchain by
    codiumai-pr-agent-pro[bot] commented 2 weeks ago

    PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.

    CI Failure Feedback 🧐

    **Action:** Run all tests (18.x, 6.0)
    **Failed stage:** [yarn lint](https://github.com/FlourishHealth/ferns-api/actions/runs/11222582152/job/31195329329) [❌]
    **Failed test name:** ""
    **Failure summary:** The action failed due to a linting error in the file src/utils.ts:
  • Line 8: The variable error is defined but never used, which violates the
    unused-imports/no-unused-vars rule.
  • Relevant error logs: ```yaml 1: ##[group]Operating System 2: Ubuntu ... 283: electionTimeout: { called: Long('0'), successful: Long('0') }, 284: freezeTimeout: { called: Long('0'), successful: Long('0') }, 285: numStepDownsCausedByHigherTerm: Long('0'), 286: numCatchUps: Long('0'), 287: numCatchUpsSucceeded: Long('0'), 288: numCatchUpsAlreadyCaughtUp: Long('0'), 289: numCatchUpsSkipped: Long('0'), 290: numCatchUpsTimedOut: Long('0'), 291: numCatchUpsFailedWithError: Long('0'), 292: numCatchUpsFailedWithNewTerm: Long('0'), 293: numCatchUpsFailedWithReplSetAbortPrimaryCatchUpCmd: Long('0'), ... 544: 'Bytes released to the OS take up virtual address space but no physical memory.\n' 545: } 546: }, 547: tenantMigrations: { 548: currentMigrationsDonating: Long('0'), 549: currentMigrationsReceiving: Long('0'), 550: totalSuccessfulMigrationsDonated: Long('0'), 551: totalSuccessfulMigrationsReceived: Long('0'), 552: totalFailedMigrationsDonated: Long('0'), 553: totalFailedMigrationsReceived: Long('0') ... 660: 'eviction gave up due to needing to remove a record from the history store but checkpoint is running': 0, 661: 'eviction passes of a file': 0, 662: 'eviction server candidate queue empty when topping up': 0, 663: 'eviction server candidate queue not empty when topping up': 0, 664: 'eviction server evicting pages': 0, 665: 'eviction server skips dirty pages during a running checkpoint': 0, 666: 'eviction server skips metadata pages with history': 0, 667: 'eviction server skips pages that are written with transactions greater than the last running': 0, 668: 'eviction server skips pages that previously failed eviction and likely will again': 0, ... 686: 'eviction walk target pages reduced due to history store cache pressure': 0, 687: 'eviction walk target strategy both clean and dirty pages': 0, 688: 'eviction walk target strategy only clean pages': 0, 689: 'eviction walk target strategy only dirty pages': 0, 690: 'eviction walks abandoned': 0, 691: 'eviction walks gave up because they restarted their walk twice': 0, 692: 'eviction walks gave up because they saw too many pages and found no candidates': 0, 693: 'eviction walks gave up because they saw too many pages and found too few candidates': 0, 694: 'eviction walks random search fails to locate a page, results in a null position': 0, ... 700: 'eviction worker thread created': 0, 701: 'eviction worker thread evicting pages': 0, 702: 'eviction worker thread removed': 0, 703: 'eviction worker thread stable number': 0, 704: 'files with active eviction walks': 0, 705: 'files with new eviction walks started': 0, 706: 'force re-tuning of eviction workers once in a while': 0, 707: 'forced eviction - do not retry count to evict pages selected to evict during reconciliation': 0, 708: 'forced eviction - history store pages failed to evict while session has history store cursor open': 0, ... 766: 'pages read into cache after truncate': 7, 767: 'pages read into cache after truncate in prepare state': 0, 768: 'pages removed from the ordinary queue to be queued for urgent eviction': 0, 769: 'pages requested from the cache': 188, 770: 'pages seen by eviction walk': 0, 771: 'pages seen by eviction walk that are already queued': 0, 772: 'pages selected for eviction unable to be evicted': 0, 773: 'pages selected for eviction unable to be evicted because of active children on an internal page': 0, 774: 'pages selected for eviction unable to be evicted because of failure in reconciliation': 0, ... 1026: session: { 1027: 'attempts to remove a local object and the object is in use': 0, 1028: 'flush_tier operation calls': 0, 1029: 'flush_tier tables skipped due to no checkpoint': 0, 1030: 'flush_tier tables switched': 0, 1031: 'local objects removed': 0, 1032: 'open session count': 15, 1033: 'session query timestamp calls': 0, 1034: 'table alter failed calls': 0, 1035: 'table alter successful calls': 0, 1036: 'table alter triggering checkpoint calls': 0, 1037: 'table alter unchanged and skipped': 0, 1038: 'table compact failed calls': 0, 1039: 'table compact failed calls due to cache pressure': 0, 1040: 'table compact running': 0, 1041: 'table compact skipped as process would not reduce file size': 0, 1042: 'table compact successful calls': 0, 1043: 'table compact timeout': 0, 1044: 'table create failed calls': 0, 1045: 'table create successful calls': 9, 1046: 'table drop failed calls': 0, 1047: 'table drop successful calls': 0, 1048: 'table rename failed calls': 0, 1049: 'table rename successful calls': 0, 1050: 'table salvage failed calls': 0, 1051: 'table salvage successful calls': 0, 1052: 'table truncate failed calls': 0, 1053: 'table truncate successful calls': 0, 1054: 'table verify failed calls': 0, ... 1156: 'transactions rolled back': 9, 1157: 'update conflicts': 0 1158: }, 1159: concurrentTransactions: { 1160: write: { out: 0, available: 128, totalTickets: 128 }, 1161: read: { out: 0, available: 128, totalTickets: 128 } 1162: }, 1163: 'snapshot-window-settings': { 1164: 'total number of SnapshotTooOld errors': Long('0'), ... 1248: '$skip': Long('0'), 1249: '$sort': Long('0'), 1250: '$sortByCount': Long('0'), 1251: '$unionWith': Long('0'), 1252: '$unset': Long('0'), 1253: '$unwind': Long('0'), 1254: '$vectorSearch': Long('0') 1255: }, 1256: changeStreams: { largeEventsFailed: Long('0'), largeEventsSplit: Long('0') }, 1257: commands: { 1258: '': Long('1'), 1259: _addShard: { failed: Long('0'), total: Long('0') }, 1260: _configsvrAbortReshardCollection: { failed: Long('0'), total: Long('0') }, 1261: _configsvrAddShard: { failed: Long('0'), total: Long('0') }, 1262: _configsvrAddShardToZone: { failed: Long('0'), total: Long('0') }, 1263: _configsvrBalancerCollectionStatus: { failed: Long('0'), total: Long('0') }, 1264: _configsvrBalancerStart: { failed: Long('0'), total: Long('0') }, 1265: _configsvrBalancerStatus: { failed: Long('0'), total: Long('0') }, 1266: _configsvrBalancerStop: { failed: Long('0'), total: Long('0') }, 1267: _configsvrCleanupReshardCollection: { failed: Long('0'), total: Long('0') }, 1268: _configsvrClearJumboFlag: { failed: Long('0'), total: Long('0') }, 1269: _configsvrCollMod: { failed: Long('0'), total: Long('0') }, 1270: _configsvrCommitChunkMigration: { failed: Long('0'), total: Long('0') }, 1271: _configsvrCommitChunkSplit: { failed: Long('0'), total: Long('0') }, 1272: _configsvrCommitChunksMerge: { failed: Long('0'), total: Long('0') }, 1273: _configsvrCommitMovePrimary: { failed: Long('0'), total: Long('0') }, 1274: _configsvrCommitReshardCollection: { failed: Long('0'), total: Long('0') }, 1275: _configsvrConfigureCollectionBalancing: { failed: Long('0'), total: Long('0') }, 1276: _configsvrCreateDatabase: { failed: Long('0'), total: Long('0') }, 1277: _configsvrEnsureChunkVersionIsGreaterThan: { failed: Long('0'), total: Long('0') }, 1278: _configsvrMoveChunk: { failed: Long('0'), total: Long('0') }, 1279: _configsvrMoveRange: { failed: Long('0'), total: Long('0') }, 1280: _configsvrRefineCollectionShardKey: { failed: Long('0'), total: Long('0') }, 1281: _configsvrRemoveChunks: { failed: Long('0'), total: Long('0') }, 1282: _configsvrRemoveShard: { failed: Long('0'), total: Long('0') }, 1283: _configsvrRemoveShardFromZone: { failed: Long('0'), total: Long('0') }, 1284: _configsvrRemoveTags: { failed: Long('0'), total: Long('0') }, 1285: _configsvrRenameCollectionMetadata: { failed: Long('0'), total: Long('0') }, 1286: _configsvrRepairShardedCollectionChunksHistory: { failed: Long('0'), total: Long('0') }, 1287: _configsvrReshardCollection: { failed: Long('0'), total: Long('0') }, 1288: _configsvrRunRestore: { failed: Long('0'), total: Long('0') }, 1289: _configsvrSetAllowMigrations: { failed: Long('0'), total: Long('0') }, 1290: _configsvrSetClusterParameter: { failed: Long('0'), total: Long('0') }, 1291: _configsvrSetUserWriteBlockMode: { failed: Long('0'), total: Long('0') }, 1292: _configsvrUpdateZoneKeyRange: { failed: Long('0'), total: Long('0') }, 1293: _flushDatabaseCacheUpdates: { failed: Long('0'), total: Long('0') }, 1294: _flushDatabaseCacheUpdatesWithWriteConcern: { failed: Long('0'), total: Long('0') }, 1295: _flushReshardingStateChange: { failed: Long('0'), total: Long('0') }, 1296: _flushRoutingTableCacheUpdates: { failed: Long('0'), total: Long('0') }, 1297: _flushRoutingTableCacheUpdatesWithWriteConcern: { failed: Long('0'), total: Long('0') }, 1298: _getNextSessionMods: { failed: Long('0'), total: Long('0') }, 1299: _getUserCacheGeneration: { failed: Long('0'), total: Long('0') }, 1300: _isSelf: { failed: Long('0'), total: Long('0') }, 1301: _killOperations: { failed: Long('0'), total: Long('0') }, 1302: _mergeAuthzCollections: { failed: Long('0'), total: Long('0') }, 1303: _migrateClone: { failed: Long('0'), total: Long('0') }, 1304: _recvChunkAbort: { failed: Long('0'), total: Long('0') }, 1305: _recvChunkCommit: { failed: Long('0'), total: Long('0') }, 1306: _recvChunkReleaseCritSec: { failed: Long('0'), total: Long('0') }, 1307: _recvChunkStart: { failed: Long('0'), total: Long('0') }, 1308: _recvChunkStatus: { failed: Long('0'), total: Long('0') }, 1309: _shardsvrAbortReshardCollection: { failed: Long('0'), total: Long('0') }, 1310: _shardsvrCleanupReshardCollection: { failed: Long('0'), total: Long('0') }, 1311: _shardsvrCloneCatalogData: { failed: Long('0'), total: Long('0') }, 1312: _shardsvrCollMod: { failed: Long('0'), total: Long('0') }, 1313: _shardsvrCollModParticipant: { failed: Long('0'), total: Long('0') }, 1314: _shardsvrCommitReshardCollection: { failed: Long('0'), total: Long('0') }, 1315: _shardsvrCompactStructuredEncryptionData: { failed: Long('0'), total: Long('0') }, 1316: _shardsvrCreateCollection: { failed: Long('0'), total: Long('0') }, 1317: _shardsvrCreateCollectionParticipant: { failed: Long('0'), total: Long('0') }, 1318: _shardsvrDropCollection: { failed: Long('0'), total: Long('0') }, 1319: _shardsvrDropCollectionIfUUIDNotMatching: { failed: Long('0'), total: Long('0') }, 1320: _shardsvrDropCollectionParticipant: { failed: Long('0'), total: Long('0') }, 1321: _shardsvrDropDatabase: { failed: Long('0'), total: Long('0') }, 1322: _shardsvrDropDatabaseParticipant: { failed: Long('0'), total: Long('0') }, 1323: _shardsvrDropIndexes: { failed: Long('0'), total: Long('0') }, 1324: _shardsvrGetStatsForBalancing: { failed: Long('0'), total: Long('0') }, 1325: _shardsvrJoinMigrations: { failed: Long('0'), total: Long('0') }, 1326: _shardsvrMovePrimary: { failed: Long('0'), total: Long('0') }, 1327: _shardsvrMoveRange: { failed: Long('0'), total: Long('0') }, 1328: _shardsvrParticipantBlock: { failed: Long('0'), total: Long('0') }, 1329: _shardsvrRefineCollectionShardKey: { failed: Long('0'), total: Long('0') }, 1330: _shardsvrRenameCollection: { failed: Long('0'), total: Long('0') }, 1331: _shardsvrRenameCollectionParticipant: { failed: Long('0'), total: Long('0') }, 1332: _shardsvrRenameCollectionParticipantUnblock: { failed: Long('0'), total: Long('0') }, 1333: _shardsvrReshardCollection: { failed: Long('0'), total: Long('0') }, 1334: _shardsvrReshardingOperationTime: { failed: Long('0'), total: Long('0') }, 1335: _shardsvrSetAllowMigrations: { failed: Long('0'), total: Long('0') }, 1336: _shardsvrSetClusterParameter: { failed: Long('0'), total: Long('0') }, 1337: _shardsvrSetUserWriteBlockMode: { failed: Long('0'), total: Long('0') }, 1338: _transferMods: { failed: Long('0'), total: Long('0') }, 1339: abortShardSplit: { failed: Long('0'), total: Long('0') }, 1340: abortTransaction: { failed: Long('0'), total: Long('0') }, 1341: aggregate: { failed: Long('0'), total: Long('1') }, 1342: appendOplogNote: { failed: Long('0'), total: Long('0') }, 1343: applyOps: { failed: Long('0'), total: Long('0') }, 1344: authenticate: { failed: Long('0'), total: Long('0') }, 1345: autoSplitVector: { failed: Long('0'), total: Long('0') }, 1346: availableQueryOptions: { failed: Long('0'), total: Long('0') }, 1347: buildInfo: { failed: Long('0'), total: Long('1') }, 1348: checkShardingIndex: { failed: Long('0'), total: Long('0') }, 1349: cleanupOrphaned: { failed: Long('0'), total: Long('0') }, 1350: cloneCollectionAsCapped: { failed: Long('0'), total: Long('0') }, 1351: clusterAbortTransaction: { failed: Long('0'), total: Long('0') }, 1352: clusterAggregate: { failed: Long('0'), total: Long('0') }, 1353: clusterCommitTransaction: { failed: Long('0'), total: Long('0') }, 1354: clusterDelete: { failed: Long('0'), total: Long('0') }, 1355: clusterFind: { failed: Long('0'), total: Long('0') }, 1356: clusterGetMore: { failed: Long('0'), total: Long('0') }, 1357: clusterInsert: { failed: Long('0'), total: Long('0') }, 1358: clusterUpdate: { 1359: arrayFilters: Long('0'), 1360: failed: Long('0'), 1361: pipeline: Long('0'), 1362: total: Long('0') 1363: }, 1364: collMod: { 1365: failed: Long('0'), 1366: total: Long('0'), 1367: validator: { failed: Long('0'), jsonSchema: Long('0'), total: Long('0') } 1368: }, 1369: collStats: { failed: Long('0'), total: Long('0') }, 1370: commitShardSplit: { failed: Long('0'), total: Long('0') }, 1371: commitTransaction: { failed: Long('0'), total: Long('0') }, 1372: compact: { failed: Long('0'), total: Long('0') }, 1373: compactStructuredEncryptionData: { failed: Long('0'), total: Long('0') }, 1374: connPoolStats: { failed: Long('0'), total: Long('0') }, 1375: connPoolSync: { failed: Long('0'), total: Long('0') }, 1376: connectionStatus: { failed: Long('0'), total: Long('0') }, 1377: convertToCapped: { failed: Long('0'), total: Long('0') }, 1378: coordinateCommitTransaction: { failed: Long('0'), total: Long('0') }, 1379: count: { failed: Long('0'), total: Long('0') }, 1380: create: { 1381: failed: Long('0'), 1382: total: Long('0'), 1383: validator: { failed: Long('0'), jsonSchema: Long('0'), total: Long('0') } 1384: }, 1385: createIndexes: { failed: Long('0'), total: Long('1') }, 1386: createRole: { failed: Long('0'), total: Long('0') }, 1387: createUser: { failed: Long('0'), total: Long('0') }, 1388: currentOp: { failed: Long('0'), total: Long('0') }, 1389: dataSize: { failed: Long('0'), total: Long('0') }, 1390: dbCheck: { failed: Long('0'), total: Long('0') }, 1391: dbHash: { failed: Long('0'), total: Long('0') }, 1392: dbStats: { failed: Long('0'), total: Long('0') }, 1393: delete: { failed: Long('0'), total: Long('0') }, 1394: distinct: { failed: Long('0'), total: Long('0') }, 1395: donorAbortMigration: { failed: Long('0'), total: Long('0') }, 1396: donorForgetMigration: { failed: Long('0'), total: Long('0') }, 1397: donorStartMigration: { failed: Long('0'), total: Long('0') }, 1398: driverOIDTest: { failed: Long('0'), total: Long('0') }, 1399: drop: { failed: Long('0'), total: Long('0') }, 1400: dropAllRolesFromDatabase: { failed: Long('0'), total: Long('0') }, 1401: dropAllUsersFromDatabase: { failed: Long('0'), total: Long('0') }, 1402: dropConnections: { failed: Long('0'), total: Long('0') }, 1403: dropDatabase: { failed: Long('0'), total: Long('0') }, 1404: dropIndexes: { failed: Long('0'), total: Long('0') }, 1405: dropRole: { failed: Long('0'), total: Long('0') }, 1406: dropUser: { failed: Long('0'), total: Long('0') }, 1407: endSessions: { failed: Long('0'), total: Long('0') }, 1408: explain: { failed: Long('0'), total: Long('0') }, 1409: features: { failed: Long('0'), total: Long('0') }, 1410: filemd5: { failed: Long('0'), total: Long('0') }, 1411: find: { failed: Long('0'), total: Long('0') }, 1412: findAndModify: { 1413: arrayFilters: Long('0'), 1414: failed: Long('0'), 1415: pipeline: Long('0'), 1416: total: Long('0') 1417: }, 1418: flushRouterConfig: { failed: Long('0'), total: Long('0') }, 1419: forgetShardSplit: { failed: Long('0'), total: Long('0') }, 1420: fsync: { failed: Long('0'), total: Long('0') }, 1421: fsyncUnlock: { failed: Long('0'), total: Long('0') }, 1422: getClusterParameter: { failed: Long('0'), total: Long('0') }, 1423: getCmdLineOpts: { failed: Long('0'), total: Long('0') }, 1424: getDatabaseVersion: { failed: Long('0'), total: Long('0') }, 1425: getDefaultRWConcern: { failed: Long('0'), total: Long('0') }, 1426: getDiagnosticData: { failed: Long('0'), total: Long('0') }, 1427: getLastError: { failed: Long('0'), total: Long('0') }, 1428: getLog: { failed: Long('0'), total: Long('0') }, 1429: getMore: { failed: Long('0'), total: Long('0') }, 1430: getParameter: { failed: Long('0'), total: Long('1') }, 1431: getShardMap: { failed: Long('0'), total: Long('0') }, 1432: getShardVersion: { failed: Long('0'), total: Long('0') }, 1433: getnonce: { failed: Long('0'), total: Long('0') }, 1434: grantPrivilegesToRole: { failed: Long('0'), total: Long('0') }, 1435: grantRolesToRole: { failed: Long('0'), total: Long('0') }, 1436: grantRolesToUser: { failed: Long('0'), total: Long('0') }, 1437: hello: { failed: Long('0'), total: Long('0') }, 1438: hostInfo: { failed: Long('0'), total: Long('0') }, 1439: insert: { failed: Long('0'), total: Long('0') }, 1440: internalRenameIfOptionsAndIndexesMatch: { failed: Long('0'), total: Long('0') }, 1441: invalidateUserCache: { failed: Long('0'), total: Long('0') }, 1442: isMaster: { failed: Long('0'), total: Long('5') }, 1443: killAllSessions: { failed: Long('0'), total: Long('0') }, 1444: killAllSessionsByPattern: { failed: Long('0'), total: Long('0') }, 1445: killCursors: { failed: Long('0'), total: Long('0') }, 1446: killOp: { failed: Long('0'), total: Long('0') }, 1447: killSessions: { failed: Long('0'), total: Long('0') }, 1448: listCollections: { failed: Long('0'), total: Long('0') }, 1449: listCommands: { failed: Long('0'), total: Long('0') }, 1450: listDatabases: { failed: Long('0'), total: Long('0') }, 1451: listIndexes: { failed: Long('2'), total: Long('2') }, 1452: lockInfo: { failed: Long('0'), total: Long('0') }, 1453: logRotate: { failed: Long('0'), total: Long('0') }, 1454: logout: { failed: Long('0'), total: Long('0') }, 1455: mapReduce: { failed: Long('0'), total: Long('0') }, 1456: mergeChunks: { failed: Long('0'), total: Long('0') }, 1457: ping: { failed: Long('0'), total: Long('0') }, 1458: planCacheClear: { failed: Long('0'), total: Long('0') }, 1459: planCacheClearFilters: { failed: Long('0'), total: Long('0') }, 1460: planCacheListFilters: { failed: Long('0'), total: Long('0') }, 1461: planCacheSetFilter: { failed: Long('0'), total: Long('0') }, 1462: prepareTransaction: { failed: Long('0'), total: Long('0') }, 1463: profile: { failed: Long('0'), total: Long('0') }, 1464: reIndex: { failed: Long('0'), total: Long('0') }, 1465: recipientForgetMigration: { failed: Long('0'), total: Long('0') }, 1466: recipientSyncData: { failed: Long('0'), total: Long('0') }, 1467: recipientVoteImportedFiles: { failed: Long('0'), total: Long('0') }, 1468: refreshSessions: { failed: Long('0'), total: Long('0') }, 1469: renameCollection: { failed: Long('0'), total: Long('0') }, 1470: replSetAbortPrimaryCatchUp: { failed: Long('0'), total: Long('0') }, 1471: replSetFreeze: { failed: Long('0'), total: Long('0') }, 1472: replSetGetConfig: { failed: Long('0'), total: Long('0') }, 1473: replSetGetRBID: { failed: Long('0'), total: Long('0') }, 1474: replSetGetStatus: { failed: Long('0'), total: Long('0') }, 1475: replSetHeartbeat: { failed: Long('0'), total: Long('0') }, 1476: replSetInitiate: { failed: Long('0'), total: Long('0') }, 1477: replSetMaintenance: { failed: Long('0'), total: Long('0') }, 1478: replSetReconfig: { failed: Long('0'), total: Long('0') }, 1479: replSetRequestVotes: { failed: Long('0'), total: Long('0') }, 1480: replSetResizeOplog: { failed: Long('0'), total: Long('0') }, 1481: replSetStepDown: { failed: Long('0'), total: Long('0') }, 1482: replSetStepDownWithForce: { failed: Long('0'), total: Long('0') }, 1483: replSetStepUp: { failed: Long('0'), total: Long('0') }, 1484: replSetSyncFrom: { failed: Long('0'), total: Long('0') }, 1485: replSetUpdatePosition: { failed: Long('0'), total: Long('0') }, 1486: revokePrivilegesFromRole: { failed: Long('0'), total: Long('0') }, 1487: revokeRolesFromRole: { failed: Long('0'), total: Long('0') }, 1488: revokeRolesFromUser: { failed: Long('0'), total: Long('0') }, 1489: rolesInfo: { failed: Long('0'), total: Long('0') }, 1490: rotateCertificates: { failed: Long('0'), total: Long('0') }, 1491: saslContinue: { failed: Long('0'), total: Long('0') }, 1492: saslStart: { failed: Long('0'), total: Long('0') }, 1493: serverStatus: { failed: Long('0'), total: Long('1') }, 1494: setClusterParameter: { failed: Long('0'), total: Long('0') }, 1495: setDefaultRWConcern: { failed: Long('0'), total: Long('0') }, 1496: setFeatureCompatibilityVersion: { failed: Long('0'), total: Long('0') }, 1497: setIndexCommitQuorum: { failed: Long('0'), total: Long('0') }, 1498: setParameter: { failed: Long('0'), total: Long('0') }, 1499: setProfilingFilterGlobally: { failed: Long('0'), total: Long('0') }, 1500: setShardVersion: { failed: Long('0'), total: Long('0') }, 1501: setUserWriteBlockMode: { failed: Long('0'), total: Long('0') }, 1502: shardingState: { failed: Long('0'), total: Long('0') }, 1503: shutdown: { failed: Long('0'), total: Long('0') }, 1504: splitChunk: { failed: Long('0'), total: Long('0') }, 1505: splitVector: { failed: Long('0'), total: Long('0') }, 1506: startRecordingTraffic: { failed: Long('0'), total: Long('0') }, 1507: startSession: { failed: Long('0'), total: Long('0') }, 1508: stopRecordingTraffic: { failed: Long('0'), total: Long('0') }, 1509: top: { failed: Long('0'), total: Long('0') }, 1510: update: { 1511: arrayFilters: Long('0'), 1512: failed: Long('0'), 1513: pipeline: Long('0'), 1514: total: Long('0') 1515: }, 1516: updateRole: { failed: Long('0'), total: Long('0') }, 1517: updateUser: { failed: Long('0'), total: Long('0') }, 1518: usersInfo: { failed: Long('0'), total: Long('0') }, 1519: validate: { failed: Long('0'), total: Long('0') }, 1520: validateDBMetadata: { failed: Long('0'), total: Long('0') }, 1521: voteCommitIndexBuild: { failed: Long('0'), total: Long('0') }, 1522: waitForFailPoint: { failed: Long('0'), total: Long('0') }, 1523: whatsmyuri: { failed: Long('0'), total: Long('0') } ... 1539: }, 1540: document: { 1541: deleted: Long('0'), 1542: inserted: Long('0'), 1543: returned: Long('0'), 1544: updated: Long('0') 1545: }, 1546: dotsAndDollarsFields: { inserts: Long('0'), updates: Long('0') }, 1547: getLastError: { 1548: wtime: { num: 0, totalMillis: 0 }, 1549: wtimeouts: Long('0'), 1550: default: { unsatisfiable: Long('0'), wtimeouts: Long('0') } 1551: }, 1552: mongos: { cursor: { moreThanOneBatch: Long('0'), totalOpened: Long('0') } }, 1553: operation: { 1554: scanAndOrder: Long('0'), 1555: temporarilyUnavailableErrors: Long('0'), 1556: temporarilyUnavailableErrorsConvertedToWriteConflict: Long('0'), 1557: temporarilyUnavailableErrorsEscaped: Long('0'), 1558: transactionTooLargeForCacheErrors: Long('0'), 1559: transactionTooLargeForCacheErrorsConvertedToWriteConflict: Long('0'), ... 1910: }, 1911: queryExecutor: { 1912: scanned: Long('0'), 1913: scannedObjects: Long('0'), 1914: collectionScans: { nonTailable: Long('0'), total: Long('0') } 1915: }, 1916: queryStats: { 1917: numEvicted: Long('0'), 1918: numHmacApplicationErrors: Long('0'), 1919: numQueryStatsStoreWriteErrors: Long('0'), ... 1936: }, 1937: buffer: { 1938: count: Long('0'), 1939: maxSizeBytes: Long('0'), 1940: sizeBytes: Long('0') 1941: }, 1942: initialSync: { 1943: completed: Long('0'), 1944: failedAttempts: Long('0'), ... 1999: ##[group]Run yarn lint 2000: yarn lint 2001: shell: /usr/bin/bash -e {0} 2002: ##[endgroup] 2003: yarn run v1.22.22 2004: $ eslint "src/**/*.ts*" 2005: Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting. 2006: /home/runner/work/ferns-api/ferns-api/src/utils.ts 2007: ##[error] 8:12 error 'error' is defined but never used unused-imports/no-unused-vars 2008: ✖ 1 problem (1 error, 0 warnings) 2009: error Command failed with exit code 1. 2010: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 2011: ##[error]Process completed with exit code 1. ```

    ✨ CI feedback usage guide:
    The CI feedback tool (`/checks)` automatically triggers when a PR has a failed check. The tool analyzes the failed checks and provides several feedbacks: - Failed stage - Failed test name - Failure summary - Relevant error logs In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: ``` /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}" ``` where `{repo_name}` is the name of the repository, `{run_number}` is the run number of the failed check, and `{job_number}` is the job number of the failed check. #### Configuration options - `enable_auto_checks_feedback` - if set to true, the tool will automatically provide feedback when a check is failed. Default is true. - `excluded_checks_list` - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list. - `enable_help_text` - if set to true, the tool will provide a help message with the feedback. Default is true. - `persistent_comment` - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true. - `final_update_message` - if `persistent_comment` is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true. See more information about the `checks` tool in the [docs](https://pr-agent-docs.codium.ai/tools/ci_feedback/).
dependabot[bot] commented 1 week ago

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