@forge/bundler 4.10.5-next.0 → 4.10.5-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,94 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.10.5-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@3.17.1-next.7
8
+ - @forge/lint@3.6.4-next.7
9
+
10
+ ## 4.10.5-next.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1b7fd9a]
15
+ - @forge/runtime@4.4.6-next.3
16
+
17
+ ## 4.10.5-next.8
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [388380b]
22
+ - @forge/cli-shared@3.17.1-next.6
23
+ - @forge/lint@3.6.4-next.6
24
+
25
+ ## 4.10.5-next.7
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [9e74985]
30
+ - Updated dependencies [94ce678]
31
+ - @forge/cli-shared@3.17.1-next.5
32
+ - @forge/runtime@4.4.6-next.2
33
+ - @forge/lint@3.6.4-next.5
34
+
35
+ ## 4.10.5-next.6
36
+
37
+ ### Patch Changes
38
+
39
+ - ac89229: Bumping dependencies via Renovate:
40
+
41
+ - @atlassian/xen-test-util
42
+
43
+ - Updated dependencies [ac89229]
44
+ - @forge/cli-shared@3.17.1-next.4
45
+ - @forge/lint@3.6.4-next.4
46
+
47
+ ## 4.10.5-next.5
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [2cba32e]
52
+ - @forge/cli-shared@3.17.1-next.3
53
+ - @forge/lint@3.6.4-next.3
54
+ - @forge/api@2.18.4-next.2
55
+
56
+ ## 4.10.5-next.4
57
+
58
+ ### Patch Changes
59
+
60
+ - 1e429df: Fix util.inherits
61
+
62
+ ## 4.10.5-next.3
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [f48e6d8]
67
+ - @forge/runtime@4.4.6-next.1
68
+ - @forge/api@2.18.4-next.1
69
+
70
+ ## 4.10.5-next.2
71
+
72
+ ### Patch Changes
73
+
74
+ - 4640d4f: Bumping dependencies via Renovate:
75
+
76
+ - @types/node
77
+
78
+ - Updated dependencies [4640d4f]
79
+ - @forge/api@2.18.4-next.0
80
+ - @forge/runtime@4.4.6-next.0
81
+ - @forge/cli-shared@3.17.1-next.2
82
+ - @forge/lint@3.6.4-next.2
83
+
84
+ ## 4.10.5-next.1
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [bdbea8e1]
89
+ - @forge/cli-shared@3.17.1-next.1
90
+ - @forge/lint@3.6.4-next.1
91
+
3
92
  ## 4.10.5-next.0
4
93
 
5
94
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"sandbox.d.ts","sourceRoot":"","sources":["../../src/config/sandbox.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,UAAU,EAIX,MAAM,UAAU,CAAC;AAElB,eAAO,MAAM,6BAA6B,sBAAsB,CAAC;AAyDjE,eAAO,MAAM,8BAA8B,gBAC5B,UAAU,EAAE,UACjB,aAAa,KACpB,mBAwEF,CAAC"}
1
+ {"version":3,"file":"sandbox.d.ts","sourceRoot":"","sources":["../../src/config/sandbox.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,UAAU,EAIX,MAAM,UAAU,CAAC;AAElB,eAAO,MAAM,6BAA6B,sBAAsB,CAAC;AA0DjE,eAAO,MAAM,8BAA8B,gBAC5B,UAAU,EAAE,UACjB,aAAa,KACpB,mBAwEF,CAAC"}
@@ -25,6 +25,7 @@ const getCustomModulesAliases = () => {
25
25
  console: (0, common_1.resolveModulePath)('console-browserify'),
26
26
  crypto: (0, common_1.resolveModulePath)('crypto-browserify'),
27
27
  events: (0, common_1.resolveModulePath)('events/'),
28
+ inherits: (0, common_1.resolveModulePath)('inherits/inherits_browser.js'),
28
29
  os: (0, common_1.resolveModulePath)('os-browserify/browser'),
29
30
  punycode: (0, common_1.resolveModulePath)('punycode/'),
30
31
  process: (0, common_1.resolveModulePath)('process/browser.js'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.10.5-next.0",
3
+ "version": "4.10.5-next.10",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -19,11 +19,11 @@
19
19
  "@babel/plugin-transform-optional-chaining": "^7.22.6",
20
20
  "@babel/plugin-transform-react-jsx": "^7.22.5",
21
21
  "@babel/preset-typescript": "^7.22.5",
22
- "@forge/api": "2.18.3",
22
+ "@forge/api": "2.18.4-next.2",
23
23
  "@forge/babel-plugin-transform-ui": "1.1.5",
24
- "@forge/cli-shared": "3.17.1-next.0",
25
- "@forge/lint": "3.6.4-next.0",
26
- "@forge/runtime": "4.4.5",
24
+ "@forge/cli-shared": "3.17.1-next.7",
25
+ "@forge/lint": "3.6.4-next.7",
26
+ "@forge/runtime": "4.4.6-next.3",
27
27
  "@forge/util": "1.3.1",
28
28
  "assert": "^1.5.0",
29
29
  "babel-loader": "^8.3.0",
@@ -34,6 +34,7 @@
34
34
  "crypto-browserify": "^3.12.0",
35
35
  "events": "^3.3.0",
36
36
  "html-webpack-plugin": "^5.5.3",
37
+ "inherits": "^2.0.4",
37
38
  "memfs": "^3.5.3",
38
39
  "nock": "^10.0.6",
39
40
  "os-browserify": "^0.3.0",
@@ -55,9 +56,9 @@
55
56
  "whatwg-url": "^7.1.0"
56
57
  },
57
58
  "devDependencies": {
58
- "@atlassian/xen-test-util": "^2.1.3",
59
+ "@atlassian/xen-test-util": "^2.1.5",
59
60
  "@types/jest": "^29.5.3",
60
- "@types/node": "14.18.53",
61
+ "@types/node": "14.18.54",
61
62
  "@types/react": "^17.0.53",
62
63
  "@types/readable-stream": "^2.3.15",
63
64
  "@types/webpack-bundle-analyzer": "^4.6.0",
@@ -71,4 +72,4 @@
71
72
  "engines": {
72
73
  "node": ">=12.13.1"
73
74
  }
74
- }
75
+ }