@forge/bundler 4.14.1-next.1 → 4.14.1-next.11

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 +94 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,99 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.14.1-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@3.21.1-next.9
8
+ - @forge/lint@3.7.6-next.9
9
+
10
+ ## 4.14.1-next.10
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [9f6656b]
15
+ - @forge/node-runtime@0.4.4-next.2
16
+
17
+ ## 4.14.1-next.9
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [5b67d37c]
22
+ - @forge/node-runtime@0.4.4-next.1
23
+ - @forge/cli-shared@3.21.1-next.8
24
+ - @forge/lint@3.7.6-next.8
25
+
26
+ ## 4.14.1-next.8
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [100a016]
31
+ - @forge/cli-shared@3.21.1-next.7
32
+ - @forge/lint@3.7.6-next.7
33
+
34
+ ## 4.14.1-next.7
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [9f553da]
39
+ - @forge/cli-shared@3.21.1-next.6
40
+ - @forge/lint@3.7.6-next.6
41
+
42
+ ## 4.14.1-next.6
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [4c4c95b]
47
+ - @forge/cli-shared@3.21.1-next.5
48
+ - @forge/lint@3.7.6-next.5
49
+
50
+ ## 4.14.1-next.5
51
+
52
+ ### Patch Changes
53
+
54
+ - caf48311: Bumping dependencies via Renovate:
55
+
56
+ - prettier
57
+ - @forge/cli-shared@3.21.1-next.4
58
+ - @forge/lint@3.7.6-next.4
59
+
60
+ ## 4.14.1-next.4
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [5d18a6eb]
65
+ - @forge/cli-shared@3.21.1-next.3
66
+ - @forge/lint@3.7.6-next.3
67
+
68
+ ## 4.14.1-next.3
69
+
70
+ ### Patch Changes
71
+
72
+ - eb167646: Bumping dependencies via Renovate:
73
+
74
+ - @babel/plugin-transform-class-static-block
75
+ - @babel/plugin-transform-numeric-separator
76
+ - @babel/plugin-transform-optional-chaining
77
+ - @babel/plugin-transform-react-jsx
78
+ - @babel/traverse
79
+ - @babel/types
80
+
81
+ - 37213858: Bumping dependencies via Renovate:
82
+
83
+ - eslint
84
+
85
+ - Updated dependencies [eb167646]
86
+ - @forge/babel-plugin-transform-ui@1.1.13-next.0
87
+ - @forge/cli-shared@3.21.1-next.2
88
+ - @forge/lint@3.7.6-next.2
89
+
90
+ ## 4.14.1-next.2
91
+
92
+ ### Patch Changes
93
+
94
+ - @forge/cli-shared@3.21.1-next.1
95
+ - @forge/lint@3.7.6-next.1
96
+
3
97
  ## 4.14.1-next.1
4
98
 
5
99
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.14.1-next.1",
3
+ "version": "4.14.1-next.11",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -14,16 +14,16 @@
14
14
  "dependencies": {
15
15
  "@babel/core": "^7.23.3",
16
16
  "@babel/plugin-transform-class-properties": "^7.23.3",
17
- "@babel/plugin-transform-class-static-block": "^7.23.3",
18
- "@babel/plugin-transform-numeric-separator": "^7.23.3",
19
- "@babel/plugin-transform-optional-chaining": "^7.23.3",
20
- "@babel/plugin-transform-react-jsx": "^7.22.15",
17
+ "@babel/plugin-transform-class-static-block": "^7.23.4",
18
+ "@babel/plugin-transform-numeric-separator": "^7.23.4",
19
+ "@babel/plugin-transform-optional-chaining": "^7.23.4",
20
+ "@babel/plugin-transform-react-jsx": "^7.23.4",
21
21
  "@babel/preset-typescript": "^7.23.3",
22
22
  "@forge/api": "2.20.1",
23
- "@forge/babel-plugin-transform-ui": "1.1.12",
24
- "@forge/cli-shared": "3.21.1-next.0",
25
- "@forge/lint": "3.7.6-next.0",
26
- "@forge/node-runtime": "0.4.4-next.0",
23
+ "@forge/babel-plugin-transform-ui": "1.1.13-next.0",
24
+ "@forge/cli-shared": "3.21.1-next.9",
25
+ "@forge/lint": "3.7.6-next.9",
26
+ "@forge/node-runtime": "0.4.4-next.2",
27
27
  "@forge/util": "1.3.3",
28
28
  "assert": "^2.1.0",
29
29
  "babel-loader": "^8.3.0",
@@ -67,11 +67,11 @@
67
67
  "@types/webpack-bundle-analyzer": "^4.6.2",
68
68
  "@typescript-eslint/eslint-plugin": "^5.62.0",
69
69
  "@typescript-eslint/parser": "^5.62.0",
70
- "eslint": "^8.53.0",
70
+ "eslint": "^8.54.0",
71
71
  "eslint-config-prettier": "^9.0.0",
72
72
  "eslint-plugin-prettier": "^5.0.1",
73
73
  "jest-matcher-specific-error": "^1.0.0",
74
- "prettier": "3.0.3"
74
+ "prettier": "3.1.0"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=12.13.1"