@atlaskit/dependency-version-analytics 0.3.7 → 0.3.10

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,25 @@
1
1
  # @atlaskit/dependency-version-analytics
2
2
 
3
+ ## 0.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
8
+
9
+ ## 0.3.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
14
+
15
+ ## 0.3.8
16
+
17
+ ### Patch Changes
18
+
19
+ - [`1977986ea86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1977986ea86) - Bumping dependencies via Renovate:
20
+
21
+ - simple-git
22
+
3
23
  ## 0.3.7
4
24
 
5
25
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.7",
3
+ "version": "0.3.10",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.7",
3
+ "version": "0.3.10",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.7",
3
+ "version": "0.3.10",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dependency-version-analytics",
3
- "version": "0.3.7",
3
+ "version": "0.3.10",
4
4
  "description": "Tool to pull atlaskit version history from a repo",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "atlaskit:src": "src/index.ts",
15
15
  "atlassian": {
16
- "team": "AFP: Monorepo",
16
+ "team": "UIP: Monorepo",
17
17
  "deprecatedAutoEntryPoints": true,
18
18
  "releaseModel": "continuous"
19
19
  },
@@ -29,7 +29,7 @@
29
29
  "micromatch": "^4.0.2",
30
30
  "node-fetch": "^2.6.1",
31
31
  "semver": "^7.3.0",
32
- "simple-git": "^3.4.0"
32
+ "simple-git": "^3.5.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@atlassiansox/analytics-node-client": "^1.1.4"
@@ -40,9 +40,9 @@
40
40
  "@types/chalk": "^2.2.0",
41
41
  "@types/jest": "^26.0.14",
42
42
  "@types/micromatch": "^4.0.1",
43
- "@types/node": "~12.0.12",
43
+ "@types/node": "~16.11.27",
44
44
  "ts-node": "^10.0.0",
45
- "typescript": "3.9.6"
45
+ "typescript": "4.2.4"
46
46
  },
47
47
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
48
48
  }