Skip to content

Commit

Permalink
update scriptlets to v1.12.1. AG-36365
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit e843117
Merge: d4e01ff 231db94
Author: Slava Leleka <[email protected]>
Date:   Thu Sep 26 18:26:13 2024 +0300

    merge the parent branch into the current branch, resolve conflicts

commit d4e01ff
Author: Slava Leleka <[email protected]>
Date:   Thu Sep 26 17:37:55 2024 +0300

    fix changelog typos

commit 383aa91
Author: Slava Leleka <[email protected]>
Date:   Thu Sep 26 17:30:48 2024 +0300

    update scriptlets to v1.12.1
  • Loading branch information
slavaleleka committed Sep 26, 2024
1 parent 231db94 commit 65a40fc
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 13 deletions.
7 changes: 6 additions & 1 deletion packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ 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 -->

## Unreleased
## [3.0.5] - 2024-09-26

### Changed

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

### Fixed

- Scriptlets exclusion matching is not working properly for rules with arguments [AdguardBrowserExtension#2947].

[3.0.5]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v3.0.5
[AdguardBrowserExtension#2947]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2947

## [3.0.4] - 2024-09-19
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": "3.0.4",
"version": "3.0.5",
"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 @@ -92,7 +92,7 @@
"dependencies": {
"@adguard/agtree": "workspace:^",
"@adguard/css-tokenizer": "workspace:^",
"@adguard/scriptlets": "^1.11.27",
"@adguard/scriptlets": "^1.12.1",
"cidr-tools": "^6.4.1",
"commander": "9.4.1",
"is-cidr": "4.0.2",
Expand Down
11 changes: 10 additions & 1 deletion 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 -->

## [2.0.3] - 2024-09-26

### Changed

- Updated `@adguard/agtree` to `v2.1.2`.
- Updated `@adguard/tsurlfilter` to `v3.0.5`.
- Updated `@adguard/scriptlets` to `v1.12.1`.

[2.0.3]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v2.0.3

## [2.0.2] - 2024-08-29

### Changed
Expand All @@ -17,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[2.0.2]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v2.0.2


## [2.0.1] - 2024-08-27

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/tswebextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/tswebextension",
"version": "2.0.2",
"version": "2.0.3",
"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 @@ -86,7 +86,7 @@
"@adguard/agtree": "workspace:^",
"@adguard/assistant": "^4.3.70",
"@adguard/extended-css": "^2.0.56",
"@adguard/scriptlets": "^1.11.27",
"@adguard/scriptlets": "^1.12.1",
"@adguard/tsurlfilter": "workspace:^",
"bowser": "2.11.0",
"commander": "11.0.0",
Expand Down
34 changes: 27 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 65a40fc

Please sign in to comment.