Skip to content

Commit fc4f1a1

Browse files
authored
Merge pull request #20723 from strapi/releases/4.25.3
chore: release v4.25.3
2 parents 880ccae + edba8ed commit fc4f1a1

File tree

61 files changed

+593
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+593
-415
lines changed

.github/actions/check-pr-status/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-pr-status",
3-
"version": "4.25.2",
3+
"version": "4.25.3",
44
"private": true,
55
"license": "MIT",
66
"main": "dist/index.js",

examples/getstarted/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getstarted",
3-
"version": "4.25.2",
3+
"version": "4.25.3",
44
"private": true,
55
"description": "A Strapi application.",
66
"license": "SEE LICENSE IN LICENSE",
@@ -14,16 +14,16 @@
1414
},
1515
"dependencies": {
1616
"@strapi/icons": "1.19.0",
17-
"@strapi/plugin-color-picker": "4.25.2",
18-
"@strapi/plugin-documentation": "4.25.2",
19-
"@strapi/plugin-graphql": "4.25.2",
20-
"@strapi/plugin-i18n": "4.25.2",
21-
"@strapi/plugin-sentry": "4.25.2",
22-
"@strapi/plugin-users-permissions": "4.25.2",
23-
"@strapi/provider-email-mailgun": "4.25.2",
24-
"@strapi/provider-upload-aws-s3": "4.25.2",
25-
"@strapi/provider-upload-cloudinary": "4.25.2",
26-
"@strapi/strapi": "4.25.2",
17+
"@strapi/plugin-color-picker": "4.25.3",
18+
"@strapi/plugin-documentation": "4.25.3",
19+
"@strapi/plugin-graphql": "4.25.3",
20+
"@strapi/plugin-i18n": "4.25.3",
21+
"@strapi/plugin-sentry": "4.25.3",
22+
"@strapi/plugin-users-permissions": "4.25.3",
23+
"@strapi/provider-email-mailgun": "4.25.3",
24+
"@strapi/provider-upload-aws-s3": "4.25.3",
25+
"@strapi/provider-upload-cloudinary": "4.25.3",
26+
"@strapi/strapi": "4.25.3",
2727
"better-sqlite3": "8.6.0",
2828
"lodash": "4.17.21",
2929
"mysql": "2.18.1",

examples/kitchensink-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kitchensink-ts",
3-
"version": "4.25.2",
3+
"version": "4.25.3",
44
"private": true,
55
"description": "A Strapi application",
66
"license": "MIT",
@@ -14,9 +14,9 @@
1414
"strapi": "strapi"
1515
},
1616
"dependencies": {
17-
"@strapi/plugin-i18n": "4.25.2",
18-
"@strapi/plugin-users-permissions": "4.25.2",
19-
"@strapi/strapi": "4.25.2",
17+
"@strapi/plugin-i18n": "4.25.3",
18+
"@strapi/plugin-users-permissions": "4.25.3",
19+
"@strapi/strapi": "4.25.3",
2020
"better-sqlite3": "8.6.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/kitchensink/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kitchensink",
3-
"version": "4.25.2",
3+
"version": "4.25.3",
44
"private": true,
55
"description": "A Strapi application.",
66
"license": "SEE LICENSE IN LICENSE",
@@ -13,10 +13,10 @@
1313
"strapi": "strapi"
1414
},
1515
"dependencies": {
16-
"@strapi/provider-email-mailgun": "4.25.2",
17-
"@strapi/provider-upload-aws-s3": "4.25.2",
18-
"@strapi/provider-upload-cloudinary": "4.25.2",
19-
"@strapi/strapi": "4.25.2",
16+
"@strapi/provider-email-mailgun": "4.25.3",
17+
"@strapi/provider-upload-aws-s3": "4.25.3",
18+
"@strapi/provider-upload-cloudinary": "4.25.3",
19+
"@strapi/strapi": "4.25.3",
2020
"lodash": "4.17.21",
2121
"mysql": "2.18.1",
2222
"mysql2": "3.9.4",

examples/plugins/workspace-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-workspace-plugin",
3-
"version": "4.25.2",
3+
"version": "4.25.3",
44
"private": true,
55
"description": "This is the description of my plugin.",
66
"exports": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.25.2",
2+
"version": "4.25.3",
33
"packages": ["packages/*", "examples/*"],
44
"npmClient": "yarn",
55
"useWorkspaces": true,

packages/admin-test-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/admin-test-utils",
3-
"version": "4.25.2",
3+
"version": "4.25.3",
44
"private": true,
55
"description": "Test utilities for the Strapi administration panel",
66
"license": "MIT",
@@ -74,8 +74,8 @@
7474
"@reduxjs/toolkit": "1.9.7",
7575
"@strapi/pack-up": "4.23.0",
7676
"@testing-library/jest-dom": "5.16.5",
77-
"eslint-config-custom": "4.25.2",
78-
"tsconfig": "4.25.2"
77+
"eslint-config-custom": "4.25.3",
78+
"tsconfig": "4.25.3"
7979
},
8080
"peerDependencies": {
8181
"@reduxjs/toolkit": "^1.9.7",

packages/cli/cloud/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
.eslintrc.js
33
dist/
44
bin/
5+
jest.config.js

packages/cli/cloud/jest.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
'use strict';
2+
3+
module.exports = {
4+
preset: '../../../jest-preset.unit.js',
5+
displayName: 'Cloud CLI',
6+
};

packages/cli/cloud/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/cloud-cli",
3-
"version": "4.25.2",
3+
"version": "4.25.3",
44
"description": "Commands to interact with the Strapi Cloud",
55
"keywords": [
66
"strapi",
@@ -41,10 +41,11 @@
4141
"build": "pack-up build",
4242
"clean": "run -T rimraf ./dist",
4343
"lint": "run -T eslint .",
44+
"test:unit": "run -T jest",
4445
"watch": "pack-up watch"
4546
},
4647
"dependencies": {
47-
"@strapi/utils": "4.25.2",
48+
"@strapi/utils": "4.25.3",
4849
"axios": "1.6.0",
4950
"chalk": "4.1.2",
5051
"cli-progress": "3.12.0",
@@ -69,8 +70,8 @@
6970
"@types/cli-progress": "3.11.5",
7071
"@types/eventsource": "1.1.15",
7172
"@types/lodash": "^4.14.191",
72-
"eslint-config-custom": "4.25.2",
73-
"tsconfig": "4.25.2"
73+
"eslint-config-custom": "4.25.3",
74+
"tsconfig": "4.25.3"
7475
},
7576
"engines": {
7677
"node": ">=18.0.0 <=20.x.x",

0 commit comments

Comments
 (0)