Skip to content

Commit

Permalink
Merge branch 'master' of ssh://bit.adguard.com:7999/adguard-filters/v…
Browse files Browse the repository at this point in the history
…scode-adblock-syntax
  • Loading branch information
slavaleleka committed Sep 7, 2023
2 parents 1bdcdfc + bbd868b commit c4187e1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.2 - 2023-09-07

### Changed

- Update integrated AGLint to v2.0.5


## 1.1.1 - 2023-08-30

## Changed
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.4",
"@adguard/aglint": "2.0.5",
"@types/clone-deep": "^4.0.1",
"@types/semver": "^7.5.0",
"clone-deep": "^4.0.1",
Expand Down
18 changes: 9 additions & 9 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@adguard/[email protected].4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.4.tgz#eff23010ab9185c4703c85d8de1806842eb72fce"
integrity sha512-Fh86m1A3VX9WLkNF5iHJIkRxDwiue7PVAJIwO46AnhtRL9kiEg8mooPHC3/sj7WLhI0Re1JHyh3popuYZ+4fiw==
"@adguard/[email protected].5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.5.tgz#418a1cbedca2f356c32ce4f911ce5d163f2c55d3"
integrity sha512-2KiWZr9tDYlJR4gD1VmdH3lKRziQqS+JqMQzATc2gvZjHSIoLYANg+IOEwWuFUzSfQ2FN9bMxPkRodGIjQAryQ==
dependencies:
"@adguard/agtree" "^1.1.4"
"@adguard/agtree" "^1.1.5"
"@inquirer/checkbox" "^1.3.7"
"@inquirer/select" "^1.2.7"
chalk "4.1.2"
Expand All @@ -24,10 +24,10 @@
terminal-link "2.1.1"
text-table "^0.2.0"

"@adguard/agtree@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.4.tgz#36f99cf93c3e7cc0476f15881c1f1899b1627ca4"
integrity sha512-CGS84FHGyRtGUd2ThVdAYlmgRle+L+E1cB3YSvCRHvl+OO12LecoVnkKLHadmUf9z5BlwrrXFYEwwNCfdVcYbw==
"@adguard/agtree@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@adguard/agtree/-/agtree-1.1.5.tgz#d3ebcad00a24ac1ee1675722daaff42748965f0b"
integrity sha512-On8UwTPhvJVm84i/Zz926pFyMH/V34dLDNeAY5pb+78d+GcDfFl59o79sUSRCgjjNcxmjtj84KD+dl8aDEx35Q==
dependencies:
"@adguard/ecss-tree" "^1.0.8"
"@adguard/scriptlets" "^1.9.61"
Expand Down

0 comments on commit c4187e1

Please sign in to comment.