-
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 feature/update-aglint-to-2.0.1 to master Squashed commit of the following: commit 313809b Author: scripthunter7 <[email protected]> Date: Mon Aug 14 16:25:35 2023 +0200 Update changelog commit 9a67299 Author: scripthunter7 <[email protected]> Date: Mon Aug 14 16:25:08 2023 +0200 Update integrated AGLint to v2.0.1
- Loading branch information
1 parent
5584d36
commit 53cd433
Showing
3 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@adguard/[email protected].0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.0.tgz#ab4fa45c3df73ecaed14c91fe640f321794f5ea0" | ||
integrity sha512-KQbRS4stDJJ5ohXj52+tD6/GQtuNh1bO4avTs9XF8S1jOMLxkyBR/iLtwp04wI+s8FawdGNeR65f18AGrx48IQ== | ||
"@adguard/[email protected].1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.1.tgz#d66f64fb833b7144ed84b4567a2eedc06c79bfff" | ||
integrity sha512-z+1FYsPX27Rh7Mru+GMveC6xQ+mQPM8W94eU63v6YNeR0/Kl85JYcU1tZqZlR+spGjA+yfxqxgdgXsv5JD+qhQ== | ||
dependencies: | ||
"@adguard/agtree" "^1.1.1" | ||
"@adguard/agtree" "^1.1.2" | ||
chalk "4.1.2" | ||
clone-deep "^4.0.1" | ||
commander "^11.0.0" | ||
|
@@ -22,10 +22,10 @@ | |
terminal-link "2.1.1" | ||
text-table "^0.2.0" | ||
|
||
"@adguard/agtree@^1.1.1": | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.1.tgz#b5af06fe0a0bbba2fd1b6e3221b41737b154ad94" | ||
integrity sha512-Kf4eR4vXwaFrRqRWFHfIIOnOxVJ3MxpDDbOpYwJNx6qV0TGtXi6OIdB7RDgaR9W5Y9NqRJn5psF7sRvyHpYLlA== | ||
"@adguard/agtree@^1.1.2": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.2.tgz#544a0760d8be09d5d4218093ca5d17454e7e9944" | ||
integrity sha512-f0tjK1CxAOTHWAdOrpMJmFFGfylWDO9eo0q3JyJcM1/dvFWRKCvlHfaZs50hv3FOjsbDoKIECKuj/Kllknqa3w== | ||
dependencies: | ||
"@adguard/ecss-tree" "^1.0.8" | ||
"@adguard/scriptlets" "^1.9.61" | ||
|