chore(deps): bump launch-editor from 2.13.2 to 2.14.1#412
chore(deps): bump launch-editor from 2.13.2 to 2.14.1#412dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [launch-editor](https://github.com/vitejs/launch-editor) from 2.13.2 to 2.14.1. - [Commits](vitejs/launch-editor@v2.13.2...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>
Deploying bloomdocs with
|
| Latest commit: |
e079774
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5bc337a6.bloomdocs.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-laun.bloomdocs.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e079774f0c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "version": "2.13.2", | ||
| "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.2.tgz", | ||
| "integrity": "sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==", | ||
| "version": "2.14.1", |
There was a problem hiding this comment.
Use a launch-editor release that handles UNC errors
When npm start is run on Windows from a UNC/network-share checkout, this 2.14.1 release hits a new UNC-path guard that calls onErrorCallback(...) before the package has wrapped or defaulted that callback. webpack-dev-server@5.2.4 is pulled in by @docusaurus/core here and its /webpack-dev-server/open-editor middleware invokes launchEditor(fileName) without a callback, so clicking the dev overlay’s open-in-editor link for a \\server\share\... file now throws a TypeError instead of reporting the intended editor error.
Useful? React with 👍 / 👎.
Bumps launch-editor from 2.13.2 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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.