Skip to content

Commit 3f2e0d7

Browse files
committed
update scriptlets to v1.10.1. AG-30330
Squashed commit of the following: commit b5ab310 Author: Vladimir Zhelvis <[email protected]> Date: Tue Feb 13 12:48:24 2024 +0300 update changelog commit b36b5ee Author: Slava Leleka <[email protected]> Date: Mon Feb 12 20:10:43 2024 +0200 update changelog commit ea2c5d8 Author: Slava Leleka <[email protected]> Date: Mon Feb 12 19:16:59 2024 +0200 update changelog commit 5241a1c Author: Slava Leleka <[email protected]> Date: Mon Feb 12 19:11:21 2024 +0200 update changelog commit 83cc219 Author: Slava Leleka <[email protected]> Date: Mon Feb 12 19:09:34 2024 +0200 update scriptlets to v1.10.1
1 parent aeb4336 commit 3f2e0d7

File tree

6 files changed

+42
-13
lines changed

6 files changed

+42
-13
lines changed

packages/tsurlfilter/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- TODO: manually add compare links for version to the end of the file -->
99
<!-- e.g. [1.0.77]: https://github.com/AdguardTeam/tsurlfilter/compare/tsurlfilter-v1.0.76...tsurlfilter-v1.0.77 -->
1010

11+
## [2.2.13] - 2024-02-13
12+
13+
### Changed
14+
- Updated `@adguard/scriptlets` to `v1.10.1`.
15+
1116
## [2.2.12] - 2024-02-07
1217

1318
### Changed

