Skip to content

Commit

Permalink
Merge branch 'trunk' into refactor/social-register-feature-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz committed Dec 5, 2023
2 parents a89e7b5 + 23c829b commit d7949bf
Show file tree
Hide file tree
Showing 319 changed files with 5,693 additions and 3,673 deletions.
5,141 changes: 2,591 additions & 2,550 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/github-actions/test-results-to-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"@vercel/ncc": "0.36.1",
"jest": "29.4.3",
"nock": "13.2.9"
"jest": "29.7.0",
"nock": "13.4.0"
},
"scripts": {
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt",
Expand Down
6 changes: 6 additions & 0 deletions projects/js-packages/ai-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2023-12-03
### Changed
- Updated the prompt shadow for a better sense of depth. [#34362]
- Updated package dependencies. [#34411] [#34427]

## [0.2.0] - 2023-11-20
### Changed
- Include built JavaScript code in addition to TypeScript. [#34118]
Expand Down Expand Up @@ -166,6 +171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.2.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.16...v0.2.0
[0.1.16]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.15...v0.1.16
[0.1.15]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.14...v0.1.15
Expand Down

This file was deleted.

20 changes: 10 additions & 10 deletions projects/js-packages/ai-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@automattic/jetpack-ai-client",
"version": "0.2.1-alpha",
"version": "0.2.1",
"description": "A JS client for consuming Jetpack AI services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"@storybook/blocks": "7.4.6",
"@storybook/react": "7.4.6",
"jest": "^29.6.2",
"jest-environment-jsdom": "29.5.0",
"jest-environment-jsdom": "29.7.0",
"typescript": "5.0.4"
},
"exports": {
Expand All @@ -44,14 +44,14 @@
"@automattic/jetpack-shared-extension-utils": "workspace:*",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.2.33",
"@wordpress/api-fetch": "6.42.0",
"@wordpress/block-editor": "12.13.0",
"@wordpress/components": "25.11.0",
"@wordpress/compose": "6.22.0",
"@wordpress/data": "9.15.0",
"@wordpress/element": "5.22.0",
"@wordpress/i18n": "4.45.0",
"@wordpress/icons": "9.36.0",
"@wordpress/api-fetch": "6.44.0",
"@wordpress/block-editor": "12.15.0",
"@wordpress/components": "25.13.0",
"@wordpress/compose": "6.24.0",
"@wordpress/data": "9.17.0",
"@wordpress/element": "5.24.0",
"@wordpress/i18n": "4.47.0",
"@wordpress/icons": "9.38.0",
"classnames": "2.3.2",
"debug": "4.3.4",
"react": "18.2.0",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Analytics package releases.

## [0.1.29] - 2023-12-03
### Changed
- Updated package dependencies. [#34427]

## [0.1.28] - 2023-11-20

## [0.1.27] - 2023-08-23
Expand Down Expand Up @@ -112,6 +116,7 @@
### Added
- Initial release of jetpack-api package.

[0.1.29]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.28...v0.1.29
[0.1.28]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.27...v0.1.28
[0.1.27]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.26...v0.1.27
[0.1.26]: https://github.com/Automattic/jetpack-analytics/compare/v0.1.25...v0.1.26
6 changes: 3 additions & 3 deletions projects/js-packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-analytics",
"version": "0.1.28",
"version": "0.1.29",
"description": "Jetpack Analytics Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/analytics/#readme",
"bugs": {
Expand All @@ -16,8 +16,8 @@
"dependencies": {},
"devDependencies": {
"debug": "4.3.4",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3"
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0"
},
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions projects/js-packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [0.16.7] - 2023-12-03
### Changed
- Updated package dependencies. [#34411]
- Updated package dependencies. [#34427]

## [0.16.6] - 2023-11-20

## [0.16.5] - 2023-11-14
Expand Down Expand Up @@ -281,6 +286,7 @@
- Add the API methods left behind by the previous PR.
- Initial release of jetpack-api package

[0.16.7]: https://github.com/Automattic/jetpack-api/compare/v0.16.6...v0.16.7
[0.16.6]: https://github.com/Automattic/jetpack-api/compare/v0.16.5...v0.16.6
[0.16.5]: https://github.com/Automattic/jetpack-api/compare/v0.16.4...v0.16.5
[0.16.4]: https://github.com/Automattic/jetpack-api/compare/v0.16.3...v0.16.4
Expand Down
8 changes: 4 additions & 4 deletions projects/js-packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-api",
"version": "0.16.6",
"version": "0.16.7",
"description": "Jetpack Api Package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/api/#readme",
"bugs": {
Expand All @@ -15,11 +15,11 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-config": "workspace:*",
"@wordpress/url": "3.46.0"
"@wordpress/url": "3.48.0"
},
"devDependencies": {
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3"
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0"
},
"type": "module",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.32] - 2023-12-03
### Changed
- Updated package dependencies. [#34427]

## [1.0.31] - 2023-11-20

## [1.0.30] - 2023-10-17
Expand Down Expand Up @@ -145,6 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
- Replace missing domains too.

[1.0.32]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.31...v1.0.32
[1.0.31]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.30...v1.0.31
[1.0.30]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.29...v1.0.30
[1.0.29]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.28...v1.0.29
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.0.31",
"version": "1.0.33-alpha",
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme",
"bugs": {
Expand All @@ -20,9 +20,9 @@
"debug": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/core": "7.23.5",
"babel-plugin-tester": "11.0.4",
"jest": "29.4.3"
"jest": "29.7.0"
},
"exports": {
".": "./src/index.js"
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/base-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.14] - 2023-12-03
### Changed
- Updated package dependencies. [#34411]

## [0.6.13] - 2023-11-20

## [0.6.12] - 2023-11-14
Expand Down Expand Up @@ -234,6 +238,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself.

[0.6.14]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.13...0.6.14
[0.6.13]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.12...0.6.13
[0.6.12]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.11...0.6.12
[0.6.11]: https://github.com/Automattic/jetpack-base-styles/compare/0.6.10...0.6.11
Expand Down
4 changes: 2 additions & 2 deletions projects/js-packages/base-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-base-styles",
"version": "0.6.13",
"version": "0.6.14",
"description": "Jetpack components base styles",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/base-styles/#readme",
"bugs": {
Expand All @@ -20,6 +20,6 @@
"build-production-js": "echo 'Not implemented.'"
},
"devDependencies": {
"@wordpress/base-styles": "4.36.0"
"@wordpress/base-styles": "4.38.0"
}
}
5 changes: 5 additions & 0 deletions projects/js-packages/boost-score-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.18] - 2023-12-03
### Changed
- Updated package dependencies. [#34411] [#34427]

## [0.1.17] - 2023-11-20

## [0.1.16] - 2023-11-14
Expand Down Expand Up @@ -83,6 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Create package for the boost score bar API [#30781]

[0.1.18]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.17...v0.1.18
[0.1.17]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.16...v0.1.17
[0.1.16]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.15...v0.1.16
[0.1.15]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.14...v0.1.15
Expand Down
8 changes: 4 additions & 4 deletions projects/js-packages/boost-score-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-boost-score-api",
"version": "0.1.17",
"version": "0.1.18",
"description": "A package to get the Jetpack Boost score of a site",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/boost-score-api/#readme",
"bugs": {
Expand All @@ -20,15 +20,15 @@
"test": "jest tests"
},
"dependencies": {
"@wordpress/i18n": "4.45.0",
"@wordpress/i18n": "4.47.0",
"zod": "3.22.3"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.51.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.4.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-loader": "9.4.2",
"typescript": "5.0.4",
"webpack": "5.76.0",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### This is a list detailing changes for the Jetpack RNA Components package releases.

## [0.45.4] - 2023-12-03
### Changed
- Updated package dependencies. [#34411] [#34427]

## [0.45.3] - 2023-11-21
### Fixed
- Fixed ActionPopover CSS variables. [#34226]
Expand Down Expand Up @@ -886,6 +890,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.45.4]: https://github.com/Automattic/jetpack-components/compare/0.45.3...0.45.4
[0.45.3]: https://github.com/Automattic/jetpack-components/compare/0.45.2...0.45.3
[0.45.2]: https://github.com/Automattic/jetpack-components/compare/0.45.1...0.45.2
[0.45.1]: https://github.com/Automattic/jetpack-components/compare/0.45.0...0.45.1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
32 changes: 16 additions & 16 deletions projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-components",
"version": "0.45.3",
"version": "0.45.5-alpha",
"description": "Jetpack Components Package",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand All @@ -17,14 +17,14 @@
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-boost-score-api": "workspace:*",
"@babel/runtime": "^7",
"@wordpress/browserslist-config": "5.28.0",
"@wordpress/components": "25.11.0",
"@wordpress/compose": "6.22.0",
"@wordpress/data": "9.15.0",
"@wordpress/date": "4.45.0",
"@wordpress/element": "5.22.0",
"@wordpress/i18n": "4.45.0",
"@wordpress/icons": "9.36.0",
"@wordpress/browserslist-config": "5.30.0",
"@wordpress/components": "25.13.0",
"@wordpress/compose": "6.24.0",
"@wordpress/data": "9.17.0",
"@wordpress/date": "4.47.0",
"@wordpress/element": "5.24.0",
"@wordpress/i18n": "4.47.0",
"@wordpress/icons": "9.38.0",
"classnames": "2.3.2",
"prop-types": "^15.7.2",
"qrcode.react": "3.1.0",
Expand All @@ -35,24 +35,24 @@
},
"devDependencies": {
"@automattic/jetpack-base-styles": "workspace:*",
"@babel/core": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/core": "7.23.5",
"@babel/preset-react": "7.23.3",
"@jest/globals": "29.4.3",
"@storybook/addon-actions": "7.4.6",
"@storybook/blocks": "7.4.6",
"@storybook/react": "7.4.6",
"@testing-library/dom": "8.19.1",
"@testing-library/dom": "8.20.1",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.5",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.10",
"@types/qrcode.react": "1.0.4",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-slider": "1.3.3",
"@types/react-test-renderer": "18.0.5",
"@types/testing-library__jest-dom": "5.14.9",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.24] - 2023-12-03
### Changed
- Updated package dependencies. [#34427]

## [0.1.23] - 2023-11-20

## [0.1.22] - 2023-10-24
Expand Down Expand Up @@ -96,6 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fixed and improved README

[0.1.24]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.23...v0.1.24
[0.1.23]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.22...v0.1.23
[0.1.22]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.21...v0.1.22
[0.1.21]: https://github.com/Automattic/jetpack-config-js/compare/v0.1.20...v0.1.21
Loading

0 comments on commit d7949bf

Please sign in to comment.