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-dev): bump stream-chat from 8.36.0 to 8.37.0 #2437

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2024

  1. feat: remove legacy style components (#2394)

    BREAKING CHANGE: stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
    BREAKING CHANGE: theme v1 related markup and classNames have been removed
    BREAKING CHANGE: `themeVersion` property has been removed from `ChatContext`
    MartinCupela committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9410153 View commit details
    Browse the repository at this point in the history
  2. fix: render typing indicator outside the VirtualizedMessageList scrol…

    …l container (#2406)
    
    BREAKING CHANGE: The VirtualizedMessageList does not provide default
    Footer component
    BREAKING CHANGE: The VirtualizedMessageList markup has changed as
    TypingIndicator is rendered as a child of MessageListMainPanel
    MartinCupela committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fcaafb6 View commit details
    Browse the repository at this point in the history
  3. chore: streamline build pipeline (#2325)

    Our build pipeline contained some quirks and the remains of previous
    setups. It was time to clean it up :)
    
    The main changes are:
    
    **No rollup.** Previously our build pipeline was implemented in rollup.
    To simplify things up, we now just run a couple of processes in
    parallel: tsc to build our normal distribution and type declarations,
    esbuild to build bundles, and a shell script to include assets in the
    distribution.
    
    For development, just `tsc --watch` is enough.
    
    **No babel.** Previously our rollup config included babel transpilation
    with babel-preset-env. That means we included babel-runtime in our
    distribution, and transpiled async functions into generators with the
    notorious `regenerator-runtime`.
    
    Babel is now excluded from the build process (but still used as a parser
    for JS files in eslint). Targeting ES2020 in tsc and esbuild should be
    enough. And we finally have regular async functions in our distribution
    :)
    
    **Esbuild for bundles.** We now use esbuild instead of rollup for
    creating a CJS bundles. And we no longer create UDM browser bundles.
    
    **TS5.** I used this opportunity to bump TypeScript version as well :)
    
    Also, removed webpack and postcss dependencies - they were not used at
    all.
    
    1. Bump prettier, eslint and eslint plugin versions. Will result in *a
    lot* of warnings, but good for future-proofing.
    2. Review our eslintrc, it's currently a bit of a mess.
    3. Remove babel completely, use typescript-eslint instead.
    4. Switch to `"module": "NodeNext"` in tsconfig. This is the new
    recommended option for libraries, but will require us to add extensions
    to all of our import statements, to make them fully qualified.
    5. (breaking change) With `"module": "NodeNext"` we will be ready to add
    `"type": "module"` in our package.json. We can't do that now, because
    fully specified import statements are expected from module packages.
    6. (breaking change) Drop all bundles. CJS bundle is kinda weird anyway.
    Browser bundle can be replaced by `<script type="module">`.
    
    ---------
    
    Co-authored-by: Anton Arnautov <[email protected]>
    2 people authored and MartinCupela committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    78d643f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceb96b6 View commit details
    Browse the repository at this point in the history
  5. chore(release): 12.0.0-rc.1 [skip ci]

    ## [12.0.0-rc.1](v11.21.0...v12.0.0-rc.1) (2024-06-17)
    
    ### ⚠ BREAKING CHANGES
    
    * The VirtualizedMessageList does not provide default
    Footer component
    * The VirtualizedMessageList markup has changed as
    TypingIndicator is rendered as a child of MessageListMainPanel
    * stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
    * theme v1 related markup and classNames have been removed
    * `themeVersion` property has been removed from `ChatContext`
    
    ### Bug Fixes
    
    * render typing indicator outside the VirtualizedMessageList scroll container ([#2406](#2406)) ([fcaafb6](fcaafb6))
    
    ### Features
    
    * remove legacy style components ([#2394](#2394)) ([9410153](9410153))
    semantic-release-bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2b4e0d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    fd27c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385c827 View commit details
    Browse the repository at this point in the history
  3. chore(release): 12.0.0-rc.2 [skip ci]

    ## [12.0.0-rc.2](v12.0.0-rc.1...v12.0.0-rc.2) (2024-06-21)
    
    ### Chores
    
    * **deps:** bump @stream-io/stream-chat-css to version 5.0.0-rc.1nvm ([fd27c74](fd27c74))
    semantic-release-bot committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d8c923d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    295c64b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore(deps-dev): bump stream-chat from 8.36.0 to 8.37.0

    Bumps [stream-chat](https://github.com/GetStream/stream-chat-js) from 8.36.0 to 8.37.0.
    - [Release notes](https://github.com/GetStream/stream-chat-js/releases)
    - [Changelog](https://github.com/GetStream/stream-chat-js/blob/master/CHANGELOG.md)
    - [Commits](GetStream/stream-chat-js@v8.36.0...v8.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: stream-chat
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a9727af View commit details
    Browse the repository at this point in the history