@automattic/jetpack-components 1.12.13 → 1.12.14
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
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.12.14] - 2026-07-06
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#50097] [#50183] [#50212]
|
|
8
|
+
|
|
5
9
|
## [1.12.13] - 2026-06-26
|
|
6
10
|
### Changed
|
|
7
11
|
- Internal updates.
|
|
@@ -1864,6 +1868,7 @@
|
|
|
1864
1868
|
### Changed
|
|
1865
1869
|
- Update node version requirement to 14.16.1
|
|
1866
1870
|
|
|
1871
|
+
[1.12.14]: https://github.com/Automattic/jetpack-components/compare/1.12.13...1.12.14
|
|
1867
1872
|
[1.12.13]: https://github.com/Automattic/jetpack-components/compare/1.12.12...1.12.13
|
|
1868
1873
|
[1.12.12]: https://github.com/Automattic/jetpack-components/compare/1.12.11...1.12.12
|
|
1869
1874
|
[1.12.11]: https://github.com/Automattic/jetpack-components/compare/1.12.10...1.12.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.14",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -73,22 +73,22 @@
|
|
|
73
73
|
],
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@automattic/format-currency": "1.0.1",
|
|
76
|
-
"@automattic/jetpack-api": "^1.0.
|
|
77
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
78
|
-
"@automattic/jetpack-script-data": "^0.6.
|
|
76
|
+
"@automattic/jetpack-api": "^1.0.31",
|
|
77
|
+
"@automattic/jetpack-boost-score-api": "^1.0.52",
|
|
78
|
+
"@automattic/jetpack-script-data": "^0.6.5",
|
|
79
79
|
"@automattic/number-formatters": "^1.2.5",
|
|
80
80
|
"@babel/runtime": "^7",
|
|
81
81
|
"@gravatar-com/hovercards": "0.16.0",
|
|
82
82
|
"@wordpress/admin-ui": "2.1.0",
|
|
83
|
-
"@wordpress/browserslist-config": "6.
|
|
84
|
-
"@wordpress/components": "
|
|
85
|
-
"@wordpress/compose": "8.
|
|
86
|
-
"@wordpress/data": "10.
|
|
87
|
-
"@wordpress/date": "5.
|
|
88
|
-
"@wordpress/element": "8.0
|
|
89
|
-
"@wordpress/i18n": "6.
|
|
83
|
+
"@wordpress/browserslist-config": "6.50.0",
|
|
84
|
+
"@wordpress/components": "36.1.0",
|
|
85
|
+
"@wordpress/compose": "8.3.0",
|
|
86
|
+
"@wordpress/data": "10.50.0",
|
|
87
|
+
"@wordpress/date": "5.50.0",
|
|
88
|
+
"@wordpress/element": "8.2.0",
|
|
89
|
+
"@wordpress/i18n": "6.23.0",
|
|
90
90
|
"@wordpress/icons": "13.1.0",
|
|
91
|
-
"@wordpress/notices": "5.
|
|
91
|
+
"@wordpress/notices": "5.50.0",
|
|
92
92
|
"@wordpress/theme": "0.15.1",
|
|
93
93
|
"@wordpress/ui": "0.13.0",
|
|
94
94
|
"clsx": "2.1.1",
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
"uplot-react": "1.1.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
104
|
+
"@automattic/jetpack-base-styles": "^1.2.8",
|
|
105
105
|
"@babel/core": "7.29.7",
|
|
106
106
|
"@jest/globals": "30.4.1",
|
|
107
|
-
"@storybook/addon-docs": "10.
|
|
108
|
-
"@storybook/react": "10.
|
|
107
|
+
"@storybook/addon-docs": "10.4.6",
|
|
108
|
+
"@storybook/react": "10.4.6",
|
|
109
109
|
"@testing-library/dom": "10.4.1",
|
|
110
110
|
"@testing-library/react": "16.3.2",
|
|
111
111
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"react": "18.3.1",
|
|
119
119
|
"react-dom": "18.3.1",
|
|
120
120
|
"require-from-string": "2.0.2",
|
|
121
|
-
"storybook": "10.
|
|
121
|
+
"storybook": "10.4.6",
|
|
122
122
|
"ts-dedent": "2.2.0",
|
|
123
123
|
"typescript": "5.9.3",
|
|
124
124
|
"webpack": "5.107.2",
|