Skip to content

Commit a1810fc

Browse files
feat: angular update v21
* feat: #TINFR-3413 ai-table angular update 21 (#876) * build: release 0.6.0-next.0 * fix: ci release node version 22 (#878) * Revert "build: release 0.6.0-next.0" (#879) * build: release 0.6.0-next.0 * feat: lru-cache update 11.2.1 (#881) * refact: package-lock fix * build: release 0.6.0-next.1 * refact: package-lock fix * feat: ngx-tethys、@tethys/cdk update 21.0.0 * fix: remove @date-fns/tz --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 41a9c11 commit a1810fc

10 files changed

Lines changed: 2847 additions & 3100 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v1
3737
with:
38-
node-version: 18
38+
node-version: 22
3939
registry-url: 'https://registry.npmjs.org'
4040
- name: Install dependencies
4141
run: npm ci --force

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
# [0.6.0-next.1](https://github.com/worktile/ai-table/compare/0.6.0-next.0...0.6.0-next.1) (2026-04-08)
6+
7+
8+
### Features
9+
10+
* lru-cache update 11.2.1 ([#881](https://github.com/worktile/ai-table/issues/881)) ([f61029c](https://github.com/worktile/ai-table/commit/f61029cbd223d197f3e58d7904c6fe921acd9648))
11+
12+
13+
514
## [0.5.9](https://github.com/worktile/ai-table/compare/0.5.8...0.5.9) (2026-01-26)
615

716

package-lock.json

Lines changed: 2808 additions & 3074 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-table",
3-
"version": "0.5.9",
3+
"version": "0.6.0-next.1",
44
"workspaces": [
55
"packages/*"
66
],
@@ -31,36 +31,36 @@
3131
"url": "https://github.com/worktile/ai-table"
3232
},
3333
"dependencies": {
34-
"@angular/animations": "^20.3.13",
35-
"@angular/cdk": "^20.2.14",
36-
"@angular/common": "^20.3.13",
37-
"@angular/compiler": "^20.3.13",
38-
"@angular/core": "^20.3.13",
39-
"@angular/forms": "^20.3.13",
40-
"@angular/platform-browser": "^20.3.13",
41-
"@angular/platform-browser-dynamic": "^20.3.13",
42-
"@angular/router": "^20.3.13",
43-
"@tethys/cdk": "^20.0.4",
34+
"@angular/animations": "^21.2.7",
35+
"@angular/cdk": "^21.2.5",
36+
"@angular/common": "^21.2.7",
37+
"@angular/compiler": "^21.2.7",
38+
"@angular/core": "^21.2.7",
39+
"@angular/forms": "^21.2.7",
40+
"@angular/platform-browser": "^21.2.7",
41+
"@angular/platform-browser-dynamic": "^21.2.7",
42+
"@angular/router": "^21.2.7",
43+
"@tethys/cdk": "^21.0.0",
4444
"@tethys/icons": "^1.4.85",
4545
"bson-objectid": "^2.0.4",
4646
"nanoid": "^3.3.8",
4747
"date-fns": "^4.1.0",
4848
"grapheme-splitter": "^1.0.4",
4949
"immer": "^10.0.3",
50-
"ngx-tethys": "^20.0.4",
50+
"ngx-tethys": "^21.0.0",
5151
"konva": "^9.3.14",
5252
"lodash": "^4.17.21",
53-
"lru-cache": "^11.0.0",
53+
"lru-cache": "11.2.1",
5454
"npm": "^10.8.1",
5555
"rxjs": "~7.8.0",
5656
"tslib": "^2.6.3",
5757
"zone.js": "~0.15.0",
5858
"is-hotkey": "^0.2.0"
5959
},
6060
"devDependencies": {
61-
"@angular/build": "^20.3.11",
62-
"@angular/cli": "^20.3.11",
63-
"@angular/compiler-cli": "^20.3.13",
61+
"@angular/build": "^21.2.6",
62+
"@angular/cli": "^21.2.6",
63+
"@angular/compiler-cli": "^21.2.7",
6464
"@types/is-hotkey": "^0.1.6",
6565
"@types/jasmine": "~5.1.4",
6666
"@types/lodash": "^4.17.7",
@@ -75,11 +75,11 @@
7575
"karma-coverage": "~2.2.1",
7676
"karma-jasmine": "~5.1.0",
7777
"karma-jasmine-html-reporter": "~2.1.0",
78-
"ng-packagr": "^20.3.2",
78+
"ng-packagr": "^21.2.2",
7979
"prettier": "^3.3.2",
8080
"ts-node": "^10.9.2",
8181
"tsx": "^4.7.0",
82-
"typescript": "~5.8.3",
82+
"typescript": "~5.9.3",
8383
"ws": "8.0.0",
8484
"y-websocket": "^2.0.3",
8585
"yjs": "13.6.26"

packages/grid/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"files": ["*.ts"],
77
"parserOptions": {
8-
"project": ["packages/core/tsconfig.lib.json", "packages/core/tsconfig.spec.json"],
8+
"project": ["packages/grid/tsconfig.json", "packages/grid/tsconfig.spec.json"],
99
"createDefaultProgram": true
1010
},
1111
"rules": {

packages/grid/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ai-table/grid",
3-
"version": "0.5.9",
3+
"version": "0.6.0-next.1",
44
"peerDependencies": {
5-
"@angular/common": "^20.0.0",
6-
"@angular/core": "^20.0.0",
5+
"@angular/common": "^21.0.0",
6+
"@angular/core": "^21.0.0",
77
"bson-objectid": "^2.0.4",
88
"lru-cache": "^11.0.0",
99
"konva": "^9.3.14",

packages/grid/src/components/cell-views/select/option.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { AITableSelectField } from '../../../types';
1313
changeDetection: ChangeDetectionStrategy.OnPush,
1414
host: {
1515
class: 'select-option thy-text',
16-
'[class.select-option-tag]': 'optionStyle === AITableSelectOptionStyle.tag'
16+
'[class.select-option-tag]': 'optionStyle() === AITableSelectOptionStyle.tag'
1717
},
1818
imports: [ThyTag, ThyIcon, ThyTooltipModule, ThyDot, ThyFlexibleText]
1919
})

packages/grid/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "./tsconfig.lib.json",
3+
"include": ["src/**/*.ts"]
4+
}

packages/state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-table/state",
3-
"version": "0.5.9",
3+
"version": "0.6.0-next.1",
44
"peerDependencies": {},
55
"dependencies": {
66
"tslib": "^2.3.0"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-table/utils",
3-
"version": "0.5.9",
3+
"version": "0.6.0-next.1",
44
"main": "index.js",
55
"scripts": {
66
"build": "rimraf ../../dist/utils && tsc -p tsconfig.lib.json && cpx package.json ../../dist/utils"

0 commit comments

Comments
 (0)