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): bump ngx-echarts from 8.0.1 to 19.0.0 #703

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps ngx-echarts from 8.0.1 to 19.0.0.

Release notes

Sourced from ngx-echarts's releases.

v19.0.0

What's Changed

  • Feat: Upgrade to angular 19
  • BREAKING CHANGES:
    • According to [issue #443](xieziyu/ngx-echarts#437), we cannot import from echarts/index.js using Angular 19. Therefore, we need to perform a custom build and import everything required from echarts/core, echarts/charts, echarts/components, or other specific entry points.
    • provideEcharts is REMOVED.

Full Changelog: xieziyu/ngx-echarts@v18.0.0...v19.0.0

v18.0.0

What's Changed

Full Changelog: xieziyu/ngx-echarts@v17.2.0...v18.0.0

v17.2.0

What's Changed

Full Changelog: xieziyu/ngx-echarts@v17.1.0...v17.2.0

v17.1.0

What's Changed

Full Changelog: xieziyu/ngx-echarts@v17.0.1...v17.1.0

v17.0.1

What's Changed

  • fix: missing chartLegendSelectChanged event emitter

Full Changelog: xieziyu/ngx-echarts@v17.0.0...v17.0.1

v17.0.0

What's Changed

Full Changelog: xieziyu/ngx-echarts@v16.1.1...v17.0.0

v16.2.0

What's Changed

  • feat: support standalone directive

... (truncated)

Changelog

Sourced from ngx-echarts's changelog.

  • 2024.12.02: v19.0.0
    • Feat: Upgrade to angular 19
    • BREAKING CHANGES:
      • According to [issue #443](xieziyu/ngx-echarts#437), we cannot import from echarts/index.js using Angular 19. Therefore, we need to perform a custom build and import everything required from echarts/core, echarts/charts, echarts/components, or other specific entry points.
      • provideEcharts is REMOVED.
  • 2024.05.25: v18.0.0
    • Feat: Upgrade to angular 18
  • 2024.05.16: v17.2.0
    • Feat: provideEcharts supports default theme config. (by wheeljs)
    • Fix: Issue #413 (Thanks to s9ke)
  • 2023.11.10: v17.1.0 / v16.2.0:
    • Feat: Exported standalone NgxEchartsDirective, provideEcharts and provideEchartsCore
  • 2023.11.08: v17.0.1:
    • Feat: upgrade to Angular 17
  • 2023.10.11: v16.1.0:
    • Feat: Add types to chartXXX EventEmitters. Support new events such as: 'selectchanged'
  • 2023.05.10: v16.0.0:
    • Feat: upgrade to Angular 16
    • Chore: replaced tslint with eslint.
  • 2023.03.27: v15.0.3:
    • Fix: [loading]=true is not triggered when chart initialized.
  • 2023.03.20: v15.0.2:
    • Fix: unsubscribe ChangeFilter subscriptions onDestroy.
  • 2022.12.01: v15.0.1:
  • 2022.11.23: v15.0.0:
    • Feat: upgrade to Angular 15
  • 2022.06.21: v14.0.0:
    • Feat: upgrade to Angular 14
  • 2021.12.07: v8.0.1:
    • Fix: NgxEchartsModule.forChild() issue #334
  • 2021.11.08: v8.0.0 / v7.1.0:
    • Fix: remove @​juggle/resize-observer from the peer dependencies
    • Perf: fix performance issue #330
  • 2021.05.17: v7.0.0:
    • Feat: support Angular v11, ECharts v5
    • Feat: support echart theme object
    • Perf: resize animation
  • 2021.01.10: v6.0.1:
  • 2021.01.10: v6.0.0:
  • 2020.11.07: v5.2.1:
  • 2020.07.24: v5.1.0:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ngx-echarts](https://github.com/xieziyu/ngx-echarts) from 8.0.1 to 19.0.0.
- [Release notes](https://github.com/xieziyu/ngx-echarts/releases)
- [Changelog](https://github.com/xieziyu/ngx-echarts/blob/master/CHANGELOG.md)
- [Commits](xieziyu/ngx-echarts@v8.0.1...v19.0.0)

---
updated-dependencies:
- dependency-name: ngx-echarts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants