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

Add CSpell #25

Merged
merged 12 commits into from
Oct 22, 2023
Merged

Add CSpell #25

merged 12 commits into from
Oct 22, 2023

Commits on Oct 18, 2023

  1. added cspell

    dEdmishka committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2e065dd View commit details
    Browse the repository at this point in the history
  2. Bump @prisma/client from 5.3.1 to 5.4.2 (#24)

    Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.3.1 to 5.4.2.
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.4.2/packages/client)
    
    ---
    updated-dependencies:
    - dependency-name: "@prisma/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9348482 View commit details
    Browse the repository at this point in the history
  3. Bump pino from 8.15.1 to 8.16.0 (#23)

    Bumps [pino](https://github.com/pinojs/pino) from 8.15.1 to 8.16.0.
    - [Release notes](https://github.com/pinojs/pino/releases)
    - [Commits](pinojs/pino@v8.15.1...v8.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: pino
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Demian Parkhomenko <[email protected]>
    dependabot[bot] and DemianParkhomenko authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c8d9740 View commit details
    Browse the repository at this point in the history
  4. Bump @types/node from 20.6.3 to 20.8.6 (#22)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.3 to 20.8.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Demian Parkhomenko <[email protected]>
    dependabot[bot] and DemianParkhomenko authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f64d7f1 View commit details
    Browse the repository at this point in the history
  5. Bump prisma from 5.3.1 to 5.4.2 (#21)

    Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.3.1 to 5.4.2.
    - [Release notes](https://github.com/prisma/prisma/releases)
    - [Commits](https://github.com/prisma/prisma/commits/5.4.2/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: prisma
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fa67cfd View commit details
    Browse the repository at this point in the history
  6. Bump pino-pretty from 10.2.0 to 10.2.3 (#17)

    Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.2.0 to 10.2.3.
    - [Release notes](https://github.com/pinojs/pino-pretty/releases)
    - [Commits](pinojs/pino-pretty@v10.2.0...v10.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: pino-pretty
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Demian Parkhomenko <[email protected]>
    dependabot[bot] and DemianParkhomenko authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f0e9829 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. added cspell

    dEdmishka committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4882c95 View commit details
    Browse the repository at this point in the history
  2. resolved conf 1

    dEdmishka committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2f3daa6 View commit details
    Browse the repository at this point in the history
  3. resolv

    dEdmishka committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    434a95c View commit details
    Browse the repository at this point in the history
  4. relative path util added

    dEdmishka committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    856b647 View commit details
    Browse the repository at this point in the history
  5. shorted cspell comm

    dEdmishka committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1e1d5e6 View commit details
    Browse the repository at this point in the history
  6. fixed prettier issue

    dEdmishka committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2227c74 View commit details
    Browse the repository at this point in the history