@automattic/jetpack-components 1.3.9 → 1.3.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 +10 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [1.3.11] - 2025-11-18
6
+ ### Changed
7
+ - Update dependencies.
8
+
9
+ ## [1.3.10] - 2025-11-17
10
+ ### Changed
11
+ - Update package dependencies. [#45915] [#45958]
12
+
5
13
  ## [1.3.9] - 2025-11-10
6
14
  ### Changed
7
15
  - Replace icons removed from @wordpress/icons with alternatives. [#45760]
@@ -1558,6 +1566,8 @@
1558
1566
  ### Changed
1559
1567
  - Update node version requirement to 14.16.1
1560
1568
 
1569
+ [1.3.11]: https://github.com/Automattic/jetpack-components/compare/1.3.10...1.3.11
1570
+ [1.3.10]: https://github.com/Automattic/jetpack-components/compare/1.3.9...1.3.10
1561
1571
  [1.3.9]: https://github.com/Automattic/jetpack-components/compare/1.3.8...1.3.9
1562
1572
  [1.3.8]: https://github.com/Automattic/jetpack-components/compare/1.3.7...1.3.8
1563
1573
  [1.3.7]: https://github.com/Automattic/jetpack-components/compare/1.3.6...1.3.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -41,44 +41,44 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@automattic/format-currency": "1.0.1",
44
- "@automattic/jetpack-api": "^1.0.10",
45
- "@automattic/jetpack-boost-score-api": "^1.0.17",
44
+ "@automattic/jetpack-api": "^1.0.11",
45
+ "@automattic/jetpack-boost-score-api": "^1.0.18",
46
46
  "@automattic/jetpack-script-data": "^0.5.4",
47
- "@automattic/number-formatters": "^1.0.14",
47
+ "@automattic/number-formatters": "^1.0.15",
48
48
  "@babel/runtime": "^7",
49
- "@wordpress/browserslist-config": "6.31.0",
50
- "@wordpress/components": "30.4.0",
51
- "@wordpress/compose": "7.31.0",
52
- "@wordpress/data": "10.31.0",
53
- "@wordpress/date": "5.31.0",
54
- "@wordpress/element": "6.31.0",
55
- "@wordpress/i18n": "6.4.0",
56
- "@wordpress/icons": "10.31.0",
57
- "@wordpress/notices": "5.31.0",
49
+ "@wordpress/browserslist-config": "6.35.0",
50
+ "@wordpress/components": "30.8.0",
51
+ "@wordpress/compose": "7.35.0",
52
+ "@wordpress/data": "10.35.0",
53
+ "@wordpress/date": "5.35.0",
54
+ "@wordpress/element": "6.35.0",
55
+ "@wordpress/i18n": "6.8.0",
56
+ "@wordpress/icons": "11.2.0",
57
+ "@wordpress/notices": "5.35.0",
58
58
  "clsx": "2.1.1",
59
59
  "prop-types": "^15.7.2",
60
60
  "qrcode.react": "4.2.0",
61
61
  "react-slider": "2.0.5",
62
- "social-logos": "^3.3.3",
62
+ "social-logos": "^3.3.4",
63
63
  "uplot": "1.6.31",
64
64
  "uplot-react": "1.1.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@automattic/jetpack-base-styles": "^1.0.10",
67
+ "@automattic/jetpack-base-styles": "^1.0.11",
68
68
  "@babel/core": "7.28.4",
69
69
  "@babel/preset-react": "7.27.1",
70
- "@jest/globals": "30.0.4",
70
+ "@jest/globals": "30.2.0",
71
71
  "@storybook/addon-docs": "9.0.15",
72
72
  "@storybook/react": "9.0.15",
73
- "@testing-library/dom": "10.4.0",
73
+ "@testing-library/dom": "10.4.1",
74
74
  "@testing-library/react": "16.3.0",
75
75
  "@testing-library/user-event": "14.6.1",
76
76
  "@types/jest": "30.0.0",
77
77
  "@types/react": "18.3.26",
78
78
  "@types/react-dom": "18.3.7",
79
79
  "@types/react-slider": "1.3.6",
80
- "jest": "30.0.4",
81
- "jest-environment-jsdom": "30.0.4",
80
+ "jest": "30.2.0",
81
+ "jest-environment-jsdom": "30.2.0",
82
82
  "react": "18.3.1",
83
83
  "react-dom": "18.3.1",
84
84
  "require-from-string": "2.0.2",