Bump launch-editor from 2.10.0 to 2.14.1#6036
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [launch-editor](https://github.com/vitejs/launch-editor) from 2.10.0 to 2.14.1. - [Commits](vitejs/launch-editor@v2.10.0...v2.14.1) --- updated-dependencies: - dependency-name: launch-editor dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
274e823 to
b2b7b19
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps launch-editor from 2.10.0 to 2.14.1.
Commits
3f97c64v2.14.10cc9550fix: reject UNC paths (#138)afd1ab9ci: run tests on mac and windows (#136)0bfa328test: add some tests for launch-editor package (#135)1b006aechore: add README (#134)383ef26v2.14.06277209ci: harden publish settings520b2f7fix(deps): update all non-major dependencies (#129)475ac66chore(deps): update dependency lint-staged to v17 (#130)247bf1dchore(deps): update dependency yorkie to v2 (#131)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for launch-editor since your current version.
Note
Low Risk
Lockfile-only transitive dev-tooling update with no app code changes; the notable upstream change is defensive path validation for editor launch.
Overview
Updates the lockfile so
launch-editorresolves to 2.14.1 (from 2.10.0), including refreshedshell-quote(1.8.4) andpicocolorsversions thatlaunch-editordepends on.This is a transitive dependency (e.g. via React Native CLI tooling) used to open files in a local editor from dev workflows—not application runtime logic. Upstream 2.14.x includes a fix to reject UNC paths when launching an editor, which tightens path handling on Windows.
Reviewed by Cursor Bugbot for commit b2b7b19. Bugbot is set up for automated code reviews on this repo. Configure here.