From d79c8aca134ed5a0fd8012f033d745877fb78f7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:50:37 +0000 Subject: [PATCH] fix(deps): update dependency @adguard/aglint to v2.1.3 (#180) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@adguard/aglint](https://redirect.github.com/AdguardTeam/AGLint) | [`2.1.2` -> `2.1.3`](https://renovatebot.com/diffs/npm/@adguard%2faglint/2.1.2/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@adguard%2faglint/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@adguard%2faglint/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@adguard%2faglint/2.1.2/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@adguard%2faglint/2.1.2/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
AdguardTeam/AGLint (@​adguard/aglint) ### [`v2.1.3`](https://redirect.github.com/AdguardTeam/AGLint/blob/HEAD/CHANGELOG.md#213---2024-12-19) [Compare Source](https://redirect.github.com/AdguardTeam/AGLint/compare/v2.1.2...v2.1.3)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Johannes-Andersen/partall). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 27 +++++++++++++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 36604ff..0fe665a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "pnpm": "9.15.0" }, "dependencies": { - "@adguard/aglint": "2.1.2", + "@adguard/aglint": "2.1.3", "@adguard/dead-domains-linter": "1.0.19", "@adguard/diff-builder": "1.0.18", "@biomejs/biome": "1.9.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 480f603..bb74960 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@adguard/aglint': - specifier: 2.1.2 - version: 2.1.2 + specifier: 2.1.3 + version: 2.1.3 '@adguard/dead-domains-linter': specifier: 1.0.19 version: 1.0.19 @@ -26,8 +26,8 @@ importers: packages: - '@adguard/aglint@2.1.2': - resolution: {integrity: sha512-DG4l7eFw4EUh3ikfrZnOfo+mVI7WXbovIkWHPoouT4LhNMmNIKUxz6XlBle3iRperB9xBF6jFanhdir9mD4gAw==} + '@adguard/aglint@2.1.3': + resolution: {integrity: sha512-n5GQ6cCblGuzNZHgonCmswMqWDUsct2uDAsSNtdD5oJCZZcALYLj8mD0PgyGRy2XpXkMjwU4gItO58I9Pyyq6w==} engines: {node: '>=17'} hasBin: true @@ -39,6 +39,10 @@ packages: resolution: {integrity: sha512-Mct4dTfaetp26e+DlgnTf7N8RUvN5SrVigjrmgOEEWiB3l4nEX3u7vQntSlfWszeAyRjw7GjfuNASezFt4zfHA==} engines: {node: '>=18'} + '@adguard/agtree@2.3.0': + resolution: {integrity: sha512-MeaTncLxXh/ERIXYAOZMEG7TTtYfxyGPIwS4Eb6sqM3kvgaCsIKRAOEDqbMHaYrtR9KBX+l5MlsdTKdkaD3SgA==} + engines: {node: '>=18'} + '@adguard/css-tokenizer@1.1.1': resolution: {integrity: sha512-oDNlMegMJIRZ9v6JuAXFOQzTmkKz3ERILV9rTvbWYLDApOZ8jqwil1fEeJbjGFR37OHN6MVU55ef9NcxZCZrig==} @@ -768,9 +772,9 @@ packages: snapshots: - '@adguard/aglint@2.1.2': + '@adguard/aglint@2.1.3': dependencies: - '@adguard/agtree': 2.2.0 + '@adguard/agtree': 2.3.0 '@adguard/ecss-tree': 1.1.0 '@inquirer/checkbox': 1.5.2 '@inquirer/select': 1.3.3 @@ -809,6 +813,17 @@ snapshots: tldts: 5.7.112 zod: 3.21.4 + '@adguard/agtree@2.3.0': + dependencies: + '@adguard/css-tokenizer': 1.1.1 + clone-deep: 4.0.1 + is-ip: 3.1.0 + json5: 2.2.3 + semver: 7.6.3 + sprintf-js: 1.1.3 + tldts: 5.7.112 + zod: 3.21.4 + '@adguard/css-tokenizer@1.1.1': {} '@adguard/dead-domains-linter@1.0.19':