Skip to content

Commit 95980cb

Browse files
committed
merge from dev and resolve conflicts
2 parents 3d35bbe + 1178e76 commit 95980cb

File tree

93 files changed

+7778
-7190
lines changed

Some content is hidden

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

93 files changed

+7778
-7190
lines changed

.changeset/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/config.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install pnpm
4747
uses: pnpm/action-setup@v2
4848
with:
49-
version: 9.4.0
49+
version: 9.15.9
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
5252
uses: buildjet/setup-node@v3

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install pnpm
4747
uses: pnpm/action-setup@v2
4848
with:
49-
version: 9.4.0
49+
version: 9.15.9
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
5252
uses: buildjet/setup-node@v3

.github/workflows/regression-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install pnpm
4747
uses: pnpm/action-setup@v2
4848
with:
49-
version: 9.4.0
49+
version: 9.15.9
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
5252
uses: buildjet/setup-node@v3

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ I want to think you first for considering contributing to ZenStack 🙏🏻. It'
55
## Prerequisites
66

77
- [Node.js](https://nodejs.org/): v20 or above
8-
- [pnpm](https://pnpm.io/): v9.4.0
8+
- [pnpm](https://pnpm.io/): v9.15.9
99

1010
If you want to run the tests, you should be aware that some of the integration tests run against postgres. These tests will attempt to set up and subsequently their own database, so you'll need to provide a connection details for a postgres user with at least those permissions. To provide connection details, you can configure the following environment variables or provide them when executing `pnpm test` commands.
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img src="https://img.shields.io/npm/v/zenstack">
1111
</a>
1212
<a href="https://www.npmjs.com/package/zenstack">
13-
<img src="https://img.shields.io/npm/dm/zenstack">
13+
<img src="https://img.shields.io/npm/dm/@zenstackhq/runtime">
1414
</a>
1515
<img src="https://github.com/zenstackhq/zenstack/actions/workflows/build-test.yml/badge.svg">
1616
<a href="https://twitter.com/zenstackhq">

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenstack-monorepo",
3-
"version": "2.17.2",
3+
"version": "2.18.1",
44
"description": "",
55
"scripts": {
66
"build": "pnpm -r --filter=\"!./packages/ide/*\" build",
@@ -22,11 +22,10 @@
2222
"keywords": [],
2323
"author": "",
2424
"license": "MIT",
25-
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
25+
"packageManager": "pnpm@9.15.9",
2626
"devDependencies": {
27-
"@changesets/cli": "^2.26.0",
2827
"@types/jest": "^29.5.10",
29-
"@types/node": "^20.10.2",
28+
"@types/node": "^20.14.9",
3029
"@typescript-eslint/eslint-plugin": "^7.6.0",
3130
"@typescript-eslint/parser": "^7.6.0",
3231
"concurrently": "^7.4.0",
@@ -38,6 +37,6 @@
3837
"ts-jest": "^29.1.1",
3938
"tsup": "^8.0.1",
4039
"tsx": "^4.7.1",
41-
"typescript": "^5.4.4"
40+
"typescript": "catalog:"
4241
}
4342
}

packages/ide/jetbrains/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Fixed
66

7+
- Views are not required to have a unique identifying field marked with `@id` or `@unique`.
8+
9+
## 2.17.0
10+
11+
### Fixed
12+
713
- Support `@db.Json` and `@db.JsonB` attributes on strongly typed JSON fields.
814

915
## 2.16.0

packages/ide/jetbrains/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "dev.zenstack"
12-
version = "2.17.2"
12+
version = "2.18.1"
1313

1414
repositories {
1515
mavenCentral()

0 commit comments

Comments
 (0)