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

Bump compare-versions from 5.0.3 to 6.0.0 #627

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps compare-versions from 5.0.3 to 6.0.0.

Changelog

Sourced from compare-versions's changelog.

6.0.0 - 2022-12-15

  • BREAKING CHANGE: satisfies() now supports npm comparator sets. This should not be a breaking change but it will assign meaning to spaces in the range which previously were ignored.
Commits
  • bccab06 6.0.0
  • c86a011 6.0.0-rc.4
  • 90d5437 refactor: move functions to individual files
  • 3e1d6e2 test(satisfies): add multiple OR tests
  • 409e17f 6.0.0-rc.3
  • 9e5b7a9 feat(satisfies): support malformed range input
  • 282de66 6.0.0-rc.2
  • 5905d3d feat(satisfies): add support for npm hypen ranges
  • 6376c8f feat(compare): add != to compareOperator
  • fa3a236 chore: update readme with npm range support
  • Additional commits viewable in compare view

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 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 [compare-versions](https://github.com/omichelsen/compare-versions) from 5.0.3 to 6.0.0.
- [Changelog](https://github.com/omichelsen/compare-versions/blob/main/CHANGELOG.md)
- [Commits](omichelsen/compare-versions@v5.0.3...v6.0.0)

---
updated-dependencies:
- dependency-name: compare-versions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@1zilc 1zilc merged commit 4d041a7 into dev Jul 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev/compare-versions-6.0.0 branch July 10, 2023 04:06
1zilc added a commit that referenced this pull request Jul 20, 2023
* fix: 修复钱包索引问题

* feat: 迁移至electron-vite (#623)

* feat: 开发环境

* chore: 修改部分配置

* feat: worker适配

* feat: 迁移图标至react-icons

* chore:  精简工程

* chore: 精简工程

* chore: 精简不必要的依赖

* fix: 调整图标大小

* fix: 修复打包

* fix: 添加arm64

* fix: 修改部分样式

* fix: 修改部分配置

* bump: 更新依赖

* fix: 优化样式

* fix: 修复测试

* fix: 修复测试

* fix: 修复路径问题

* chore: 更新文档

* chore: 移除DEBUG=electron-builder

* fix: 修复环境判断

* fix: 修复环境变量

* fix: 修复环境变量

* fix: 移除动态sourcemap安装问题

* fix: 移除基金速查网,新浪基金,好买基金,易天富数据源

* fix: 适配spin变动

* chore: 修改默认导出

* fix: 修复导出热更新问题

* fix: 支持HMR

* fix: 路由

* fix: unikey

* feat: echarts按需

* feat: 优化打包

* fix: 移除冗余逻辑

* feat: 完成股票】、指数涨跌提醒

* fix: 优化Row重复渲染问题

* fix: 移除tsx loader

* feat: 优化同类基金获取

* fix: 补充echarts中文包

* fix: decodeFF类型错误

* feat: 优化股票store

* feat: 优化coin store

* feat: 优化quotation store

* feat: 优化wallet store

* feat: 优化fund store

* feat: 优化web store

* feat: 优化zindex store

* feat: 添加股票收益计算

* fix: 优化钱包显示

* fix: 优化钱包显示

* fix: 移除不必要的依赖

* feat: 添加股票更多排序

* fix: 股票新增

* feat: 股票管理编辑图标

* feat: 右键菜单支持股票收益显示

* feat: 托盘添加股票收益

* feat: 优化刷新逻辑

* feat: 股票添加持有分组、移除债券分组

* fix: tabs destroyInactiveTabPane

* fix: 钱包图标内联

* Bump compare-versions from 5.0.3 to 6.0.0 (#627)

* feat: 优化基金tag

* feat: 基金详情添加经理头像

* feat: 支持设置低调程度

* chore: 修改部分组件

* feat: 添加去重复

* feat: 股票支持钱包分组、钱包支持股票收益

* fix: 完成股票配置迁移

* fix: 修复股票自动刷新

* fix: 移除冗余逻辑

* feat: 完成钱包样式优化

* fix: 修改隐私模式

* feat: 样式优化

* Bump clsx from 1.2.1 to 2.0.0 (#630)

Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 20.2.5 to 20.4.2 (#629)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.5 to 20.4.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: 添加收益详情

* bump: 升级依赖

* fix: 修复刷新问题

* fix: 修复部分样式错误

* fix: 修复数据错误

* fix: 修复显示错误

* fix: 修复显示nan

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant