@forge/bundler 4.14.1-next.2 → 4.14.1-next.3

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 +22 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.14.1-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - eb167646: Bumping dependencies via Renovate:
8
+
9
+ - @babel/plugin-transform-class-static-block
10
+ - @babel/plugin-transform-numeric-separator
11
+ - @babel/plugin-transform-optional-chaining
12
+ - @babel/plugin-transform-react-jsx
13
+ - @babel/traverse
14
+ - @babel/types
15
+
16
+ - 37213858: Bumping dependencies via Renovate:
17
+
18
+ - eslint
19
+
20
+ - Updated dependencies [eb167646]
21
+ - @forge/babel-plugin-transform-ui@1.1.13-next.0
22
+ - @forge/cli-shared@3.21.1-next.2
23
+ - @forge/lint@3.7.6-next.2
24
+
3
25
  ## 4.14.1-next.2
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.14.1-next.2",
3
+ "version": "4.14.1-next.3",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -14,15 +14,15 @@
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.1",
25
- "@forge/lint": "3.7.6-next.1",
23
+ "@forge/babel-plugin-transform-ui": "1.1.13-next.0",
24
+ "@forge/cli-shared": "3.21.1-next.2",
25
+ "@forge/lint": "3.7.6-next.2",
26
26
  "@forge/node-runtime": "0.4.4-next.0",
27
27
  "@forge/util": "1.3.3",
28
28
  "assert": "^2.1.0",
@@ -67,7 +67,7 @@
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",