Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Bumps the npm_and_yarn group with 1 update in the /src/web-view directory: js-yaml.

Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

All related documentation and settings have been redefined in KubrickCode/ai-config-toolkit, so they have been updated accordingly.
Modified to allow all projects to use local environment variables consistently.
Claude Code login is reset every time DevContainer rebuilds,
resulting in the inconvenience of having to re-authenticate each time.

- docker-compose.yml: Maintain the ~/.claude directory as a named volume.
- post-create.sh: Redirect configuration files to the volume using symlinks.
- Maintain independent sessions for each project.
HTTP 422 error occurred when PR author and repository owner were the same person
Added condition to only add reviewer when PR author is not the repository owner
Fix error when PR author tries to add themselves as reviewer
VS Code Extension used bundled Prettier while CLI used global Prettier, causing formatting differences due to version mismatch.
Added local prettier as devDependency to ensure all tools use the same version (3.6.2).
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 14, 2025
@github-actions github-actions bot requested a review from KubrickCode November 14, 2025 15:46
KubrickCode and others added 5 commits November 15, 2025 00:49
Fix formatting inconsistency between save and lint execution
…ing in rework.

Lack of code quality verification during the commit phase necessitates rework when lint errors are discovered in CI.

Added Husky and lint-staged to automatically run lint only on targets that have changed during commit.
- Automatically fixable errors are fixed and committed, while unfixable errors are blocked.
- Added root-level dependency installation to just deps.
Bumps the npm_and_yarn group with 1 update in the /src/web-view directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/web-view/npm_and_yarn-3c67cbb9cd branch from e1d2eed to a9d9385 Compare November 14, 2025 17:25
@KubrickCode KubrickCode force-pushed the main branch 2 times, most recently from 2ebc1ff to 4d32bc9 Compare November 19, 2025 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants