@forge/bundler 1.0.20-next.0 → 1.0.20-next.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +87 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,92 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 1.0.20-next.12
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@2.1.5-next.10
8
+ - @forge/lint@1.6.0-next.11
9
+
10
+ ## 1.0.20-next.11
11
+
12
+ ### Patch Changes
13
+
14
+ - @forge/cli-shared@2.1.5-next.9
15
+ - @forge/lint@1.6.0-next.10
16
+
17
+ ## 1.0.20-next.10
18
+
19
+ ### Patch Changes
20
+
21
+ - @forge/cli-shared@2.1.5-next.8
22
+ - @forge/lint@1.6.0-next.9
23
+
24
+ ## 1.0.20-next.9
25
+
26
+ ### Patch Changes
27
+
28
+ - @forge/cli-shared@2.1.5-next.7
29
+ - @forge/lint@1.6.0-next.8
30
+
31
+ ## 1.0.20-next.8
32
+
33
+ ### Patch Changes
34
+
35
+ - @forge/cli-shared@2.1.5-next.6
36
+ - @forge/lint@1.6.0-next.7
37
+
38
+ ## 1.0.20-next.7
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [32d11d1]
43
+ - @forge/api@2.5.0-next.1
44
+
45
+ ## 1.0.20-next.6
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [fc38deb]
50
+ - @forge/lint@1.6.0-next.6
51
+ - @forge/cli-shared@2.1.5-next.5
52
+
53
+ ## 1.0.20-next.5
54
+
55
+ ### Patch Changes
56
+
57
+ - @forge/cli-shared@2.1.5-next.4
58
+ - @forge/lint@1.6.0-next.5
59
+
60
+ ## 1.0.20-next.4
61
+
62
+ ### Patch Changes
63
+
64
+ - @forge/cli-shared@2.1.5-next.3
65
+ - @forge/lint@1.6.0-next.4
66
+
67
+ ## 1.0.20-next.3
68
+
69
+ ### Patch Changes
70
+
71
+ - @forge/cli-shared@2.1.5-next.2
72
+ - @forge/lint@1.6.0-next.3
73
+
74
+ ## 1.0.20-next.2
75
+
76
+ ### Patch Changes
77
+
78
+ - @forge/cli-shared@2.1.5-next.1
79
+ - @forge/lint@1.6.0-next.2
80
+
81
+ ## 1.0.20-next.1
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies [df2cd2f]
86
+ - Updated dependencies [b8aa35d]
87
+ - @forge/api@2.5.0-next.0
88
+ - @forge/lint@1.6.0-next.1
89
+
3
90
  ## 1.0.20-next.0
4
91
 
5
92
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "1.0.20-next.0",
3
+ "version": "1.0.20-next.12",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -18,10 +18,10 @@
18
18
  "@babel/plugin-proposal-optional-chaining": "^7.12.7",
19
19
  "@babel/plugin-transform-react-jsx": "^7.3.0",
20
20
  "@babel/preset-typescript": "^7.6.0",
21
- "@forge/api": "2.4.0",
21
+ "@forge/api": "2.5.0-next.1",
22
22
  "@forge/babel-plugin-transform-ui": "1.0.0",
23
- "@forge/cli-shared": "2.1.5-next.0",
24
- "@forge/lint": "1.5.1-next.0",
23
+ "@forge/cli-shared": "2.1.5-next.10",
24
+ "@forge/lint": "1.6.0-next.11",
25
25
  "babel-loader": "^8.0.6",
26
26
  "chalk": "^2.4.2",
27
27
  "memfs": "^2.17.1",
@@ -42,7 +42,7 @@
42
42
  "@types/webpack": "4.39.8",
43
43
  "@typescript-eslint/eslint-plugin": "^2.10.0",
44
44
  "@typescript-eslint/parser": "^2.10.0",
45
- "eslint": "^6.7.2",
45
+ "eslint": "^7.32.0",
46
46
  "eslint-config-prettier": "^6.7.0",
47
47
  "eslint-plugin-prettier": "^3.1.1",
48
48
  "prettier": "^2.2.1"