Skip to content

Commit

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

commit e06b2b7
Author: Slava Leleka <[email protected]>
Date:   Mon Aug 21 13:19:03 2023 +0300

    update scriptlets to v1.9.70
  • Loading branch information
slavaleleka committed Aug 21, 2023
1 parent 38196b9 commit e86f86d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
5 changes: 5 additions & 0 deletions packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version to the end of the file -->
<!-- e.g. [1.0.77]: https://github.com/AdguardTeam/tsurlfilter/compare/tsurlfilter-v1.0.76...tsurlfilter-v1.0.77 -->

## [2.1.10] - 2023-08-21

### Changed
- Updated `@adguard/scriptlets` to `v1.9.70`.

## [2.1.9] - 2023-08-18

### Added
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.1.9",
"version": "2.1.10",
"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 @@ -85,7 +85,7 @@
]
},
"dependencies": {
"@adguard/scriptlets": "^1.9.62",
"@adguard/scriptlets": "^1.9.70",
"cidr-tools": "^6.4.1",
"commander": "9.4.1",
"is-cidr": "4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/tsurlfilter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@adguard/scriptlets@^1.9.62":
version "1.9.62"
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.9.62.tgz#f60b83bb928c160f59153989c9491504e510498b"
integrity sha512-uWSlfMnAJUmIVsChl7KrECBXDJotSfq/N94iNLtfwnJI7br9Q5Gl65iuH89rh0Fs62OwexKlj3cnrzHL4TEFyw==
"@adguard/scriptlets@^1.9.70":
version "1.9.70"
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.9.70.tgz#733038b69f8f0e93001b721c278468051cee9fee"
integrity sha512-DiFk/seV0wLiPYKEkQ0pMqVHMHa2neJVOsJfWoaBw/s6XUxbDw4uYjoJmj1uhfW50/Vhg2EqO59kj1dHf49hVA==
dependencies:
"@babel/runtime" "^7.20.13"
js-yaml "^3.13.1"
Expand Down
6 changes: 5 additions & 1 deletion packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version to the end of the file -->
<!-- e.g. [0.1.2]: https://github.com/AdguardTeam/tsurlfilter/compare/tswebextension-v0.1.1...tswebextension-v0.1.2 -->

## Unreleased
## [0.3.11] - 2023-08-21

### Changed
- Updated `@adguard/tsurlfilter` to `v2.1.10`.
- Updated `@adguard/scriptlets` to `v1.9.70`.

### Fixed
- Applying $cookie rules on the content-script side.
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": "0.3.10",
"version": "0.3.11",
"description": "This is a TypeScript library that implements AdGuard's extension API",
"main": "dist/index.js",
"typings": "dist/types/lib/mv2/background/index.d.ts",
Expand Down Expand Up @@ -83,8 +83,8 @@
"dependencies": {
"@adguard/assistant": "^4.3.70",
"@adguard/extended-css": "^2.0.52",
"@adguard/scriptlets": "^1.9.62",
"@adguard/tsurlfilter": "^2.1.9",
"@adguard/scriptlets": "^1.9.70",
"@adguard/tsurlfilter": "^2.1.10",
"bowser": "2.11.0",
"commander": "11.0.0",
"fs-extra": "11.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/tswebextension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
resolved "https://registry.yarnpkg.com/@adguard/extended-css/-/extended-css-2.0.52.tgz#f5e7c3df1796deb96404a1b6441e7a4c729f09ac"
integrity sha512-T77MnFD/+A3q93MNEq13qPUXPQRBeOUO9LRyqslcaz7jD5qMcikX1nx436u3PXdZXZpa6R0nnwXQ7wwScDmVgw==

"@adguard/scriptlets@^1.9.62":
version "1.9.62"
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.9.62.tgz#f60b83bb928c160f59153989c9491504e510498b"
integrity sha512-uWSlfMnAJUmIVsChl7KrECBXDJotSfq/N94iNLtfwnJI7br9Q5Gl65iuH89rh0Fs62OwexKlj3cnrzHL4TEFyw==
"@adguard/scriptlets@^1.9.70":
version "1.9.70"
resolved "https://registry.yarnpkg.com/@adguard/scriptlets/-/scriptlets-1.9.70.tgz#733038b69f8f0e93001b721c278468051cee9fee"
integrity sha512-DiFk/seV0wLiPYKEkQ0pMqVHMHa2neJVOsJfWoaBw/s6XUxbDw4uYjoJmj1uhfW50/Vhg2EqO59kj1dHf49hVA==
dependencies:
"@babel/runtime" "^7.20.13"
js-yaml "^3.13.1"
Expand Down

0 comments on commit e86f86d

Please sign in to comment.