From abc7b68045ad22283fadf651259d7b72955bf127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:14:18 +0000 Subject: [PATCH] chore(deps): update dependency @codemirror/lang-json to v6.0.2 (#10219) 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 | |---|---|---|---|---|---| | [@codemirror/lang-json](https://redirect.github.com/codemirror/lang-json) | [`6.0.1` -> `6.0.2`](https://renovatebot.com/diffs/npm/@codemirror%2flang-json/6.0.1/6.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2flang-json/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codemirror%2flang-json/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codemirror%2flang-json/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2flang-json/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
codemirror/lang-json (@​codemirror/lang-json) ### [`v6.0.2`](https://redirect.github.com/codemirror/lang-json/blob/HEAD/CHANGELOG.md#602-2025-06-19) [Compare Source](https://redirect.github.com/codemirror/lang-json/compare/6.0.1...6.0.2) ##### Bug fixes Add a .d.cts file to make TypeScript happy.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, 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/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1649326ae1..029a8bea0a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@codemirror/lang-json": "6.0.1", + "@codemirror/lang-json": "6.0.2", "@emotion/react": "11.11.4", "@emotion/styled": "11.11.5", "@mui/icons-material": "5.15.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index fe245e0c57..22e72d1469 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -674,7 +674,17 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-json@npm:6.0.1, @codemirror/lang-json@npm:^6.0.1": +"@codemirror/lang-json@npm:6.0.2": + version: 6.0.2 + resolution: "@codemirror/lang-json@npm:6.0.2" + dependencies: + "@codemirror/language": "npm:^6.0.0" + "@lezer/json": "npm:^1.0.0" + checksum: 10c0/4a36022226557d0571c143f907638eb2d46c0f7cf96c6d9a86dac397a789efa2b387e3dd3df94bac21e27692892443b24f8129c044c9012df66e68f5080745b0 + languageName: node + linkType: hard + +"@codemirror/lang-json@npm:^6.0.1": version: 6.0.1 resolution: "@codemirror/lang-json@npm:6.0.1" dependencies: @@ -10342,7 +10352,7 @@ __metadata: resolution: "unleash-frontend-local@workspace:." dependencies: "@biomejs/biome": "npm:1.9.4" - "@codemirror/lang-json": "npm:6.0.1" + "@codemirror/lang-json": "npm:6.0.2" "@emotion/react": "npm:11.11.4" "@emotion/styled": "npm:11.11.5" "@mui/icons-material": "npm:5.15.3"