cap-js-community / tree-sitter-cds

CAP CDS grammar for tree-sitter.
Apache License 2.0
16 stars 2 forks source link

deps: update all non-major dependencies #45

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.1.1 -> 9.2.0 age adoption passing confidence devDependencies minor
cc 1.0.92 -> 1.0.97 age adoption passing confidence build-dependencies patch
eslint (source) 9.1.1 -> 9.2.0 age adoption passing confidence devDependencies minor
node-gyp-build 4.8.0 -> 4.8.1 age adoption passing confidence dependencies patch
tree-sitter (source) 0.22.5 -> 0.22.6 age adoption passing confidence dependencies patch
tree-sitter-cli 0.22.5 -> 0.22.6 age adoption passing confidence devDependencies patch

Release Notes

eslint/eslint (@​eslint/js) ### [`v9.2.0`](https://togithub.com/eslint/eslint/releases/tag/v9.2.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.1.1...v9.2.0) #### Features - [`8485d76`](https://togithub.com/eslint/eslint/commit/8485d76134bdbd29230780fadc284c482cd1d963) feat: `no-case-declarations` add suggestions ([#​18388](https://togithub.com/eslint/eslint/issues/18388)) (Josh Goldberg ✨) - [`a498f35`](https://togithub.com/eslint/eslint/commit/a498f35cef4df9c9f5387fafafaf482d913d5765) feat: update Unicode letter detection in capitalized-comments rule ([#​18375](https://togithub.com/eslint/eslint/issues/18375)) (Francesco Trotta) #### Bug Fixes - [`eeec413`](https://togithub.com/eslint/eslint/commit/eeec41346738afb491958fdbf0bcf45a302ca1b7) fix: do not throw when defining a global named **defineSetter** ([#​18364](https://togithub.com/eslint/eslint/issues/18364)) (唯然) #### Documentation - [`0f5df50`](https://togithub.com/eslint/eslint/commit/0f5df509a4bc00cff2c62b90fab184bdf0231322) docs: Update README (GitHub Actions Bot) - [`1579ce0`](https://togithub.com/eslint/eslint/commit/1579ce05cbb523cb5b04ff77fab06ba1ecd18dce) docs: update wording regarding indirect eval ([#​18394](https://togithub.com/eslint/eslint/issues/18394)) (Kirk Waiblinger) - [`f12a02c`](https://togithub.com/eslint/eslint/commit/f12a02c5749d31beefe46d2753a0d68b56f2281d) docs: update to eslint v9 in custom-rule-tutorial ([#​18383](https://togithub.com/eslint/eslint/issues/18383)) (唯然) #### Chores - [`b346605`](https://togithub.com/eslint/eslint/commit/b3466052802a1586560ad56a8128d603284d58c2) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​9](https://togithub.com/9).2.0 ([#​18413](https://togithub.com/eslint/eslint/issues/18413)) (Milos Djermanovic) - [`c4c18e0`](https://togithub.com/eslint/eslint/commit/c4c18e05fc866b73218dbe58b760546f39a2a620) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`284722c`](https://togithub.com/eslint/eslint/commit/284722ca8375c9a9e4f741bfdd78e765542da61f) chore: package.json update for eslint-config-eslint release (Jenkins) - [`347d44f`](https://togithub.com/eslint/eslint/commit/347d44f96b3d9d690e4f7380029e8a5a60b2fdc7) chore: remove eslintrc export from eslint-config-eslint ([#​18400](https://togithub.com/eslint/eslint/issues/18400)) (Milos Djermanovic) - [`f316e20`](https://togithub.com/eslint/eslint/commit/f316e2009a8aa902fa447a49b6b5e560848f0711) ci: run tests in Node.js 22 ([#​18393](https://togithub.com/eslint/eslint/issues/18393)) (Francesco Trotta)
rust-lang/cc-rs (cc) ### [`v1.0.97`](https://togithub.com/rust-lang/cc-rs/releases/tag/1.0.97) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/1.0.96...1.0.97) #### What's Changed - CI: Create regenerate-target-info by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1055](https://togithub.com/rust-lang/cc-rs/pull/1055) - Fix file extension for pipelime regenerate-target-info by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1056](https://togithub.com/rust-lang/cc-rs/pull/1056) - Fix running gen-target-info in regenerate-target-info.yml by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1057](https://togithub.com/rust-lang/cc-rs/pull/1057) - Fix `regenerate-target-info.yml` by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1060](https://togithub.com/rust-lang/cc-rs/pull/1060) - Add support for riscv32ima by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/rust-lang/cc-rs/pull/1061](https://togithub.com/rust-lang/cc-rs/pull/1061) - Fix commit message in regenerate-target-info.yml by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1062](https://togithub.com/rust-lang/cc-rs/pull/1062) - CI: Run cargo-semver-checks for every PR and commits to main by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1053](https://togithub.com/rust-lang/cc-rs/pull/1053) - fix: emscripten build on windows by [@​atty303](https://togithub.com/atty303) in [https://github.com/rust-lang/cc-rs/pull/1054](https://togithub.com/rust-lang/cc-rs/pull/1054) - Don't use the value of SDKROOT if it doesn't match the target. by [@​jfgoog](https://togithub.com/jfgoog) in [https://github.com/rust-lang/cc-rs/pull/1047](https://togithub.com/rust-lang/cc-rs/pull/1047) - Rm unnecessary println in try_get_compiler by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1063](https://togithub.com/rust-lang/cc-rs/pull/1063) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/rust-lang/cc-rs/pull/1064](https://togithub.com/rust-lang/cc-rs/pull/1064) - Avoid recursive calls into try_get_compiler when items are in the cache by [@​dpaoliello](https://togithub.com/dpaoliello) in [https://github.com/rust-lang/cc-rs/pull/1050](https://togithub.com/rust-lang/cc-rs/pull/1050) - Release cc 1.0.97 by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1066](https://togithub.com/rust-lang/cc-rs/pull/1066) #### New Contributors - [@​github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/rust-lang/cc-rs/pull/1061](https://togithub.com/rust-lang/cc-rs/pull/1061) - [@​atty303](https://togithub.com/atty303) made their first contribution in [https://github.com/rust-lang/cc-rs/pull/1054](https://togithub.com/rust-lang/cc-rs/pull/1054) **Full Changelog**: https://github.com/rust-lang/cc-rs/compare/1.0.96...1.0.97 ### [`v1.0.96`](https://togithub.com/rust-lang/cc-rs/releases/tag/1.0.96) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/1.0.95...1.0.96) #### What's Changed - Use specified include directories prior to CFLAGS by [@​justsmth](https://togithub.com/justsmth) in [https://github.com/rust-lang/cc-rs/pull/1043](https://togithub.com/rust-lang/cc-rs/pull/1043) - MSVC: Add support for linking against the "spectre-mitigated" CRT by [@​dpaoliello](https://togithub.com/dpaoliello) in [https://github.com/rust-lang/cc-rs/pull/673](https://togithub.com/rust-lang/cc-rs/pull/673) - Release cc 1.0.96 by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1045](https://togithub.com/rust-lang/cc-rs/pull/1045) #### New Contributors - [@​justsmth](https://togithub.com/justsmth) made their first contribution in [https://github.com/rust-lang/cc-rs/pull/1043](https://togithub.com/rust-lang/cc-rs/pull/1043) **Full Changelog**: https://github.com/rust-lang/cc-rs/compare/1.0.95...1.0.96 ### [`v1.0.95`](https://togithub.com/rust-lang/cc-rs/releases/tag/1.0.95) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/1.0.94...1.0.95) #### What's Changed - Update windows-bindgen requirement from 0.55 to 0.56 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/rust-lang/cc-rs/pull/1035](https://togithub.com/rust-lang/cc-rs/pull/1035) - Bump msrv to 1.63 by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1031](https://togithub.com/rust-lang/cc-rs/pull/1031) - Optimize jobserver `try_acquire` by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1037](https://togithub.com/rust-lang/cc-rs/pull/1037) - Release cc 1.0.95 by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1038](https://togithub.com/rust-lang/cc-rs/pull/1038) **Full Changelog**: https://github.com/rust-lang/cc-rs/compare/1.0.94...1.0.95 ### [`v1.0.94`](https://togithub.com/rust-lang/cc-rs/releases/tag/1.0.94) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/1.0.93...1.0.94) #### What's Changed - Fix xcrun sdk version arg by [@​0123456789-jpg](https://togithub.com/0123456789-jpg) in [https://github.com/rust-lang/cc-rs/pull/1007](https://togithub.com/rust-lang/cc-rs/pull/1007) - Release cc 1.0.94 by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1034](https://togithub.com/rust-lang/cc-rs/pull/1034) #### New Contributors - [@​0123456789-jpg](https://togithub.com/0123456789-jpg) made their first contribution in [https://github.com/rust-lang/cc-rs/pull/1007](https://togithub.com/rust-lang/cc-rs/pull/1007) **Full Changelog**: https://github.com/rust-lang/cc-rs/compare/1.0.93...1.0.94 ### [`v1.0.93`](https://togithub.com/rust-lang/cc-rs/releases/tag/1.0.93) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/1.0.92...1.0.93) #### What's Changed - Add visionOS support by [@​madsmtm](https://togithub.com/madsmtm) in [https://github.com/rust-lang/cc-rs/pull/1029](https://togithub.com/rust-lang/cc-rs/pull/1029) - Release cc-rs 1.0.93 by [@​NobodyXu](https://togithub.com/NobodyXu) in [https://github.com/rust-lang/cc-rs/pull/1032](https://togithub.com/rust-lang/cc-rs/pull/1032) **Full Changelog**: https://github.com/rust-lang/cc-rs/compare/1.0.92...1.0.93
eslint/eslint (eslint) ### [`v9.2.0`](https://togithub.com/eslint/eslint/compare/v9.1.1...271e7ab1adc45a7b2f66cfea55a54e6048d9749a) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.1.1...v9.2.0)
prebuild/node-gyp-build (node-gyp-build) ### [`v4.8.1`](https://togithub.com/prebuild/node-gyp-build/compare/v4.8.0...v4.8.1) [Compare Source](https://togithub.com/prebuild/node-gyp-build/compare/v4.8.0...v4.8.1)
tree-sitter/tree-sitter (tree-sitter) ### [`v0.22.6`](https://togithub.com/tree-sitter/tree-sitter/blob/HEAD/CHANGELOG.md#0226--2024-05-05) [Compare Source](https://togithub.com/tree-sitter/tree-sitter/compare/v0.22.5...v0.22.6) ##### Features - Improve handling of serialization buffer overflows ([#​3318](https://togithub.com/tree-sitter/tree-sitter/pull/3318)) - Reverse iteration through node parents ([#​3214](https://togithub.com/tree-sitter/tree-sitter/pull/3214)) - **cli**: Support `NO_COLOR` ([#​3299](https://togithub.com/tree-sitter/tree-sitter/pull/3299)) - **cli**: Add test listing and allow users to parse a specific test number ([#​3067](https://togithub.com/tree-sitter/tree-sitter/pull/3067)) - **grammar**: Add "inherits" field if available ([#​3295](https://togithub.com/tree-sitter/tree-sitter/pull/3295)) ##### Bug Fixes - Correctly load field data from wasm languages - Improve error message when the `tree-sitter` field is malformed - Don't error out on package.json lookup errors if `--no-bindings` is passed ([#​3323](https://togithub.com/tree-sitter/tree-sitter/pull/3323)) - **cli**: Keep default cc flags in build - **cli**: Properly account for multi-grammar repos when using docker to build a wasm parser ([#​3337](https://togithub.com/tree-sitter/tree-sitter/pull/3337)) - **generate**: Don't check arbitrarily named dirs - **generate**: Take `AsRef` for the path parameter to avoid clones ([#​3322](https://togithub.com/tree-sitter/tree-sitter/pull/3322)) - **highlight**: Correct signature of `ts_highlighter_add_language` - **lib**: Do not return field names for extras ([#​3330](https://togithub.com/tree-sitter/tree-sitter/pull/3330)) - **lib**: Advance the lookahead end byte by 4 when there's an invalid code point ([#​3305](https://togithub.com/tree-sitter/tree-sitter/pull/3305)) - **rust**: Update README example ([#​3307](https://togithub.com/tree-sitter/tree-sitter/pull/3307)) - **rust**: Use unix + wasi cfg instead of not windows for fd ([#​3304](https://togithub.com/tree-sitter/tree-sitter/pull/3304)) - **test**: Allow newlines in between test name and attribute - **wasm**: Correct `childrenFromFieldXXX` method signatures ([#​3301](https://togithub.com/tree-sitter/tree-sitter/pull/3301)) - **xtask**: Always bump every crate in tandem - **zig**: Make usable as a zig dependency ([#​3315](https://togithub.com/tree-sitter/tree-sitter/pull/3315)) ##### Documentation - Mention build command variables - Swap `\s` for `\\s` in query example - **highlight**: Typo ([#​3290](https://togithub.com/tree-sitter/tree-sitter/pull/3290)) ##### Refactor - **tests**: Migrate remaining `grammar.json` tests to `grammar.js` ([#​3325](https://togithub.com/tree-sitter/tree-sitter/pull/3325)) ##### Build System and CI - Add nightly rustfmt to workflow for linting ([#​3333](https://togithub.com/tree-sitter/tree-sitter/pull/3333)) - Fix address sanitizer step ([#​3188](https://togithub.com/tree-sitter/tree-sitter/pull/3188)) - **deps**: Bump cc from 1.0.92 to 1.0.94 in the cargo group ([#​3298](https://togithub.com/tree-sitter/tree-sitter/pull/3298)) - **deps**: Bump the cargo group with 6 updates ([#​3313](https://togithub.com/tree-sitter/tree-sitter/pull/3313)) - **xtask**: Bump `build.zig.zon` version when bumping versions

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.