Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Jul 24, 2023
1 parent 0f87872 commit bca7e56
Show file tree
Hide file tree
Showing 3 changed files with 1,233 additions and 857 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Features

- **Breaking Change**: update `graphql-js` peer dependency to `^16.7.1`
- **Breaking Change**: upgrade `ArgumentValidationError` and replace `UnauthorizedError` and `ForbiddenError` with `AuthenticationError`, `AuthorizationError` that are extending `GraphQLError` to let the error details be accessible in the `extensions` property
- **Breaking Change**: change `ClassType` constraint from `ClassType<T = any>` to `ClassType<T extends object = object>` in order to make it work properly with new TS features
- **Breaking Change**: remove `dateScalarMode` option from `buildSchema`
Expand Down
Loading

0 comments on commit bca7e56

Please sign in to comment.