chore: Updated various packages.#494
Conversation
|
📦 Plugin Artifacts Ready!Download from GitHub Actions run Available plugins:
See the "Artifacts" section at the bottom of the Actions run page |
There was a problem hiding this comment.
Pull Request Overview
This PR updates various npm packages across multiple example projects in the repository. The changes primarily consist of dependency version updates in package-lock.json files and one package.json file.
- Updates multiple
@inquirer/*packages and their dependencies in the WPGraphQL preview example - Updates the
vitepackage in the vanilla toolbar example - Modifies several dependencies in the Nuxt template hierarchy example
Reviewed Changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
plugins/hwp-previews/examples/hwp-preview-wpgraphql/package-lock.json |
Updates @InQuirer packages (checkbox, confirm, core, editor, expand, figures, input, number, password, prompts, rawlist, search, select, type), @wordpress/env, and various transitive dependencies. Removes external-editor, tmp, and os-tmpdir in favor of @inquirer/external-editor. Updates mute-stream, chardet, and iconv-lite versions. |
packages/toolbar/examples/vanilla/example-app/package-lock.json |
Updates vite from 6.4.0 to 6.4.1 |
examples/nuxt/template-hierarchy-data-fetching/package.json |
Downgrades external-editor from ^3.1.0 to ^1.1.0, updates tmp from ^0.0.33 to ^0.2.5, removes string-width-cjs, strip-ansi-cjs, and wrap-ansi-cjs dependencies |
Files not reviewed (2)
- packages/toolbar/examples/vanilla/example-app/package-lock.json: Language not supported
- plugins/hwp-previews/examples/hwp-preview-wpgraphql/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chore: Updated various packages.
Description
Related Issue
Dependant PRs
Type of Change
How Has This Been Tested?
Screenshots
Checklist