Skip to content

Commit

Permalink
update extended-css to v2.0.45. AG-19266
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit b813062
Author: Slava Leleka <[email protected]>
Date:   Wed Feb 1 13:10:01 2023 +0200

    add jest config for silent test run

commit b83f429
Author: Slava Leleka <[email protected]>
Date:   Wed Feb 1 13:05:48 2023 +0200

    update changelog

commit c21748a
Author: Slava Leleka <[email protected]>
Date:   Wed Feb 1 13:05:27 2023 +0200

    update extended-css to v2.0.45
  • Loading branch information
slavaleleka committed Feb 1, 2023
1 parent 1bdabb4 commit 4d84d5f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Filters Compiler Changelog


## v1.1.76

### Changed

- Updated ExtendedCss to v2.0.45
- Updated TSUrlFilter to 1.0.73


## v1.1.75

### Changed

- Updated Scriptlets to v1.8.2
- Updated TSUrlFilter to 1.0.72


## v1.1.73

### Changed
Expand Down
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const config = {
silent: true,
};

module.exports = config;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"prepare": "husky install"
},
"dependencies": {
"@adguard/extended-css": "^2.0.33",
"@adguard/extended-css": "^2.0.45",
"@adguard/scriptlets": "^1.8.2",
"@adguard/tsurlfilter": "^1.0.72",
"@adguard/tsurlfilter": "^1.0.73",
"ajv": "^8.11.0",
"child_process": ">=1.0.2",
"filters-downloader": "git+https://github.com/AdguardTeam/FiltersDownloader.git#v1.1.12",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@adguard/extended-css@^2.0.33":
version "2.0.33"
resolved "https://registry.yarnpkg.com/@adguard/extended-css/-/extended-css-2.0.33.tgz#b3586588e24272f46d32f08edd65f8a7a78bcf0e"
integrity sha512-T6hUugh+30RFEAlzAj2/T8rL76Y179Pf4YxParNxOzb8+16/Spv1tCviPxAsz/fWukjvzUK4OAVHSR7FHgvTHw==
"@adguard/extended-css@^2.0.45":
version "2.0.45"
resolved "https://registry.yarnpkg.com/@adguard/extended-css/-/extended-css-2.0.45.tgz#2db75c92d2169592019683a17ae87610a3c59469"
integrity sha512-ayn44RD1M7dG0cQFWUH4I5mt0y5ozKZU8ZteiOSDQHLrObHd7e/QV1l0fg+g03eGox5W0snyZ24PAhzXRYWRxw==

"@adguard/scriptlets@^1.8.2":
version "1.8.2"
Expand All @@ -15,12 +15,12 @@
"@babel/runtime" "^7.7.2"
js-yaml "^3.13.1"

"@adguard/tsurlfilter@^1.0.72":
version "1.0.72"
resolved "https://registry.yarnpkg.com/@adguard/tsurlfilter/-/tsurlfilter-1.0.72.tgz#258b7767944dbe4cc281e132058e77a590278fe0"
integrity sha512-nILloUiaHxLBy3rwPAT9kzwRxwh65gTGxUmqYvzboTZoMNM6MBfOg11saga4eMG4WFdRrNKLhh5bi5fXDFbcNg==
"@adguard/tsurlfilter@^1.0.73":
version "1.0.73"
resolved "https://registry.yarnpkg.com/@adguard/tsurlfilter/-/tsurlfilter-1.0.73.tgz#b2f96c08bac6ce3343433f44ff3707e043ecc1ac"
integrity sha512-nFG9hdF0T77nwRGTWhuVQJRDKrKvlBbzIS2HDPgRlcWRjwmjX1SbdORDX9kFTccrXVxZwHMUKWl0ymUu3Rc/Zw==
dependencies:
"@adguard/extended-css" "^2.0.33"
"@adguard/extended-css" "^2.0.45"
"@adguard/scriptlets" "^1.8.2"
ip6addr "^0.2.3"
is-cidr "^4.0.2"
Expand Down

0 comments on commit 4d84d5f

Please sign in to comment.