Skip to content

Commit 669fd61

Browse files
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 (#1082)
* chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.7.4...v4.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: typescript update Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Jastrzebski <[email protected]>
1 parent 5c69f28 commit 669fd61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/helpers/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const prepareErrorMessage = (
4343
};
4444

4545
export const createQueryByError = (
46-
error: NonNullable<unknown>,
46+
error: unknown,
4747
callsite: Function
4848
): null => {
4949
if (error instanceof Error) {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8304,9 +8304,9 @@ type-fest@^1.0.1, type-fest@^1.2.1, type-fest@^1.2.2:
83048304
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
83058305

83068306
typescript@^4.0.2:
8307-
version "4.7.4"
8308-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
8309-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
8307+
version "4.8.2"
8308+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
8309+
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==
83108310

83118311
uglify-es@^3.1.9:
83128312
version "3.3.9"

0 commit comments

Comments
 (0)