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

chore(deps): bump the backend group across 1 directory with 16 updates #198

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the backend group with 15 updates in the /backend directory:

Package From To
@sentry/cli 2.31.2 2.33.0
@sentry/node 8.0.0-rc.2 8.20.0
@supabase/ssr 0.3.0 0.4.0
fastify 4.27.0 4.28.1
soundcloud.ts 0.5.2 0.5.3
supabase 1.165.0 1.187.3
@types/node 20.12.11 22.0.0
@typescript-eslint/eslint-plugin 6.21.0 7.17.0
@typescript-eslint/parser 6.21.0 7.17.0
eslint 8.57.0 9.8.0
eslint-plugin-n 16.6.2 17.10.1
eslint-plugin-promise 6.1.1 7.0.0
nodemon 3.1.0 3.1.4
pino-pretty 11.0.0 11.2.2
typescript 5.4.5 5.5.4

Updates @sentry/cli from 2.31.2 to 2.33.0

Release notes

Sourced from @​sentry/cli's releases.

2.33.0

Various fixes & improvements

2.32.2

Various fixes & improvements

2.32.1

Release performed for technical reasons. This release is identical to 2.32.0.

2.32.0

Various fixes & improvements

Changelog

Sourced from @​sentry/cli's changelog.

2.33.0

Various fixes & improvements

2.32.2

Various fixes & improvements

2.32.1

Release performed for technical reasons. This release is identical to 2.32.0.

2.32.0

Various fixes & improvements

Commits

Updates @sentry/node from 8.0.0-rc.2 to 8.20.0

Release notes

Sourced from @​sentry/node's releases.

8.20.0

