From 3fcd645e92fe4d9d7f63fd0dc5677838b14e96cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:03:38 -0700 Subject: [PATCH] fix(deps): update dependency @lezer/python to ^1.1.16 (#4024) 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 | |---|---|---|---|---|---| | [@lezer/python](https://redirect.github.com/lezer-parser/python) | [`^1.1.15` -> `^1.1.16`](https://renovatebot.com/diffs/npm/@lezer%2fpython/1.1.15/1.1.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@lezer%2fpython/1.1.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@lezer%2fpython/1.1.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@lezer%2fpython/1.1.15/1.1.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@lezer%2fpython/1.1.15/1.1.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
lezer-parser/python (@​lezer/python) ### [`v1.1.16`](https://redirect.github.com/lezer-parser/python/blob/HEAD/CHANGELOG.md#1116-2025-03-05) [Compare Source](https://redirect.github.com/lezer-parser/python/compare/1.1.15...1.1.16) ##### Bug fixes Allow type declarations on rest parameters.
--- ### Configuration 📅 **Schedule**: Branch creation - "on the 7th day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marimo-team/marimo). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ca5f2b89673..637a4452b0f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "@lezer/common": "^1.2.3", "@lezer/highlight": "^1.2.1", "@lezer/lr": "^1.4.2", - "@lezer/python": "^1.1.15", + "@lezer/python": "^1.1.16", "@marimo-team/codemirror-ai": "^0.1.9", "@marimo-team/marimo-api": "file:../openapi", "@marimo-team/react-slotz": "^0.1.8", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 960908d1272..44e3c16ca36 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -91,8 +91,8 @@ importers: specifier: ^1.4.2 version: 1.4.2 '@lezer/python': - specifier: ^1.1.15 - version: 1.1.15 + specifier: ^1.1.16 + version: 1.1.16 '@marimo-team/codemirror-ai': specifier: ^0.1.9 version: 0.1.9(@codemirror/state@6.5.2)(@codemirror/view@6.36.4) @@ -1471,8 +1471,8 @@ packages: '@lezer/php@1.0.1': resolution: {integrity: sha512-aqdCQJOXJ66De22vzdwnuC502hIaG9EnPK2rSi+ebXyUd+j7GAX1mRjWZOVOmf3GST1YUfUCu6WXDiEgDGOVwA==} - '@lezer/python@1.1.15': - resolution: {integrity: sha512-aVQ43m2zk4FZYedCqL0KHPEUsqZOrmAvRhkhHlVPnDD1HODDyyQv5BRIuod4DadkgBEZd53vQOtXTonNbEgjrQ==} + '@lezer/python@1.1.16': + resolution: {integrity: sha512-ievIWylIZA5rNgAyHgA06/Y76vMUISKaYL9WrtjU8rCTTEzyZYo2jz9ER2YBdnN6dxCyS7eaK4HJCzamoAMKZw==} '@lezer/rust@1.0.1': resolution: {integrity: sha512-j+ToFKM6Wpglv3OQ4ebHYdYIMT2dh0ziCCV0rTf47AWiHOVhR0WjaKrBq+yuvDQNEhr5sxPxVI7+naJIgpqcsQ==} @@ -9515,7 +9515,7 @@ snapshots: '@codemirror/language': 6.10.8 '@codemirror/state': 6.5.2 '@lezer/common': 1.2.3 - '@lezer/python': 1.1.15 + '@lezer/python': 1.1.16 '@codemirror/lang-rust@6.0.1': dependencies: @@ -10118,7 +10118,7 @@ snapshots: '@lezer/highlight': 1.2.1 '@lezer/lr': 1.4.2 - '@lezer/python@1.1.15': + '@lezer/python@1.1.16': dependencies: '@lezer/common': 1.2.3 '@lezer/highlight': 1.2.1