Skip to content

Commit abec7bc

Browse files
authored
feat: bump to 0.21.0 (#331)
1 parent 3a2aeca commit abec7bc

File tree

7 files changed

+1369
-1113
lines changed

7 files changed

+1369
-1113
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'
116116
strategy:
117117
matrix:
118-
version: [3.3.4, 3.4.2, 3.5.2, 3.6.0, 3.7.8, 3.8.5]
118+
version: [3.5.5, 3.6.1, 3.7.8, 3.8.10]
119119
env:
120120
BACKEND_API7_VERSION: ${{ matrix.version }}
121121
BACKEND_API7_DOWNLOAD_URL: https://run.api7.ai/api7-ee/api7-ee-v${{ matrix.version }}.tar.gz

apps/cli/src/command/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { PingCommand } from './ping.command';
1313
import { SyncCommand } from './sync.command';
1414
import { configurePluralize } from './utils';
1515

16-
const versionCode = '0.20.0';
16+
const versionCode = '0.21.0';
1717

1818
// initialize dotenv
1919
dotenv.config();

libs/backend-api7/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
| Versions | Supported |
1313
| -------- | --------- |
14-
| 3.3.4 ||
15-
| 3.4.2 ||
16-
| 3.5.2 ||
17-
| 3.6.0 ||
14+
| 3.5.5 ||
15+
| 3.6.1 ||
1816
| 3.7.8 ||
19-
| 3.8.5 ||
17+
| 3.8.10 ||

libs/backend-api7/tsconfig.spec.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"src/**/*.spec.js",
3030
"src/**/*.test.jsx",
3131
"src/**/*.spec.jsx",
32-
"src/**/*.d.ts"
32+
"src/**/*.d.ts",
33+
"e2e/**/*.ts"
3334
],
3435
"references": [
3536
{

libs/backend-apisix/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| 3.10.x || Full |
2727
| 3.11.x || Full |
2828
| 3.12.x || Full |
29+
| 3.13.x || Full |
2930

3031
1. The stream routes will be skipped during synchronization because they cannot be associated to the service on these versions.
3132
2. The `name` field is lost when the stream route is dumped and synchronized, because it is not defined in the APISIX schema.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"scripts": {},
66
"private": true,
77
"devDependencies": {
8-
"@nx/esbuild": "21.3.11",
9-
"@nx/eslint": "21.3.11",
10-
"@nx/eslint-plugin": "21.3.11",
11-
"@nx/js": "21.3.11",
12-
"@nx/node": "21.3.11",
13-
"@nx/vite": "21.3.11",
14-
"@nx/web": "21.3.11",
15-
"@nx/webpack": "21.3.11",
16-
"@nx/workspace": "21.3.11",
17-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
8+
"@nx/esbuild": "21.4.1",
9+
"@nx/eslint": "21.4.1",
10+
"@nx/eslint-plugin": "21.4.1",
11+
"@nx/js": "21.4.1",
12+
"@nx/node": "21.4.1",
13+
"@nx/vite": "21.4.1",
14+
"@nx/web": "21.4.1",
15+
"@nx/webpack": "21.4.1",
16+
"@nx/workspace": "21.4.1",
17+
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
1818
"@svgr/webpack": "^8.1.0",
1919
"@swc-node/register": "1.9.2",
20-
"@swc/core": "1.5.7",
21-
"@swc/helpers": "0.5.12",
22-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
20+
"@swc/core": "1.13.5",
21+
"@swc/helpers": "0.5.17",
22+
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
2323
"@types/deep-diff": "^1.0.5",
2424
"@types/js-yaml": "^4.0.9",
2525
"@types/json-schema": "^7.0.15",
@@ -29,21 +29,21 @@
2929
"@types/qs": "^6.9.15",
3030
"@types/semver": "^7.5.8",
3131
"@types/signale": "^1.4.7",
32-
"@typescript-eslint/utils": "^8.39.1",
32+
"@typescript-eslint/utils": "^8.41.0",
3333
"@vitest/coverage-v8": "^3.0.5",
3434
"@vitest/ui": "^3.0.0",
35-
"esbuild": "^0.19.12",
35+
"esbuild": "^0.25.9",
3636
"eslint": "^9.33.0",
3737
"eslint-config-prettier": "10.1.5",
3838
"jiti": "2.4.2",
3939
"jsonc-eslint-parser": "^2.1.0",
40-
"nx": "21.3.11",
40+
"nx": "21.4.1",
4141
"prettier": "^3.2.5",
4242
"qs": "^6.12.1",
4343
"terser-webpack-plugin": "^5.3.14",
4444
"ts-node": "^10.9.2",
4545
"typescript": "5.8.3",
46-
"typescript-eslint": "^8.39.1",
46+
"typescript-eslint": "^8.41.0",
4747
"url-loader": "^4.1.1",
4848
"vite": "^6.0.0",
4949
"vitest": "^3.0.0",
@@ -55,7 +55,7 @@
5555
"commander": "^13.1.0",
5656
"deep-diff": "^1.0.2",
5757
"dotenv": "^16.4.5",
58-
"glob": "^11.0.0",
58+
"glob": "^11.0.3",
5959
"immer": "^10.1.1",
6060
"js-yaml": "^4.1.0",
6161
"json-schema": "^0.4.0",

0 commit comments

Comments
 (0)