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

build(deps): bump the dependencies group with 12 updates #286

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps the dependencies group with 12 updates:

Package From To
@faker-js/faker 8.0.2 8.1.0
@sentry/integrations 7.69.0 7.71.0
@sentry/node 7.69.0 7.71.0
@sentry/tracing 7.69.0 7.71.0
cron 2.4.3 2.4.4
dayjs 1.11.9 1.11.10
telegraf 4.13.1 4.14.0
@types/bs58 4.0.1 4.0.2
@types/pg 8.10.2 8.10.3
@typescript-eslint/eslint-plugin 6.7.0 6.7.2
@typescript-eslint/parser 6.7.0 6.7.2
eslint 8.49.0 8.50.0

Updates @faker-js/faker from 8.0.2 to 8.1.0

Release notes

Sourced from @​faker-js/faker's releases.

v8.1.0

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

8.1.0 (2023-09-19)

Features

Bug Fixes

  • helpers: prevent uniqueArray from hanging (#2239) (3dece09)
  • image: dataUri is not random (#2316) (a7d25fa)
  • locale: invalid date definitions (#2293) (3cecae9)
  • locale: limited ja first names without passing sex (#2190) (5de8874)
  • locale: remove continent from ja countries (#2194) (cdd162a)
  • locale: remove duplicated countries in ja locale (#2189) (785a38a)
  • location: avoid hyphenated surnames in city patterns (#2119) (7a4bb43)
  • location: Czech postcode format (#2268) (37898ca)
  • location: Dutch postal codes can never start with '0' (#2326) (f195e06)
  • location: Pad en_US ZIP codes left to 5 characters if needed (#2278) (0ca1e44)
  • remove unrelated from de_CH country codes (#2304) (aa1bb13)
  • test: fix imports for jsdocs example verification (#2281) (2fe1308)
  • test: typedoc signature test issues (#2280) (02fc7ca)

Changed Locales

New Locales

... (truncated)

Commits

Updates @sentry/integrations from 7.69.0 to 7.71.0

Release notes

Sourced from @​sentry/integrations's releases.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

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

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.58 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.46 KB
@​sentry/browser - Webpack (gzipped) 22.06 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.27 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.57 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.64 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 222.17 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 86.57 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 61.42 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.43 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.6 KB
@​sentry/react - Webpack (gzipped) 22.09 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.48 KB
@​sentry/nextjs Client - Webpack (gzipped) 51.04 KB

7.70.0

Important Changes

  • feat: Add Bun SDK (#9029)

This release contains the beta version of @sentry/bun, our SDK for the Bun JavaScript runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see the tracking issue in Bun's GitHub repo.

  • feat(remix): Add Remix 2.x release support. (#8940)

The Sentry Remix SDK now officially supports Remix v2! See our Remix docs for more details.

Other Changes

  • chore(node): Upgrade cookie to ^0.5.0 (#9013)
  • feat(core): Introduce processEvent hook on Integration (#9017)
  • feat(node): Improve non-error messages (#9026)
  • feat(vercel-edge): Add Vercel Edge Runtime package (#9041)
  • fix(remix): Use React.ComponentType instead of React.FC as withSentry's generic type. (#9043)

... (truncated)

Changelog

Sourced from @​sentry/integrations's changelog.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

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

7.70.0

Important Changes

  • feat: Add Bun SDK (#9029)

This release contains the beta version of @sentry/bun, our SDK for the Bun JavaScript runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see the tracking issue in Bun's GitHub repo.

  • feat(remix): Add Remix 2.x release support. (#8940)

The Sentry Remix SDK now officially supports Remix v2! See our Remix docs for more details.

Other Changes

  • chore(node): Upgrade cookie to ^0.5.0 (#9013)
  • feat(core): Introduce processEvent hook on Integration (#9017)
  • feat(node): Improve non-error messages (#9026)
  • feat(vercel-edge): Add Vercel Edge Runtime package (#9041)
  • fix(remix): Use React.ComponentType instead of React.FC as withSentry's generic type. (#9043)
  • fix(replay): Ensure replay events go through preprocessEvent hook (#9034)
  • fix(replay): Fix typo in Replay types (#9028)
  • fix(sveltekit): Adjust handleErrorWithSentry type (#9054)
  • fix(utils): Try-catch monkeypatching to handle frozen objects/functions (#9031)

Work in this release contributed by @​Dima-Dim, @​krist7599555 and @​lifeiscontent. Thank you for your contributions!

Special thanks for @​isaacharrisholt for helping us implement a Vercel Edge Runtime SDK which we use under the hood for our Next.js SDK.

Commits
  • e3a51df release: 7.71.0
  • 3ee7e00 Merge pull request #9103 from getsentry/prepare-release/7.71.0
  • 90b0c1f meta(changelog): Update changelog for 7.71.0
  • 622186c fix(nextjs): Use webpack module paths to attempt to resolve internal request ...
  • 705be9b ref(opentelemetry-node): Extract maybeCaptureExceptionForTimedEvent (#9099)
  • 0532541 chore: Publish @​sentry/vercel-edge to release registry (#9074)
  • d94e72a ref(node-experimental): Reorder files into opentelemetry folder (#9084)
  • 9dc0f12 build(deps): bump graphql from 16.3.0 to 16.8.1
  • 1f8de57 fix(react): Add actual error name to boundary error name (#9065)
  • 8001498 feat(bun): Instrument Bun.serve (#9080)
  • Additional commits viewable in compare view

Updates @sentry/node from 7.69.0 to 7.71.0

Release notes

Sourced from @​sentry/node's releases.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

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

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.58 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.46 KB
@​sentry/browser - Webpack (gzipped) 22.06 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.27 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.57 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.64 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 222.17 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 86.57 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 61.42 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.43 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.6 KB
@​sentry/react - Webpack (gzipped) 22.09 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.48 KB
@​sentry/nextjs Client - Webpack (gzipped) 51.04 KB

7.70.0

Important Changes

  • feat: Add Bun SDK (#9029)

This release contains the beta version of @sentry/bun, our SDK for the Bun JavaScript runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see the tracking issue in Bun's GitHub repo.

  • feat(remix): Add Remix 2.x release support. (#8940)

The Sentry Remix SDK now officially supports Remix v2! See our Remix docs for more details.

Other Changes

  • chore(node): Upgrade cookie to ^0.5.0 (#9013)
  • feat(core): Introduce processEvent hook on Integration (#9017)
  • feat(node): Improve non-error messages (#9026)
  • feat(vercel-edge): Add Vercel Edge Runtime package (#9041)
  • fix(remix): Use React.ComponentType instead of React.FC as withSentry's generic type. (#9043)

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

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

7.70.0

Important Changes

  • feat: Add Bun SDK (#9029)

This release contains the beta version of @sentry/bun, our SDK for the Bun JavaScript runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see the tracking issue in Bun's GitHub repo.

  • feat(remix): Add Remix 2.x release support. (#8940)

The Sentry Remix SDK now officially supports Remix v2! See our Remix docs for more details.

Other Changes

  • chore(node): Upgrade cookie to ^0.5.0 (#9013)
  • feat(core): Introduce processEvent hook on Integration (#9017)
  • feat(node): Improve non-error messages (#9026)
  • feat(vercel-edge): Add Vercel Edge Runtime package (#9041)
  • fix(remix): Use React.ComponentType instead of React.FC as withSentry's generic type. (#9043)
  • fix(replay): Ensure replay events go through preprocessEvent hook (#9034)
  • fix(replay): Fix typo in Replay types (#9028)
  • fix(sveltekit): Adjust handleErrorWithSentry type (#9054)
  • fix(utils): Try-catch monkeypatching to handle frozen objects/functions (#9031)

Work in this release contributed by @​Dima-Dim, @​krist7599555 and @​lifeiscontent. Thank you for your contributions!

Special thanks for @​isaacharrisholt for helping us implement a Vercel Edge Runtime SDK which we use under the hood for our Next.js SDK.

Commits
  • e3a51df release: 7.71.0
  • 3ee7e00 Merge pull request #9103 from getsentry/prepare-release/7.71.0
  • 90b0c1f meta(changelog): Update changelog for 7.71.0
  • 622186c fix(nextjs): Use webpack module paths to attempt to resolve internal request ...
  • 705be9b ref(opentelemetry-node): Extract maybeCaptureExceptionForTimedEvent (#9099)
  • 0532541 chore: Publish @​sentry/vercel-edge to release registry (#9074)
  • d94e72a ref(node-experimental): Reorder files into opentelemetry folder (#9084)
  • 9dc0f12 build(deps): bump graphql from 16.3.0 to 16.8.1
  • 1f8de57 fix(react): Add actual error name to boundary error name (#9065)
  • 8001498 feat(bun): Instrument Bun.serve (#9080)
  • Additional commits viewable in compare view

Updates @sentry/tracing from 7.69.0 to 7.71.0

Release notes

Sourced from @​sentry/tracing's releases.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

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

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 75.58 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.46 KB
@​sentry/browser - Webpack (gzipped) 22.06 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.27 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.57 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 20.64 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 222.17 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 86.57 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 61.42 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.43 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 75.6 KB
@​sentry/react - Webpack (gzipped) 22.09 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 93.48 KB
@​sentry/nextjs Client - Webpack (gzipped) 51.04 KB

7.70.0

Important Changes

  • feat: Add Bun SDK (#9029)

This release contains the beta version of @sentry/bun, our SDK for the Bun JavaScript runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see the tracking issue in Bun's GitHub repo.

  • feat(remix): Add Remix 2.x release support. (#8940)

The Sentry Remix SDK now officially supports Remix v2! See our Remix docs for more details.

Other Changes

  • chore(node): Upgrade cookie to ^0.5.0 (#9013)
  • feat(core): Introduce processEvent hook on Integration (#9017)
  • feat(node): Improve non-error messages (#9026)
  • feat(vercel-edge): Add Vercel Edge Runtime package (#9041)
  • fix(remix): Use React.ComponentType instead of React.FC as withSentry's generic type. (#9043)

... (truncated)

Changelog

Sourced from @​sentry/tracing's changelog.

7.71.0

  • feat(bun): Instrument Bun.serve (#9080)
  • fix(core): Ensure global event processors are always applied to event (#9064)
  • fix(core): Run client eventProcessors before global ones (#9032)
  • fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module (#9100)
  • fix(react): Add actual error name to boundary error name (#9065)
  • fix(react): Compare location against basename-prefixed route. (#9076)
  • ref(browser): Refactor browser integrations to use processEvent (#9022)

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

7.70.0

Important Changes

  • feat: Add Bun SDK (#9029)

This release contains the beta version of @sentry/bun, our SDK for the Bun JavaScript runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see the tracking issue in Bun's GitHub repo.

  • feat(remix): Add Remix 2.x release support. (#8940)

The Sentry Remix SDK now officially supports Remix v2! See our Remix docs for more details.

Other Changes

  • chore(node): Upgrade cookie to ^0.5.0 (#9013)
  • feat(core): Introduce processEvent hook on Integration (#9017)
  • feat(node): Improve non-error messages (#9026)
  • feat(vercel-edge): Add Vercel Edge Runtime package (#9041)
  • fix(remix): Use React.ComponentType instead of React.FC as withSentry's generic type. (#9043)
  • fix(replay): Ensure replay events go through preprocessEvent hook (#9034)
  • fix(replay): Fix typo in Replay types (#9028)
  • fix(sveltekit): Adjust handleErrorWithSentry type (#9054)
  • fix(utils): Try-catch monkeypatching to handle frozen objects/functions (#9031)

Work in this release contributed by @​Dima-Dim, @​krist7599555 and @​lifeiscontent. Thank you for your contributions!

Special thanks for @​isaacharrisholt for helping us implement a Vercel Edge Runtime SDK which we use under the hood for our Next.js SDK.

Commits
  • e3a51df release: 7.71.0
  • 3ee7e00 Merge pull request #9103 from getsentry/prepare-release/7.71.0
  • 90b0c1f meta(changelog): Update changelog for 7.71.0
  • 622186c fix(nextjs): Use webpack module paths to attempt to resolve internal request ...
  • 705be9b ref(opentelemetry-node): Extract maybeCaptureExceptionForTimedEvent (#9099)
  • 0532541 chore: Publish @​sentry/vercel-edge to release registry (#9074)
  • d94e72a ref(node-experimental): Reorder files into opentelemetry folder (#9084)
  • 9dc0f12 build(deps): bump graphql from 16.3.0 to 16.8.1
  • 1f8de57 fix(react): Add actual error name to boundary error name (#9065)
  • 8001498 feat(bun): Instrument Bun.serve (#9080)
  • Additional commits viewable in compare view

Updates cron from 2.4.3 to 2.4.4

Release notes

Sourced from cron's releases.

v2.4.4

2.4.4 (2023-09-25)

🐛 Bug Fixes

Changelog

Sourced from cron's changelog.

2.4.4 (2023-09-25)

🐛 Bug Fixes

Commits

Updates dayjs from 1.11.9 to 1.11.10

Release notes

Sourced from dayjs's releases.

v1.11.10

1.11.10 (2023-09-19)

Bug Fixes

  • Add Korean Day of Month with ordinal (#2395) (dd55ee2)
  • change back fa locale to the Gregorian calendar equivalent (#2411) (95e9458)
  • duration plugin - MILLISECONDS_A_MONTH const calculation (#2362) (f0a0b54)
  • duration plugin getter get result 0 instead of undefined (#2369) (061aa7e)
  • fix isDayjs check logic (#2383) (5f3f878)
  • fix timezone plugin to get correct locale setting (#2420) (4f45012)
  • locale: add meridiem in ar locale (#2418) (Description has been truncated

Bumps the dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `8.0.2` | `8.1.0` |
| [@sentry/integrations](https://github.com/getsentry/sentry-javascript) | `7.69.0` | `7.71.0` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.69.0` | `7.71.0` |
| [@sentry/tracing](https://github.com/getsentry/sentry-javascript) | `7.69.0` | `7.71.0` |
| [cron](https://github.com/kelektiv/node-cron) | `2.4.3` | `2.4.4` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.9` | `1.11.10` |
| [telegraf](https://github.com/telegraf/telegraf) | `4.13.1` | `4.14.0` |
| [@types/bs58](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bs58) | `4.0.1` | `4.0.2` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.10.2` | `8.10.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.7.0` | `6.7.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.0` | `6.7.2` |
| [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` |


Updates `@faker-js/faker` from 8.0.2 to 8.1.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v8.0.2...v8.1.0)

Updates `@sentry/integrations` from 7.69.0 to 7.71.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.69.0...7.71.0)

Updates `@sentry/node` from 7.69.0 to 7.71.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.69.0...7.71.0)

Updates `@sentry/tracing` from 7.69.0 to 7.71.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.69.0...7.71.0)

Updates `cron` from 2.4.3 to 2.4.4
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v2.4.3...v2.4.4)

Updates `dayjs` from 1.11.9 to 1.11.10
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.10/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.9...v1.11.10)

Updates `telegraf` from 4.13.1 to 4.14.0
- [Release notes](https://github.com/telegraf/telegraf/releases)
- [Commits](telegraf/telegraf@v4.13.1...v4.14.0)

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.7.0 to 6.7.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.7.0 to 6.7.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser)

Updates `eslint` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/integrations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sentry/tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: telegraf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/bs58"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/pg"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Sep 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2023

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

@dependabot dependabot bot closed this Sep 26, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-108e00f87c branch September 26, 2023 15:00
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