Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/dev-dependencies-4d32084392
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
@typescript/native-preview 7.0.0-dev.20260604.1 7.0.0-dev.20260706.1
eslint 10.4.1 10.6.0
turbo 2.9.16 2.10.3
autumn-js 1.2.28 1.2.35
@workos-inc/node 8.13.0 10.7.0

Updates @typescript/native-preview from 7.0.0-dev.20260604.1 to 7.0.0-dev.20260706.1

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​typescript/native-preview since your current version.


Updates eslint from 10.4.1 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

... (truncated)

Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

Updates turbo from 2.9.16 to 2.10.3

Release notes

Sourced from turbo's releases.

Turborepo v2.10.3

What's Changed

Changelog

... (truncated)

Commits
  • 9980449 publish 2.10.3 to registry
  • bc32fcc fix: Correct gitignore precedence in untracked walk and memoize matcher chain...
  • dccab93 fix: Harden TUI terminal restore during shutdown (#13220)
  • 65efe27 fix: Remove devtools feature flag (#13219)
  • c2115dc refactor: Use upstream libghostty-vt crates instead of vendored bindings (#13...
  • c3c91ab fix: Include untracked symlinks in repo-index dirty hash (#13218)
  • b521d32 perf: Derive dirty hash from repo index (#13213)
  • 28d1871 perf: Replace per-package graph traversals in scope filtering (#13212)
  • 148b1dd perf: Cache env wildcard matches across tasks during hashing (#13210)
  • 61d6013 feat: Automatically copy TUI selection to clipboard on mouse release (#13208)
  • Additional commits viewable in compare view

Updates autumn-js from 1.2.28 to 1.2.35

Commits
  • 2347254 feat(billing): flag paid recurring plans imported without a subscription as m...
  • 2f99acd test(billing): use a truly free (no base price) fixture for the processor-les...
  • d38c8bd chore: 🤖 docs and sdk
  • f75d11c feat(billing): make billing.import processors and billable.processor optional...
  • 4fe7f5a chore: 🤖 docs and sdks
  • 744c86e refactor(openapi): rename the flash SDK method and docs page to billing.import
  • a253e73 Merge pull request #2130 from useautumn/feat/dfu-flash
  • c5fb0b1 chore: 🤖 sdks and docs
  • d1cb282 chore: merge dev
  • bab7c6e chore: 🤖 docs and sdk
  • Additional commits viewable in compare view

Updates @workos-inc/node from 8.13.0 to 10.7.0

Release notes

Sourced from @​workos-inc/node's releases.

v10.7.0

10.7.0 (2026-06-25)

Features

  • Add source to role assignments to distinguish group grants (#1646) (574f5ca)

v10.6.0

10.6.0 (2026-06-25)

Features

  • user-management: add max_age parameter to getAuthorizationUrl (#1643) (730404e)

v10.5.0

10.5.0 (2026-06-24)

Features

v10.4.1

10.4.1 (2026-06-23)

Bug Fixes

  • events: Add resourceTypeSlug to RoleEvent deserialization (#1638) (d478595)

v10.4.0

10.4.0 (2026-06-18)

Features

  • user-management: Add invitationToken to getAuthorizationUrl options (#1612) (a2d516f)

v10.3.0

10.3.0 (2026-06-17)

Features

  • authorization: Add group role assignment endpoints (#1619) (df60af3)

v10.2.1

10.2.1 (2026-06-16)

... (truncated)

Changelog

Sourced from @​workos-inc/node's changelog.

10.7.0 (2026-06-25)

Features

  • Add source to role assignments to distinguish group grants (#1646) (574f5ca)

10.6.0 (2026-06-25)

Features

  • user-management: add max_age parameter to getAuthorizationUrl (#1643) (730404e)

10.5.0 (2026-06-24)

Features

10.4.1 (2026-06-23)

Bug Fixes

  • events: Add resourceTypeSlug to RoleEvent deserialization (#1638) (d478595)

10.4.0 (2026-06-18)

Features

  • user-management: Add invitationToken to getAuthorizationUrl options (#1612) (a2d516f)

10.3.0 (2026-06-17)

Features

  • authorization: Add group role assignment endpoints (#1619) (df60af3)

10.2.1 (2026-06-16)

Bug Fixes

  • Prevent handleParseError from double-reading response body (#1622) (e1cdb7f)

10.2.0 (2026-06-02)

... (truncated)

Commits
  • 13855f9 chore(main): release 10.7.0 (#1647)
  • 574f5ca feat: Add source to role assignments to distinguish group grants (#1646)
  • 5d89bd7 chore(main): release 10.6.0 (#1645)
  • 730404e feat(user-management): add max_age parameter to getAuthorizationUrl (#1643)
  • 511b691 chore(main): release 10.5.0 (#1641)
  • b6e7944 feat: Add signalsId to user management APIs (#1618)
  • 1bea908 chore(main): release 10.4.1 (#1639)
  • d478595 fix(events): Add resourceTypeSlug to RoleEvent deserialization (#1638)
  • e2607ed chore(main): release 10.4.0 (#1632)
  • 4d2193e refactor(feature-flags): replace eventemitter3 with internal typed emitter (#...
  • Additional commits viewable in compare view

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

greptile-apps Bot commented Jul 4, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@socket-security

socket-security Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedautumn-js@​1.2.28 ⏵ 1.2.3599 +110083 +198 +1100
Updatedturbo@​2.9.16 ⏵ 2.10.3100 +110085 +197 +1100
Updatedeslint@​10.4.1 ⏵ 10.6.098 +110010095100
Updated@​workos-inc/​node@​8.13.0 ⏵ 10.7.099 +1100100100100
Updated@​typescript/​native-preview@​7.0.0-dev.20260604.1 ⏵ 7.0.0-dev.20260706.1100 +1100100 +19100 +1100

View full report

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

…ith 5 updates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260604.1` | `7.0.0-dev.20260706.1` |
| [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.6.0` |
| [turbo](https://github.com/vercel/turborepo) | `2.9.16` | `2.10.3` |
| [autumn-js](https://github.com/useautumn/autumn) | `1.2.28` | `1.2.35` |
| [@workos-inc/node](https://github.com/workos/workos-node) | `8.13.0` | `10.7.0` |



Updates `@typescript/native-preview` from 7.0.0-dev.20260604.1 to 7.0.0-dev.20260706.1
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `eslint` from 10.4.1 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.6.0)

Updates `turbo` from 2.9.16 to 2.10.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.9.16...v2.10.3)

Updates `autumn-js` from 1.2.28 to 1.2.35
- [Commits](useautumn/autumn@autumn-js-v1.2.28...autumn-js-v1.2.35)

Updates `@workos-inc/node` from 8.13.0 to 10.7.0
- [Release notes](https://github.com/workos/workos-node/releases)
- [Changelog](https://github.com/workos/workos-node/blob/main/CHANGELOG.md)
- [Commits](workos/workos-node@v8.13.0...v10.7.0)

---
updated-dependencies:
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260703.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@workos-inc/node"
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: autumn-js
  dependency-version: 1.2.34
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: turbo
  dependency-version: 2.10.3
  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/bun/dev-dependencies-4d32084392 branch from 7b11e3d to 05a6b7e Compare July 6, 2026 10:26
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot dependabot Bot deleted the dependabot/bun/dev-dependencies-4d32084392 branch July 13, 2026 10:25
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.

0 participants