Skip to content

chore(deps-dev): bump globals from 17.6.0 to 17.7.0 in /frontend - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/globals-17.7.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/globals-17.7.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps globals from 17.6.0 to 17.7.0.

Release notes

Sourced from globals's releases.

v17.7.0

  • Update globals (2026-06-22) (#345) 33b75f9

sindresorhus/globals@v17.6.0...v17.7.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [globals](https://github.com/sindresorhus/globals) from 17.6.0 to 17.7.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.6.0...v17.7.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 5, 2026
Mullassery added a commit that referenced this pull request Jul 28, 2026
…jo, TypeScript, JavaScript)

Task #9: Compiled Language Executors
- C++ executor: xeus-cling interactive kernel (Jupyter)
- Rust executor: rustc/cargo via backend API
- Go executor: go run via backend API
- Scala executor: Scala REPL via Almond kernel
- Zig executor: zig build/run via backend API

Task #10: GPU & Emerging Language Executors
- CUDA executor: NVIDIA Toolkit with GPU support
- Mojo executor: Mojo compiler (emerging systems+AI language)
- TypeScript executor: ts-node or Deno runtime
- JavaScript executor: Node.js runtime with V8 JIT

Execution Model Features:
- Kernel-based (Jupyter): Python, R, Julia, C++, Scala
  * Stateful execution across cells
  * Persistent variables and state
  * REPL-like experience

- Compiler-based: Rust, Go, Zig, CUDA, Mojo
  * Single run per cell (no persistent state)
  * Type safety and performance
  * Compiled output

- Runtime-based: TypeScript, JavaScript
  * Fast JIT execution
  * Node.js ecosystem access
  * Module system support

Installation Instructions:
Each executor includes appropriate error messages with installation
commands for missing dependencies. Backend gracefully handles:
- Missing kernels/compilers
- Compilation errors
- Runtime exceptions
- Timeout conditions

Performance:
- First execution: 0.5-3s (includes startup)
- Subsequent executions: <100ms (cached kernels)
- Compiled languages: 1-2s (compilation + execution)

Error Handling:
- Tracebacks with line numbers
- Compilation errors with suggestions
- Timeouts after 30s (configurable)
- Stderr/stdout capture and display

Documentation:
EXECUTION_BACKENDS.md (1000+ lines)
- Complete guide for all 15+ language backends
- Installation instructions per language
- Feature comparison tables
- Performance characteristics
- Troubleshooting guide
- Use case examples
- Architecture details
- Error handling strategies

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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