From 6a3b2c34b1c75dd41d01dac8e6a078170e83f32e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:36:20 +0000 Subject: [PATCH] fix(deps): update dependency @adguard/aglint to v2.0.9 (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@adguard/aglint](https://togithub.com/AdguardTeam/AGLint) | [`2.0.8` -> `2.0.9`](https://renovatebot.com/diffs/npm/@adguard%2faglint/2.0.8/2.0.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@adguard%2faglint/2.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@adguard%2faglint/2.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@adguard%2faglint/2.0.8/2.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@adguard%2faglint/2.0.8/2.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
AdguardTeam/AGLint (@​adguard/aglint) ### [`v2.0.9`](https://togithub.com/AdguardTeam/AGLint/blob/HEAD/CHANGELOG.md#209---2024-04-25) [Compare Source](https://togithub.com/AdguardTeam/AGLint/compare/v2.0.8...v2.0.9) ##### Fixed - Validation for `$permissions` modifier [#​206]. ##### Changed - Updated \[[@​adguard/agtree](https://togithub.com/adguard/agtree)] to `v1.1.8`. [#​206]: https://togithub.com/AdguardTeam/AGLint/issues/206 [2.0.9]: https://togithub.com/AdguardTeam/AGLint/compare/v2.0.8...v2.0.9
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Johannes-Andersen/partall). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18c9c21..4603967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "partall-list", "license": "GPL-3.0", "dependencies": { - "@adguard/aglint": "2.0.8", + "@adguard/aglint": "2.0.9", "@biomejs/biome": "1.7.1", "codeowners-generator": "2.4.1" }, @@ -17,11 +17,11 @@ } }, "node_modules/@adguard/aglint": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@adguard/aglint/-/aglint-2.0.8.tgz", - "integrity": "sha512-aRioaWDWItE3hjgvfUFvuzynQhorOk6/1aFug12Zsv1fmSZbmsx8tfP+RK/Z/oRx5QoSuHD+5y8lPYd34+qddw==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@adguard/aglint/-/aglint-2.0.9.tgz", + "integrity": "sha512-1xnQdGNwk6xb9m8YyxbaMLbSTQ59tehlwv7P92O7MqIMFLoLJy70HPrx3JOTj+GRrSNQOuJFHJnl7LVvF7pyUw==", "dependencies": { - "@adguard/agtree": "^1.1.7", + "@adguard/agtree": "^1.1.8", "@inquirer/checkbox": "^1.3.7", "@inquirer/select": "^1.2.7", "chalk": "4.1.2", @@ -46,9 +46,9 @@ } }, "node_modules/@adguard/agtree": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@adguard/agtree/-/agtree-1.1.7.tgz", - "integrity": "sha512-xol2aSim0BYnxCk/OULE3qXFToSnadNsl4q6DDjhHkXvKTr0Y6hnfq4Ub3BGgEpyzGYYkN37BDz8IEUDdpRyew==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@adguard/agtree/-/agtree-1.1.8.tgz", + "integrity": "sha512-5k9bYA+JSfZgYTvwahkM8ihIf1fvP+RxA1dKLgkRIGa6ixOSWNKv/pN0Rpiy0DwZJbC9X/OeZrtdW66jASH/JA==", "dependencies": { "@adguard/ecss-tree": "^1.0.8", "@adguard/scriptlets": "^1.9.61", diff --git a/package.json b/package.json index 3aaf046..81a5441 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "npm": "10" }, "dependencies": { - "@adguard/aglint": "2.0.8", + "@adguard/aglint": "2.0.9", "@biomejs/biome": "1.7.1", "codeowners-generator": "2.4.1" },