Skip to content

Commit 85ca4be

Browse files
committed
AG-50267: update @adguard/agtree to v4.0.0
Squashed commit of the following: commit 93e2eac Author: Dmitriy Seregin <d.seregin@adguard.com> Date: Thu Jan 22 19:10:41 2026 +0300 fix commit 478b251 Author: Dmitriy Seregin <d.seregin@adguard.com> Date: Thu Jan 22 19:10:11 2026 +0300 AG-50267: update @adguard/agtree to v4.0.0
1 parent 84474fa commit 85ca4be

3 files changed

Lines changed: 18 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
1010
<!-- TODO: change `@added unknown` tag due to the actual version -->
1111
<!-- during new scriptlets or redirects releasing -->
1212

13-
## Unreleased
13+
## [v2.2.15] - 2026-01-22
1414

1515
### Added
1616

1717
- Support for React elements that don't respond to native clicks
1818
in `trusted-click-element` scriptlet [#542].
1919

20+
### Changed
21+
22+
- Updated [@adguard/agtree] to `4.0.0`.
23+
2024
### Fixed
2125

2226
- Do not throw error on `null` event type in `prevent-addEventListener` scriptlet [#539].

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.2.14",
3+
"version": "2.2.15",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {
@@ -64,7 +64,7 @@
6464
"neverBuiltDependencies": []
6565
},
6666
"dependencies": {
67-
"@adguard/agtree": "^3.4.3",
67+
"@adguard/agtree": "^4.0.0",
6868
"@types/trusted-types": "^2.0.7",
6969
"js-yaml": "^3.14.1"
7070
},

pnpm-lock.yaml

Lines changed: 11 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)