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 #67

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.6.0 -> 9.7.0 age adoption passing confidence devDependencies minor
cc 1.0.105 -> 1.1.5 age adoption passing confidence build-dependencies minor
eslint (source) 9.6.0 -> 9.7.0 age adoption passing confidence devDependencies minor
node-addon-api 8.0.0 -> 8.1.0 age adoption passing confidence dependencies minor

Release Notes

eslint/eslint (@​eslint/js) ### [`v9.7.0`](https://togithub.com/eslint/eslint/compare/v9.6.0...7ed6f9a4db702bbad941422f456451a8dba7a450) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.6.0...v9.7.0)
rust-lang/cc-rs (cc) ### [`v1.1.5`](https://togithub.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#115---2024-07-15) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/cc-v1.1.4...cc-v1.1.5) ##### Other - Fix cyclic compilation: Use vendored once_cell ([#​1154](https://togithub.com/rust-lang/cc-rs/pull/1154)) ### [`v1.1.4`](https://togithub.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#114---2024-07-14) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/cc-v1.1.3...cc-v1.1.4) ##### Other - Support compiling on wasm targets (Supersede [#​1068](https://togithub.com/rust-lang/cc-rs/pull/1068)) ([#​1160](https://togithub.com/rust-lang/cc-rs/pull/1160)) ### [`v1.1.3`](https://togithub.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#113---2024-07-14) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/cc-v1.1.2...cc-v1.1.3) ##### Other - Reduce msrv to 1.63 ([#​1158](https://togithub.com/rust-lang/cc-rs/pull/1158)) - Revert "Use raw-dylib for windows-sys ([#​1137](https://togithub.com/rust-lang/cc-rs/pull/1137))" ([#​1157](https://togithub.com/rust-lang/cc-rs/pull/1157)) - Fix typos ([#​1152](https://togithub.com/rust-lang/cc-rs/pull/1152)) - Fix `doc_lazy_continuation` lints ([#​1153](https://togithub.com/rust-lang/cc-rs/pull/1153)) ### [`v1.1.2`](https://togithub.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#112---2024-07-12) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/cc-v1.1.1...cc-v1.1.2) ##### Other - Add empty `jobserver` feature. ([#​1150](https://togithub.com/rust-lang/cc-rs/pull/1150)) ### [`v1.1.1`](https://togithub.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#111---2024-07-12) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/cc-v1.1.0...cc-v1.1.1) ##### Other - Fix is_flag_supported not respecting emit_rerun_if_env_changed ([#​1147](https://togithub.com/rust-lang/cc-rs/pull/1147)) ([#​1148](https://togithub.com/rust-lang/cc-rs/pull/1148)) ### [`v1.1.0`](https://togithub.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#110---2024-07-08) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/cc-v1.0.106...cc-v1.1.0) ##### Added - add cargo_output to eliminate last vestiges of stdout pollution ([#​1141](https://togithub.com/rust-lang/cc-rs/pull/1141)) ### [`v1.0.106`](https://togithub.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#10106---2024-07-08) [Compare Source](https://togithub.com/rust-lang/cc-rs/compare/cc-v1.0.105...cc-v1.0.106) ##### Other - Drop support for Visual Studio 12 (2013) ([#​1046](https://togithub.com/rust-lang/cc-rs/pull/1046)) - Use raw-dylib for windows-sys ([#​1137](https://togithub.com/rust-lang/cc-rs/pull/1137)) - Bump msrv to 1.67 ([#​1143](https://togithub.com/rust-lang/cc-rs/pull/1143)) - Bump msrv to 1.65 ([#​1140](https://togithub.com/rust-lang/cc-rs/pull/1140)) - Fix clippy warnings ([#​1138](https://togithub.com/rust-lang/cc-rs/pull/1138))
eslint/eslint (eslint) ### [`v9.7.0`](https://togithub.com/eslint/eslint/releases/tag/v9.7.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.6.0...v9.7.0) #### Features - [`7bd9839`](https://togithub.com/eslint/eslint/commit/7bd98398f112da020eddcda2c26cf4cc563af004) feat: add support for es2025 duplicate named capturing groups ([#​18630](https://togithub.com/eslint/eslint/issues/18630)) (Yosuke Ota) - [`1381394`](https://togithub.com/eslint/eslint/commit/1381394a75b5902ce588455765a3919e2f138a7a) feat: add `regex` option in `no-restricted-imports` ([#​18622](https://togithub.com/eslint/eslint/issues/18622)) (Nitin Kumar) #### Bug Fixes - [`14e9f81`](https://togithub.com/eslint/eslint/commit/14e9f81ccdb51d2b915b68f442d48ced0a691646) fix: destructuring in catch clause in `no-unused-vars` ([#​18636](https://togithub.com/eslint/eslint/issues/18636)) (Francesco Trotta) #### Documentation - [`9f416db`](https://togithub.com/eslint/eslint/commit/9f416db680ad01716a769296085bf3eb93f76424) docs: Add Powered by Algolia label to the search. ([#​18633](https://togithub.com/eslint/eslint/issues/18633)) (Amaresh S M) - [`c8d26cb`](https://togithub.com/eslint/eslint/commit/c8d26cb4a2f9d89bfc1914167d3e9f1d3314ffe7) docs: Open JS Foundation -> OpenJS Foundation ([#​18649](https://togithub.com/eslint/eslint/issues/18649)) (Milos Djermanovic) - [`6e79ac7`](https://togithub.com/eslint/eslint/commit/6e79ac76f44b34c24a3e92c20713fbafe1dcbae2) docs: `loadESLint` does not support option `cwd` ([#​18641](https://togithub.com/eslint/eslint/issues/18641)) (Francesco Trotta) #### Chores - [`793b718`](https://togithub.com/eslint/eslint/commit/793b7180119e7e440d685defb2ee01597574ef1e) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​9](https://togithub.com/9).7.0 ([#​18680](https://togithub.com/eslint/eslint/issues/18680)) (Francesco Trotta) - [`7ed6f9a`](https://togithub.com/eslint/eslint/commit/7ed6f9a4db702bbad941422f456451a8dba7a450) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`7bcda76`](https://togithub.com/eslint/eslint/commit/7bcda760369c44d0f1131fccaaf1ccfed5af85f1) refactor: Add type references ([#​18652](https://togithub.com/eslint/eslint/issues/18652)) (Nicholas C. Zakas) - [`51bf57c`](https://togithub.com/eslint/eslint/commit/51bf57c493a65baeee3a935f2d0e52e27271fb48) chore: add tech sponsors through actions ([#​18624](https://togithub.com/eslint/eslint/issues/18624)) (Strek) - [`6320732`](https://togithub.com/eslint/eslint/commit/6320732c3e2a52a220552e348108c53c60f9ef7a) refactor: don't use `parent` property in `NodeEventGenerator` ([#​18653](https://togithub.com/eslint/eslint/issues/18653)) (Milos Djermanovic) - [`9e6d640`](https://togithub.com/eslint/eslint/commit/9e6d6405c3ee774c2e716a3453ede9696ced1be7) refactor: move "Parsing error" prefix adding to Linter ([#​18650](https://togithub.com/eslint/eslint/issues/18650)) (Milos Djermanovic)
nodejs/node-addon-api (node-addon-api) ### [`v8.1.0`](https://togithub.com/nodejs/node-addon-api/blob/HEAD/CHANGELOG.md#810-2024-07-05) [Compare Source](https://togithub.com/nodejs/node-addon-api/compare/v8.0.0...node-addon-api-v8.1.0) ##### Features - Expose version property in public API ([#​1479](https://togithub.com/nodejs/node-addon-api/issues/1479)) ([23bb42b](https://togithub.com/nodejs/node-addon-api/commit/23bb42b5e47630c9082dddbabea555626571926e)) - improve messages on CheckCast ([#​1507](https://togithub.com/nodejs/node-addon-api/issues/1507)) ([bf49519](https://togithub.com/nodejs/node-addon-api/commit/bf49519a4ce08ee5320327c9a0199cd89d5b87b3)) ##### Bug Fixes - fix compilation for Visual Studio 2022 ([#​1492](https://togithub.com/nodejs/node-addon-api/issues/1492)) ([e011720](https://togithub.com/nodejs/node-addon-api/commit/e011720010af26ed66638ceac822e5f1c5e43cde)) - restore ability to run under NAPI_EXPERIMENTAL ([#​1409](https://togithub.com/nodejs/node-addon-api/issues/1409)) ([40bcb09](https://togithub.com/nodejs/node-addon-api/commit/40bcb09e6b82e7a1164cb3de56cb503d9b5a3d37))

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.