solidtime-io / solidtime

Modern open-source time-tracking app
https://www.solidtime.io
GNU Affero General Public License v3.0
718 stars 36 forks source link

Bump the major-updates group across 1 directory with 6 updates #156

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the major-updates group with 6 updates in the / directory:

Package From To
@vueuse/core 10.11.0 11.0.3
vue-echarts 6.7.3 7.0.3
@types/node 20.14.14 22.5.0
@vitejs/plugin-vue 4.6.2 5.1.2
eslint-plugin-unused-imports 3.2.0 4.1.3
postcss-nesting 12.1.5 13.0.0

Updates @vueuse/core from 10.11.0 to 11.0.3

Release notes

Sourced from @​vueuse/core's releases.

v11.0.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v11.0.1

   🐞 Bug Fixes

    View changes on GitHub

v11.0.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 67ab3b6 chore: release v11.0.3
  • fc02f9a chore: release v11.0.2
  • 3c2fc39 fix(useWebSocket): should reset retry count when connection is established (#...
  • e0e99c8 fix(useWebSocket): only reconnect if is the current ws socket (#4161)
  • d0523da fix(useCssVar): Replace getComputedStyle with direct style property access (#...
  • acce3bb feat(templateRef): support specifying allowed keys via generic argument (#4162)
  • 1c849e2 fix(useDropZone): ensure files ref is updated even without onDrop callback (#...
  • 2aaa1c2 fix(usePermission): state setting (#4167)
  • 881c37d chore: use pnpm catalogs
  • 5a4224e chore: release v11.0.1
  • Additional commits viewable in compare view


Updates vue-echarts from 6.7.3 to 7.0.3

Release notes

Sourced from vue-echarts's releases.

v7.0.3

  • Fixed type for autoresize (again).

v7.0.2

  • Fixed style injection regression (#805).

v7.0.1

  • Fixed type for autoresize.

v7.0.0

Other prerelease changes:

  • Fixed types for events.

v7.0.0-beta.0

  • Upgraded to ESM.
  • Removed the postinstall script.
  • API remains the same.

Breaking changes

  • Peer deps for echarts is upgraded to ^5.5.1.
  • Dropped support for browsers without ResizeObserver. Can work with resize-observer-polyfill.
  • Dropped support for Vue < 2.7.
  • Dropped CJS outputs.
  • Dropped extra wrapper element so that you should no longer set padding on the component root.
  • For strict CSP usage, vue-echarts/csp should now be used as the entry point and vue-echarts/csp/style.css should be included manually.
Changelog

Sourced from vue-echarts's changelog.

7.0.3

  • Fixed type for autoresize (again).

7.0.2

  • Fixed style injection regression (#805).

7.0.1

  • Fixed type for autoresize.

7.0.0

Other prerelease changes:

  • Fixed types for events.

7.0.0-beta.0

  • Upgraded to ESM.
  • Removed the postinstall script.
  • API remains the same.

Breaking changes

  • Peer deps for echarts is upgraded to ^5.5.1.
  • Dropped support for browsers without ResizeObserver. Can work with resize-observer-polyfill.
  • Dropped support for Vue < 2.7.
  • Dropped CJS outputs.
  • Dropped extra wrapper element so that you should no longer set padding on the component root.
  • For strict CSP usage, vue-echarts/csp should now be used as the entry point and vue-echarts/csp/style.css should be included manually.
Commits
  • b7852ab fix: fix type for autoresize (again), closes #810
  • 1378f6e build: use upstream version of rollup-plugin-import-css
  • ec2c15c fix(#805): fix style injection
  • beec263 fix: fix type for autoresize, closes #800
  • b366b31 docs: add peer deps update for echarts in changelog
  • 4f3a6ac fix: fix event types and bump to 7.0.0
  • e967bfc docs: update migration part in readme
  • a9c54e1 docs: update readme
  • d941e35 docs: update csp usage docs
  • 3c063ed chore: update changelog and lint config
  • Additional commits viewable in compare view


Updates @types/node from 20.14.14 to 22.5.0

Commits


Updates @vitejs/plugin-vue from 4.6.2 to 5.1.2

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.1.2

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.5

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.4

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.3

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.2

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-alpha.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.1.2 (2024-08-01)

  • refactor(plugin-vue): add type field (a6b7e3f)
  • fix(plugin-vue): add deprecated script.propsDestructure option (1e24322), closes #431
  • chore(deps): update upstream (#432) (5d592cd), closes #432

5.1.1 (2024-07-27)

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #431

5.1.0 (2024-07-23)

  • fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
  • fix(plugin-vue): clear cache after build end (96dbb22)
  • chore: update documentation for new features option (7fc7994)
  • chore(deps): update upstream (#416) (02a3edd), closes #416
  • feat(plugin-vue): add features option (#419) (3e839e2), closes #419

5.0.5 (2024-05-30)

  • fix(deps): update all non-major dependencies (#360) (ed4970a), closes #360
  • fix(deps): update all non-major dependencies (#371) (0a484c7), closes #371
  • fix(plugin-vue): don't inline template when __VUE_PROD_DEVTOOLS__ (#81) (277a3ab), closes #81
  • refactor(plugin-vue): use normalizePath from vite (#395) (2848174), closes #395
  • chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0 (#378) (997f9bb), closes #378
  • chore(deps): update all non-major dependencies (#355) (4faec3d), closes #355
  • chore(deps): update upstream (#356) (cf7d91e), closes #356
  • chore(deps): update upstream (#361) (a28c46e), closes #361
  • chore(deps): update upstream (#367) (2050ad3), closes #367
  • chore(deps): update upstream (#379) (96c82e9), closes #379
  • chore(plugin-vue): update options on docs (3f8b472)

5.0.4 (2024-02-09)

  • chore(deps-dev): bump vite from 5.0.10 to 5.0.12 (#354) (0294b9d), closes #354
  • chore(deps): update dependency prettier to v3.2.4 (#347) (e957179), closes #347
  • chore(deps): update dependency prettier to v3.2.5 (#352) (a9f5b11), closes #352
  • chore(deps): update upstream (#333) (573420d), closes #333
  • types: omit overridden options (0c7432b)
  • fix(deps): update all non-major dependencies (#332) (70e5df9), closes #332
  • fix(plugin-vue): allow disabling transformAssetUrls (#326) (0ff6fb7), closes #326

... (truncated)

Commits
  • 182ff56 release: plugin-vue@5.1.2
  • a6b7e3f refactor(plugin-vue): add type field
  • 1e24322 fix(plugin-vue): add deprecated script.propsDestructure option
  • 5d592cd chore(deps): update upstream (#432)
  • 28c33cd release: plugin-vue@5.1.1
  • f5eb5ac fix(plugin-vue): clear script cache if recall
  • 9c2069f release: plugin-vue@5.1.0
  • 96dbb22 fix(plugin-vue): clear cache after build end
  • 02a3edd chore(deps): update upstream (#416)
  • 7fc7994 chore: update documentation for new features option
  • Additional commits viewable in compare view


Updates eslint-plugin-unused-imports from 3.2.0 to 4.1.3

Commits
Maintainer changes

This version was pushed to npm by antfu, a new releaser for eslint-plugin-unused-imports since your current version.


Updates postcss-nesting from 12.1.5 to 13.0.0

Changelog

Sourced from postcss-nesting's changelog.

13.0.0

August 3, 2024

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #162.