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 api group across 1 directory with 22 updates #478

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

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

Package From To
@sentry/node 8.35.0 8.45.1
@sentry/profiling-node 8.35.0 8.45.1
axios 1.7.7 1.7.9
cron 3.1.7 3.3.1
expo-server-sdk 3.11.0 3.13.0
express 4.21.1 4.21.2
winston 3.15.0 3.17.0
@types/cron 2.4.0 2.4.3
@types/jest 29.5.13 29.5.14
@types/lodash 4.17.12 4.17.13
@types/node 22.7.7 22.10.2
@types/passport 1.0.16 1.0.17
@typescript-eslint/eslint-plugin 8.11.0 8.18.1
@typescript-eslint/parser 8.11.0 8.18.1
chai-as-promised 7.1.2 8.0.1
@types/chai-as-promised 7.1.8 8.0.1
eslint-plugin-react 7.37.1 7.37.2
eslint-plugin-react-hooks 5.0.0 5.1.0
mongoose 8.7.2 8.9.1
prettier 3.3.3 3.4.2
typedoc 0.26.10 0.27.5
typescript 5.6.3 5.7.2

Updates @sentry/node from 8.35.0 to 8.45.1

Release notes

Sourced from @​sentry/node's releases.

8.45.1

  • fix(feedback): Return when the sendFeedback promise resolves (#14683)

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.79 KB
@​sentry/browser (incl. Tracing, Replay) 73.01 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.41 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.32 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.81 KB
@​sentry/browser (incl. Feedback) 40.04 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.68 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.6 KB
@​sentry/vue 27.49 KB
@​sentry/vue (incl. Tracing) 37.63 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.43 KB
CDN Bundle (incl. Tracing) 37.46 KB
CDN Bundle (incl. Tracing, Replay) 72.64 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.01 KB
CDN Bundle - uncompressed 71.74 KB
CDN Bundle (incl. Tracing) - uncompressed 111.05 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.1 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.32 KB
@​sentry/nextjs (client) 38.88 KB
@​sentry/sveltekit (client) 36.29 KB
@​sentry/node 162.52 KB
@​sentry/node - without tracing 98.71 KB
@​sentry/aws-serverless 126.39 KB

8.45.0

  • feat(core): Add handled option to captureConsoleIntegration (#14664)
  • feat(browser): Attach virtual stack traces to HttpClient events (#14515)
  • feat(replay): Upgrade rrweb packages to 2.31.0 (#14689)
  • fix(aws-serverless): Remove v8 layer as it overwrites the current layer for docs (#14679)
  • fix(browser): Mark stack trace from captureMessage with attachStacktrace: true as synthetic (#14668)
  • fix(core): Mark stack trace from captureMessage with attatchStackTrace: true as synthetic (#14670)
  • fix(core): Set level in server runtime captureException (#10587)
  • fix(profiling-node): Guard invocation of native profiling methods (#14676)
  • fix(nuxt): Inline nitro-utils function (#14680)
  • fix(profiling-node): Ensure profileId is added to transaction event (#14681)
  • fix(react): Add React Router Descendant Routes support (#14304)
  • fix: Disable ANR and Local Variables if debugger is enabled via CLI args (#14643)

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.45.1

  • fix(feedback): Return when the sendFeedback promise resolves (#14683)

8.45.0

  • feat(core): Add handled option to captureConsoleIntegration (#14664)
  • feat(browser): Attach virtual stack traces to HttpClient events (#14515)
  • feat(replay): Upgrade rrweb packages to 2.31.0 (#14689)
  • fix(aws-serverless): Remove v8 layer as it overwrites the current layer for docs (#14679)
  • fix(browser): Mark stack trace from captureMessage with attachStacktrace: true as synthetic (#14668)
  • fix(core): Mark stack trace from captureMessage with attatchStackTrace: true as synthetic (#14670)
  • fix(core): Set level in server runtime captureException (#10587)
  • fix(profiling-node): Guard invocation of native profiling methods (#14676)
  • fix(nuxt): Inline nitro-utils function (#14680)
  • fix(profiling-node): Ensure profileId is added to transaction event (#14681)
  • fix(react): Add React Router Descendant Routes support (#14304)
  • fix: Disable ANR and Local Variables if debugger is enabled via CLI args (#14643)

Work in this release was contributed by @​anonrig and @​Zih0. Thank you for your contributions!

8.44.0

Deprecations

  • feat: Deprecate autoSessionTracking (#14640)

    Deprecates autoSessionTracking. To enable session tracking, it is recommended to unset autoSessionTracking and ensure that either, in browser environments the browserSessionIntegration is added, or in server environments the httpIntegration is added.

    To disable session tracking, it is recommended to unset autoSessionTracking and to remove the browserSessionIntegration in browser environments, or in server environments configure the httpIntegration with the trackIncomingRequestsAsSessions option set to false.

Other Changes

  • feat: Reword log message around unsent spans (#14641)
  • feat(opentelemetry): Set response context for http.server spans (#14634)
  • fix(google-cloud-serverless): Update homepage link in package.json (#14411)
  • fix(nuxt): Add unbuild config to not fail on warn (#14662)

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

8.43.0

Important Changes

  • feat(nuxt): Add option autoInjectServerSentry (no default import()) (#14553)

    Using the dynamic import() as the default behavior for initializing the SDK on the server-side did not work for every project.

... (truncated)

Commits
  • 3690d62 release: 8.45.1
  • 323a38c meta(changelog): Update changelog for 8.45.1 (#14722)
  • 0f6ef9a ci(v8): Ensure CI runs on v8 & v9 branches (#14604) (#14727)
  • db33945 Merge pull request #14699 from getsentry/master
  • 164328c Merge branch 'release/8.45.0'
  • c32e1a4 ref(nextjs): Change url of parser base to make security scanners less sus (#1...
  • 0c578ea release: 8.45.0
  • d6aa2e7 Merge pull request #14682 from getsentry/prepare-release/8.45.0
  • 9e3bc93 fix(feedback): Return when the sendFeedback promise resolves (#14683)
  • 734b375 meta(changelog): Update changelog for 8.45.0
  • Additional commits viewable in compare view

Updates @sentry/profiling-node from 8.35.0 to 8.45.1

Release notes

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

8.45.1

  • fix(feedback): Return when the sendFeedback promise resolves (#14683)

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.79 KB
@​sentry/browser (incl. Tracing, Replay) 73.01 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.41 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.32 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.81 KB
@​sentry/browser (incl. Feedback) 40.04 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.68 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.6 KB
@​sentry/vue 27.49 KB
@​sentry/vue (incl. Tracing) 37.63 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.43 KB
CDN Bundle (incl. Tracing) 37.46 KB
CDN Bundle (incl. Tracing, Replay) 72.64 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.01 KB
CDN Bundle - uncompressed 71.74 KB
CDN Bundle (incl. Tracing) - uncompressed 111.05 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.1 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.32 KB
@​sentry/nextjs (client) 38.88 KB
@​sentry/sveltekit (client) 36.29 KB
@​sentry/node 162.52 KB
@​sentry/node - without tracing 98.71 KB
@​sentry/aws-serverless 126.39 KB

8.45.0

  • feat(core): Add handled option to captureConsoleIntegration (#14664)
  • feat(browser): Attach virtual stack traces to HttpClient events (#14515)
  • feat(replay): Upgrade rrweb packages to 2.31.0 (#14689)
  • fix(aws-serverless): Remove v8 layer as it overwrites the current layer for docs (#14679)
  • fix(browser): Mark stack trace from captureMessage with attachStacktrace: true as synthetic (#14668)
  • fix(core): Mark stack trace from captureMessage with attatchStackTrace: true as synthetic (#14670)
  • fix(core): Set level in server runtime captureException (#10587)
  • fix(profiling-node): Guard invocation of native profiling methods (#14676)
  • fix(nuxt): Inline nitro-utils function (#14680)
  • fix(profiling-node): Ensure profileId is added to transaction event (#14681)
  • fix(react): Add React Router Descendant Routes support (#14304)
  • fix: Disable ANR and Local Variables if debugger is enabled via CLI args (#14643)

... (truncated)

Changelog

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

8.45.1

  • fix(feedback): Return when the sendFeedback promise resolves (#14683)

8.45.0

  • feat(core): Add handled option to captureConsoleIntegration (#14664)
  • feat(browser): Attach virtual stack traces to HttpClient events (#14515)
  • feat(replay): Upgrade rrweb packages to 2.31.0 (#14689)
  • fix(aws-serverless): Remove v8 layer as it overwrites the current layer for docs (#14679)
  • fix(browser): Mark stack trace from captureMessage with attachStacktrace: true as synthetic (#14668)
  • fix(core): Mark stack trace from captureMessage with attatchStackTrace: true as synthetic (#14670)
  • fix(core): Set level in server runtime captureException (#10587)
  • fix(profiling-node): Guard invocation of native profiling methods (#14676)
  • fix(nuxt): Inline nitro-utils function (#14680)
  • fix(profiling-node): Ensure profileId is added to transaction event (#14681)
  • fix(react): Add React Router Descendant Routes support (#14304)
  • fix: Disable ANR and Local Variables if debugger is enabled via CLI args (#14643)

Work in this release was contributed by @​anonrig and @​Zih0. Thank you for your contributions!

8.44.0

Deprecations

  • feat: Deprecate autoSessionTracking (#14640)

    Deprecates autoSessionTracking. To enable session tracking, it is recommended to unset autoSessionTracking and ensure that either, in browser environments the browserSessionIntegration is added, or in server environments the httpIntegration is added.

    To disable session tracking, it is recommended to unset autoSessionTracking and to remove the browserSessionIntegration in browser environments, or in server environments configure the httpIntegration with the trackIncomingRequestsAsSessions option set to false.

Other Changes

  • feat: Reword log message around unsent spans (#14641)
  • feat(opentelemetry): Set response context for http.server spans (#14634)
  • fix(google-cloud-serverless): Update homepage link in package.json (#14411)
  • fix(nuxt): Add unbuild config to not fail on warn (#14662)

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

8.43.0

Important Changes

  • feat(nuxt): Add option autoInjectServerSentry (no default import()) (#14553)

    Using the dynamic import() as the default behavior for initializing the SDK on the server-side did not work for every project.

... (truncated)

Commits
  • 3690d62 release: 8.45.1
  • 323a38c meta(changelog): Update changelog for 8.45.1 (#14722)
  • 0f6ef9a ci(v8): Ensure CI runs on v8 & v9 branches (#14604) (#14727)
  • db33945 Merge pull request #14699 from getsentry/master
  • 164328c Merge branch 'release/8.45.0'
  • c32e1a4 ref(nextjs): Change url of parser base to make security scanners less sus (#1...
  • 0c578ea release: 8.45.0
  • d6aa2e7 Merge pull request #14682 from getsentry/prepare-release/8.45.0
  • 9e3bc93 fix(feedback): Return when the sendFeedback promise resolves (#14683)
  • 734b375 meta(changelog): Update changelog for 8.45.0
  • Additional commits viewable in compare view

Updates axios from 1.7.7 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Commits

Updates cron from 3.1.7 to 3.3.1

Release notes

Sourced from cron's releases.

v3.3.1

3.3.1 (2024-12-12)

🐛 Bug Fixes

v3.3.0

3.3.0 (2024-12-10)

✨ Features

⚙️ Continuous Integrations

  • action: update github/codeql-action action to v3.27.2 (#912) (d11ba30)
  • action: update github/codeql-action action to v3.27.5 (#917) (2a4035e)
  • action: update step-security/harden-runner action to v2.10.2 (#920) (26a8f9f)
  • add pre-commit hook to lint and prettify (#911) (e1140d1), closes #907

♻️ Chores

v3.2.1

3.2.1 (2024-11-12)

🛠 Builds

v3.2.0

3.2.0 (2024-11-12)

✨ Features

⚙️ Continuous Integrations

... (truncated)

Changelog

Sourced from cron's changelog.

3.3.1 (2024-12-12)

🐛 Bug Fixes

3.3.0 (2024-12-10)

✨ Features

⚙️ Continuous Integrations

  • action: update github/codeql-action action to v3.27.2 (#912) (d11ba30)
  • action: update github/codeql-action action to v3.27.5 (#917) (2a4035e)
  • action: update step-security/harden-runner action to v2.10.2 (#920) (26a8f9f)
  • add pre-commit hook to lint and prettify (#911) (e1140d1), closes #907

♻️ Chores

3.2.1 (2024-11-12)

🛠 Builds

3.2.0 (2024-11-12)

✨ Features

⚙️ Continuous Integrations

  • action: update actions/checkout action to v4.2.2 (#880) (293f54a)
  • action: update actions/checkout digest to 11bd719 (#879) (0287c69)
  • action: update actions/setup-node digest to 39370e3 (#889) (0f7a3aa)

... (truncated)

Commits
  • 789015b Release v3.3.1 [skip ci]
  • f6270f8 fix: correct waitForCompletion behavior (#924)
  • f4e9e02 Release v3.3.0 [skip ci]
  • b58fb6b feat: support async handling and add CronJob status tracking (#894)
  • 94465ae chore(deps): lock file maintenance
  • 23d67a4 chore(deps): lock file maintenance
  • ca5065a chore(deps): update dependency @​types/node to v20.17.9
  • 5899fc2 chore(deps): update dependency @​types/node to v20.17.8
  • 9181b6a chore(deps): update dependency @​types/node to v20.17.7
  • 3447ff5 chore(deps): update dependency typescript to v5.7.2
  • Additional commits viewable in compare view

Updates expo-server-sdk from 3.11.0 to 3.13.0

Release notes

Sourced from expo-server-sdk's releases.

3.13.0

What's Changed

Full Changelog: expo/expo-server-sdk-node@v3.12.0...v3.13.0

3.12.0

What's Changed

New Contributors

Full Changelog: expo/expo-server-sdk-node@v3.11.0...v3.12.0

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.35.0` | `8.45.1` |
| [@sentry/profiling-node](https://github.com/getsentry/sentry-javascript) | `8.35.0` | `8.45.1` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [cron](https://github.com/kelektiv/node-cron) | `3.1.7` | `3.3.1` |
| [expo-server-sdk](https://github.com/expo/expo-server-sdk-node) | `3.11.0` | `3.13.0` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.17.0` |
| [@types/cron](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cron) | `2.4.0` | `2.4.3` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.12` | `4.17.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.7` | `22.10.2` |
| [@types/passport](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport) | `1.0.16` | `1.0.17` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.11.0` | `8.18.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.11.0` | `8.18.1` |
| [chai-as-promised](https://github.com/chaijs/chai-as-promised) | `7.1.2` | `8.0.1` |
| [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised) | `7.1.8` | `8.0.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.7.2` | `8.9.1` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.10` | `0.27.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |



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

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

Updates `axios` from 1.7.7 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

Updates `cron` from 3.1.7 to 3.3.1
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md)
- [Commits](kelektiv/node-cron@v3.1.7...v3.3.1)

Updates `expo-server-sdk` from 3.11.0 to 3.13.0
- [Release notes](https://github.com/expo/expo-server-sdk-node/releases)
- [Commits](expo/expo-server-sdk-node@v3.11.0...v3.13.0)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

Updates `winston` from 3.15.0 to 3.17.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.15.0...v3.17.0)

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

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

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.11.0 to 8.18.1
- [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/v8.18.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.11.0 to 8.18.1
- [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/v8.18.1/packages/parser)

Updates `chai-as-promised` from 7.1.2 to 8.0.1
- [Release notes](https://github.com/chaijs/chai-as-promised/releases)
- [Commits](chaijs/chai-as-promised@v7.1.2...v8.0.1)

Updates `@types/chai-as-promised` from 7.1.8 to 8.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised)

Updates `eslint-plugin-react` from 7.37.1 to 7.37.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.1...v7.37.2)

Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `mongoose` from 8.7.2 to 8.9.1
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.7.2...8.9.1)

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

Updates `typedoc` from 0.26.10 to 0.27.5
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.10...v0.27.5)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: "@sentry/profiling-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: expo-server-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: "@types/cron"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: "@types/passport"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: chai-as-promised
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: api
- dependency-name: "@types/chai-as-promised"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: api
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: api
...

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 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #479.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/api-d384e0eaba branch December 23, 2024 20:04
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