Version 5.4.0 of the vscode-json-languageservice introduces several notable changes compared to the previous stable version, 5.3.11. A key update lies in the jsonc-parser dependency, which has been bumped from version 3.2.1 to version 3.3.0. This likely includes bug fixes, performance improvements, or potentially new features related to JSONC parsing. While the core functionalities remain similar, developers should be aware of this dependency update and check the changelog of jsonc-parser for compatibility and new capabilities.
Another significant update is in the development dependencies. The @typescript-eslint/parser and @typescript-eslint/eslint-plugin remain at version 7.7.0, but TypeScript jumps from supporting up to Node 16.x to Node 18.x for development and testing. There are also some minor updates to @types/mocha from version 10.0.6 to 10.0.7.
The dist section reveals slight differences in the unpacked size of the package, with v5.4.0 being slightly smaller than v5.3.11. The file count remains the same. This could indicate adjustments in the bundled code or assets. Finally, version 5.4.0 was released on June 24, 2024, providing developers with the most recent updates and refinements.
For developers using vscode-json-languageservice, upgrading to version 5.4.0 is recommended to benefit from the latest improvements of jsonc-parser. They should ensure their development environment is compatible with Node 18.x. Reviewing the changelogs for both vscode-json-languageservice and jsonc-parser will provide a deeper understanding of these changes.
The are not vulnerabilities for the version 5.4.0 of the package vscode-json-languageservice