-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from update-aglint-to-v2.0.9 to master Squashed commit of the following: commit 94481a7 Author: scripthunter7 <[email protected]> Date: Fri Apr 26 11:04:49 2024 +0200 changelog commit 62f66e1 Author: scripthunter7 <[email protected]> Date: Fri Apr 26 11:02:25 2024 +0200 update, format bamboo specs commit 1864990 Author: scripthunter7 <[email protected]> Date: Fri Apr 26 11:02:08 2024 +0200 update gh workflows commit ada5a35 Author: scripthunter7 <[email protected]> Date: Fri Apr 26 11:01:45 2024 +0200 update integrated aglint
- Loading branch information
1 parent
16e8508
commit 2577c69
Showing
10 changed files
with
63 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
--- | ||
!include 'test.yaml' | ||
|
||
--- | ||
!include 'increment.yaml' | ||
|
||
--- | ||
!include 'build.yaml' | ||
|
||
--- | ||
!include 'deploy.yaml' | ||
|
||
--- | ||
!include 'permissions.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@adguard/[email protected].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== | ||
"@adguard/[email protected].9": | ||
version "2.0.9" | ||
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.9.tgz#2082b12107dd2090102a72d64d8397a09f5e98d0" | ||
integrity sha512-1xnQdGNwk6xb9m8YyxbaMLbSTQ59tehlwv7P92O7MqIMFLoLJy70HPrx3JOTj+GRrSNQOuJFHJnl7LVvF7pyUw== | ||
dependencies: | ||
"@adguard/agtree" "^1.1.7" | ||
"@adguard/agtree" "^1.1.8" | ||
"@inquirer/checkbox" "^1.3.7" | ||
"@inquirer/select" "^1.2.7" | ||
chalk "4.1.2" | ||
|
@@ -24,10 +24,10 @@ | |
terminal-link "2.1.1" | ||
text-table "^0.2.0" | ||
|
||
"@adguard/agtree@^1.1.7": | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.7.tgz#0bafee0396da704958ba6014ad83565e57c5b279" | ||
integrity sha512-xol2aSim0BYnxCk/OULE3qXFToSnadNsl4q6DDjhHkXvKTr0Y6hnfq4Ub3BGgEpyzGYYkN37BDz8IEUDdpRyew== | ||
"@adguard/agtree@^1.1.8": | ||
version "1.1.8" | ||
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.8.tgz#e001389bdb08476eb3c55e56922179a14e9b5fbf" | ||
integrity sha512-5k9bYA+JSfZgYTvwahkM8ihIf1fvP+RxA1dKLgkRIGa6ixOSWNKv/pN0Rpiy0DwZJbC9X/OeZrtdW66jASH/JA== | ||
dependencies: | ||
"@adguard/ecss-tree" "^1.0.8" | ||
"@adguard/scriptlets" "^1.9.61" | ||
|