chore(deps-dev): bump ruff from 0.15.13 to 0.15.14 in the development-dependencies group across 1 directory#550
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
WalkthroughThis pull request updates the pinned version of the ChangesRuff Dependency Update
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #625 Polyglot BDD skeleton for Milestone 8: cucumber-js 11.3 running shared `tests/features/api/` and `tests/features/tck/` feature files via the pure-JS stub (`crates/gf-bindings-node/`). All step definitions are pending; the suite validates that shared Gherkin parses cleanly across all three runtimes (Python/Rust/Node). CodeRabbit review fixes: - Deep-copy transaction snapshot (Map entries + edge arrays) - Lifecycle method declarations + error class hierarchy in index.d.ts - is_dir() check in gf-core and api_v05.py - Stale last_error pre-seeding in Rust BDD steps - Serde derives on AstQuery - .cargo/config.toml pyo3-only flags comment - CI: pnpm version conflict, mypy type guard, ruff format/lint - CI: gherkin-lint pipefail + false-positive SyntaxError grep - Docs: correct CHANGELOG relative links for MkDocs strict mode - Tests: 176 unit tests for api_v05.py covering all code paths
Bumps the development-dependencies group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.13 to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #550 +/- ##
==========================================
+ Coverage 83.81% 84.09% +0.27%
==========================================
Files 47 49 +2
Lines 12647 12917 +270
Branches 3587 3628 +41
==========================================
+ Hits 10600 10862 +262
- Misses 1265 1270 +5
- Partials 782 785 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Bumps the development-dependencies group with 1 update in the / directory: ruff.
Updates
rufffrom 0.15.13 to 0.15.14Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9ad2da3Bump 0.15.14 (#25295)c714e84[ty] Modernize setup of union types in mdtests (#25291)8a8e35e[flake8-comprehensions] SkipC417for lambdas with positional-only parame...aea5ed4Avoid unnecessary parser lookahead for operators (#25290)e9d72bb[ty] Allow enum member accesses onself(#25077)6cbd59bSetexclude-newer = "7 days"in our PEP-723 scripts (#25285)9999a39Update code example on how to update Neovim LSP log level (#25284)67d8c54[ty] Retain recursively-defined state in binary expressions (#25277)25a3191[ty] Refine Callable class-decorator fallback for unknown results (#25250)c423054Add a recursion limit to the parser (#24810)Note
Bootstrap Rust workspace skeleton with multi-language bindings and Arrow-based API surface
gf-core,gf-ast,gf-cypher,gf-ir,gf-rel,gf-exec,gf-storage,gf-io,gf-provenance,gf-ontology,gf-plan,gf-bindings-py,gf-bindings-node,gf-cli) with stub implementations that returnGfError::NotImplementedfor all real operations.graphforge.api_v05Python module withNodeHandle,EdgeHandle, Arrow schema constants, and input validation (ValidationError,ParseError, etc.) as the new unified API surface.crates/gf-bindings-node/index.js) implementing the fullGraphForgeNode.js API with basic argument validation and typed error classes; all tabular results return empty Buffers.execute,rank,cluster,find,index,explain,lifecycle,errors,validation, and TCK clauses, with@skip-node @skip-rusttags gating unimplemented paths.check/clippy/fmtand Gherkin lint on therust-corebranch, and bumpsrufffrom 0.15.13 to 0.15.14 in dev dependencies.NotImplemented; the Python and Node APIs are skeletal stubs not yet backed by the Rust core.Macroscope summarized 542cec6.