Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

softflow24/data-river

c0rtexR closed a pull request on softflow24/data-river
npm: bump @typescript-eslint/eslint-plugin from 8.9.0 to 8.10.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.9.0 to 8.10.0. <details> <summary>Release notes</summary> <p...
c0rtexR created a comment on a pull request on softflow24/data-river
@dependabot merge

View on GitHub

dependabot[bot] opened a pull request on softflow24/data-river
npm: update eslint-plugin-jsx-a11y requirement from ^6.10.0 to ^6.10.1 in /packages/www
Updates the requirements on [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <...
dependabot[bot] opened a pull request on softflow24/data-river
npm: update @typescript-eslint/eslint-plugin requirement from ^8.8.1 to ^8.10.0 in /packages/www
Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version. <details> <summ...
dependabot[bot] opened a pull request on softflow24/data-river
npm: update @typescript-eslint/parser requirement from ^8.8.1 to ^8.10.0 in /packages/client
Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version. <details> <summary>Release no...
dependabot[bot] opened a pull request on softflow24/data-river
npm: update @typescript-eslint/eslint-plugin requirement from ^8.8.1 to ^8.10.0 in /packages/client
Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version. <details> <summ...
dependabot[bot] opened a pull request on softflow24/data-river
npm: update eslint-plugin-jsx-a11y requirement from ^6.10.0 to ^6.10.1 in /packages/client
Updates the requirements on [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <...
dependabot[bot] opened a pull request on softflow24/data-river
npm: bump @eslint/js from 9.12.0 to 9.13.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.12.0 to 9.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/e...
dependabot[bot] opened a pull request on softflow24/data-river
npm: bump tslib from 2.7.0 to 2.8.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's r...
dependabot[bot] opened a pull request on softflow24/data-river
npm: bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.10.0 to 6.10.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/js...
dependabot[bot] opened a pull request on softflow24/data-river
npm: bump @typescript-eslint/parser from 8.9.0 to 8.10.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.9.0 to 8.10.0. <details> <summary>Release notes</summary> <p><em>Sourced f...
dependabot[bot] opened a pull request on softflow24/data-river
npm: bump @typescript-eslint/eslint-plugin from 8.9.0 to 8.10.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.9.0 to 8.10.0. <details> <summary>Release notes</summary> <p...
c0rtexR pushed 5 commits to main softflow24/data-river
  • wip 71c6987
  • feat(blocks): improve dynamic importing and code splitting for plugin registration. eaea082
  • Merge branch 'development' into feat/openAI-block be7e782
  • chore: update strategies to await creation of block instance as it can by dynamically loaded. 1f6cfdc
  • Merge pull request #158 from softflow24/feat/openAI-block Feat(blocks): added OpenAI plugin blocks for streaming & s... 3dd84ed

View on GitHub

c0rtexR deleted a branch softflow24/data-river

feat/openAI-block

c0rtexR pushed 5 commits to development softflow24/data-river
  • wip 71c6987
  • feat(blocks): improve dynamic importing and code splitting for plugin registration. eaea082
  • Merge branch 'development' into feat/openAI-block be7e782
  • chore: update strategies to await creation of block instance as it can by dynamically loaded. 1f6cfdc
  • Merge pull request #158 from softflow24/feat/openAI-block Feat(blocks): added OpenAI plugin blocks for streaming & s... 3dd84ed

View on GitHub

c0rtexR closed a pull request on softflow24/data-river
Feat(blocks): added OpenAI plugin blocks for streaming & structured outputs
https://platform.openai.com/docs/guides/structured-outputs/how-to-use?lang=node.js
c0rtexR pushed 1 commit to feat/openAI-block softflow24/data-river
  • chore: update strategies to await creation of block instance as it can by dynamically loaded. 1f6cfdc

View on GitHub

c0rtexR pushed 8 commits to feat/openAI-block softflow24/data-river
  • feat: add sonner from shadcn for better and more interactive toasts ea29d91
  • chore: added colors to useTheme hook, and replaced some of the hardcoded colors to use variables from the theme. 2e48b16
  • chore: delete unused buttons for navigation as they are not working and create confusion for initial users. 37b0263
  • chore: change a color of bg to card for the yellow warning, as it was looking weird in white theme with secondary. 7e556b2
  • chore: cleanup a bit top right controls to be more compact and runworkflow button now is color of focus. Directing hu... 41c2668
  • chore: hide the node info debugging view by default. 74c203c
  • Merge pull request #157 from softflow24/chore/align-theming-between-light-and-dark-theme-in-editor Chore: Align them... f1cd088
  • Merge branch 'development' into feat/openAI-block be7e782

View on GitHub

c0rtexR opened a pull request on softflow24/data-river
Feat(blocks): added OpenAI plugin blocks for streaming & structured outputs
https://platform.openai.com/docs/guides/structured-outputs/how-to-use?lang=node.js
Load more