Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the server_deps group across 1 directory with 19 updates #73

Closed

Commits on May 27, 2024

  1. build(deps): bump the server_deps group across 1 directory with 19 up…

    …dates
    
    Bumps the server_deps group with 19 updates in the /server directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.9.1` | `5.14.0` |
    | [date-fns](https://github.com/date-fns/date-fns) | `3.3.1` | `3.6.0` |
    | [dotenv](https://github.com/motdotla/dotenv) | `16.4.4` | `16.4.5` |
    | [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` |
    | [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.2.1` | `0.2.2` |
    | [winston](https://github.com/winstonjs/winston) | `3.11.0` | `3.13.0` |
    | [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.5` | `9.0.6` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.12.12` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.0.2` | `7.10.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.0.2` | `7.10.0` |
    | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.3.0` |
    | [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `12.0.0` | `12.1.0` |
    | [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) | `3.0.5` | `3.0.7` |
    | [nodemon](https://github.com/remy/nodemon) | `3.0.3` | `3.1.1` |
    | [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.9.1` | `5.14.0` |
    | [supertest](https://github.com/ladjs/supertest) | `6.3.4` | `7.0.0` |
    | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.3` |
    | [tsc-alias](https://github.com/justkey007/tsc-alias) | `1.8.8` | `1.8.10` |
    | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
    
    
    
    Updates `@prisma/client` from 5.9.1 to 5.14.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.14.0/packages/client)
    
    Updates `date-fns` from 3.3.1 to 3.6.0
    - [Release notes](https://github.com/date-fns/date-fns/releases)
    - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
    - [Commits](date-fns/date-fns@v3.3.1...v3.6.0)
    
    Updates `dotenv` from 16.4.4 to 16.4.5
    - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
    - [Commits](motdotla/dotenv@v16.4.4...v16.4.5)
    
    Updates `express` from 4.18.2 to 4.19.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.2...4.19.2)
    
    Updates `reflect-metadata` from 0.2.1 to 0.2.2
    - [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
    - [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json)
    - [Commits](https://github.com/rbuckton/reflect-metadata/commits)
    
    Updates `winston` from 3.11.0 to 3.13.0
    - [Release notes](https://github.com/winstonjs/winston/releases)
    - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
    - [Commits](winstonjs/winston@v3.11.0...v3.13.0)
    
    Updates `@types/jsonwebtoken` from 9.0.5 to 9.0.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken)
    
    Updates `@types/node` from 20.11.19 to 20.12.12
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.0.2 to 7.10.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.10.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.0.2 to 7.10.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.10.0/packages/parser)
    
    Updates `eslint` from 8.56.0 to 9.3.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.3.0)
    
    Updates `eslint-plugin-simple-import-sort` from 12.0.0 to 12.1.0
    - [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
    - [Commits](lydell/eslint-plugin-simple-import-sort@v12.0.0...v12.1.0)
    
    Updates `jest-mock-extended` from 3.0.5 to 3.0.7
    - [Release notes](https://github.com/marchaos/jest-mock-extended/releases)
    - [Commits](marchaos/jest-mock-extended@3.0.5...3.0.7)
    
    Updates `nodemon` from 3.0.3 to 3.1.1
    - [Release notes](https://github.com/remy/nodemon/releases)
    - [Commits](remy/nodemon@v3.0.3...v3.1.1)
    
    Updates `prisma` from 5.9.1 to 5.14.0
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.14.0/packages/cli)
    
    Updates `supertest` from 6.3.4 to 7.0.0
    - [Release notes](https://github.com/ladjs/supertest/releases)
    - [Commits](ladjs/supertest@v6.3.4...v7.0.0)
    
    Updates `ts-jest` from 29.1.2 to 29.1.3
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.3)
    
    Updates `tsc-alias` from 1.8.8 to 1.8.10
    - [Release notes](https://github.com/justkey007/tsc-alias/releases)
    - [Commits](justkey007/tsc-alias@v1.8.8...v1.8.10)
    
    Updates `typescript` from 5.3.3 to 5.4.5
    - [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.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: date-fns
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: dotenv
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: server_deps
    - dependency-name: express
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: reflect-metadata
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: server_deps
    - dependency-name: winston
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: "@types/jsonwebtoken"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: server_deps
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: server_deps
    - dependency-name: eslint-plugin-simple-import-sort
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: jest-mock-extended
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: server_deps
    - dependency-name: nodemon
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: server_deps
    - dependency-name: supertest
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: server_deps
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: server_deps
    - dependency-name: tsc-alias
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: server_deps
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: server_deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7672abc View commit details
    Browse the repository at this point in the history