chore(deps): bump markdown-it from 14.1.0 to 14.1.1#5
Open
dependabot[bot] wants to merge 2347 commits intomainfrom
Open
chore(deps): bump markdown-it from 14.1.0 to 14.1.1#5dependabot[bot] wants to merge 2347 commits intomainfrom
dependabot[bot] wants to merge 2347 commits intomainfrom
Conversation
## [@nve/elements-v1.60.4](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve/elements-v1.60.3...@nve/elements-v1.60.4) (2026-02-23) ### Bug Fixes * **elements:** combobox and popover trigger performance improvements ([b34909a](https://gitlab-master.nvidia.com/ai-infra/elements/commit/b34909af1532f035a3aee4c70232f803c6874e11))
- Updated MCP server descriptions - Added skill file generation on mcp setup tool call - Added a new 'composition' field to the Example interface for better metadata handling. - Refactored API service methods to improve search functionality and added new imports handling. - Enhanced test coverage for API service methods and example retrieval. - Introduced utility functions for template condensing and element import deduplication. Signed-off-by: Cory Rylan <crylan@nvidia.com>
## [@nve-labs/cli-v0.10.0](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve-labs/cli-v0.9.0...@nve-labs/cli-v0.10.0) (2026-02-23) ### Features * **labs-cli:** improved tool schemas and context management ([048739b](https://gitlab-master.nvidia.com/ai-infra/elements/commit/048739ba1ac10c2682595eb79a2236db803b7a8c))
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
- no-complex-popovers - no-unstyled-typography - no-invalid-event-listeners Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
- Removed redundant check for update availability in notifyIfUpdateAvailable function. - Deleted unused utility functions isObject and isStringArray from utils. - Enhanced type definitions for getArgValue function and added a new PropertySchema interface. - Improved isReport function to utilize isObjectLiteral for better validation. Signed-off-by: Cory Rylan <crylan@nvidia.com>
## [@nve/elements-v1.60.5](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve/elements-v1.60.4...@nve/elements-v1.60.5) (2026-02-25) ### Bug Fixes * **elements:** minor page layout and grid api doc ([fe75ec2](https://gitlab-master.nvidia.com/ai-infra/elements/commit/fe75ec2f2df1f66c3e984c7d8c4a861b29425841)) * **labs-cli:** simplify update notification logic and markdown render ([0d69567](https://gitlab-master.nvidia.com/ai-infra/elements/commit/0d695672ae080836caf7d710324ff6203e939ae1))
## [@nve-labs/lint-v0.12.0](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve-labs/lint-v0.11.0...@nve-labs/lint-v0.12.0) (2026-02-25) ### Features * **labs-lint:** add new lint rules ([8082fb1](https://gitlab-master.nvidia.com/ai-infra/elements/commit/8082fb1b56f294f317d402170794c186c973496e)) ### Bug Fixes * **labs-lint:** improve lint deprecation rules ([62f75af](https://gitlab-master.nvidia.com/ai-infra/elements/commit/62f75afbf9e82da6445135db10c29dcb465460a4))
## [@nve-labs/cli-v0.10.1](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve-labs/cli-v0.10.0...@nve-labs/cli-v0.10.1) (2026-02-25) ### Bug Fixes * **labs-cli:** simplify update notification logic and markdown render ([0d69567](https://gitlab-master.nvidia.com/ai-infra/elements/commit/0d695672ae080836caf7d710324ff6203e939ae1))
- Added axe accessibility tests for single and multi-select scenarios in combobox and select components. - Implemented event dispatching for input and change events when selecting options in both components. - Updated combobox to reset input and select values correctly. - Enhanced select component to handle multiple selections with size attributes and prevent interaction with disabled items. - Improved visual examples for select component to demonstrate new features. Signed-off-by: Cory Rylan <crylan@nvidia.com>
## [@nve/elements-v1.60.6](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve/elements-v1.60.5...@nve/elements-v1.60.6) (2026-02-26) ### Bug Fixes * **elements:** select input with flat and size options ([78272d7](https://gitlab-master.nvidia.com/ai-infra/elements/commit/78272d7b9c82989a3306eeac01977bdf502c0523))
Co-authored-by: Cursor <cursoragent@cursor.com> Made-with: Cursor
- use cdn links instead of inline css imports in canvas-editable - reduce iframe preview fouc - remove explicit canvas background and use css :has for loading state - sync docs theme to iframed canvas preview on theme change
…agesService Co-authored-by: Cursor <cursoragent@cursor.com>
- Significant improvements in context usage - Simplify overall tool usage/alignment - Added pnpm overrides for the 'glob' package to version 13.0.6 in package.json and pnpm-lock.yaml. - Updated various dependencies in pnpm-lock.yaml to ensure compatibility with the latest versions. - Introduced a markdown loader plugin in Vite configuration for handling .md files. - Refactored ApiService to replace 'description' with 'summary' in metadata for better clarity. - Added new utility functions for semantic token management and created tests for them. - Created new context files for Elements Design System documentation, including about, authoring guidelines, and migration instructions. - Added additional tests for uncovered behavior Signed-off-by: Cory Rylan <crylan@nvidia.com>
- Exported `ATTRIBUTE_EXCEPTIONS` for better visibility and usage. - Introduced `getElementAttributeNames` function to retrieve non-deprecated attribute names for elements. - Updated linting rules to provide more informative messages, including supported attributes for restricted attributes. - Adjusted tests to reflect changes in error messaging and attribute validation. Signed-off-by: Cory Rylan <crylan@nvidia.com>
## [@nve-labs/lint-v0.12.1](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve-labs/lint-v0.12.0...@nve-labs/lint-v0.12.1) (2026-02-27) ### Bug Fixes * **labs-cli:** update package dependencies and improve tool accuracy ([3eecf94](https://gitlab-master.nvidia.com/ai-infra/elements/commit/3eecf945d1c07d6dde11590d41895f33d9e31f35)) * **labs-lint:** enhance attribute handling and linting rules ([4313fa8](https://gitlab-master.nvidia.com/ai-infra/elements/commit/4313fa846ee55652f96310a5cbfd06321baccd27))
## [@nve-labs/cli-v0.10.2](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve-labs/cli-v0.10.1...@nve-labs/cli-v0.10.2) (2026-02-27) ### Bug Fixes * **labs-cli:** update package dependencies and improve tool accuracy ([3eecf94](https://gitlab-master.nvidia.com/ai-infra/elements/commit/3eecf945d1c07d6dde11590d41895f33d9e31f35))
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
## [@nve/styles-v1.13.2](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve/styles-v1.13.1...@nve/styles-v1.13.2) (2026-02-27) ### Bug Fixes * **styles:** lint and space token usage ([1deb116](https://gitlab-master.nvidia.com/ai-infra/elements/commit/1deb1167d7d2b5f49f89cfa82e7bbbdde2b50059))
## [@nve-labs/lint-v0.12.2](https://gitlab-master.nvidia.com/ai-infra/elements/compare/@nve-labs/lint-v0.12.1...@nve-labs/lint-v0.12.2) (2026-02-27) ### Bug Fixes * **labs-lint:** remove unnecessary peer dep ([ea66864](https://gitlab-master.nvidia.com/ai-infra/elements/commit/ea66864cfd14b909308c7132cace8262499ea0a7))
- Enhanced `AGENTS.md` to clarify project command references and added links to individual `DEVELOPMENT.md` files. - Updated `SKILL.md` to include JSDoc annotations in documentation guidelines and added a section on prose linting with Vale. - Introduced `DEVELOPMENT.md` files for new projects: `elements`, `forms`, `labs/code`, `labs/lint`, `labs/markdown`, `labs/media`, and `monaco`, providing a comprehensive list of available commands. - Revised `README.md` files for `elements`, `forms`, `labs/code`, `labs/lint`, `labs/markdown`, `labs/media`, and `monaco` to improve clarity and add documentation links. - Updated `README.md` for `styles` and `themes` to reflect new structure and usage instructions. Signed-off-by: Cory Rylan <crylan@nvidia.com>
- adds readme context to the package_get tool/command Signed-off-by: Cory Rylan <crylan@nvidia.com>
268f61a to
961c7e1
Compare
b80e8bb to
9f04922
Compare
9f04922 to
49034ea
Compare
- Updated: pnpm-workspace.yaml with kept projects - Updated: .npmrc to use public npm registry - Updated: .gitignore to ignore generated files - Removed: internal package dependencies from kept projects Signed-off-by: Cory Rylan <crylan@nvidia.com>
SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES SPDX-License-Identifier: Apache-2.0 Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.0 to 14.1.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@14.1.0...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
49034ea to
5491c7a
Compare
917755d to
262dcdd
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 markdown-it from 14.1.0 to 14.1.1.
Changelog
Sourced from markdown-it's changelog.
Commits
b4a9b6514.1.1 released4b4bbcaFixed perf regression in linkify-it wrapperd2782d8Add supplementary example-driven documentation (#1092)