@forge/bundler 6.1.9-next.1 → 6.1.9-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +77 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,82 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 6.1.9-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d3008b5]
8
+ - @forge/cli-shared@8.8.0-next.8
9
+ - @forge/lint@5.11.5-next.10
10
+
11
+ ## 6.1.9-next.9
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [a1c8e19]
16
+ - @forge/cli-shared@8.8.0-next.7
17
+ - @forge/lint@5.11.5-next.9
18
+
19
+ ## 6.1.9-next.8
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [4947176]
24
+ - Updated dependencies [ec8000d]
25
+ - @forge/cli-shared@8.8.0-next.6
26
+ - @forge/manifest@10.7.0-next.4
27
+ - @forge/lint@5.11.5-next.8
28
+
29
+ ## 6.1.9-next.7
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [2ac3cde]
34
+ - @forge/manifest@10.7.0-next.3
35
+ - @forge/cli-shared@8.8.0-next.5
36
+ - @forge/lint@5.11.5-next.7
37
+
38
+ ## 6.1.9-next.6
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [4afc4fb]
43
+ - @forge/manifest@10.7.0-next.2
44
+ - @forge/cli-shared@8.8.0-next.4
45
+ - @forge/lint@5.11.5-next.6
46
+
47
+ ## 6.1.9-next.5
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [96d7a67]
52
+ - Updated dependencies [e65918b]
53
+ - Updated dependencies [873a240]
54
+ - @forge/manifest@10.7.0-next.1
55
+ - @forge/cli-shared@8.8.0-next.3
56
+ - @forge/lint@5.11.5-next.5
57
+
58
+ ## 6.1.9-next.4
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [8ff224b]
63
+ - @forge/cli-shared@8.8.0-next.2
64
+ - @forge/lint@5.11.5-next.4
65
+
66
+ ## 6.1.9-next.3
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [90ee56f]
71
+ - @forge/cli-shared@8.7.2-next.1
72
+ - @forge/lint@5.11.5-next.3
73
+
74
+ ## 6.1.9-next.2
75
+
76
+ ### Patch Changes
77
+
78
+ - @forge/lint@5.11.5-next.2
79
+
3
80
  ## 6.1.9-next.1
4
81
 
5
82
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "6.1.9-next.1",
3
+ "version": "6.1.9-next.10",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Atlassian",
@@ -21,10 +21,10 @@
21
21
  "@babel/plugin-transform-react-jsx": "^7.23.4",
22
22
  "@babel/traverse": "^7.24.0",
23
23
  "@babel/types": "^7.24.0",
24
- "@forge/cli-shared": "8.7.2-next.0",
24
+ "@forge/cli-shared": "8.8.0-next.8",
25
25
  "@forge/i18n": "0.0.7",
26
- "@forge/lint": "5.11.5-next.1",
27
- "@forge/manifest": "10.7.0-next.0",
26
+ "@forge/lint": "5.11.5-next.10",
27
+ "@forge/manifest": "10.7.0-next.4",
28
28
  "babel-loader": "^8.3.0",
29
29
  "cheerio": "^1.1.0",
30
30
  "cross-spawn": "^7.0.6",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@atlassian/xen-test-util": "^4.2.0",
44
- "@forge/runtime": "6.0.4",
44
+ "@forge/runtime": "6.1.0-next.0",
45
45
  "@types/cross-spawn": "^6.0.6",
46
46
  "@types/fs-extra": "^11.0.4",
47
47
  "@types/jest": "^29.5.14",