Skip to content

Commit

Permalink
Update integrated AGLint to v2.0.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
scripthunter7 committed Jan 10, 2024
1 parent f1034d9 commit 255055f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver].


## Unreleased
## 1.1.7 - 2024-01-10

### Added

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

### Changed

- Updated integrated [AGLint] to v2.0.8


## 1.1.6 - 2024-01-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vscode-languageserver-textdocument": "^1.0.8"
},
"devDependencies": {
"@adguard/aglint": "2.0.6",
"@adguard/aglint": "2.0.8",
"@types/clone-deep": "^4.0.1",
"@types/semver": "^7.5.0",
"clone-deep": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


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

0 comments on commit 255055f

Please sign in to comment.