packages/tsurlfilter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/tsurlfilter",
3-
"version": "2.2.12",
3+
"version": "2.2.13",
44
"description": "This is a TypeScript library that implements AdGuard's content blocking rules",
55
"main": "dist/es/index.js",
66
"module": "dist/es/index.js",
@@ -88,7 +88,7 @@
8888
]
8989
},
9090
"dependencies": {
91-
"@adguard/scriptlets": "^1.9.105",
91+
"@adguard/scriptlets": "^1.10.1",
9292
"cidr-tools": "^6.4.1",
9393
"commander": "9.4.1",
9494
"is-cidr": "4.0.2",

packages/tsurlfilter/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adguard/scriptlets@^1.9.105":
6-
version "1.9.105"
7-
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.9.105.tgz#fc3b0236414fdf1f5741f6ec8dac1bc4d772215f"
8-
integrity sha512-R8Snof3HMEnEMBEkdUKKFtrE+0kD3MU7uvxHwnokZnn//dnH+64yIjXiI2y061kgSHkiHl57ufKs87b7BcKhiQ==
5+
"@adguard/scriptlets@^1.10.1":
6+
version "1.10.1"
7+
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.10.1.tgz#914be030b0730dad3b2f8526f48baf51c32b32a0"
8+
integrity sha512-tGZOmdo/KFDQ5chkKES6l9VfI8kaGCjy4i4fFEHeOvi28xm1sdSb8F7jWJpqLicqC8FjydJU72i8hhZYejRQ4Q==
99
dependencies:
1010
"@babel/runtime" "^7.20.13"
1111
js-yaml "^3.13.1"

packages/tswebextension/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- TODO: manually add compare links for version to the end of the file -->
99
<!-- e.g. [0.1.2]: https://github.com/AdguardTeam/tsurlfilter/compare/tswebextension-v0.1.1...tswebextension-v0.1.2 -->
1010

11+
## [1.0.13] - 2024-02-13
12+
13+
### Added
14+
- New cleanup mechanism for `RequestContextStorage` to prevent memory leaks during internal redirects.
15+
16+
### Changed
17+
- Updated `@adguard/tsurlfilter` to `v2.2.13`.
18+
- Updated `@adguard/scriptlets` to `v1.10.1`.
19+
20+
### Fixed
21+
- Prevent memory leaks due to V8 optimizations of substring operations.
22+
23+
1124
## [1.0.12] - 2024-02-07
1225

1326
### Fixed
1427
- Applying of `$all` modifier rules [#2620](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2620)
1528

29+
1630
## [1.0.11] - 2024-02-06
1731

1832
### Fixed
1933
- Incorrect handling hook `webNavigation.onCommitted` for Opera with force
2034
recalculating matching result.
2135
- Correct export of `EXTENDED_CSS_VERSION` for mv2 version.
2236

37+
2338
## [1.0.10] - 2024-01-27
2439

2540
### Fixed
2641
- Export correct types for TS.
2742
- Exclude usage of ExtendedCSS in common to prevent errors in background in the MV.
2843

44+
2945
## [1.0.9] - 2024-01-25
3046

3147
### Changed
3248
- Correct usage of `setConfiguration`.
3349

50+
3451
## [1.0.8] - 2023-12-27
3552

3653
### Changed
3754
- `webNavigation.onCommitted` event handler to take into account Opera event firing bug.
3855
- Updated `@adguard/tsurlfilter` to `v2.2.9`.
3956
- Updated `@adguard/scriptlets` to `v1.9.105`.
4057

58+
4159
## [1.0.6] - 2023-12-19
4260

4361
### Changed
4462
- Stealth options that are applied to the document can now be disabled by the $stealth rule. [#2648](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2648).
4563

64+
4665
## [1.0.5] - 2023-12-08
4766

4867
### Fixed
4968
- `Do Not Track` and `Hide Referrer from third parties` ignoring global Stealth mode toggle.
5069

70+
5171
## [1.0.4] - 2023-12-08
5272

5373
### Fixed
@@ -59,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5979
### Fixed
6080
- Incorrect path for `typings` in `package.json`.
6181

82+
6283
## [1.0.2] - 2023-12-07
6384

6485
### Added
@@ -70,11 +91,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7091
### Fixed
7192
- Remove referrer from the document.referrer [#1844](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1844)
7293

94+
7395
## [1.0.1] - 2023-12-06
7496

7597
### Fixed
7698
- HTML ($$) rules break encoding on some websites [#2249](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2249)
7799

100+
78101
## [1.0.0] - 2023-12-01
79102

80103
### Added
@@ -85,6 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85108
- [BREAKING CHANGE] In preparation for using event-driven background scripts, we started using a session store to persist application context on restart. Since extension session store CRUD operations are asynchronous, we added protection against reading the context before initialization to avoid unexpected behavior. Some code that depends on this restored data may be called before the `start` method to prepare the `configuration`, so we split the initialization process into two parts: the new `initStorage` method, which is called as soon as possible and allows access to the actual context before directly starting the filtration, and the `start` method, which initializes the filtration.
86109
- [BREAKING CHANGE] `TsWebExtension` constructor now accepts submodules as arguments. To get the `TsWebExtension` instance with `webAccessibleResources` param, use the new `createTsWebExtension` method.
87110

111+
88112
## [0.4.9] - 2023-11-30
89113

90114
### Added

packages/tswebextension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/tswebextension",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "This is a TypeScript library that implements AdGuard's extension API",
55
"main": "dist/index.js",
66
"typings": "dist/types/src/lib/mv2/background/index.d.ts",
@@ -84,8 +84,8 @@
8484
"dependencies": {
8585
"@adguard/assistant": "^4.3.70",
8686
"@adguard/extended-css": "^2.0.56",
87-
"@adguard/scriptlets": "^1.9.105",
88-
"@adguard/tsurlfilter": "^2.2.9",
87+
"@adguard/scriptlets": "^1.10.1",
88+
"@adguard/tsurlfilter": "^2.2.13",
8989
"bowser": "2.11.0",
9090
"commander": "11.0.0",
9191
"fs-extra": "11.1.1",

packages/tswebextension/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
resolved "https://registry.yarnpkg.com/@adguard/extended-css/-/extended-css-2.0.56.tgz#4205287fc3e0b4dbf9f64ccad55c56a73e04cef1"
1313
integrity sha512-RMPRGZ80kM6KiKRR0K2DUOD0+2CiadBk+G6zYBrRmzk4lD71Cipv2b9/rRy9Fdh41ipoApZsQdbJZozXFsM8RA==
1414

15-
"@adguard/scriptlets@^1.9.105":
16-
version "1.9.105"
17-
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.9.105.tgz#fc3b0236414fdf1f5741f6ec8dac1bc4d772215f"
18-
integrity sha512-R8Snof3HMEnEMBEkdUKKFtrE+0kD3MU7uvxHwnokZnn//dnH+64yIjXiI2y061kgSHkiHl57ufKs87b7BcKhiQ==
15+
"@adguard/scriptlets@^1.10.1":
16+
version "1.10.1"
17+
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.10.1.tgz#914be030b0730dad3b2f8526f48baf51c32b32a0"
18+
integrity sha512-tGZOmdo/KFDQ5chkKES6l9VfI8kaGCjy4i4fFEHeOvi28xm1sdSb8F7jWJpqLicqC8FjydJU72i8hhZYejRQ4Q==
1919
dependencies:
2020
"@babel/runtime" "^7.20.13"
2121
js-yaml "^3.13.1"

0 commit comments

Comments
 (0)