@atlaskit/rovo-agent-analytics 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/rovo-agent-analytics
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c5948348a4e51`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c5948348a4e51) -
8
+ TREX-1373 (part 3/3): add @typescript-eslint/no-explicit-any OXLint suppression comments across
9
+ rovo-\* and misc packages. Includes OXLint override and Mithril ratchet to prevent new
10
+ suppressions.
11
+
3
12
  ## 1.9.0
4
13
 
5
14
  ### Minor Changes
@@ -14,6 +14,8 @@ var getDefaultTrackEventConfig = exports.getDefaultTrackEventConfig = function g
14
14
  tags: ['atlaskit']
15
15
  };
16
16
  };
17
+
18
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
17
19
  var getAttributesFromContexts = exports.getAttributesFromContexts = function getAttributesFromContexts(context) {
18
20
  if (!context || !Array.isArray(context)) {
19
21
  return {};
@@ -2,6 +2,8 @@ export const getDefaultTrackEventConfig = () => ({
2
2
  eventType: 'track',
3
3
  tags: ['atlaskit']
4
4
  });
5
+
6
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
5
7
  export const getAttributesFromContexts = context => {
6
8
  if (!context || !Array.isArray(context)) {
7
9
  return {};
@@ -7,6 +7,8 @@ export var getDefaultTrackEventConfig = function getDefaultTrackEventConfig() {
7
7
  tags: ['atlaskit']
8
8
  };
9
9
  };
10
+
11
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
10
12
  export var getAttributesFromContexts = function getAttributesFromContexts(context) {
11
13
  if (!context || !Array.isArray(context)) {
12
14
  return {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-analytics",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Rovo Agents analytics",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {