Skip to content
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

Open
wants to merge 77 commits into
base: main
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented May 8, 2024

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

  • New Features
    • Introduced a new dependency for enhanced code analysis capabilities.
    • Expanded Dependabot's monitoring to include additional directories for npm packages and scheduled updates for GitHub Actions.
  • Bug Fixes
    • Updated various GitHub Actions to their latest versions, potentially improving performance and fixing bugs.
  • Documentation
    • Added information regarding current limitations with OS certificates and enterprise proxies to the README.
  • Chores
    • Incremented project version number to indicate minor updates.
  • Improvements
    • Enhanced the regex for matching ANSI color codes, improving the parsing of styled text.

KetchupOnMyKetchup and others added 20 commits February 28, 2024 16:44
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
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
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
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 333ea1a and 7d92497.

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)

lrotschy and others added 29 commits September 9, 2024 19:58
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]>
Update api/v3 postfix to api. prefix
…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
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants