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 in /backend with 16 updates #154

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the backend group in /backend with 16 updates:

Package From To
@fastify/cors 8.5.0 9.0.1
@supabase/auth-helpers-nextjs 0.8.7 0.9.0
@supabase/ssr 0.0.10 0.1.0
@supabase/supabase-js 2.39.3 2.42.0
dotenv 16.3.2 16.4.5
fastify 4.25.2 4.26.2
socket.io 4.7.4 4.7.5
supabase 1.131.5 1.153.4
@types/node 20.11.5 20.12.5
@typescript-eslint/eslint-plugin 6.19.0 7.5.0
@typescript-eslint/parser 6.19.0 7.5.0
eslint 8.56.0 9.0.0
eslint-plugin-n 16.6.2 17.0.0
nodemon 3.0.3 3.1.0
pino-pretty 10.3.1 11.0.0
typescript 5.3.3 5.4.4

Updates @fastify/cors from 8.5.0 to 9.0.1

Release notes

Sourced from @​fastify/cors's releases.

v9.0.1

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v9.0.0...v9.0.1

v9.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v8.5.0...v9.0.0

Commits

Updates @supabase/auth-helpers-nextjs from 0.8.7 to 0.9.0

Release notes

Sourced from @​supabase/auth-helpers-nextjs's releases.

@​supabase/auth-helpers-nextjs@​0.9.0

Minor Changes

  • 18327fc: add isServer property to server-side storage adaptors
Commits

Updates @supabase/ssr from 0.0.10 to 0.1.0

Release notes

Sourced from @​supabase/ssr's releases.

@​supabase/ssr@​0.1.0

Minor Changes

  • 18327fc: add isServer property to server-side storage adaptors
  • 18327fc: fix cookie chunking length calculation
  • 8ed42ff: use custom cookie name set
Commits

Updates @supabase/supabase-js from 2.39.3 to 2.42.0

Release notes

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

v2.42.0

2.42.0 (2024-04-03)

Features

  • bump postgrest-js to v1.15.0 (b4cc20d)

v2.41.1

2.41.1 (2024-03-28)

Bug Fixes

v2.41.0

2.41.0 (2024-03-28)

Features

  • bump functions-js (get regional types more integrated) (#996) (1d13090)

v2.40.0

2.40.0 (2024-03-25)

Features

  • typecheck table names in from clause (e327521)

v2.39.8

2.39.8 (2024-03-12)

Bug Fixes

v2.39.7

2.39.7 (2024-02-19)

Bug Fixes

  • revert to using class methods (4eb677a)

v2.39.6

2.39.6 (2024-02-14)

... (truncated)

Commits
  • b4cc20d feat: bump postgrest-js to v1.15.0
  • 6cfed0c fix: bump auth to v2.63.0 (#998)
  • 1d13090 feat: bump functions-js (get regional types more integrated) (#996)
  • fc95abb refactor: only remove the third overload
  • e327521 feat: typecheck table names in from clause
  • 393423a fix: ts-error-fetchprotocol (#986)
  • 4eb677a fix: revert to using class methods
  • a77be48 test: Port postgrest-js tests to verify types guarantees
  • 76c93a3 fix: revert from/schema/rpc changes
  • b9cb9e1 fix: Use explicit return type for from/schema/rpc
  • Additional commits viewable in compare view

Updates dotenv from 16.3.2 to 16.4.5

Changelog

Sourced from dotenv's changelog.

16.4.5 (2024-02-19)

Changed

  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805

16.4.2 (2024-02-10)

Changed

16.4.1 (2024-01-24)

  • Patch support for array as path option #797

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784
Commits

Updates fastify from 4.25.2 to 4.26.2

Release notes

Sourced from fastify's releases.

v4.26.2

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.26.1...v4.26.2

v4.26.1

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.26.0...v4.26.1

v4.26.0

What's Changed

... (truncated)

Commits

Updates socket.io from 4.7.4 to 4.7.5

Release notes

Sourced from socket.io's releases.

4.7.5

Bug Fixes

  • close the adapters when the server is closed (bf64870)
  • remove duplicate pipeline when serving bundle (e426f3e)

Links

Changelog

Sourced from socket.io's changelog.

4.7.5 (2024-03-14)

Bug Fixes

  • close the adapters when the server is closed (bf64870)
  • remove duplicate pipeline when serving bundle (e426f3e)

Dependencies

Commits
  • 5017681 chore(release): 4.7.5
  • bf64870 fix: close the adapters when the server is closed
  • 748e18c ci: test with older TypeScript version
  • b9ce6a2 refactor: create specific adapter for parent namespaces (#4950)
  • 54dabe5 ci: upgrade to actions/checkout@4 and actions/setup-node@4
  • e426f3e fix: remove duplicate pipeline when serving bundle
  • e36062c docs: update the webtransport example
  • 0bbe8ae docs: only execute the passport middleware once
  • 914a8bd docs: add example with JWT
  • d943c3e docs: update the Passport.js example
  • See full diff in compare view

Updates supabase from 1.131.5 to 1.153.4

Release notes

Sourced from supabase's releases.

v1.153.4

Changelog

Bug fixes

  • 024d247a7bde62d861597d2ae2c4a014b0c602f2: fix: add scheme to supabase url for bootstrap (#2115) (@​sweatybridge)

v1.153.3

Changelog

Bug fixes

Others

  • eef635c4252e7c59bca8d85fe2928633877d7f97: chore: update README.md for using bootstrap command (#2101) (@​sweatybridge)

v1.153.2

Changelog

Bug fixes

  • b9f6dc0e4eef56d2cc074fc97a5397bdc8c3beed: fix: bump edge runtime to 1.41.3 (@​laktek)
  • c0dafb3fd498f585bdb86d5c9a16063bed55a8be: fix: bump edge runtime to 1.41.3 (#2111) (@​laktek)

v1.153.1

Changelog

Bug fixes

  • b04799b17b022ac0ee2a0969bf0929d2f575f66c: fix: check project health on bootstrap (#2109) (@​sweatybridge)

v1.153.0

Changelog

Features

  • e9a40c74a8d8dd9eafd01b0499749b840b942b62: feat: add option to bootstrap from scratch (@​sweatybridge)
  • 291a5bef982b6175b7d3f077de92aa01273488ce: feat: flag to overwrite existing config on init (@​sweatybridge)

Others

  • 41ae366a16bd60861e46ab73a74ad561a1a53775: chore(deps): bump github.com/golangci/golangci-lint from 1.57.1 to 1.57.2 (#2102) (@​dependabot[bot])
  • a1d2c876e2498c1ba008a750da9d2136d28ff69e: chore(deps): bump github.com/containers/common from 0.58.0 to 0.58.1 (#2103) (@​dependabot[bot])
  • 678e9ed9e045d25955255396555d8b86b8539b71: chore: version bump Realtime image to v2.27.5 (@​w3b6x9)
  • 54304591318adbb3ed585274f38a528bed5f8515: chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#2108) (@​dependabot[bot])
  • 75b6ab930069b67d2f22730006a90d6491558b35: chore: add missing period to flag help (@​sweatybridge)

v1.152.4

Changelog

Bug fixes

  • d5c9ae10f5d230bfc82d731ba5350c9afd324be9: fix: suggest npm commands after bootstrap (#2097) (@​sweatybridge)

v1.152.3

Changelog

Bug fixes

  • dbe2bcf8d24dc7609afd99a29555147dc9b4f288: fix: reuse common login flows (@​sweatybridge)

Others

  • 723d9518a78190925696f02b36c8c2abd6b0e35e: chore: use pflag default value field (@​sweatybridge)

v1.152.2

Changelog

Bug fixes

... (truncated)

Commits
  • 024d247 fix: add scheme to supabase url for bootstrap (#2115)
  • 57f4d51 fix: disable keyring on WSL1 (#2112)
  • eef635c chore: update README.md for using bootstrap command (#2101)
  • c0dafb3 fix: bump edge runtime to 1.41.3 (#2111)
  • b9f6dc0 fix: bump edge runtime to 1.41.3
  • b04799b fix: check project health on bootstrap (#2109)
  • 75b6ab9 chore: add missing period to flag help
  • 291a5be feat: flag to overwrite existing config on init
  • e9a40c7 feat: add option to bootstrap from scratch
  • 5430459 chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#2108)
  • Additional commits viewable in compare view

Updates @types/node from 20.11.5 to 20.12.5

Commits

Updates @typescript-eslint/eslint-plugin from 6.19.0 to 7.5.0

Release notes

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

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

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

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

... (truncated)

Changelog

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

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

... (truncated)

Commits
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • f0b1c4f fix(eslint-plugin): [no-unnecessary-type-assertion] handle exactOptionalPrope...
  • 5707268 fix(eslint-plugin): [no-floating-promises] handle TaggedTemplateExpression (#...
  • ca561e2 chore: manually updated local package.jsons to 7.4.0 (#8775)
  • 5d24691 chore(release): publish 7.4.0
  • 029fc0b feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...
  • 2a62a40 fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...
  • 990ec22 docs: fix example of binding unbound method (#8754)
  • a08554a feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.19.0 to 7.5.0

Release notes

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

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

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

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

... (truncated)

Changelog

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

7.3.1 (2024-03-18)

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.3.0 (2024-03-18)

🩹 Fixes

  • correct engines.node constraints in package.json

... (truncated)

Commits
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • 883f220 fix: correct engines.node constraints in package.json (#8671)
  • 95cf139 chore(release): publish 7.2.0
  • 88b7463 chore(release): publish 7.1.1
  • Additional commits viewable in compare view

Updates eslint from 8.56.0 to 9.0.0

Release notes

Sourced from eslint's releases.

v9.0.0

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)
  • 79a95eb feat!: disallow multiple configuration comments for same rule (#18157) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 57089cb feat!: no-restricted-imports allow multiple config entries for same path (#18021) (Milos Djermanovic)
  • 2e1d549 feat!: detect duplicate test cases (#17955) (Bryan Mishkin)
  • 701f1af feat!: no-inner-declaration new default behaviour and option (#17885) (Tanuj Kanti)
  • bde5105 fix!: handle --output-file for empty output when saving to disk (#17957) (Nitin Kumar)
  • 07107a5 fix!: upgrade [email protected] (#17942) (Milos Djermanovic)
  • 3ee0f6c fix!: no-unused-vars varsIgnorePattern behavior with catch arguments (#17932) (Tanuj Kanti)
  • 51f8bc8 fix!: configuration comments with just severity should retain options (#17945) (Milos Djermanovic)
  • d191bdd feat!: Remove CodePath#currentSegments (#17936) (Milos Djermanovic)
  • 946ae00 feat!: FlatRuleTester -> RuleTester (#17922) (Nicholas C. Zakas)
  • baff28c feat!: remove no-inner-declarations from eslint:recommended (#17920) (Milos Djermanovic)

Bumps the backend group in /backend with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `8.5.0` | `9.0.1` |
| [@supabase/auth-helpers-nextjs](https://github.com/supabase/auth-helpers) | `0.8.7` | `0.9.0` |
| [@supabase/ssr](https://github.com/supabase/auth-helpers) | `0.0.10` | `0.1.0` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.39.3` | `2.42.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.2` | `16.4.5` |
| [fastify](https://github.com/fastify/fastify) | `4.25.2` | `4.26.2` |
| [socket.io](https://github.com/socketio/socket.io) | `4.7.4` | `4.7.5` |
| [supabase](https://github.com/supabase/cli) | `1.131.5` | `1.153.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.5` | `20.12.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.19.0` | `7.5.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.19.0` | `7.5.0` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.0.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `17.0.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.0.3` | `3.1.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `10.3.1` | `11.0.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.4` |


Updates `@fastify/cors` from 8.5.0 to 9.0.1
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v8.5.0...v9.0.1)

Updates `@supabase/auth-helpers-nextjs` from 0.8.7 to 0.9.0
- [Release notes](https://github.com/supabase/auth-helpers/releases)
- [Commits](https://github.com/supabase/auth-helpers/compare/@supabase/[email protected]...@supabase/[email protected])

Updates `@supabase/ssr` from 0.0.10 to 0.1.0
- [Release notes](https://github.com/supabase/auth-helpers/releases)
- [Commits](https://github.com/supabase/auth-helpers/compare/@supabase/[email protected]...@supabase/[email protected])

Updates `@supabase/supabase-js` from 2.39.3 to 2.42.0
- [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.39.3...v2.42.0)

Updates `dotenv` from 16.3.2 to 16.4.5
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.2...v16.4.5)

Updates `fastify` from 4.25.2 to 4.26.2
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.25.2...v4.26.2)

Updates `socket.io` from 4.7.4 to 4.7.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io@4.7.4...4.7.5)

Updates `supabase` from 1.131.5 to 1.153.4
- [Release notes](https://github.com/supabase/cli/releases)
- [Changelog](https://github.com/supabase/cli/blob/develop/.goreleaser.yml)
- [Commits](supabase/cli@v1.131.5...v1.153.4)

Updates `@types/node` from 20.11.5 to 20.12.5
- [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.19.0 to 7.5.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.5.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.19.0 to 7.5.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.5.0/packages/parser)

Updates `eslint` from 8.56.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.0.0)

Updates `eslint-plugin-n` from 16.6.2 to 17.0.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.0.0)

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

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

Updates `typescript` from 5.3.3 to 5.4.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.3.3...v5.4.4)

---
updated-dependencies:
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: "@supabase/auth-helpers-nextjs"
  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: dotenv
  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: socket.io
  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: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: pino-pretty
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

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

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backend/backend-232ca33e1d branch April 15, 2024 02:39
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