@shopify/app-bridge-react 4.2.8 → 4.2.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 +45 -24
  2. package/package.json +20 -6
package/CHANGELOG.md CHANGED
@@ -1,147 +1,168 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e088d1c]
8
+ - @shopify/app-bridge-types@0.7.1
9
+
10
+ ## 4.2.10
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [`9f8ecdb615732364fbdb1c010f385e58b4b5525d`]:
15
+ - @shopify/app-bridge-types@0.7.0
16
+
17
+ ## 4.2.9
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [`e6a8c26486ab44faa524d8041bbdcb3bbb6b1515`]:
22
+ - @shopify/app-bridge-types@0.6.0
23
+
3
24
  ## 4.2.8
4
25
 
5
26
  ### Patch Changes
6
27
 
7
- - [#882](https://github.com/Shopify/extensibility/pull/882) [`c69c5196a0442c5e656b691ef00166dec4145b72`](https://github.com/Shopify/extensibility/commit/c69c5196a0442c5e656b691ef00166dec4145b72) Thanks [@Fionoble](https://github.com/Fionoble)! - Force patch
28
+ - #882 `c69c5196a0442c5e656b691ef00166dec4145b72` Thanks [@Fionoble](https://github.com/Fionoble)! - Force patch
8
29
 
9
30
  ## 4.2.7
10
31
 
11
32
  ### Patch Changes
12
33
 
13
- - Updated dependencies [[`196fc00a83f058c00a07ff0393cf7c82fd0e8537`](https://github.com/Shopify/extensibility/commit/196fc00a83f058c00a07ff0393cf7c82fd0e8537)]:
34
+ - Updated dependencies [`196fc00a83f058c00a07ff0393cf7c82fd0e8537`]:
14
35
  - @shopify/app-bridge-types@0.5.3
15
36
 
16
37
  ## 4.2.6
17
38
 
18
39
  ### Patch Changes
19
40
 
20
- - Updated dependencies [[`e41a88088b48ed9fa5f83a286a07d423b21d59f7`](https://github.com/Shopify/extensibility/commit/e41a88088b48ed9fa5f83a286a07d423b21d59f7)]:
41
+ - Updated dependencies [`e41a88088b48ed9fa5f83a286a07d423b21d59f7`]:
21
42
  - @shopify/app-bridge-types@0.5.2
22
43
 
23
44
  ## 4.2.5
24
45
 
25
46
  ### Patch Changes
26
47
 
27
- - Updated dependencies [[`dd9205fceb4f2a7e8cfe8e161dd1d80537fd2747`](https://github.com/Shopify/extensibility/commit/dd9205fceb4f2a7e8cfe8e161dd1d80537fd2747)]:
48
+ - Updated dependencies [`dd9205fceb4f2a7e8cfe8e161dd1d80537fd2747`]:
28
49
  - @shopify/app-bridge-types@0.5.1
29
50
 
30
51
  ## 4.2.4
31
52
 
32
53
  ### Patch Changes
33
54
 
34
- - Updated dependencies [[`e8e0b29249891fd59e7a709b8c6990fa5ae6908b`](https://github.com/Shopify/extensibility/commit/e8e0b29249891fd59e7a709b8c6990fa5ae6908b)]:
55
+ - Updated dependencies [`e8e0b29249891fd59e7a709b8c6990fa5ae6908b`]:
35
56
  - @shopify/app-bridge-types@0.5.0
36
57
 
37
58
  ## 4.2.3
38
59
 
39
60
  ### Patch Changes
40
61
 
41
- - Updated dependencies [[`4f7742e4aacb581a380c76742689dca617c86b6d`](https://github.com/Shopify/extensibility/commit/4f7742e4aacb581a380c76742689dca617c86b6d)]:
62
+ - Updated dependencies [`4f7742e4aacb581a380c76742689dca617c86b6d`]:
42
63
  - @shopify/app-bridge-types@0.4.0
43
64
 
44
65
  ## 4.2.2
45
66
 
46
67
  ### Patch Changes
47
68
 
48
- - Updated dependencies [[`ad18a376e0e7a4e3921fa8f394d424644eb1f7bc`](https://github.com/Shopify/extensibility/commit/ad18a376e0e7a4e3921fa8f394d424644eb1f7bc)]:
69
+ - Updated dependencies [`ad18a376e0e7a4e3921fa8f394d424644eb1f7bc`]:
49
70
  - @shopify/app-bridge-types@0.3.0
50
71
 
51
72
  ## 4.2.1
52
73
 
53
74
  ### Patch Changes
54
75
 
55
- - Updated dependencies [[`6334cc4f89f8c22c871dfb122f8d5aba358b26a3`](https://github.com/Shopify/extensibility/commit/6334cc4f89f8c22c871dfb122f8d5aba358b26a3)]:
76
+ - Updated dependencies [`6334cc4f89f8c22c871dfb122f8d5aba358b26a3`]:
56
77
  - @shopify/app-bridge-types@0.2.0
57
78
 
58
79
  ## 4.2.0
59
80
 
60
81
  ### Minor Changes
61
82
 
62
- - [#518](https://github.com/Shopify/extensibility/pull/518) [`bc1af9034c8cca66ebd7a44474aa7a11de7013e9`](https://github.com/Shopify/extensibility/commit/bc1af9034c8cca66ebd7a44474aa7a11de7013e9) Thanks [@SammyJoeOsborne](https://github.com/SammyJoeOsborne)! - Adding types for reviews plugin api.
83
+ - #518 `bc1af9034c8cca66ebd7a44474aa7a11de7013e9` Thanks [@SammyJoeOsborne](https://github.com/SammyJoeOsborne)! - Adding types for reviews plugin api.
63
84
 
64
85
  ### Patch Changes
65
86
 
66
- - Updated dependencies [[`bc1af9034c8cca66ebd7a44474aa7a11de7013e9`](https://github.com/Shopify/extensibility/commit/bc1af9034c8cca66ebd7a44474aa7a11de7013e9)]:
87
+ - Updated dependencies [`bc1af9034c8cca66ebd7a44474aa7a11de7013e9`]:
67
88
  - @shopify/app-bridge-types@0.1.0
68
89
 
69
90
  ## 4.1.10
70
91
 
71
92
  ### Patch Changes
72
93
 
73
- - [#392](https://github.com/Shopify/extensibility/pull/392) [`f5e596d9dba93eb0f846ef4a1cac8ab670a3efc3`](https://github.com/Shopify/extensibility/commit/f5e596d9dba93eb0f846ef4a1cac8ab670a3efc3) Thanks [@henrytao-me](https://github.com/henrytao-me)! - Remove node version in package.json for app-bridge-react
94
+ - #392 `f5e596d9dba93eb0f846ef4a1cac8ab670a3efc3` Thanks [@henrytao-me](https://github.com/henrytao-me)! - Remove node version in package.json for app-bridge-react
74
95
 
75
96
  ## 4.1.9
76
97
 
77
98
  ### Patch Changes
78
99
 
79
- - [#383](https://github.com/Shopify/extensibility/pull/383) [`699da8fa064a60883caea326804b0a5b309e5c00`](https://github.com/Shopify/extensibility/commit/699da8fa064a60883caea326804b0a5b309e5c00) Thanks [@henrytao-me](https://github.com/henrytao-me)! - Fix build tools for app-bridge-react and all extensibility packages to support both ESM and CommonJS build output
100
+ - #383 `699da8fa064a60883caea326804b0a5b309e5c00` Thanks [@henrytao-me](https://github.com/henrytao-me)! - Fix build tools for app-bridge-react and all extensibility packages to support both ESM and CommonJS build output
80
101
 
81
102
  ## 4.1.8
82
103
 
83
104
  ### Patch Changes
84
105
 
85
- - [#325](https://github.com/Shopify/extensibility/pull/325) [`dfac2e4a775102b81488155dc4b00c8132988a22`](https://github.com/Shopify/extensibility/commit/dfac2e4a775102b81488155dc4b00c8132988a22) Thanks [@elanalynn](https://github.com/elanalynn)! - Expose ResourcePicker and Toast types
106
+ - #325 `dfac2e4a775102b81488155dc4b00c8132988a22` Thanks [@elanalynn](https://github.com/elanalynn)! - Expose ResourcePicker and Toast types
86
107
 
87
- - Updated dependencies [[`dfac2e4a775102b81488155dc4b00c8132988a22`](https://github.com/Shopify/extensibility/commit/dfac2e4a775102b81488155dc4b00c8132988a22)]:
108
+ - Updated dependencies [`dfac2e4a775102b81488155dc4b00c8132988a22`]:
88
109
  - @shopify/app-bridge-types@0.0.18
89
110
 
90
111
  ## 4.1.7
91
112
 
92
113
  ### Patch Changes
93
114
 
94
- - Updated dependencies [[`d3d0b4e41a0c2538b7c2f1f57ed22765c629241f`](https://github.com/Shopify/extensibility/commit/d3d0b4e41a0c2538b7c2f1f57ed22765c629241f)]:
115
+ - Updated dependencies [`d3d0b4e41a0c2538b7c2f1f57ed22765c629241f`]:
95
116
  - @shopify/app-bridge-types@0.0.17
96
117
 
97
118
  ## 4.1.6
98
119
 
99
120
  ### Patch Changes
100
121
 
101
- - Updated dependencies [[`934d5c06c26f5b822a72be983c219c9f65fabcf2`](https://github.com/Shopify/extensibility/commit/934d5c06c26f5b822a72be983c219c9f65fabcf2)]:
122
+ - Updated dependencies [`934d5c06c26f5b822a72be983c219c9f65fabcf2`]:
102
123
  - @shopify/app-bridge-types@0.0.16
103
124
 
104
125
  ## 4.1.5
105
126
 
106
127
  ### Patch Changes
107
128
 
108
- - [#34](https://github.com/Shopify/extensibility/pull/34) [`617f7c7412bed204f9a757ad11cad8635820e4dc`](https://github.com/Shopify/extensibility/commit/617f7c7412bed204f9a757ad11cad8635820e4dc) Thanks [@charlesdobson](https://github.com/charlesdobson)! - fix build output due to misconfigured build script
129
+ - #34 `617f7c7412bed204f9a757ad11cad8635820e4dc` Thanks [@charlesdobson](https://github.com/charlesdobson)! - fix build output due to misconfigured build script
109
130
 
110
- - Updated dependencies [[`617f7c7412bed204f9a757ad11cad8635820e4dc`](https://github.com/Shopify/extensibility/commit/617f7c7412bed204f9a757ad11cad8635820e4dc)]:
131
+ - Updated dependencies [`617f7c7412bed204f9a757ad11cad8635820e4dc`]:
111
132
  - @shopify/app-bridge-types@0.0.15
112
133
 
113
134
  ## 4.1.4
114
135
 
115
136
  ### Patch Changes
116
137
 
117
- - Updated dependencies [[`a79a42172c1af3412ed40213f89e694ac8ada6dd`](https://github.com/Shopify/extensibility/commit/a79a42172c1af3412ed40213f89e694ac8ada6dd)]:
138
+ - Updated dependencies [`a79a42172c1af3412ed40213f89e694ac8ada6dd`]:
118
139
  - @shopify/app-bridge-types@0.0.14
119
140
 
120
141
  ## 4.1.3
121
142
 
122
143
  ### Patch Changes
123
144
 
124
- - [#76](https://github.com/Shopify/extensibility-client/pull/76) [`bb530e3`](https://github.com/Shopify/extensibility-client/commit/bb530e3b1f3f1dabbed5b36b21b2e8c871331122) Thanks [@henrytao-me](https://github.com/henrytao-me)! - Fix leave confirmation for saveBar
145
+ - #76 `bb530e3` Thanks [@henrytao-me](https://github.com/henrytao-me)! - Fix leave confirmation for saveBar
125
146
 
126
147
  ## 4.1.2
127
148
 
128
149
  ### Patch Changes
129
150
 
130
- - [#69](https://github.com/Shopify/extensibility-client/pull/69) [`153c3dd`](https://github.com/Shopify/extensibility-client/commit/153c3dd5419db7d518bb5587fa72a606815c44c7) Thanks [@henrytao-me](https://github.com/henrytao-me)! - Bump app-brige-types
151
+ - #69 `153c3dd` Thanks [@henrytao-me](https://github.com/henrytao-me)! - Bump app-brige-types
131
152
 
132
153
  ## 4.1.1
133
154
 
134
155
  ### Patch Changes
135
156
 
136
- - [#66](https://github.com/Shopify/extensibility-client/pull/66) [`1678fe8`](https://github.com/Shopify/extensibility-client/commit/1678fe89ca019d81a4600feee7fff1116c2bcef2) Thanks [@charlesdobson](https://github.com/charlesdobson)! - expose CHANGELOG.md
157
+ - #66 `1678fe8` Thanks [@charlesdobson](https://github.com/charlesdobson)! - expose CHANGELOG.md
137
158
 
138
159
  ## 4.1.0
139
160
 
140
161
  ### Minor Changes
141
162
 
142
- - [#62](https://github.com/Shopify/extensibility-client/pull/62) [`8541115`](https://github.com/Shopify/extensibility-client/commit/8541115f0348e697b5d69f5a535c9c448b9972da) Thanks [@henrytao-me](https://github.com/henrytao-me)! - add src prop to Modal component to support iframe modals
163
+ - #62 `8541115` Thanks [@henrytao-me](https://github.com/henrytao-me)! - add src prop to Modal component to support iframe modals
143
164
 
144
- - [#64](https://github.com/Shopify/extensibility-client/pull/64) [`b1fbf2b`](https://github.com/Shopify/extensibility-client/commit/b1fbf2bc44c65ae14b6ad80a9004120ff00f34be) Thanks [@henrytao-me](https://github.com/henrytao-me)! - add SaveBar component to declaratively control the contextual save bar
165
+ - #64 `b1fbf2b` Thanks [@henrytao-me](https://github.com/henrytao-me)! - add SaveBar component to declaratively control the contextual save bar
145
166
 
146
167
  ## 4.0.0
147
168
 
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@shopify/app-bridge-react",
3
- "version": "4.2.8",
3
+ "version": "4.2.11",
4
4
  "description": "React wrappers for the Shopify App Bridge library",
5
5
  "license": "MIT",
6
6
  "author": "Shopify Inc.",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/Shopify/shopify-app-bridge.git"
9
+ "url": "git+https://github.com/Shopify/shopify-app-bridge.git",
10
+ "directory": "packages/app-bridge-react"
10
11
  },
11
12
  "bugs": {
12
13
  "url": "https://github.com/Shopify/shopify-app-bridge/issues"
@@ -15,6 +16,7 @@
15
16
  "private": false,
16
17
  "publishConfig": {
17
18
  "access": "public",
19
+ "provenance": true,
18
20
  "@shopify:registry": "https://registry.npmjs.org"
19
21
  },
20
22
  "sideEffects": false,
@@ -52,13 +54,24 @@
52
54
  "CHANGELOG.md"
53
55
  ],
54
56
  "dependencies": {
55
- "@shopify/app-bridge-types": "0.5.3"
57
+ "@shopify/app-bridge-types": "0.7.1"
56
58
  },
57
59
  "devDependencies": {
60
+ "@rollup/plugin-babel": "^6.0.4",
61
+ "@shopify/babel-preset": "^25.0.2",
62
+ "@shopify/eslint-plugin": "^50.0.0",
63
+ "@shopify/typescript-configs": "^5.1.2",
64
+ "@types/node": "^24.10.13",
58
65
  "@types/react": "^18.3.4",
59
66
  "@types/react-dom": "^18.3.0",
67
+ "oxlint": "^1.49.0",
60
68
  "react": "^18.2.0",
61
- "react-dom": "^18.2.0"
69
+ "react-dom": "^18.2.0",
70
+ "typescript": "^5.9.3",
71
+ "vite": "^6.4.2",
72
+ "vitest": "^4.0.0",
73
+ "vite-plugin-dts": "^4.5.3",
74
+ "vite-tsconfig-paths": "^5.1.4"
62
75
  },
63
76
  "peerDependencies": {
64
77
  "react": "*",
@@ -68,7 +81,8 @@
68
81
  "build": "vite build",
69
82
  "watch": "vite build --watch --mode=development",
70
83
  "test": "vitest run --passWithNoTests",
71
- "type-check": "tsc --noEmit",
72
- "coverage": "vitest run --passWithNoTests --coverage"
84
+ "type-check": "tsc -p tsconfig.json --noEmit",
85
+ "coverage": "vitest run --passWithNoTests --coverage",
86
+ "lint": "oxlint -c .eslintrc.json"
73
87
  }
74
88
  }