Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update escact repositories - autoclosed #73

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ecsact_interpret http_archive minor 0.1.0 -> 0.6.4
ecsact_lang_cpp http_archive minor 0.1.0 -> 0.4.4
ecsact_parse http_archive minor 0.1.0 -> 0.5.1
ecsact_rt_entt http_archive minor 0.1.0 -> 0.3.2
ecsact_runtime http_archive minor 0.1.0 -> 0.6.6
ecsact_si_wasm http_archive patch 0.1.0 -> 0.1.2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

ecsact-dev/ecsact_interpret (ecsact_interpret)

v0.6.4

Compare Source

Bug Fixes
  • add missing out capabilities count assignment (#​229) - (e81cead) - Ezekiel Warren

v0.6.3

Compare Source

Features
  • new parallel parameter values support (#​227) - (db618d1) - Ezekiel Warren
  • implement legacy association api (#​226) - (9c1c3a6) - Ezekiel Warren

v0.6.2

Compare Source

Features
Miscellaneous Chores
  • sync with ecsact_common (#​216) - (b97c452) - seaubot
  • remove bazel lock file - (31ab9de) - Ezekiel Warren

v0.6.1

Compare Source

Bug Fixes
  • empty api defines for bazel runtime (#​220) - (0714b6c) - Ezekiel Warren

v0.6.0

Compare Source

Miscellaneous Chores

v0.5.3

Compare Source

Features
Miscellaneous Chores

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Miscellaneous Chores

v0.5.0

Compare Source

Miscellaneous Chores

v0.4.0

Compare Source

Features
Miscellaneous Chores

v0.3.0

Compare Source

Features
  • parallel execution parameter for system-likes (#​176) - (f3ae491) - Ezekiel Warren
Miscellaneous Chores

v0.2.1

Compare Source

Bug Fixes
  • missing variant include - (92b988b) - Ezekiel Warren

v0.2.0

Compare Source

Features
  • lazy system parameter support (#​168) - (295a1df) - Ezekiel Warren
Miscellaneous Chores
  • (deps) update ecsact parse and runtime (#​169) - (05f969f) - Ezekiel Warren
  • add cog.toml - (358ef11) - Ezekiel Warren

Changelog generated by cocogitto.

ecsact-dev/ecsact_lang_cpp (ecsact_lang_cpp)

v0.4.4

Compare Source

Features
  • support new assoc api in C++ codegen (#​196) - (a1e518f) - Ezekiel Warren
  • remove unused meta header codegen plugin - (8d70238) - Ezekiel Warren
Miscellaneous Chores
  • (deps) update dependency ecsact_cli to v0.3.11 (#​146) - (bba404f) - renovate[bot]
  • remove libarchive git_override and update cli (#​198) - (d8e504f) - Austin Kelway
  • sync with ecsact_common (#​187) - (89cec22) - seaubot

v0.4.3

Compare Source

Features
  • add tail to block generation util (#​195) - (0084f28) - Ezekiel Warren

v0.4.2

Compare Source

Features
  • generate indexed fields in plugins (#​194) - (edb5c0d) - Ezekiel Warren

v0.4.1

Compare Source

Bug Fixes
  • don't use expand template on binary (#​189) - (4e77dbf) - Ezekiel Warren

v0.4.0

Compare Source

Miscellaneous Chores

v0.3.4

Compare Source

Bug Fixes
  • mark ecsact bazel toolchain as dev dep - (283f682) - Ezekiel Warren

v0.3.3

Compare Source

Miscellaneous Chores
  • use c++20 and add llvm toolchain for linux ci tests (#​184) - (f457ba1) - Austin Kelway

v0.3.2

Compare Source

Bug Fixes
  • codegen plugin target/path improvements (#​182) - (f357d7f) - Ezekiel Warren
Miscellaneous Chores

v0.3.1

Compare Source

Miscellaneous Chores

v0.3.0

Compare Source

Bug Fixes
Features
  • bzlmodify (#​148) - (369a6f2) - Ezekiel Warren
  • parallel execution available in meta codegen (#​142) - (4ac52fc) - Ezekiel Warren
  • added decl_name function to meta header codegen (#​136) - (519a9f5) - Ezekiel Warren
  • handy block codegen plugin util function - (74ebca8) - Ezekiel Warren
  • added codegen plugin utility functions (#​134) - (54df803) - Ezekiel Warren
Miscellaneous Chores

v0.2.0

Compare Source

Features
  • lazy execution values in meta codegen (#​133) - (63f129c) - Ezekiel Warren
Miscellaneous Chores
  • add cog.toml - (46fac95) - Ezekiel Warren
  • using ecsact_codegen and ecsact_cli (#​132) - (e2ce8de) - Ezekiel Warren

Changelog generated by cocogitto.

ecsact-dev/ecsact_parse (ecsact_parse)

v0.5.1

Compare Source

Features

v0.5.0

Compare Source

Features
Miscellaneous Chores

v0.4.0

Compare Source

Miscellaneous Chores

v0.3.3

Compare Source

Features

v0.3.2

Compare Source

Miscellaneous Chores

v0.3.0

Compare Source

Miscellaneous Chores

v0.2.2

Compare Source

Miscellaneous Chores

v0.2.1

Compare Source

Bug Fixes
  • missing variant include - (59a108b) - Ezekiel Warren
Miscellaneous Chores
  • add cog.toml - (3cbeabb) - Ezekiel Warren

v0.2.0

Compare Source

Features
  • statement parameters parsing (#​90) - (23c8367) - Ezekiel Warren

Changelog generated by cocogitto.

ecsact-dev/ecsact_rt_entt (ecsact_rt_entt)

v0.3.2

Compare Source

Features

v0.3.1

Compare Source

Bug Fixes
  • check for created callback nullptr (#​97) - (9601a75) - Ezekiel Warren
Miscellaneous Chores
  • update lock file in cog.toml - (5471f71) - Ezekiel Warren
  • update bazel lock - (a1d61d9) - Ezekiel Warren

v0.3.0

Compare Source

Features
Miscellaneous Chores
  • (deps) update dependency bazel to v7.1.1 (#​88) - (a91f6f0) - renovate[bot]
  • (deps) update hedron_compile_commands digest to eca42c6 (#​83) - (b1713bd) - renovate[bot]
  • (deps) update bazel c++ tooling repositories (#​80) - (2e0a8e1) - renovate[bot]
  • sync with ecsact_common (#​77) - (e6befa7) - seaubot
  • fix typos (#​92) - (8ec3473) - Ezekiel Warren
  • use ecsact_cli for toolchain (#​90) - (c4ef016) - Ezekiel Warren
  • cleanup line endings (#​91) - (1c8a0a9) - Ezekiel Warren
  • bzlmod updates - (6342148) - Ezekiel Warren

v0.2.2

Compare Source

Bug Fixes
  • remove toolchain config ecsact (#​79) - (55afa5e) - Ezekiel Warren

v0.2.1

Compare Source

Features
Miscellaneous Chores
  • (deps) update com_grail_bazel_toolchain digest to 2733561 (#​75) - (b614711) - renovate[bot]
  • (deps) update com_grail_bazel_toolchain digest to 3e6d4d9 (#​74) - (b15e8d7) - renovate[bot]
  • (deps) update com_grail_bazel_toolchain digest to edc058a (#​73) - (de146ad) - renovate[bot]
  • (deps) update com_grail_bazel_toolchain digest to e4fad4e (#​72) - (7ddf8cb) - renovate[bot]
  • (deps) update com_grail_bazel_toolchain digest to c217c03 (#​71) - (0955a83) - renovate[bot]
  • (deps) update com_grail_bazel_toolchain digest to 9d8cc8a (#​69) - (dcb5966) - renovate[bot]
  • (deps) update bazel c++ tooling repositories (#​68) - (2bf2c9a) - renovate[bot]
  • (deps) update bazel c++ tooling repositories (#​66) - (b337746) - renovate[bot]

v0.2.0

Compare Source

Bug Fixes
  • tag components can now be added (#​62) - (dd15872) - Ezekiel Warren
Features
  • (performance) context fn indirect invocation instead of exhaust checks (#​46) - (59390ea) - Ezekiel Warren
Miscellaneous Chores
  • (deps) update com_grail_bazel_toolchain digest to ceeedcc (#​61) - (3ed0739) - renovate[bot]
  • (deps) update bazel c++ tooling repositories (#​60) - (0947067) - renovate[bot]
  • (deps) ecsact_cli toolchain + update deps (#​59) - (0defb9e) - Ezekiel Warren
  • (deps) update EnTT - (96d175e) - Ezekiel Warren
  • (deps) update bazel c++ tooling repositories (#​49) - (7d15bff) - renovate[bot]
  • refactor entity entt <-> ecsact entity IDs (#​57) - (46e66f0) - Ezekiel Warren
  • little bit of cleanup (#​55) - (b91a459) - Ezekiel Warren

Changelog generated by cocogitto.

ecsact-dev/ecsact_runtime (ecsact_runtime)

v0.6.6

Compare Source

Bug Fixes
  • (meta) c++ wrapper using wrong assoc cap count (#​251) - (9f29536) - Ezekiel Warren

v0.6.5

Compare Source

Features
  • more parallel execution options (#​249) - (675c334) - Ezekiel Warren
  • using assoc id in 'other' context api (#​247) - ([2f27be4](ht

Configuration

📅 Schedule: Branch creation - "after 1am and before 6am" in timezone America/Vancouver, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update escact repositories to v0.2.0 chore(deps): update escact repositories May 1, 2023
@renovate renovate bot force-pushed the renovate/escact-repositories branch 3 times, most recently from ad2054a to 8c37127 Compare May 5, 2023 09:38
@renovate renovate bot force-pushed the renovate/escact-repositories branch 3 times, most recently from 7e573ed to 9dcceca Compare May 19, 2023 09:27
@renovate renovate bot force-pushed the renovate/escact-repositories branch from 9dcceca to 63d9eaa Compare May 25, 2023 11:20
@renovate renovate bot force-pushed the renovate/escact-repositories branch 2 times, most recently from 10de341 to 540e40d Compare June 7, 2023 23:45
@renovate renovate bot force-pushed the renovate/escact-repositories branch from 540e40d to 03191b4 Compare June 24, 2023 22:45
@renovate renovate bot force-pushed the renovate/escact-repositories branch from 03191b4 to 4e4fb1e Compare August 1, 2023 18:51
@renovate renovate bot force-pushed the renovate/escact-repositories branch 3 times, most recently from c9c10e5 to 5adb6fe Compare August 12, 2023 02:05
@renovate renovate bot force-pushed the renovate/escact-repositories branch 6 times, most recently from 49ed0f1 to 888d3cc Compare September 20, 2023 00:11
@renovate renovate bot force-pushed the renovate/escact-repositories branch 3 times, most recently from 3ea5c1d to 1fe1c45 Compare September 23, 2023 01:59
@renovate renovate bot force-pushed the renovate/escact-repositories branch 3 times, most recently from 13a316a to 4aadfd9 Compare October 1, 2023 19:49
@renovate renovate bot force-pushed the renovate/escact-repositories branch from 4aadfd9 to 2dba6c1 Compare October 7, 2023 02:05
@renovate renovate bot force-pushed the renovate/escact-repositories branch from 2dba6c1 to 8d10df0 Compare March 14, 2024 01:00
@renovate renovate bot force-pushed the renovate/escact-repositories branch from 8d10df0 to 30e1866 Compare March 27, 2024 20:20
@renovate renovate bot force-pushed the renovate/escact-repositories branch 4 times, most recently from 7173b69 to ddceefa Compare April 4, 2024 20:54
@renovate renovate bot force-pushed the renovate/escact-repositories branch from ddceefa to 077233c Compare April 8, 2024 07:19
@renovate renovate bot force-pushed the renovate/escact-repositories branch 3 times, most recently from e39e781 to 9844d6c Compare April 22, 2024 23:25
@renovate renovate bot force-pushed the renovate/escact-repositories branch 3 times, most recently from 39e663e to 729ebec Compare May 17, 2024 17:56
@renovate renovate bot force-pushed the renovate/escact-repositories branch 4 times, most recently from 0f24b94 to db57c58 Compare May 27, 2024 21:22
@renovate renovate bot force-pushed the renovate/escact-repositories branch from db57c58 to daf865c Compare June 1, 2024 02:27
@renovate renovate bot force-pushed the renovate/escact-repositories branch from daf865c to c71a0e1 Compare June 19, 2024 22:34
@renovate renovate bot enabled auto-merge (squash) June 20, 2024 00:13
@renovate renovate bot force-pushed the renovate/escact-repositories branch from c71a0e1 to 3fc142d Compare June 20, 2024 00:13
Copy link

cocogitto-bot bot commented Jun 20, 2024

✔️ 3fc142d - Conventional commits check succeeded.

@renovate renovate bot changed the title chore(deps): update escact repositories chore(deps): update escact repositories - autoclosed Jun 20, 2024
@renovate renovate bot closed this Jun 20, 2024
auto-merge was automatically disabled June 20, 2024 15:56

Pull request was closed

@renovate renovate bot deleted the renovate/escact-repositories branch June 20, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants