Skip to content

Commit 997b375

Browse files
committed
update AGLint to v4.0.0-beta.1
- Update AGLint dependency from v4.0.0-alpha.8 to v4.0.0-beta.1 - Update minimum supported AGLint version to v4.0.0-beta.1
1 parent 457af5f commit 997b375

3 files changed

Lines changed: 106 additions & 39 deletions

File tree

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ packages:
44
- test/static/aglint
55

66
catalog:
7-
'@adguard/aglint': ^4.0.0-alpha.8
7+
'@adguard/aglint': ^4.0.0-beta.1

server/src/utils/aglint-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { getInstallationCommand, NPM, type PackageManager } from './package-mana
1818
* Minimum version of the external AGLint module that is supported by the VSCode extension.
1919
* If the version is lower than this, the extension cannot use the external AGLint module.
2020
*/
21-
const MIN_AGLINT_VERSION = '4.0.0-alpha.8';
21+
const MIN_AGLINT_VERSION = '4.0.0-beta.1';
2222

2323
/**
2424
* Loaded AGLint module with instance-level rule cache.

0 commit comments

Comments
 (0)