You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The `Object` type is mostly the same as `unknown`. You probably want `Record<string, unknown>` instead. See https://github.com/typescript-eslint/typescript-eslint/pull/848',
160
-
fixWith: 'Record<string, unknown>',
161
-
},
162
-
'{}': {
163
-
message:
164
-
'The `{}` type is mostly the same as `unknown`. You probably want `Record<string, unknown>` instead.',
165
-
fixWith: 'Record<string, unknown>',
166
-
},
167
-
object: {
168
-
message:
169
-
'The `object` type is hard to use. Use `Record<string, unknown>` instead. See: https://github.com/typescript-eslint/typescript-eslint/pull/848',
170
-
fixWith: 'Record<string, unknown>',
171
-
},
172
-
Function: 'Use a specific function type instead, like `() => void`.',
Copy file name to clipboardexpand all lines: clients/algoliasearch-client-javascript/CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
54
54
-[d4df544d6](https://github.com/algolia/api-clients-automation/commit/d4df544d6) fix(specs): remove usage [skip-bc] ([#3691](https://github.com/algolia/api-clients-automation/pull/3691)) by [@kai687](https://github.com/kai687/)
55
55
-[d39b87726](https://github.com/algolia/api-clients-automation/commit/d39b87726) chore: assert node helpers ([#3689](https://github.com/algolia/api-clients-automation/pull/3689)) by [@shortcuts](https://github.com/shortcuts/)
56
-
-[46d9d8fd0](https://github.com/algolia/api-clients-automation/commit/46d9d8fd0) feat(specs): add (optional) _automaticInsights to search result ([#3688](https://github.com/algolia/api-clients-automation/pull/3688)) by [@raed667](https://github.com/raed667/)
56
+
-[46d9d8fd0](https://github.com/algolia/api-clients-automation/commit/46d9d8fd0) feat(specs): add (optional) \_automaticInsights to search result ([#3688](https://github.com/algolia/api-clients-automation/pull/3688)) by [@raed667](https://github.com/raed667/)
-[ff02ba09](https://github.com/algolia/api-clients-automation/commit/ff02ba09) fix(javascript): revert: do not send user-agent for Predict (#957) ([#919](https://github.com/algolia/api-clients-automation/pull/919)) by [@shortcuts](https://github.com/shortcuts/)
768
+
-[ff02ba09](https://github.com/algolia/api-clients-automation/commit/ff02ba09) fix(javascript): revert: do not send user-agent for Predict (#957) ([#919](https://github.com/algolia/api-clients-automation/pull/919)) by [@shortcuts](https://github.com/shortcuts/)
Copy file name to clipboardexpand all lines: clients/algoliasearch-client-javascript/packages/client-common/src/__tests__/cache/browser-local-storage-cache.test.ts
Copy file name to clipboardexpand all lines: clients/algoliasearch-client-javascript/packages/client-common/src/__tests__/cache/fallbackable-cache.test.ts
Copy file name to clipboardexpand all lines: clients/algoliasearch-client-javascript/packages/client-common/src/__tests__/create-iterable-promise.test.ts
0 commit comments