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 #197

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@sentry/cli 2.31.2 2.32.2
@sentry/node 8.0.0-rc.2 8.19.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.183.5
@types/node 20.12.11 20.14.11
@typescript-eslint/eslint-plugin 6.21.0 7.16.1
@typescript-eslint/parser 6.21.0 7.16.1
eslint 8.57.0 9.7.0
eslint-plugin-n 16.6.2 17.9.0
eslint-plugin-promise 6.1.1 6.6.0
nodemon 3.1.0 3.1.4
pino-pretty 11.0.0 11.2.1
typescript 5.4.5 5.5.3

Updates @sentry/cli from 2.31.2 to 2.32.2

Release notes

Sourced from @​sentry/cli's releases.

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.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
  • d0c443c Update CHANGELOG.md
  • c0e33ef release: 2.32.2
  • a7d43f0 build: Bump curl to 0.4.46 in Cargo.toml (#2099)
  • a165aa7 Remove references/calls to legacy Reprocessing (#1998)
  • 9cf9afb Fix new clippy lints (#2096)
  • b37ff70 ref(api): Move chunk data types to submodule
  • 0a42b4c ref(api): Send events using EnvelopesApi instead of sentry-core (#2083)
  • 787a388 ref(api): Use EnvelopesApi instead of the sentry-core client (#2081)
  • 9e0ae85 meta: Delete stale.yml workflow
  • a33a5ca build: Update curl-sys
  • Additional commits viewable in compare view

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

Release notes

Sourced from @​sentry/node's releases.

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!

Bundle size 📦

Path Size
@​sentry/browser 22.3 KB
@​sentry/browser (incl. Tracing) 33.72 KB
@​sentry/browser (incl. Tracing, Replay) 69.81 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.11 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 74.2 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 86.52 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 88.39 KB
@​sentry/browser (incl. metrics) 26.62 KB
@​sentry/browser (incl. Feedback) 38.98 KB
@​sentry/browser (incl. sendFeedback) 26.93 KB
@​sentry/browser (incl. FeedbackAsync) 31.54 KB
@​sentry/react 25.07 KB
@​sentry/react (incl. Tracing) 36.79 KB
@​sentry/vue 26.44 KB
@​sentry/vue (incl. Tracing) 35.6 KB
@​sentry/svelte 22.44 KB
CDN Bundle 23.52 KB
CDN Bundle (incl. Tracing) 35.5 KB
CDN Bundle (incl. Tracing, Replay) 69.91 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 75.17 KB
CDN Bundle - uncompressed 69 KB
CDN Bundle (incl. Tracing) - uncompressed 105.1 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 216.88 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 229.6 KB
@​sentry/nextjs (client) 36.65 KB
@​sentry/sveltekit (client) 34.37 KB
@​sentry/node 111.29 KB
@​sentry/node - without tracing 88.71 KB
@​sentry/aws-serverless 97.88 KB

8.18.0

Important Changes

  • ref: Deprecate enableTracing (12897)

... (truncated)

Changelog

Sourced from @​sentry/node's changelog.

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)
  • feat(nextjs): Add experimental_captureRequestError for onRequestError hook (#12885)
  • feat(replay): Bump rrweb to 2.25.0 (#12478)
  • feat(tracing): Add long animation frame tracing (#12646)
  • fix: Cleanup hooks when they are not used anymore (#12852)
  • fix(angular): Guard ErrorEvent check in ErrorHandler to avoid throwing in Node environments (#12892)
  • fix(inp): Ensure INP spans have correct transaction (#12871)
  • fix(nestjs): Do not make SentryTraced() decorated functions async (#12879)
  • fix(nextjs): Support automatic instrumentation for app directory with custom page extensions (#12858)
  • fix(node): Ensure correct URL is passed to ignoreIncomingRequests callback (#12929)
  • fix(otel): Do not add otel.kind: INTERNAL attribute (#12841)
  • fix(solidstart): Set proper sentry origin for solid router integration when used in solidstart sdk (#12919)
  • fix(sveltekit): Add Vite peer dep for proper type resolution (#12926)
  • fix(tracing): Ensure you can pass null as parentSpan in startSpan* (#12928)
  • ref(core): Small bundle size improvement (#12830)

Work in this release was contributed by @​GitSquared, @​ziyadkhalil and @​mcous. Thank you for your contributions!

8.17.0

  • feat: Upgrade OTEL deps (#12809)
  • fix(nuxt): Add module to build:transpile script (#12843)
  • fix(browser): Allow SDK initialization in NW.js apps (#12846)

... (truncated)

Commits

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.183.5

Release notes

Sourced from supabase's releases.

v1.183.5

Changelog

Bug fixes

  • bd31ef2dd6884be2339086286d3f7ab0ae89e109: fix: bump edge-runtime to 1.54.10 (#2501) (@​nyannyacha)

v1.183.4

Changelog

Bug fixes

  • ee83dcedc4b2032074f52e2fcadb99410bb08750: fix: update edge runtime memory limit to match hosted (#2500) (@​sweatybridge)

v1.183.3

Changelog

Bug fixes

  • 5520be23963549e72510abbcc08cced57c436200: fix: no need to expose edge runtime port (#2499) (@​sweatybridge)

v1.183.2

Changelog

Bug fixes

  • 2016b7a9285f4e8a830d9815780acfb239e647b1: fix: skip version check if user is offline (#2498) (@​sweatybridge)

v1.183.1

Changelog

Bug fixes

  • fef048f2047c0d0d1c4ad02f1122ce56f03bedaf: fix: make dependent service schemas optional (#2497) (@​sweatybridge)

v1.183.0

Changelog

Features

Others

  • 7c5f9f6cbeb3b41ec029a90a91a3d1bbf9a76bef: chore(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 (#2495) (@​dependabot[bot])
  • 90c8d90524665dab092cd8060fa23ff73b9b846e: chore(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#2496) (@​dependabot[bot])

v1.182.1

Changelog

Bug fixes

  • 48dc19bf050890de73c08f86a3eb28c96b604c4b: fix: pg-meta v0.83.2 (@​soedirgo)

Others

  • 5e8237478d00a06d54ead1b050d12ea88d8eaf2d: chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#2486) (@​dependabot[bot])

v1.182.0

Changelog

Features

  • 422f535f03560d1e6615415bf9966496e576c1a7: feat(typegen): add swift type generator (@​grdsdev)
  • 023f0ae56f6d80f64caca557164bf05995871102: feat(typegen): add swift type generator (#2484) (@​grdsdev)

v1.181.2

Changelog

Bug fixes

  • 051f7a826ebab451db942478dad990f8fad7cc92: fix: Bump Realtime image to 2.29.15 (#2485) (@​filipecabaco)

... (truncated)

Commits
  • bd31ef2 fix: bump edge-runtime to 1.54.10 (#2501)
  • ee83dce fix: update edge runtime memory limit to match hosted (#2500)
  • 5520be2 fix: no need to expose edge runtime port (#2499)
  • 2016b7a fix: skip version check if user is offline (#2498)
  • fef048f fix: make dependent service schemas optional (#2497)
  • beba533 feat: expose https port from kong (#2487)
  • 90c8d90 chore(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#2496)
  • 7c5f9f6 chore(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 (#2495)
  • 48dc19b fix: pg-meta v0.83.2
  • 5e82374 chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#2486)
  • Additional commits viewable in compare view

Updates @types/node from 20.12.11 to 20.14.11

Commits

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

Release notes

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

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)
  • eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
  • eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
  • rule-tester: stricter rule test validations (#9086)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0 (#9497)
  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263)
  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492)
  • utils: context.parserPath may be undefined (#9486)
  • website: react key error on internal pages of website (#9506)

❤️ Thank You

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

v7.15.0

7.15.0 (2024-07-01)

... (truncated)

Changelog

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

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

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes

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

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ 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.

... (truncated)

Commits
  • d1d0ba5 chore(release): publish 7.16.1
  • 10f8a4d fix(eslint-plugin): [no-unnecessary-type-parameters] descend into all parts o...
  • bebbd0c chore(eslint-plugin): [no-unnecessary-parameter-property-assignment] remove `...
  • e803c50 chore(release): publish 7.16.0
  • 7b13dae fix(eslint-plugin): [restrict-template-expressions] don't report tuples if `a...
  • 3c6290d fix(eslint-plugin): [no-floating-promises] add suggestions to tests from #9...
  • 63d17dd feat(eslint-plugin): [no-floating-promises] add checkThenables option (#9263)
  • d685948 feat(eslint-plugin): add support for nested namespaces to unsafe-member-acces...
  • 451e738 feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add new r...
  • 88dd828 feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.21.0 to 7.16.1

Release notes

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

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)
  • eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
  • eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
  • rule-tester: stricter rule test validations (#9086)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0 (#9497)
  • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263)
  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492)
  • utils: context.parserPath may be undefined (#9486)
  • website: react key error on internal pages of website (#9506)

❤️ Thank You

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

v7.15.0

7.15.0 (2024-07-01)

... (truncated)

Changelog

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

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

  • support TypeScript 5.5

❤️ Thank You

... (truncated)

Commits
  • 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 (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.7.0

Release notes

Sourced from eslint's releases.

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

Chores

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)

v9.6.0

Features

  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • Description has been truncated

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.32.2` |
| [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.0.0-rc.2` | `8.19.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.183.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.11` | `20.14.11` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `7.16.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `7.16.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.7.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `17.9.0` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `6.6.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.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |



Updates `@sentry/cli` from 2.31.2 to 2.32.2
- [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.32.2)

Updates `@sentry/node` from 8.0.0-rc.2 to 8.19.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.19.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.183.5
- [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.183.5)

Updates `@types/node` from 20.12.11 to 20.14.11
- [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.16.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/v7.16.1/packages/eslint-plugin)

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

Updates `eslint` from 8.57.0 to 9.7.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.7.0)

Updates `eslint-plugin-n` from 16.6.2 to 17.9.0
- [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.9.0)

Updates `eslint-plugin-promise` from 6.1.1 to 6.6.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...v6.6.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.1
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v11.0.0...v11.2.1)

Updates `typescript` from 5.4.5 to 5.5.3
- [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.3)

---
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-minor
  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-minor
  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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #198.

1 similar comment
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #198.

@dependabot dependabot bot closed this Jul 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backend/backend-8d851b9c1b branch July 29, 2024 02:42
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