Skip to content

Commit

Permalink
update filters-downloader to v1.1.21. AG-26168
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 2265777
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Fri Oct 20 20:56:08 2023 +0300

    update changelog

commit e54527c
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Fri Oct 20 20:55:55 2023 +0300

    update filters-downloader to v1.1.21

commit 8390ef7
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Fri Oct 20 20:29:21 2023 +0300

    try filters-downloader with simplified url validation
  • Loading branch information
slavaleleka committed Oct 20, 2023
1 parent bf4e1a7 commit 7c57878
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v1.1.101] - 2023-10-20

### Changed

- Update [@adguard/filters-downloader] to v1.1.21.


## [v1.1.100] - 2023-10-11

### Changed

- Update `@adguard/filters-downloader` to [v1.1.20](https://github.com/AdguardTeam/FiltersDownloader/blob/master/CHANGELOG.md).
- Update [@adguard/filters-downloader] to v1.1.20.


## [v1.1.96] - 2023-08-25
Expand Down Expand Up @@ -209,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated TSUrlFilter to v1.0.51, Scriptlets to v1.7.3


[v1.1.98]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.96...v1.1.98
[v1.1.101]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.100...v1.1.101
[v1.1.100]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.96...v1.1.100
[v1.1.96]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.94...v1.1.96
[v1.1.94]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.93...v1.1.94
[v1.1.93]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.92...v1.1.93
Expand All @@ -233,3 +241,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v1.1.65]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.64...v1.1.65
[v1.1.64]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.63...v1.1.64
[v1.1.63]: https://github.com/AdguardTeam/FiltersCompiler/compare/v1.1.61...v1.1.63

[@adguard/filters-downloader]: https://github.com/AdguardTeam/FiltersDownloader/blob/master/CHANGELOG.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@adguard/extended-css": "^2.0.52",
"@adguard/filters-downloader": "^1.1.20",
"@adguard/filters-downloader": "^1.1.21",
"@adguard/scriptlets": "^1.9.72",
"@adguard/tsurlfilter": "2.1.11",
"ajv": "^8.11.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@adguard/extended-css/-/extended-css-2.0.52.tgz#f5e7c3df1796deb96404a1b6441e7a4c729f09ac"
integrity sha512-T77MnFD/+A3q93MNEq13qPUXPQRBeOUO9LRyqslcaz7jD5qMcikX1nx436u3PXdZXZpa6R0nnwXQ7wwScDmVgw==

"@adguard/filters-downloader@^1.1.20":
version "1.1.20"
resolved "https://registry.yarnpkg.com/@adguard/filters-downloader/-/filters-downloader-1.1.20.tgz#f54b3a0b96e41bf73ffd910eb6d9547c821cd0b0"
integrity sha512-8ChY076/YOemqU/IqF5nZwH0vM486czE1gzbgAmnCMfAFQRizyRUeWR/d0LK2y7yKKuo4QikKamFY/VOLR/3hg==
"@adguard/filters-downloader@^1.1.21":
version "1.1.21"
resolved "https://registry.yarnpkg.com/@adguard/filters-downloader/-/filters-downloader-1.1.21.tgz#db5d15af69544faca3d13c01f483efcf46a811fc"
integrity sha512-25qPnB+ZHBALwOCwFgX5PP8QD00nNZmpSQPyLov6OS6DSf2h1wFyJu3HZ8AtkacYkkrssrj73QMpGO6HvcMnKQ==
dependencies:
axios "^0.21.1"

Expand Down

0 comments on commit 7c57878

Please sign in to comment.