Skip to content

Commit

Permalink
Update integrated AGLint to v2.0.1
Browse files Browse the repository at this point in the history
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 <d.tota@adguard.com>
Date:   Mon Aug 14 16:25:35 2023 +0200

    Update changelog

commit 9a67299
Author: scripthunter7 <d.tota@adguard.com>
Date:   Mon Aug 14 16:25:08 2023 +0200

    Update integrated AGLint to v2.0.1
  • Loading branch information
scripthunter7 committed Aug 14, 2023
1 parent 5584d36 commit 53cd433
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.0 - 2023-08-11
## 1.1.0 - 2023-08-14

### Added

Expand All @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
- JSON TM grammar is converted to YAML: [#61]
- Improved contribution guidelines: [#85]
- Various code and development improvements: [#77], [#80], [#82], [#104], [#105], [#107], [#108]
- Update integrated AGLint to v2.0.1

### 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.0",
"@adguard/aglint": "2.0.1",
"@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/aglint@2.0.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/aglint@2.0.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"
Expand All @@ -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"
Expand Down

0 comments on commit 53cd433

Please sign in to comment.