Skip to content

Commit 8881ca8

Browse files
authored
Merge pull request #478 from mocks-server/release
Release v4.1.0
2 parents bf9dd81 + 3a70ed9 commit 8881ca8

34 files changed

+1877
-1209
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ yarn-error.log*
2121
# ides
2222
.idea
2323
.vs
24+
.vscode/settings.json

mocks/admin-api-client-data-provider-e2e-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "17.0.2",
1111
"react-dom": "17.0.2",
1212
"react-redux": "7.2.8",
13-
"redux": "4.2.0"
13+
"redux": "4.2.1"
1414
},
1515
"scripts": {
1616
"start": "react-app-rewired start",

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"graph": "nx graph"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.18.13",
27-
"@babel/eslint-parser": "7.18.9",
28-
"@babel/preset-env": "7.18.10",
29-
"@babel/preset-react": "7.18.6",
30-
"@babel/preset-typescript": "7.18.6",
31-
"@cypress/webpack-preprocessor": "5.12.2",
26+
"@babel/core": "7.22.1",
27+
"@babel/eslint-parser": "7.21.8",
28+
"@babel/preset-env": "7.22.2",
29+
"@babel/preset-react": "7.22.3",
30+
"@babel/preset-typescript": "7.21.5",
31+
"@cypress/webpack-preprocessor": "5.17.1",
3232
"@nrwl/cli": "13.8.3",
3333
"@nrwl/eslint-plugin-nx": "13.8.3",
3434
"@nrwl/tao": "13.8.3",
@@ -38,22 +38,22 @@
3838
"@rollup/plugin-node-resolve": "13.3.0",
3939
"@rollup/plugin-typescript": "8.5.0",
4040
"@testing-library/cypress": "8.0.3",
41-
"@typescript-eslint/eslint-plugin": "5.32.0",
42-
"@typescript-eslint/parser": "5.32.0",
41+
"@typescript-eslint/eslint-plugin": "5.59.7",
42+
"@typescript-eslint/parser": "5.59.7",
4343
"babel-jest": "27.5.1",
4444
"babel-loader": "8.2.5",
4545
"babel-plugin-module-resolver": "4.1.0",
4646
"babel-plugin-replace-ts-export-assignment": "0.0.2",
4747
"babel-polyfill": "6.26.0",
4848
"commander": "9.1.0",
4949
"cross-env": "7.0.3",
50-
"cross-fetch": "3.1.5",
50+
"cross-fetch": "3.1.6",
5151
"cross-spawn": "7.0.3",
5252
"cypress": "9.7.0",
5353
"cypress-fail-fast": "3.4.1",
54-
"deepmerge": "4.2.2",
55-
"eslint": "8.24.0",
56-
"eslint-config-prettier": "8.5.0",
54+
"deepmerge": "4.3.1",
55+
"eslint": "8.41.0",
56+
"eslint-config-prettier": "8.8.0",
5757
"eslint-plugin-jest": "26.7.0",
5858
"eslint-plugin-no-only-tests": "2.6.0",
5959
"eslint-plugin-prettier": "4.2.1",
@@ -65,7 +65,7 @@
6565
"jest": "27.5.1",
6666
"lint-staged": "12.5.0",
6767
"lodash": "4.17.21",
68-
"prettier": "2.7.1",
68+
"prettier": "2.8.8",
6969
"react": "17.0.2",
7070
"react-app-rewired": "2.2.1",
7171
"react-scripts": "4.0.3",
@@ -80,7 +80,7 @@
8080
"tree-kill": "1.2.2",
8181
"typescript": "4.7.4",
8282
"wait-on": "6.0.1",
83-
"webpack": "5.74.0"
83+
"webpack": "5.84.1"
8484
},
8585
"lint-staged": {
8686
"packages/**/*.js": "eslint",

packages/admin-api-client-data-provider/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [unreleased]
87
### Added
98
### Changed
109
### Fixed
1110
### Removed
1211
### BREAKING CHANGES
1312

13+
## [unreleased]
14+
15+
## [6.1.3] - 2023-05-29
16+
17+
### Changed
18+
19+
- chore(deps): Update dependencies
20+
1421
## [6.1.2] - 2023-04-09
1522

1623
### Changed

packages/admin-api-client-data-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/admin-api-client-data-provider",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"description": "Client of @mocks-server/plugin-admin-api built with @data-provider",
55
"keywords": [
66
"administration",
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@data-provider/axios": "5.0.1",
4040
"@data-provider/core": "4.0.0",
41-
"redux": "4.2.0"
41+
"redux": "4.2.1"
4242
},
4343
"engines": {
4444
"node": ">=14.0.0"

packages/admin-api-client-data-provider/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=mocks-server
22
sonar.projectKey=mocks-server_main_admin-api-client-data-provider
33
sonar.projectName=admin-api-client-data-provider
4-
sonar.projectVersion=6.1.2
4+
sonar.projectVersion=6.1.3
55

66
sonar.javascript.file.suffixes=.js
77
sonar.sourceEncoding=UTF-8

packages/admin-api-client/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [unreleased]
87
### Added
98
### Changed
109
### Fixed
1110
### Removed
1211

12+
## [unreleased]
13+
14+
## [7.0.1] - 2023-05-29
15+
16+
### Changed
17+
18+
- chore(deps): Update dependencies
19+
1320
## [7.0.0] - 2022-09-14
1421

1522
### Removed

packages/admin-api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/admin-api-client",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Client of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"mocks-server",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@mocks-server/admin-api-paths": "workspace:*",
40-
"cross-fetch": "3.1.5"
40+
"cross-fetch": "3.1.6"
4141
},
4242
"engines": {
4343
"node": ">=14.0.0"

packages/admin-api-client/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=mocks-server
22
sonar.projectKey=mocks-server_main_admin-api-client
33
sonar.projectName=admin-api-client
4-
sonar.projectVersion=7.0.0
4+
sonar.projectVersion=7.0.1
55

66
sonar.javascript.file.suffixes=.js
77
sonar.sourceEncoding=UTF-8

packages/config/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# dependencies
77
/node_modules
88

9+
# build
10+
/dist
11+
912
# tests
1013
/coverage
1114
/mocks

0 commit comments

Comments
 (0)