Skip to content

Commit

Permalink
update scriptlets to v1.10.25. AG-31502
Browse files Browse the repository at this point in the history
https://github.com/AdguardTeam/Scriptlets/releases/tag/v1.10.25

Squashed commit of the following:

commit 085d6cc
Author: Slava Leleka <[email protected]>
Date:   Thu Mar 28 18:36:46 2024 +0200

    update scriptlets to v1.10.25
  • Loading branch information
slavaleleka committed Mar 28, 2024
1 parent dec373b commit 9e9c3db
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 12 deletions.
9 changes: 9 additions & 0 deletions packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version changes -->
<!-- e.g. [1.0.77]: https://github.com/AdguardTeam/tsurlfilter/compare/tsurlfilter-v1.0.76...tsurlfilter-v1.0.77 -->

## [2.2.17] - 2024-03-28

### Changed

- Updated `@adguard/scriptlets` to `v1.10.25`.

[2.2.17]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v2.2.17


## [2.2.16] - 2024-03-26

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/tsurlfilter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/tsurlfilter",
"version": "2.2.16",
"version": "2.2.17",
"description": "This is a TypeScript library that implements AdGuard's content blocking rules",
"main": "dist/es/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -88,7 +88,7 @@
]
},
"dependencies": {
"@adguard/scriptlets": "^1.10.1",
"@adguard/scriptlets": "^1.10.25",
"cidr-tools": "^6.4.1",
"commander": "9.4.1",
"is-cidr": "4.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version changes -->
<!-- e.g. [0.1.2]: https://github.com/AdguardTeam/tsurlfilter/compare/tswebextension-v0.1.1...tswebextension-v0.1.2 -->

## [1.0.20] - 2024-03-28

### Changed

- Updated `@adguard/tsurlfilter` to `v2.2.17`.
- Updated `@adguard/scriptlets` to `v1.10.25`.

[1.0.20]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v1.0.20


## [1.0.19] - 2024-03-26

### Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/tswebextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/tswebextension",
"version": "1.0.19",
"version": "1.0.20",
"description": "This is a TypeScript library that implements AdGuard's extension API",
"main": "dist/index.js",
"typings": "dist/types/src/lib/mv2/background/index.d.ts",
Expand Down Expand Up @@ -84,8 +84,8 @@
"dependencies": {
"@adguard/assistant": "^4.3.70",
"@adguard/extended-css": "^2.0.56",
"@adguard/scriptlets": "^1.10.1",
"@adguard/tsurlfilter": "^2.2.14",
"@adguard/scriptlets": "^1.10.25",
"@adguard/tsurlfilter": "^2.2.17",
"bowser": "2.11.0",
"commander": "11.0.0",
"fs-extra": "11.1.1",
Expand Down
21 changes: 14 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e9c3db

Please sign in to comment.