* upgrade microsoft-graph-types from 2.26.0 to 2.27.0
* fix test failure
* update microsoft-graph to version 2.29
* Release version 2.31.0 of the package microsoft-graph
* release version 2.32.0 of microsoft-graph
* release microsoft-graph-types version 2.33
* Release microsoft-graph-types version 2.34
---------
Co-authored-by: Geoffrey Koros <gkoros@microsoft.com>
* adds brick type to differ settings
* change Bricks Settings to each brick
* creates separated parts to callbacks
* creates callback interface to each brick
* adds tests
* adds space
* Add track_pageview types
Get track_pageview updated to be in line with mixpanel-browser v2.47.0
* Updating library definitions version
Updating version of type definitions to reflect mixpanel-browser
8ac526e5cb/CHANGELOG.md (LL1C3-L1C3)
* Addressing build error
Patch versions are not allowed, removing
* Fix type for injectScript.
* client -> browser in assert examples.
* Add test for injectScript.
* Fix properties of NightwatchLogEntry.
* Fix types for perform command.
* Fix types for waitUntil command.
* Add test for element api.
* Fix return type for waitFor commands.
* Fix tests for waitFor commands.
* Mark locationInView commands as deprecated.
* Fix types for Nightwatch and NightwatchClient.
* Fix types for global `element()` API.
* Fix type for getShadowRoot.
* Add By to Definition.
* Fix types for expect.
* Fix types for global element api and add tests.
* FIx return type for assert.hasAttribute
* Fix typo in componentType.
* Export more types
Export `AlpineMagics`, `DirectiveUtilities`, and `DirectiveParameters` to allow proper typing of shared data objects, and custom directives
* Properly type `effect` and `cleanup`
The types are currently wrong as they don't allow a callback arg
* Add tests
* add types for minimasonry 1.3
* update minimasonry types to be used through a default ESM import
* update minimasonry types to allow use as a browser script
* remove dtslint errors
- strict-export-declare-modifiers
- npm-naming
* added new form properties to pse and 3ds setup
* fix bricks style as optional
* fix MercadoPago second parameter as optional
* added entity type to initialization
* added semicolon
* formatting
* Added @types/hot-formula-parser
* Added missing error exports.
* Added correct return for Parser setters. Removed built-in variables from export, added them as to description of setVariables method.
* Added dual mode. Patched CallCell hooks types.
* Removed type from package.json and changes .mts export syntax to that of esm.
* Fix prettier command to not expand in shell
The previous prettier command was expanded by the shell used which might differ from how it will be expanded by prettier.
Which effectively means it won't go through all subdirectories.
* Make the changes in the translated README files
* [netmask]: Re-add properties `maskLong` and `netLong`
* [netmask]: Mark functions as methods and not properties
* [netmask]: Add test that we can extend the Netmask class
* Fix convert() function signatures
Removes convertTo parameter on convert() functions
API change happened on Carbone commit bb858ce, Dec 6, 2020, released on tag 3.1.0
* Update carbone-tests.ts
* Update index.d.ts
* Add untyped functions discovered by Danger
* Fix formatter issues
* Make prefixLength optional
* Make createSpyObj work when toString is overridden
If a class overrides toString (or any Object prototype method), then TS
would previously throw an error:
"Types of property 'toString' are incompatible.
Type '() => string' is not assignable to type 'string'."
* Add a test verifying object spies didn't break.
* Update types of register methods
- added test for the days and options object
- added tests for unregister method signature in mixpanel-browser
* formatting
* make persistent optional in the mixpanel package