Skip to content

Commit 255055f

Browse files
committed
Update integrated AGLint to v2.0.8
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from update-aglint-to-v2.0.8 to master Squashed commit of the following: commit 865e404 Merge: f12917b f1034d9 Author: scripthunter7 <d.tota@adguard.com> Date: Wed Jan 10 17:55:35 2024 +0100 Merge branch 'master' into update-aglint-to-v2.0.8 commit f12917b Author: scripthunter7 <d.tota@adguard.com> Date: Wed Jan 10 09:56:15 2024 +0100 Update date commit 890ea4a Merge: 74b67a5 484cbc4 Author: scripthunter7 <d.tota@adguard.com> Date: Tue Jan 9 19:27:51 2024 +0100 Merge branch 'master' into update-aglint-to-v2.0.8 commit 74b67a5 Author: scripthunter7 <d.tota@adguard.com> Date: Tue Jan 9 17:11:03 2024 +0100 Restrict version commit 6a4afd3 Author: scripthunter7 <d.tota@adguard.com> Date: Tue Jan 9 17:09:59 2024 +0100 Update changelog commit 5398d91 Author: scripthunter7 <d.tota@adguard.com> Date: Tue Jan 9 17:09:26 2024 +0100 Update integrated AGLint to v2.0.8
1 parent f1034d9 commit 255055f

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver].
66

77

8-
## Unreleased
8+
## 1.1.7 - 2024-01-10
99

1010
### Added
1111

1212
- Support for quick fixes: [#122]
1313
- Minimum version check for external AGLint installations: [#123]
1414

15+
### Changed
16+
17+
- Updated integrated [AGLint] to v2.0.8
18+
19+
1520
## 1.1.6 - 2024-01-04
1621

1722
### Fixed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vscode-languageserver-textdocument": "^1.0.8"
1313
},
1414
"devDependencies": {
15-
"@adguard/aglint": "2.0.6",
15+
"@adguard/aglint": "2.0.8",
1616
"@types/clone-deep": "^4.0.1",
1717
"@types/semver": "^7.5.0",
1818
"clone-deep": "^4.0.1",

server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adguard/aglint@2.0.6":
6-
version "2.0.6"
7-
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.6.tgz#71a71584a3c18f5f16258a1f5c22cca6516e0c31"
8-
integrity sha512-qCfrXIyfQr+2hEjdQllSicMHMeNZgPHazbOr9bvFmMuJXMH1btATcNsVGG8ktKO86eaBAPZdIpvT6nUsALEfjw==
5+
"@adguard/aglint@2.0.8":
6+
version "2.0.8"
7+
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.8.tgz#82661e1bef23025161dc74d7b3dd24218f2e04d4"
8+
integrity sha512-aRioaWDWItE3hjgvfUFvuzynQhorOk6/1aFug12Zsv1fmSZbmsx8tfP+RK/Z/oRx5QoSuHD+5y8lPYd34+qddw==
99
dependencies:
1010
"@adguard/agtree" "^1.1.7"
1111
"@inquirer/checkbox" "^1.3.7"

0 commit comments

Comments
 (0)