vscode-yaml-sort
vscode-yaml-sort copied to clipboard
This VS Code extension exposes the possibility to sort, format and validate yaml files.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/vscode](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode)) | [`1.88.0` -> `1.94.0`](https://renovatebot.com/diffs/npm/@types%2fvscode/1.88.0/1.94.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [glob](https://redirect.github.com/isaacs/node-glob) | [`10.3.12` -> `10.4.5`](https://renovatebot.com/diffs/npm/glob/10.3.12/10.4.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vscode/test-electron](https://redirect.github.com/Microsoft/vscode-test) | [`2.3.9` -> `2.4.1`](https://renovatebot.com/diffs/npm/@vscode%2ftest-electron/2.3.9/2.4.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dependency-cruiser](https://redirect.github.com/sverweij/dependency-cruiser) | [`16.3.1` -> `16.4.2`](https://renovatebot.com/diffs/npm/dependency-cruiser/16.3.1/16.4.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Test YAML: ```yaml game: core: serviceRpcTimeoutMillis: 6900000 # Extra-long for debugging locally ``` Upon sorting this, it strips the comment and yields: ```yaml game: core: serviceRpcTimeoutMillis: 6900000 ``` thanks for...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.4.5` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.6.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
Hello. The following yml file will fail sorting near `depends_on` with my vscode settings: ```json { "vscode-yaml-sort.forceQuotes": true, "vscode-yaml-sort.quotingType": "\"" } ``` ```yaml services: # https://hub.docker.com/_/mysql mysql5: image: "mysql:5.7" restart:...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade @types/vscode from 1.88.0 to 1.90.0. :information_source: Keep your dependencies...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade @vscode/test-electron from 2.3.9 to 2.4.0. :information_source: Keep your dependencies...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...