Skip to content

Commit aacd149

Browse files
authored
Update dev-depencies, including vite, typescript, etc: (#161)
* Update `vite` to v8, `typescript` to v6, other packages to lastest minor versions: `sass`, `vitest`, `playwright`, `@comunica/query-sparql-rdfjs-lite`, eslint-related.
1 parent 38fc425 commit aacd149

5 files changed

Lines changed: 3190 additions & 3490 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2121
#### ⏱ Performance
2222
- Fix canvas panning optimization not being applied due to incorrect `z-index` value.
2323

24+
#### 🔧 Maintenance
25+
- Update dev-depencies: `vite` to v8, `typescript` to v6, other packages to lastest minor versions: `sass`, `vitest`, `playwright`, `@comunica/query-sparql-rdfjs-lite`, eslint-related.
26+
2427
#### 💅 Polish
2528
- Improve `WorkspaceLayout*` item resize handing:
2629
* Enable size transition on expand/collapse `WorkspaceLayoutRow` items;

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default tseslint.config(
6464
'@typescript-eslint/unbound-method': ['warn', {
6565
ignoreStatic: true,
6666
}],
67+
'@typescript-eslint/no-unnecessary-type-assertion': 'off',
6768
},
6869
},
6970
{

0 commit comments

Comments
 (0)