Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates#661

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-5d8fc81106
Closed

chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates#661
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-5d8fc81106

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 4 updates in the / directory: @sentry/cli, eslint-plugin-sonarjs, greptile and typescript-eslint.

Updates @sentry/cli from 3.6.0 to 3.6.1

Release notes

Sourced from @​sentry/cli's releases.

3.6.1

Fixes

  • (sourcemaps) Prevent Debug ID collisions between distinct JS files that share identical sourcemaps by hashing both the JS and sourcemap bytes when injecting Debug IDs (#3356)

3.6.1-snapshot.20260717.0718e61

Snapshot build from master at 0718e61.

3.6.1-snapshot.20260717.28f7c1f

Snapshot build from master at 28f7c1f.

3.6.1-snapshot.20260717.ecb5dd0

Snapshot build from master at ecb5dd0.

3.6.1-snapshot.20260717.ec650c1

Snapshot build from master at ec650c1.

3.6.1-snapshot.20260707.1bf4117

Snapshot build from master at 1bf4117.

3.6.1-snapshot.20260707.f19f288

Snapshot build from master at f19f288.

3.6.1-snapshot.20260707.ee8a2dd

Snapshot build from master at ee8a2dd.

3.6.1-snapshot.20260706.14ba8c3

Snapshot build from master at 14ba8c3.

3.6.1-snapshot.20260629.fb79c59

Snapshot build from master at fb79c59.

3.6.1-snapshot.20260626.903b388

Snapshot build from master at 903b388.

3.6.1-snapshot.20260626.33e0b91

Snapshot build from master at 33e0b91.

Changelog

Sourced from @​sentry/cli's changelog.

3.6.1

Fixes

  • (sourcemaps) Prevent Debug ID collisions between distinct JS files that share identical sourcemaps by hashing both the JS and sourcemap bytes when injecting Debug IDs (#3356)
Commits
  • b2d322a release: 3.6.1
  • 308c9ad chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#3366)
  • 28f7c1f chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#3367)
  • 0718e61 chore(deps): bump github/codeql-action from 4.35.4 to 4.36.2 (#3331)
  • ec650c1 build(deps): bump swatinem/rust-cache from 2.8.2 to 2.9.1 (#3233)
  • ecb5dd0 fix(sourcemaps): Prevent Debug ID collisions (#3356)
  • 0f55bf4 ref(organizations): Use control silo endpoint for org listing (#3352)
  • 1bf4117 chore(deps): Ran cargo update (#3358)
  • f19f288 chore(deps): bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#3332)
  • ee8a2dd chore(deps): bump getsentry/github-workflows from 3.3.0 to 3.4.0 (#3333)
  • Additional commits viewable in compare view

Updates eslint-plugin-sonarjs from 4.1.0 to 4.2.0

Changelog

Sourced from eslint-plugin-sonarjs's changelog.

Release Guide

SonarJS currently has two distinct release targets:

Target Artifact Main workflow Notes
Standard SonarQube analyzer Maven/JAR release artifacts .github/workflows/automated-release.yml This is the normal SonarJS release flow.
SQAA (previously A3S) Docker image for LanguageAnalyzerService .github/workflows/docker-sqaa.yml Manual SQAA-only entry point and fallback.

Terminology

  • SQAA is the current name for what older docs and repository names still call A3S.
  • Some external identifiers still keep the legacy a3s name for compatibility. The important ones are:
    • the Docker repository path a3s/analysis/javascript
    • packages/grpc/src/proto/language_analyzer.proto with option java_package = "com.sonarsource.a3s.analyzer.grpc";
  • Do not rename those compatibility-sensitive identifiers as part of a routine release.

Standard SonarQube Analyzer Release

This is the regular SonarJS analyzer release. It produces the standard SonarQube analyzer artifacts and can also automate the SQAA handoff using the same build number.

Entry points

  1. Start .github/workflows/automated-release.yml.
  2. That workflow orchestrates the release and then calls .github/workflows/release.yml for the actual artifact publication.
  3. After the release succeeds, .github/workflows/bump-versions.yml opens the next development iteration PR.

What .github/workflows/automated-release.yml does

The SonarJS workflow is a thin wrapper around SonarSource/release-github-actions/.github/workflows/automated-release.yml@v1 with SonarJS-specific inputs:

  • project name SonarJS
  • plugin name javascript
  • Jira project JS
  • optional SQC and SQS integration PRs
  • optional SQAA integration, enabled in the SonarJS wrapper and implemented by a custom local workflow
  • SLVS, SLVSCODE, SLE, and SLI integration tickets enabled
  • the generic release-github-actions SQAA integration explicitly disabled, because SonarJS uses analysis/js_ts_image_tag instead of gradle/sonar-plugins.versions.toml

The reusable workflow performs the following steps:

  1. Freeze the target branch.
  2. Run the releasability checks with SonarSource/gh-action_releasability@v3.
  3. Resolve the release version with get-release-version.
  4. Resolve the Jira version with get-jira-version.
  5. Generate Jira-based release notes with get-jira-release-notes unless explicit notes were provided.
  6. Create the REL Jira ticket with create-jira-release-ticket.
  7. Publish the GitHub release with publish-github-release.
  8. Unfreeze the branch.
  9. Release the Jira version, create the next Jira version, and move the REL ticket to Technical Release Done.

... (truncated)

Commits

Updates greptile from 3.2.0 to 3.2.3

Release notes

Sourced from greptile's releases.

v3.2.3

3.2.3 - 2026-07-17

Fixed

  • Repository-aware commands now use the current branch's configured Git remote, or the sole remote, instead of requiring a remote named origin.

v3.2.2

3.2.2 - 2026-07-16

Added

  • Manage repositories directly from greptile settings.

Changed

  • Settings navigation now replaces outdated cards as you move between sections.
  • Reduced redundant status and cancellation messages.

Fixed

  • GitHub repository setup now recovers more smoothly from expired authorization and temporary connection issues.

v3.2.1

3.2.1 - 2026-07-15

Added

  • greptile fix install, status, and uninstall manage the macOS app used by "Fix in Claude Code" links.
  • Fix in Claude Code maps repositories, launches Claude Code in the active terminal, submits full Fix All prompts, and returns the browser to the pull request after handoff.
  • Onboarding includes Blimp and SF Buses as referral source choices.

Changed

  • The macOS support now ships inside the main CLI bundle. Setup is explicit and no longer requires the archived package or Python.
Commits

Updates typescript-eslint from 8.64.0 to 8.65.0

Release notes

Sourced from typescript-eslint's releases.

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)

🩹 Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@greptile-apps

greptile-apps Bot commented Jul 23, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@codspeed-hq

codspeed-hq Bot commented Jul 23, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 0.18%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 6 improved benchmarks
❌ 4 regressed benchmarks
✅ 1 untouched benchmark

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
createQueryFingerprint 517.4 µs 527.5 µs -1.91%
encodeQueryCursor 101 µs 101.1 µs -0.05%
build index (200 docs x 40 words) 8.4 ms 8.4 ms -0.01%
score query over 2000 docs 5.6 ms 5.6 ms 0%
stableStringify (nested contract) 161.5 µs 161.3 µs +0.1%
build index (2000 docs x 80 words) 161.4 ms 161.4 ms +0.05%
decodeQueryCursor 114.3 µs 114.3 µs +0.03%
jaccardSimilarity 153.3 µs 153.3 µs +0.02%
tokenize + score query over 2000 docs 7.5 ms 7.5 ms +0.01%
tokenizeAlphaNumeric 367.3 µs 367.3 µs +0.01%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/npm_and_yarn/dev-dependencies-5d8fc81106 (7d39c7d) with main (a82427a)

Open in CodSpeed

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@unbraind

Copy link
Copy Markdown
Owner

Tracked in pm-pegcmx, the existing dependency-update review queue.

@unbraind

Copy link
Copy Markdown
Owner

Canonical dependency-update tracking: pm-pegcmx. (The earlier link used the wrong item-type directory; this corrected link resolves to the live tracker item.)

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-5d8fc81106 branch 4 times, most recently from bce6235 to ee641d9 Compare July 24, 2026 09:42
@dependabot dependabot Bot changed the title fix(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-5d8fc81106 branch from ee641d9 to ba3c9b8 Compare July 24, 2026 23:36
…ith 4 updates

Bumps the dev-dependencies group with 4 updates in the / directory: [@sentry/cli](https://github.com/getsentry/sentry-cli), [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS), [greptile](https://github.com/greptileai/cli) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@sentry/cli` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@3.6.0...3.6.1)

Updates `eslint-plugin-sonarjs` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/SonarSource/SonarJS/releases)
- [Changelog](https://github.com/SonarSource/SonarJS/blob/master/docs/RELEASE.md)
- [Commits](https://github.com/SonarSource/SonarJS/commits)

Updates `greptile` from 3.2.0 to 3.2.3
- [Release notes](https://github.com/greptileai/cli/releases)
- [Commits](greptileai/cli@v3.2.0...v3.2.3)

Updates `typescript-eslint` from 8.64.0 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@sentry/cli"
  dependency-version: 3.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-sonarjs
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: greptile
  dependency-version: 3.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-5d8fc81106 branch from ba3c9b8 to 7d39c7d Compare July 24, 2026 23:40
@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-5d8fc81106 branch July 25, 2026 02:26
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.

1 participant