-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from github:main #6
base: main
Are you sure you want to change the base?
Conversation
Note about OS certificates and proxies not being supported yet
Update wording to mention VS Code proxy settings
Update VS Code Actions README.md with unsupported features
Update to latest packages from @actions/languageserver
Update vulnerable dependencies
Have Dependabot Update Workflow Actions
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…/checkout-4 Bump actions/checkout from 3 to 4
…/github-script-7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…/setup-node-4 Bump actions/setup-node from 3 to 4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- src/logs/model.ts (1 hunks)
Additional context used
Biome
src/logs/model.ts
[error] 2-2: Unexpected control character(s) in regular expression: \u001b
Control characters are unusual and potentially incorrect inputs, so they are disallowed.
(lint/suspicious/noControlCharactersInRegex)
Additional comments not posted (1)
src/logs/model.ts (1)
2-2
: Address the use of control characters in regex.The use of the control character
\u001b
in the regex is flagged by the static analysis tool. While this is necessary for matching ANSI escape codes, consider suppressing the warning if you are confident in its necessity, or document its usage to clarify its purpose.Verification successful
Regex usage is necessary and correctly implemented.
The
ansiColorRegex
is used to strip ANSI escape codes from text lines, which is a valid and necessary use case. The control character\u001b
is essential for matching these codes. You may consider suppressing the static analysis warning if confident in its necessity, or document its usage to clarify its purpose.
- File:
src/logs/model.ts
- Usage: Removing ANSI color codes from log lines.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the usage of `ansiColorRegex` in the codebase to ensure its necessity and correctness. # Test: Search for the regex usage. Expect: Occurrences of regex usage in parsing ANSI codes. rg --type ts -A 5 $'ansiColorRegex'Length of output: 505
Tools
Biome
[error] 2-2: Unexpected control character(s) in regular expression: \u001b
Control characters are unusual and potentially incorrect inputs, so they are disallowed.
(lint/suspicious/noControlCharactersInRegex)
Update elliptic version
Bumps the npm_and_yarn group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.76.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
Release version 0.26.5
Ditch VSX publish
Update api/v3 postfix to api. prefix
Release version 0.27.0
…arn-7aabbe6aff Bump webpack from 5.76.0 to 5.94.0 in the npm_and_yarn group across 1 directory
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.96.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.76.0...v5.96.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
….96.1 Bump webpack from 5.76.0 to 5.96.1
Bumps the npm_and_yarn group with 1 update in the / directory: [elliptic](https://github.com/indutny/elliptic). Updates `elliptic` from 6.5.7 to 6.6.0 - [Commits](indutny/elliptic@v6.5.7...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
…arn-da95a6f77c Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group across 1 directory
…cross 1 directory"
…n/npm_and_yarn-da95a6f77c Revert "Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group across 1 directory"
Bumps the npm_and_yarn group with 1 update in the / directory: [elliptic](https://github.com/indutny/elliptic). Updates `elliptic` from 6.5.7 to 6.6.0 - [Commits](indutny/elliptic@v6.5.7...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
…sions Add workflow permissions to build-preview.yml
…arn-da95a6f77c Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group across 1 directory
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by CodeRabbit