Important Changes

  • feat(node): Allow to pass registerEsmLoaderHooks to preload (#12998)

You can write your own custom preload script and configure this in the preload options. registerEsmLoaderHooks can be passed as an option to preloadOpenTelemetry, which allows to exclude/include packages in the preload.

  • fix(node): Do not emit fetch spans when tracing is disabled (#13003)

Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.

Other Changes

  • feat(feedback): Trigger button aria label configuration (#13008)
  • feat(nestjs): Change nest sdk setup (#12920)
  • feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • feat(node): Send client reports (#12951)
  • feat(nuxt): Automatically add BrowserTracing (#13005)
  • feat(nuxt): Setup source maps with vite config (#13018)
  • feat(replay): Improve public Replay APIs (#13000)

Bundle size 📦

Path Size
@​sentry/browser 22.31 KB
@​sentry/browser (incl. Tracing) 33.72 KB
@​sentry/browser (incl. Tracing, Replay) 69.82 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.16 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 74.21 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 86.58 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 88.45 KB
@​sentry/browser (incl. metrics) 26.62 KB
@​sentry/browser (incl. Feedback) 39.02 KB
@​sentry/browser (incl. sendFeedback) 26.93 KB
@​sentry/browser (incl. FeedbackAsync) 31.57 KB
@​sentry/react 25.08 KB
@​sentry/react (incl. Tracing) 36.8 KB
@​sentry/vue 26.45 KB
@​sentry/vue (incl. Tracing) 35.61 KB
@​sentry/svelte 22.44 KB
CDN Bundle 23.52 KB
CDN Bundle (incl. Tracing) 35.5 KB
CDN Bundle (incl. Tracing, Replay) 69.86 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 75.15 KB
CDN Bundle - uncompressed 69 KB
CDN Bundle (incl. Tracing) - uncompressed 105.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 216.74 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 229.57 KB

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

8.20.0

Important Changes

  • feat(node): Allow to pass registerEsmLoaderHooks to preload (#12998)

You can write your own custom preload script and configure this in the preload options. registerEsmLoaderHooks can be passed as an option to preloadOpenTelemetry, which allows to exclude/include packages in the preload.

  • fix(node): Do not emit fetch spans when tracing is disabled (#13003)

Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.

Other Changes

  • feat(feedback): Trigger button aria label configuration (#13008)
  • feat(nestjs): Change nest sdk setup (#12920)
  • feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • feat(node): Send client reports (#12951)
  • feat(nuxt): Automatically add BrowserTracing (#13005)
  • feat(nuxt): Setup source maps with vite config (#13018)
  • feat(replay): Improve public Replay APIs (#13000)

8.19.0

  • feat(core): Align Span interface with OTEL (#12898)
  • fix(angular): Remove afterSendEvent listener once root injector is destroyed (#12786)
  • fix(browser): Fix bug causing unintentional dropping of transactions (#12933)
  • fix(feedback): Add a missing call of Actor.appendToDom method when DOMContentLoaded event is triggered (#12973)
  • feat(vercel-edge): Add dedupe as default integration (#12957)
  • fix(node): Pass inferred name & attributes to tracesSampler (#12945)
  • feat(express): Allow to pass options to setupExpressErrorHandler (#12952)

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

8.18.0

Important Changes

  • ref: Deprecate enableTracing (12897)

The enableTracing option has been deprecated and will be removed in the next major version. We recommend removing it in favor of the tracesSampleRate and tracesSampler options. If you want to enable performance monitoring, please set the tracesSampleRate to a sample rate of your choice, or provide a sampling function as tracesSampler option instead. If you want to disable performance monitoring, remove the tracesSampler and tracesSampleRate options.

Other Changes

  • feat(node): Expose exclude and include options for ESM loader (#12910)
  • feat(browser): Add user agent to INP standalone span attributes (#12896)

... (truncated)

Commits
  • cdd0a92 release: 8.20.0
  • 13d29c3 Merge pull request #13036 from getsentry/prepare-release/8.20.0
  • 84f6fee meta(changelog): Update changelog for 8.20.0
  • ea07ec7 feat(nuxt): Setup source maps with vite config (#13018)
  • aaaedbc docs(nuxt): Add readme docs for server-side setup (ESM) (#13019)
  • 4bdd979 feat(replay): Improve public Replay APIs (#13000)
  • b2dded8 test(solid): Switch to explicit vitest imports (#13028)
  • 04a26a4 feat(node): Extend ESM hooks options for iitm v1.10.0 (#13016)
  • 65042b5 feat(feedback): Trigger button aria label configuration (#13008)
  • edea287 chore(google-cloud): Update private key used for tests (#13023)
  • Additional commits viewable in compare view

Updates @supabase/ssr from 0.3.0 to 0.4.0

Release notes

Sourced from @​supabase/ssr's releases.

v0.4.0

0.4.0 (2024-06-24)

Features

  • full rewrite using getAll and setAll cookie methods (#1) (b6ae192)

Bug Fixes

  • allow use of createBrowserClient without window present (#20) (27d868d)
  • deprecate parse, serialize exports for more useful functions (#14) (0b5f881)
  • fix createBrowserClient deprecation tsdoc (#17) (1df70ad)

v0.4.0-rc.6

This is a release candidate. See release-please PR #12 for context.

v0.4.0-rc.5

This is a release candidate. See release-please PR #12 for context.

v0.4.0-rc.4

This is a release candidate. See release-please PR #12 for context.

v0.4.0-rc.3

This is a release candidate. See release-please PR #12 for context.

v0.4.0-rc.2

This is a release candidate. See release-please PR #12 for context.

Changelog

Sourced from @​supabase/ssr's changelog.

0.4.0 (2024-06-24)

Features

  • full rewrite using getAll and setAll cookie methods (#1) (b6ae192)

Bug Fixes

  • allow use of createBrowserClient without window present (#20) (27d868d)
  • deprecate parse, serialize exports for more useful functions (#14) (0b5f881)
  • fix createBrowserClient deprecation tsdoc (#17) (1df70ad)
Commits
  • 8dae532 chore(main): release 0.4.0 (#12)
  • 27d868d fix: allow use of createBrowserClient without window present (#20)
  • 1df70ad fix: fix createBrowserClient deprecation tsdoc (#17)
  • 0b5f881 fix: deprecate parse, serialize exports for more useful functions (#14)
  • d01c628 ci: fix doubling of rc version identifier (#13)
  • b6ae192 feat: full rewrite using getAll and setAll cookie methods (#1)
  • b115940 ci: add release please action (#10)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by stdim, a new releaser for @​supabase/ssr since your current version.


Updates @supabase/supabase-js from 2.43.1 to 2.44.4

Release notes

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

v2.44.4

2.44.4 (2024-07-15)

Bug Fixes

v2.44.3

2.44.3 (2024-07-08)

Bug Fixes

  • imports not working w/ Metro bundler (564df44)

v2.44.2

2.44.2 (2024-06-28)

Bug Fixes

v2.44.1

2.44.1 (2024-06-27)

Bug Fixes

  • postgrest-js esm typings (5d92d48)

v2.44.0

2.44.0 (2024-06-25)

Features

v2.43.6

2.43.6 (2024-06-25)

Bug Fixes

v2.43.5

2.43.5 (2024-06-16)

... (truncated)

Commits

Updates fastify from 4.27.0 to 4.28.1

Release notes

Sourced from fastify's releases.

v4.28.1

What's Changed

Full Changelog: fastify/fastify@v4.28.0...v4.28.1

v4.28.0

What's Changed

Full Changelog: fastify/fastify@v4.27.0...v4.28.0

Commits

Updates soundcloud.ts from 0.5.2 to 0.5.3

Commits

Updates supabase from 1.165.0 to 1.187.3

Release notes

Sourced from supabase's releases.

v1.187.3

Changelog

Bug fixes

  • 4c00cd5920668e1144862b6bdcee441f9680963a: fix: bind functions without import map when serving (@​sweatybridge)
  • 673739c9bddd9839627627031fc8e6e57d4b49df: fix: use config value as default when loading from env (@​sweatybridge)
  • 71c2abdac3ab092c8bf8ac84b40f77b20821dfb3: fix: import edge runtime types from jsr (#2529) (@​thorwebdev)

Others

  • e14a95fa525269157aabcfa741941bb67c3d06ba: chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.13.1 (#2528) (@​dependabot[bot])

v1.187.2

Changelog

Bug fixes

  • 4cec43334d2187b9da199a4c0ae25b29274ed47a: fix: update config with default values (@​sweatybridge)

Others

  • 803df6c4c60ba1a4e067333614cf505ca3227cea: chore: print new line in tests that write to stdout (@​sweatybridge)

v1.187.1

Changelog

Bug fixes

  • 8ca3be7032626834efbe62a60b976811118760d9: fix: allow nil for public bucket config (#2523) (@​sweatybridge)

v1.187.0

Changelog

Features

  • fed147b27d12cc71c5ff30ee6e3d17c2609661e9: feat: expose function upsert api (@​sweatybridge)

Others

  • c9a70dcb6281d1c2dc08054b5da270f03927863e: chore: consume response body after parsing json (@​sweatybridge)
  • 3615bde7632a19faa12f90d638a0e81dc3c0312c: chore: make function and bucket config public (@​sweatybridge)
  • d8761b5620cb99f98c178918df3ebd8180cf5560: chore: use batch api for deploy and serve (@​sweatybridge)

v1.186.3

Changelog

Bug fixes

  • aa093725bce947dbd8b91367ae3345ec10d285ac: fix: change openai api key name passed in start.go (#2522) (@​abeisleem)

Others

  • 54b7c02808ee627fb1b5bbb98d4d2771fd866593: chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.1 to 0.12.0 (#2515) (@​dependabot[bot])
  • f9eed9f6e31ea4785501eabedc708935f753b593: chore: update flagset order for gen types (@​sweatybridge)
  • 934a504921a6eba78b9bf1836b4cd0933a0ca9f7: chore(deps): bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 (#2518) (@​dependabot[bot])

v1.186.2

Changelog

Bug fixes

  • 449c9ff042669c302d96eab1801caf3be3ef4fdf: fix: add new line to role and seed logs (@​sweatybridge)
  • a40be59798f5c0aaaf151d2b451e3a694e02b055: fix: return full paths from list local migrations (@​sweatybridge)
  • fdd99514b9633e719218f90f2d47904d08044f7d: fix: clean file path before validation (@​sweatybridge)

Others

  • 795af26b2cb18bd20a5c15218069cf78c3184b75: chore(deps): bump github.com/containers/common from 0.59.1 to 0.59.2 (#2511) (@​dependabot[bot])
  • 20ca2cef309a60c5692a2e7650b96790af025391: chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#2512) (@​dependabot[bot])
  • b8cddf20b0ef0b0982bdff7ee8fd8e28d07a6254: chore: make migration file pattern private (@​sweatybridge)

... (truncated)

Commits
  • 71c2abd fix: import edge runtime types from jsr (#2529)
  • 673739c fix: use config value as default when loading from env
  • 4c00cd5 fix: bind functions without import map when serving
  • e14a95f chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.13.1 (#2528)
  • 803df6c chore: print new line in tests that write to stdout
  • 4cec433 fix: update config with default values
  • 8ca3be7 fix: allow nil for public bucket config (#2523)
  • d8761b5 chore: use batch api for deploy and serve
  • fed147b feat: expose function upsert api
  • 3615bde chore: make function and bucket config public
  • Additional commits viewable in compare view

Updates @types/node from 20.12.11 to 22.0.0

Commits

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

Release notes

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

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

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

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

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

v7.16.0

7.16.0 (2024-07-08)

🚀 Features

  • ast-spec: add parent property to AccessorProperty node types (#9487)
  • eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)

... (truncated)

Changelog

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

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You

  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters

❤️ Thank You

  • Dan Vanderkam

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

7.16.0 (2024-07-08)

🚀 Features

  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

... (truncated)

Commits
  • 05c9cb8 chore(release): publish 7.17.0
  • f6c719f fix(eslint-plugin): [no-unnecessary-condition] false positive on optional pri...
  • 6647f7e chore: enable no-unreachable-loop (#9540)
  • 58be99f chore: enable prefer-object-spread (#9541)
  • 5d895b7 chore: enable @​typescript-eslint/no-unused-expressions (#9542)
  • d8c539d chore: enable no-useless-concat (#9550)
  • f043f30 fix(eslint-plugin): [strict-boolean-expressions] consider assertion function ...
  • 0108e9c chore: enable no-lonely-if (#9547)
  • 970f3f1 feat(eslint-plugin): [return-await] add option to report in error-handling sc...
  • dd965a4 feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.21.0 to 7.17.0

Release notes

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

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

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

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

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

v7.16.0

7.16.0 (2024-07-08)

🚀 Features

  • ast-spec: add parent property to AccessorProperty node types (#9487)
  • eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)

... (truncated)

Changelog

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

7.17.0 (2024-07-22)

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.

7.16.1 (2024-07-15)

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.

7.16.0 (2024-07-08)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • website: react key error on internal pages of website

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

7.15.0 (2024-07-01)

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.

7.14.1 (2024-06-24)

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.

7.14.0 (2024-06-24)

🚀 Features

... (truncated)

Commits
  • 05c9cb8 chore(release): publish 7.17.0
  • 58be99f chore: enable prefer-object-spread (#9541)
  • d1d0ba5 chore(release): publish 7.16.1
  • e803c50 chore(release): publish 7.16.0
  • 2865d31 chore(release): publish 7.15.0
  • b4fe94f chore(release): publish 7.14.1
  • dfc4469 chore(release): publish 7.14.0
  • 1212a8f chore(release): publish 7.13.1
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.8.0

Release notes

Sourced from eslint's releases.

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

Bumps the backend group with 15 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [@sentry/cli](https://github.com/getsentry/sentry-cli) | `2.31.2` | `2.33.0` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.0.0-rc.2` | `8.20.0` |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.3.0` | `0.4.0` |
| [fastify](https://github.com/fastify/fastify) | `4.27.0` | `4.28.1` |
| [soundcloud.ts](https://github.com/Tenpi/soundcloud.ts) | `0.5.2` | `0.5.3` |
| [supabase](https://github.com/supabase/cli) | `1.165.0` | `1.187.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.11` | `22.0.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `7.17.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `7.17.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.8.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `17.10.1` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `7.0.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.0` | `3.1.4` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `11.0.0` | `11.2.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` |



Updates `@sentry/cli` from 2.31.2 to 2.33.0
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.31.2...2.33.0)

Updates `@sentry/node` from 8.0.0-rc.2 to 8.20.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@8.0.0-rc.2...8.20.0)

Updates `@supabase/ssr` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.3.0...v0.4.0)

Updates `@supabase/supabase-js` from 2.43.1 to 2.44.4
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md)
- [Commits](supabase/supabase-js@v2.43.1...v2.44.4)

Updates `fastify` from 4.27.0 to 4.28.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.27.0...v4.28.1)

Updates `soundcloud.ts` from 0.5.2 to 0.5.3
- [Commits](https://github.com/Tenpi/soundcloud.ts/commits)

Updates `supabase` from 1.165.0 to 1.187.3
- [Release notes](https://github.com/supabase/cli/releases)
- [Changelog](https://github.com/supabase/cli/blob/develop/.goreleaser.yml)
- [Commits](supabase/cli@v1.165.0...v1.187.3)

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

Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 7.17.0
- [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/v7.17.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.21.0 to 7.17.0
- [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/v7.17.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.8.0)

Updates `eslint-plugin-n` from 16.6.2 to 17.10.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.10.1)

Updates `eslint-plugin-promise` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v7.0.0)

Updates `nodemon` from 3.1.0 to 3.1.4
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.0...v3.1.4)

Updates `pino-pretty` from 11.0.0 to 11.2.2
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v11.0.0...v11.2.2)

Updates `typescript` from 5.4.5 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.4)

---
updated-dependencies:
- dependency-name: "@sentry/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: "@supabase/ssr"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: "@supabase/supabase-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: soundcloud.ts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: supabase
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: pino-pretty
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

Superseded by #199.

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backend/backend-3727463c88 branch August 5, 2024 03: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants