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 e728475
Merge: 1f09b04 dffffbd
Author: Slava Leleka <[email protected]>
Date:   Wed Oct 2 15:12:22 2024 +0300

    Merge branch 'release/v3.1' into feature/AG-36365-for-ext-v5.0

commit 1f09b04
Merge: f46b81b 9109f9a
Author: Slava Leleka <[email protected]>
Date:   Wed Oct 2 14:56:55 2024 +0300

    Merge branch 'release/v3.1' into feature/AG-36365-for-ext-v5.0

commit f46b81b
Author: Slava Leleka <[email protected]>
Date:   Wed Oct 2 14:38:53 2024 +0300

    fix deps

commit 81bacae
Author: Slava Leleka <[email protected]>
Date:   Wed Oct 2 14:37:07 2024 +0300

    update scriptlets to v1.12.1
  • Loading branch information
slavaleleka committed Oct 2, 2024
1 parent dffffbd commit 13553e8
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 18 deletions.
2 changes: 2 additions & 0 deletions packages/adguard-api-mv3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Path to web accessible resources changed from `/adguard/redirects` to
`/web-accessible-resources/redirects` for correct work of `@adguard/dnr-rulesets`.
- Updated `@adguard/logger` to `^1.0.2`.
- Updated `@adguard/tswebextension` to `^2.3.0-alpha.1`.

### Added

Expand Down
8 changes: 8 additions & 0 deletions packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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 -->

## [3.1.0-alpha.5] - 2024-10-02

### Changed

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

[3.1.0-alpha.5]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v3.1.0-alpha.5

## [3.1.0-alpha.4] - 2024-09-20

### 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": "3.1.0-alpha.4",
"version": "3.1.0-alpha.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 @@ -95,7 +95,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
2 changes: 2 additions & 0 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added new field to MV3 config: `quickFixesRules` which will be applied to
the dynamic rules.
- Updated `@adguard/tsurlfilter` to `v3.1.0-alpha.5`.
- Updated `@adguard/scriptlets` to `v1.12.1`.

### Added

Expand Down
4 changes: 2 additions & 2 deletions packages/tswebextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"@adguard/agtree": "workspace:^",
"@adguard/assistant": "^4.3.70",
"@adguard/extended-css": "^2.0.56",
"@adguard/logger": "^1.0.2",
"@adguard/scriptlets": "^1.11.27",
"@adguard/logger": "workspace:^",
"@adguard/scriptlets": "^1.12.1",
"@adguard/tsurlfilter": "workspace:^",
"bowser": "2.11.0",
"chrome-types": "^0.1.283",
Expand Down
42 changes: 28 additions & 14 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 13553e8

Please sign in to comment.