Open
Conversation
Contributor
|
Hello! 👋 This repository uses Auto for releasing packages using PR labels. ✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates a few dependencies and related references across the repo.
Changes:
- Bump
expressinplugin-docs-cli - Remove the root
webpack-dev-serveroverride - Update plugin metadata docs and pin a newer
tj-actions/changed-filescommit
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/plugin-docs-cli/package.json | Bumps express dependency version. |
| package.json | Removes the overrides entry for webpack-dev-server. |
| docusaurus/docs/reference/metadata.md | Updates wording/allowed values description for category. |
| .github/actions/change-detection/action.yml | Pins tj-actions/changed-files to a newer commit (v47.0.4). |
f3bc39b to
02b1ce5
Compare
mckn
reviewed
Feb 24, 2026
Collaborator
mckn
left a comment
There was a problem hiding this comment.
Looks good but I have not tested it locally. Any more details on why we don't need the webpack-dev-server override anymore?
| | **buildMode** | `string` | The build mode of the plugin. This field is set automatically at build time, so it should not be provided manually.<br/> | | | ||
| | **builtIn** | `boolean` | [internal only] Indicates whether the plugin is developed and shipped as part of Grafana. Also known as a 'core plugin'.<br/> | | | ||
| | **category** | `string` | Plugin category used on the Add data source page.<br/>Possible values are: `"tsdb"`, `"logging"`, `"cloud"`, `"tracing"`, `"profiling"`, `"sql"`, `"enterprise"`, `"iot"`, `"other"`<br/> | | | ||
| | **category** | `string` | Plugin category used on the Add new connection page. Can be one from the list: "tsdb", "logging", "cloud", "tracing", "profiling", "sql", "enterprise", "iot", "other", empty string or custom string<br/> | | |
Collaborator
There was a problem hiding this comment.
Should this change be part of this PR? I'm happy to keep it just a bit confusing that it lives in a bump deps PR.
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.
Updating some dependencies:
I cant really bump tar as lerna gets weird and nx command gets lost (nx: command not found). Also it seems like its peer dependencies are not yet fully up to date so maybe it makes to sense to bump lerna yet anyway.