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(rest-api-client): fix type error for dom #1513

Merged

Conversation

shisama
Copy link
Contributor

@shisama shisama commented May 19, 2022

Why

To fix type error.

What

Cast type as BlobPart

How to test

yarn test

Checklist

  • Read CONTRIBUTING.md
  • Updated documentation if it is required.
  • Added tests if it is required.
  • Passed yarn lint and yarn test on the root directory.

@shisama shisama requested review from a team, ueokande and tasshi-me and removed request for a team May 19, 2022 04:56
@github-actions github-actions bot added the pkg: rest-api-client @kintone/rest-api-client label May 19, 2022
@shisama shisama merged commit 1b91fd8 into renovate/major-jest-monorepo May 19, 2022
@shisama shisama deleted the rest-api-client/fix-dom-type-error branch May 19, 2022 04:57
tasshi-me added a commit that referenced this pull request May 19, 2022
* chore(deps): update jest monorepo to v28

* test: fix jest.config.js

From jestjs/jest#12689, jest passes `rootDir` option to babel-jest.
If rootDir is project sub-directory (e.g. `src/`, `__tests__/`),
babel cannot load babel.config.js in project root.

* chore(rest-api-client): fix type error for dom (#1513)

* test(create-plugin): fix jest.config.js

* chore(rest-api-client): add type definition of Blob and BlobPart

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Masaharu TASHIRO <[email protected]>
Co-authored-by: tasshi / Masaharu TASHIRO <[email protected]>
Co-authored-by: Masashi Hirano <[email protected]>
tasshi-me added a commit that referenced this pull request Jul 4, 2022
* chore(deps): update jest monorepo to v28

* test: fix jest.config.js

From jestjs/jest#12689, jest passes `rootDir` option to babel-jest.
If rootDir is project sub-directory (e.g. `src/`, `__tests__/`),
babel cannot load babel.config.js in project root.

* chore(rest-api-client): fix type error for dom (#1513)

* test(create-plugin): fix jest.config.js

* chore(rest-api-client): add type definition of Blob and BlobPart

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Masaharu TASHIRO <[email protected]>
Co-authored-by: tasshi / Masaharu TASHIRO <[email protected]>
Co-authored-by: Masashi Hirano <[email protected]>
tasshi-me added a commit that referenced this pull request Oct 22, 2024
* chore(deps): update jest monorepo to v28

* test: fix jest.config.js

From jestjs/jest#12689, jest passes `rootDir` option to babel-jest.
If rootDir is project sub-directory (e.g. `src/`, `__tests__/`),
babel cannot load babel.config.js in project root.

* chore(rest-api-client): fix type error for dom (#1513)

* test(create-plugin): fix jest.config.js

* chore(rest-api-client): add type definition of Blob and BlobPart

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Masaharu TASHIRO <[email protected]>
Co-authored-by: tasshi / Masaharu TASHIRO <[email protected]>
Co-authored-by: Masashi Hirano <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: rest-api-client @kintone/rest-api-client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant