@forge/bundler 4.10.1-next.4 → 4.10.1-next.6

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 +26 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.10.1-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a39af8f: Bumping dependencies via Renovate:
8
+
9
+ - url
10
+
11
+ ## 4.10.1-next.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 38743db: Bumping dependencies via Renovate:
16
+
17
+ - @babel/core
18
+ - @babel/plugin-proposal-class-properties
19
+ - @babel/plugin-proposal-numeric-separator
20
+ - @babel/plugin-proposal-optional-chaining
21
+ - @babel/plugin-transform-react-jsx
22
+ - @babel/preset-typescript
23
+ - @babel/traverse
24
+ - @babel/types
25
+
26
+ - Updated dependencies [38743db]
27
+ - @forge/babel-plugin-transform-ui@1.1.3-next.0
28
+
3
29
  ## 4.10.1-next.4
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.10.1-next.4",
3
+ "version": "4.10.1-next.6",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -12,14 +12,14 @@
12
12
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
13
13
  },
14
14
  "dependencies": {
15
- "@babel/core": "^7.16.7",
16
- "@babel/plugin-proposal-class-properties": "^7.16.7",
17
- "@babel/plugin-proposal-numeric-separator": "^7.16.7",
18
- "@babel/plugin-proposal-optional-chaining": "^7.16.7",
19
- "@babel/plugin-transform-react-jsx": "^7.16.7",
20
- "@babel/preset-typescript": "^7.16.7",
15
+ "@babel/core": "^7.22.5",
16
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
17
+ "@babel/plugin-proposal-numeric-separator": "^7.18.6",
18
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
19
+ "@babel/plugin-transform-react-jsx": "^7.22.5",
20
+ "@babel/preset-typescript": "^7.22.5",
21
21
  "@forge/api": "2.18.1-next.0",
22
- "@forge/babel-plugin-transform-ui": "1.1.2",
22
+ "@forge/babel-plugin-transform-ui": "1.1.3-next.0",
23
23
  "@forge/cli-shared": "3.15.0-next.3",
24
24
  "@forge/lint": "3.6.0-next.3",
25
25
  "@forge/runtime": "4.4.2-next.0",
@@ -47,7 +47,7 @@
47
47
  "tmp": "^0.1.0",
48
48
  "ts-loader": "^9.4.3",
49
49
  "typescript": "^4.8.4",
50
- "url": "^0.11.0",
50
+ "url": "^0.11.1",
51
51
  "util": "^0.11.0",
52
52
  "webpack": "5.78.0",
53
53
  "webpack-bundle-analyzer": "^4.8.0",