Skip to content

Commit

Permalink
Update integrated AGLint to v2.0.10
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from fix/bump-aglint-to-v2.0.10 to master

Squashed commit of the following:

commit 67334f1
Author: scripthunter7 <d.tota@adguard.com>
Date:   Wed Sep 4 17:33:23 2024 +0200

    update changelog

commit 352f8aa
Author: scripthunter7 <d.tota@adguard.com>
Date:   Wed Sep 4 17:32:15 2024 +0200

    update tests

commit a7ad5a3
Author: scripthunter7 <d.tota@adguard.com>
Date:   Wed Sep 4 17:30:00 2024 +0200

    update integrated aglint
  • Loading branch information
scripthunter7 committed Sep 4, 2024
1 parent 732a673 commit f4a967a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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].

## 1.1.12 - 2024-09-04

### Changed

- Updated integrated [AGLint] to v2.0.10

## 1.1.11 - 2024-08-23

### Added
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.9",
"@adguard/aglint": "2.0.10",
"@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.9":
version "2.0.9"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.9.tgz#2082b12107dd2090102a72d64d8397a09f5e98d0"
integrity sha512-1xnQdGNwk6xb9m8YyxbaMLbSTQ59tehlwv7P92O7MqIMFLoLJy70HPrx3JOTj+GRrSNQOuJFHJnl7LVvF7pyUw==
"@adguard/aglint@2.0.10":
version "2.0.10"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.10.tgz#5d1ef8c3934eed896ef32dcbb385d27f5fd292ce"
integrity sha512-gv04PUw0M9sPYbdiN5HIc4paBNvPbKpOEKmXJplcU0F5/k2vYREVwrtKS8YvezbSOGR4cUL/AjVsqiY4O8SjfQ==
dependencies:
"@adguard/agtree" "^1.1.8"
"@inquirer/checkbox" "^1.3.7"
Expand Down
5 changes: 5 additions & 0 deletions test/static/aglint/.aglintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ extends:
- aglint:recommended
rules:
single-selector: warn
no-excluded-rules:
- error
- regexp-patterns:
# Do not forget to escape special regex characters
- example\.com\/bad\/query\/
3 changes: 3 additions & 0 deletions test/static/aglint/list3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ example.com##...
! invalid modifier
||example.com^$specifichide
||example.com^$referrerpolicy=~origin

! excluded rule
example.com/bad/query/

0 comments on commit f4a967a

Please sign in to comment.