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

deps: update React in package.json #865

Merged
merged 3 commits into from
Dec 20, 2023
Merged

deps: update React in package.json #865

merged 3 commits into from
Dec 20, 2023

Conversation

puehringer
Copy link
Contributor

@puehringer puehringer commented Dec 20, 2023

Developer Checklist (Definition of Done)

Issue

  • All acceptance criteria from the issue are met
  • Tested in latest Chrome/Firefox

UI/UX/Vis

  • Requires UI/UX/Vis review
    • Reviewer(s) are notified (tag assignees)
    • Review has occurred (link to notes)
    • Feedback is included in this PR
    • Reviewer(s) approve of concept and design

Code

  • Branch is up-to-date with the branch to be merged with, i.e., develop
  • Code is cleaned up and formatted
  • Unit tests are written (frontend/backend if applicable)
  • Integration tests are written (if applicable)

PR

  • Descriptive title for this pull request is provided (will be used for release notes later)
  • Reviewer and assignees are defined
  • Add type label (e.g., bug, feature) to this pull request
  • Add release label (e.g., release: minor) to this PR following semver
  • The PR is connected to the corresponding issue (via Closes #...)
  • Summary of changes is written

Summary of changes

  • Currently, we can't publish tdp_core to npm as the resolution is incompatible with the dependency version (which we probably forgot to update).

Screenshots

Additional notes for the reviewer(s)

Thanks for creating this pull request 🤗

@puehringer puehringer requested a review from a team as a code owner December 20, 2023 08:47
@puehringer puehringer merged commit 8089ac7 into develop Dec 20, 2023
4 checks passed
@puehringer puehringer deleted the mp/update_react branch December 20, 2023 08:54
@dvvanessastoiber dvvanessastoiber mentioned this pull request Dec 20, 2023
puehringer added a commit that referenced this pull request Dec 20, 2023
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare release 23.0.1

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
puehringer added a commit that referenced this pull request Jan 23, 2024
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare next dev version

* chore: version pinning (#867)

version pinning

* prepare release 23.0.2

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
Co-authored-by: dvdanielamoitzi <57343176+dvdanielamoitzi@users.noreply.github.com>
puehringer added a commit that referenced this pull request Jan 24, 2024
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare next dev version

* chore: version pinning (#867)

version pinning

* prepare next dev version

* Mantine7 (#864)

* migrate to mantine 7

* add test menu item and fix cypress test

* dist files and linting

* add new yarn.lock

* Update versions

* Update backend versions

---------

Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>

* prepare release 24.0.0

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
Co-authored-by: dvdanielamoitzi <57343176+dvdanielamoitzi@users.noreply.github.com>
Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>
puehringer added a commit that referenced this pull request Feb 29, 2024
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare next dev version

* chore: version pinning (#867)

version pinning

* prepare next dev version

* Mantine7 (#864)

* migrate to mantine 7

* add test menu item and fix cypress test

* dist files and linting

* add new yarn.lock

* Update versions

* Update backend versions

---------

Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>

* prepare next dev version

* fix: remove polyfill (#871)

* feat: rspack (#870)

* feat: rspack

* Remove storybook as it hoists fork-ts-checker-webpack-plugin

* Remove cypress component testing

* Switch to start:full

* Update scripts

* Update package.json

* Revert "feat: rspack" (#872)

Revert "feat: rspack (#870)"

This reverts commit 5566ddf.

* prepare release 24.0.1

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
Co-authored-by: dvdanielamoitzi <57343176+dvdanielamoitzi@users.noreply.github.com>
Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>
puehringer added a commit that referenced this pull request Feb 29, 2024
* chore: prepare next dev release

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare next dev version

* chore: version pinning (#867)

version pinning

* prepare next dev version

* Mantine7 (#864)

* migrate to mantine 7

* add test menu item and fix cypress test

* dist files and linting

* add new yarn.lock

* Update versions

* Update backend versions

---------

Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>

* prepare next dev version

* feat: rspack

* Remove storybook as it hoists fork-ts-checker-webpack-plugin

* Remove cypress component testing

* Switch to start:full

* Update scripts

* fix: remove polyfill (#871)

* Update package.json

* feat: rspack (#870)

* feat: rspack

* Remove storybook as it hoists fork-ts-checker-webpack-plugin

* Remove cypress component testing

* Switch to start:full

* Update scripts

* Update package.json

* Revert "feat: rspack" (#872)

Revert "feat: rspack (#870)"

This reverts commit 5566ddf.

* prepare next dev version

* prepare release 25.0.0

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
Co-authored-by: dvdanielamoitzi <57343176+dvdanielamoitzi@users.noreply.github.com>
Co-authored-by: Michael Puehringer <michael.puehringer@datavisyn.io>
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.

1 participant