Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into update/composer-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Oct 17, 2023
2 parents c44edf3 + f4d3103 commit 3ca3f72
Show file tree
Hide file tree
Showing 251 changed files with 1,174 additions and 837 deletions.
7 changes: 6 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
matchDatasources: [ 'packagist' ],
matchPackagePrefixes: [ 'codeception/' ],
},
{
groupName: 'Docker actions',
matchDepTypes: [ 'action' ],
matchPackagePrefixes: [ 'docker/' ],
},

// 🤷
{
Expand All @@ -89,7 +94,7 @@
},
],

regexManagers: [
customManagers: [
// Update the renovate-version in the action itself.
// See also https://github.com/renovatebot/github-action/issues/756
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
configurationFile: /tmp/monorepo/.github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
mount-docker-socket: true
renovate-version: 36.92.1
renovate-version: 37.18.4
env:
LOG_LEVEL: ${{ github.event.inputs.logLevel || 'debug' }}
RENOVATE_DRY_RUN: ${{ github.event.inputs.dryRun == 'no' && 'null' || github.event.inputs.dryRun || 'null' }}
Expand Down
109 changes: 70 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 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,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.12] - 2023-10-16
### Changed
- Updated package dependencies. [#33584]

## [0.1.11] - 2023-10-10
### Changed
- Updated package dependencies. [#33428]
Expand Down Expand Up @@ -140,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.1.12]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.8...v0.1.9
Expand Down
2 changes: 1 addition & 1 deletion 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.1.12-alpha",
"version": "0.1.12",
"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 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.29] - 2023-10-16
### Changed
- Updated package dependencies. [#33429]

## [1.0.28] - 2023-09-13
### Changed
- Updated package dependencies. [#33001]
Expand Down Expand Up @@ -135,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
- Replace missing domains too.

[1.0.29]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.28...v1.0.29
[1.0.28]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.27...v1.0.28
[1.0.27]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.26...v1.0.27
[1.0.26]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.25...v1.0.26
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/babel-plugin-replace-textdomain",
"version": "1.0.29-alpha",
"version": "1.0.29",
"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 Down
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.13] - 2023-10-16
### Changed
- Updated package dependencies. [#33567, #33569]

## [0.1.12] - 2023-10-10
### Changed
- Updated package dependencies. [#33428]
Expand Down Expand Up @@ -67,6 +71,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.13]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/Automattic/jetpack-boost-score-api/compare/v0.1.9...v0.1.10
Expand Down
2 changes: 1 addition & 1 deletion 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.13-alpha",
"version": "0.1.13",
"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 Down
6 changes: 6 additions & 0 deletions projects/js-packages/components/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.43.3] - 2023-10-16
### Changed
- Replaced inline social icons with social-logos package. [#33613]
- Updated package dependencies. [#33584, #33429]

## [0.43.2] - 2023-10-11
### Changed
- Changed Twitter icon and label to X [#33445]
Expand Down Expand Up @@ -839,6 +844,7 @@
### Changed
- Update node version requirement to 14.16.1

[0.43.3]: https://github.com/Automattic/jetpack-components/compare/0.43.2...0.43.3
[0.43.2]: https://github.com/Automattic/jetpack-components/compare/0.43.1...0.43.2
[0.43.1]: https://github.com/Automattic/jetpack-components/compare/0.43.0...0.43.1
[0.43.0]: https://github.com/Automattic/jetpack-components/compare/0.42.5...0.43.0
Expand Down

This file was deleted.

Loading

0 comments on commit 3ca3f72

Please sign in to comment.