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: bump the kendo-dependencies group across 1 directory with 5 updates #2658

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps the kendo-dependencies group with 2 updates in the /examples/kendo-react-finance-portfolio directory: @progress/kendo-svg-icons and @progress/kendo-theme-bootstrap.

Updates @progress/kendo-svg-icons from 3.1.0 to 4.0.0

Release notes

Sourced from @​progress/kendo-svg-icons's releases.

v4.0.0

4.0.0 (2024-11-06)

Features

  • migrate kendo-icons to dart-sass module system (961c691)

BREAKING CHANGES

  • Starting with the R4 2024 release the Kendo Font and SVG icons are now migrated to the SASS module system. This breaking change is due to the node-sass package reaching its official end of life.

For more information, please refer to the following links:

v3.3.0

3.3.0 (2024-11-06)

Features

  • revert to import syntax (f15ed1a)

v3.2.0

3.2.0 (2024-11-06)

Features

  • migrate kendo-icons to dart-sass module system (813851b)
Changelog

Sourced from @​progress/kendo-svg-icons's changelog.

4.0.0 (2024-11-06)

Features

  • migrate kendo-icons to dart-sass module system (961c691)

BREAKING CHANGES

  • Starting with the R4 2024 release the Kendo Font and SVG icons are now migrated to the SASS module system. This breaking change is due to the node-sass package reaching its official end of life.

For more information, please refer to the following links:

3.3.0 (2024-11-06)

Features

  • revert to import syntax (f15ed1a)

3.2.0 (2024-11-06)

Features

  • migrate kendo-icons to dart-sass module system (813851b)
Commits
  • 3c36733 chore(release): v4.0.0
  • 961c691 feat: migrate kendo-icons to dart-sass module system
  • 9e828b6 chore(infra): remove node-sass and kendo-theme-tasks dependencies
  • cc545dd chore(release): v3.3.0
  • f15ed1a feat: revert to import syntax
  • 22f9f26 chore(release): v3.2.0
  • 813851b feat: migrate kendo-icons to dart-sass module system
  • c1e94d5 chore: remove node-sass and kendo-theme-tasks dependencies
  • 56cd57e chore(deps-dev): bump the dev-dependencies group with 4 updates
  • 9b1f19e chore(deps-dev): bump the dev-dependencies group with 7 updates
  • Additional commits viewable in compare view

Updates @progress/kendo-theme-bootstrap from 9.1.0 to 10.0.0

Release notes

Sourced from @​progress/kendo-theme-bootstrap's releases.

v10.0.0

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)
  • do not include legacy color variables in swatches (762b711)
  • grid: fix broken sticky row styles (6bb26e7)
  • menu: scroll wrapper position (56372b7)
  • core: change the main field to point all.css in package.json (534da7d)
  • bootstrap: fix swatches disabled state (b4b9b3d)
  • classic: fix swatches disabled state (68a4c19)
  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • default: fix swatches disabled state (4290e91)
  • html: ai prompt toolbar classes (1900795)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

Features

  • bootstrap: detach the theme from twbs/bootstrap (35ad29e)
  • bootstrap: migrate theme to the dart-sass module system (0d4583b)
  • classic: migrate theme to the dart-sass module system (11f910f)
  • core: migrate to the dart-sass module system (19bdedb)
  • default: migrate theme to the dart-sass module system (b4db551)
  • fluent: migrate theme to the dart-sass module system (c1d9891)
  • material: migrate theme to the dart-sass module system (a04a40c)
  • utils: migrate to the dart-sass module system (82f0cb5)
  • bootstrap: remove margin utils from the theme (25c73b9)
  • classic: remove margin utils from the theme (21b73cc)
  • default: remove margin utils from the theme (29a211e)
  • fluent: remove margin utils from the theme (c4f6c3d)
  • material: remove margin utils from the theme (6b6812a)

BREAKING CHANGES

  • default: Starting with the R4 2024 release, all Kendo themes are now migrated to the SASS module system. This breaking change is due to the node-sass package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);

... (truncated)

Changelog

Sourced from @​progress/kendo-theme-bootstrap's changelog.

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)

10.0.0-dev.4 (2024-11-06)

Bug Fixes

  • grid: fix broken sticky row styles (6bb26e7)

10.0.0-dev.3 (2024-11-05)

Bug Fixes

  • bootstrap: fix swatches disabled state (b4b9b3d)
  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

10.0.0-dev.2 (2024-11-04)

Features

  • bootstrap: remove margin utils from the theme (25c73b9)

10.0.0-dev.1 (2024-11-04)

Note: Version bump only for package @​progress/kendo-theme-bootstrap

... (truncated)

Commits
  • 92c3c81 chore(release): v10.0.0
  • d289451 chore(deps): bump the dev-dependencies group across 1 directory with 16 updates
  • f30c677 fix: add missing panel styles
  • d616fc6 chore(release): v10.0.0-dev.4
  • 6bb26e7 fix(grid): fix broken sticky row styles
  • 23fd87d chore(release): v10.0.0-dev.3
  • b4b9b3d fix(bootstrap): fix swatches disabled state
  • 2e89974 chore: regen docs
  • fe5762e fix(colorgradient): remove duplicated vars with invalid values
  • 5fe77d8 chore: regen docs
  • Additional commits viewable in compare view

Updates @progress/kendo-theme-core from 9.1.0 to 10.0.0

Release notes

Sourced from @​progress/kendo-theme-core's releases.

v10.0.0

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)
  • do not include legacy color variables in swatches (762b711)
  • grid: fix broken sticky row styles (6bb26e7)
  • menu: scroll wrapper position (56372b7)
  • core: change the main field to point all.css in package.json (534da7d)
  • bootstrap: fix swatches disabled state (b4b9b3d)
  • classic: fix swatches disabled state (68a4c19)
  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • default: fix swatches disabled state (4290e91)
  • html: ai prompt toolbar classes (1900795)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

Features

  • bootstrap: detach the theme from twbs/bootstrap (35ad29e)
  • bootstrap: migrate theme to the dart-sass module system (0d4583b)
  • classic: migrate theme to the dart-sass module system (11f910f)
  • core: migrate to the dart-sass module system (19bdedb)
  • default: migrate theme to the dart-sass module system (b4db551)
  • fluent: migrate theme to the dart-sass module system (c1d9891)
  • material: migrate theme to the dart-sass module system (a04a40c)
  • utils: migrate to the dart-sass module system (82f0cb5)
  • bootstrap: remove margin utils from the theme (25c73b9)
  • classic: remove margin utils from the theme (21b73cc)
  • default: remove margin utils from the theme (29a211e)
  • fluent: remove margin utils from the theme (c4f6c3d)
  • material: remove margin utils from the theme (6b6812a)

BREAKING CHANGES

  • default: Starting with the R4 2024 release, all Kendo themes are now migrated to the SASS module system. This breaking change is due to the node-sass package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);

... (truncated)

Changelog

Sourced from @​progress/kendo-theme-core's changelog.

10.0.0 (2024-11-06)

Note: Version bump only for package @​progress/kendo-theme-core

10.0.0-dev.4 (2024-11-06)

Note: Version bump only for package @​progress/kendo-theme-core

10.0.0-dev.3 (2024-11-05)

Note: Version bump only for package @​progress/kendo-theme-core

10.0.0-dev.2 (2024-11-04)

Bug Fixes

  • core: change the main field to point all.css in package.json (534da7d)

10.0.0-dev.1 (2024-11-04)

Note: Version bump only for package @​progress/kendo-theme-core

10.0.0-dev.0 (2024-11-01)

Features

  • core: migrate to the dart-sass module system (19bdedb)
  • default: migrate theme to the dart-sass module system (b4db551)

... (truncated)

Commits
  • 92c3c81 chore(release): v10.0.0
  • d616fc6 chore(release): v10.0.0-dev.4
  • 23fd87d chore(release): v10.0.0-dev.3
  • d5d6bc9 chore(release): v10.0.0-dev.2
  • 534da7d fix(core): change the main field to point all.css in package.json
  • 6e926ad chore: remove custom watcher in favor of sass --watch
  • 90857ae chore(release): v10.0.0-dev.1
  • a7d8708 chore(release): v10.0.0-dev.0
  • 90e0f2a chore: regen docs
  • 55f200a chore: remove sass flat task
  • Additional commits viewable in compare view

Updates @progress/kendo-theme-default from 9.1.0 to 10.0.0

Release notes

Sourced from @​progress/kendo-theme-default's releases.

v10.0.0

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)
  • do not include legacy color variables in swatches (762b711)
  • grid: fix broken sticky row styles (6bb26e7)
  • menu: scroll wrapper position (56372b7)
  • core: change the main field to point all.css in package.json (534da7d)
  • bootstrap: fix swatches disabled state (b4b9b3d)
  • classic: fix swatches disabled state (68a4c19)
  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • default: fix swatches disabled state (4290e91)
  • html: ai prompt toolbar classes (1900795)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

Features

  • bootstrap: detach the theme from twbs/bootstrap (35ad29e)
  • bootstrap: migrate theme to the dart-sass module system (0d4583b)
  • classic: migrate theme to the dart-sass module system (11f910f)
  • core: migrate to the dart-sass module system (19bdedb)
  • default: migrate theme to the dart-sass module system (b4db551)
  • fluent: migrate theme to the dart-sass module system (c1d9891)
  • material: migrate theme to the dart-sass module system (a04a40c)
  • utils: migrate to the dart-sass module system (82f0cb5)
  • bootstrap: remove margin utils from the theme (25c73b9)
  • classic: remove margin utils from the theme (21b73cc)
  • default: remove margin utils from the theme (29a211e)
  • fluent: remove margin utils from the theme (c4f6c3d)
  • material: remove margin utils from the theme (6b6812a)

BREAKING CHANGES

  • default: Starting with the R4 2024 release, all Kendo themes are now migrated to the SASS module system. This breaking change is due to the node-sass package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);

... (truncated)

Changelog

Sourced from @​progress/kendo-theme-default's changelog.

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)

10.0.0-dev.4 (2024-11-06)

Bug Fixes

  • grid: fix broken sticky row styles (6bb26e7)

10.0.0-dev.3 (2024-11-05)

Bug Fixes

  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • default: fix swatches disabled state (4290e91)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

10.0.0-dev.2 (2024-11-04)

Features

  • default: remove margin utils from the theme (29a211e)

10.0.0-dev.1 (2024-11-04)

Note: Version bump only for package @​progress/kendo-theme-default

... (truncated)

Commits
  • 92c3c81 chore(release): v10.0.0
  • d289451 chore(deps): bump the dev-dependencies group across 1 directory with 16 updates
  • f30c677 fix: add missing panel styles
  • d616fc6 chore(release): v10.0.0-dev.4
  • 6bb26e7 fix(grid): fix broken sticky row styles
  • 23fd87d chore(release): v10.0.0-dev.3
  • 4290e91 fix(default): fix swatches disabled state
  • 2e89974 chore: regen docs
  • fe5762e fix(colorgradient): remove duplicated vars with invalid values
  • 5fe77d8 chore: regen docs
  • Additional commits viewable in compare view

Updates @progress/kendo-theme-utils from 9.1.0 to 10.0.0

Release notes

Sourced from @​progress/kendo-theme-utils's releases.

v10.0.0

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)
  • do not include legacy color variables in swatches (762b711)
  • grid: fix broken sticky row styles (6bb26e7)
  • menu: scroll wrapper position (56372b7)
  • core: change the main field to point all.css in package.json (534da7d)
  • bootstrap: fix swatches disabled state (b4b9b3d)
  • classic: fix swatches disabled state (68a4c19)
  • colorgradient: remove duplicated vars with invalid values (fe5762e)
  • default: fix swatches disabled state (4290e91)
  • html: ai prompt toolbar classes (1900795)
  • scheduler: recurring events have incorrect margin in rtl (c2fdcc6)

Features

  • bootstrap: detach the theme from twbs/bootstrap (35ad29e)
  • bootstrap: migrate theme to the dart-sass module system (0d4583b)
  • classic: migrate theme to the dart-sass module system (11f910f)
  • core: migrate to the dart-sass module system (19bdedb)
  • default: migrate theme to the dart-sass module system (b4db551)
  • fluent: migrate theme to the dart-sass module system (c1d9891)
  • material: migrate theme to the dart-sass module system (a04a40c)
  • utils: migrate to the dart-sass module system (82f0cb5)
  • bootstrap: remove margin utils from the theme (25c73b9)
  • classic: remove margin utils from the theme (21b73cc)
  • default: remove margin utils from the theme (29a211e)
  • fluent: remove margin utils from the theme (c4f6c3d)
  • material: remove margin utils from the theme (6b6812a)

BREAKING CHANGES

  • default: Starting with the R4 2024 release, all Kendo themes are now migrated to the SASS module system. This breaking change is due to the node-sass package reaching its official end of life.

    For more information, please refer to the following links:

    If you are currently using node-sass as a dependency and compiler, note that it is no longer supported in this version. To ensure compatibility, switch to dart-sass (sass) by following the official installation steps.

    The import syntax of the theme has also changed to reflect the new dart-sass syntax. Below are examples of the old and new syntax:

    // Old syntax (node-sass);

... (truncated)

Changelog

Sourced from @​progress/kendo-theme-utils's changelog.

10.0.0 (2024-11-06)

Note: Version bump only for package @​progress/kendo-theme-utils

10.0.0-dev.4 (2024-11-06)

Note: Version bump only for package @​progress/kendo-theme-utils

10.0.0-dev.3 (2024-11-05)

Note: Version bump only for package @​progress/kendo-theme-utils

10.0.0-dev.2 (2024-11-04)

Note: Version bump only for package @​progress/kendo-theme-utils

10.0.0-dev.1 (2024-11-04)

Note: Version bump only for package @​progress/kendo-theme-utils

10.0.0-dev.0 (2024-11-01)

Features

  • core: migrate to the dart-sass module system (19bdedb)
  • utils: migrate to the dart-sass module system (82f0cb5)

... (truncated)

Commits
  • 92c3c81 chore(release): v10.0.0
  • d616fc6 chore(release): v10.0.0-dev.4
  • 23fd87d chore(release): v10.0.0-dev.3
  • d5d6bc9 chore(release): v10.0.0-dev.2
  • 6e926ad chore: remove custom watcher in favor of sass --watch
  • 90857ae chore(release): v10.0.0-dev.1
  • a7d8708 chore(release): v10.0.0-dev.0
  • 90e0f2a chore: regen docs
  • 55f200a chore: remove sass flat task
  • 82f0cb5 feat(utils): migrate to the dart-sass module system
  • Additional commits viewable in compare view

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the kendo-dependencies group with 2 updates in the /examples/kendo-react-finance-portfolio directory: [@progress/kendo-svg-icons](https://github.com/telerik/kendo-icons) and [@progress/kendo-theme-bootstrap](https://github.com/telerik/kendo-themes/tree/HEAD/packages/bootstrap).


Updates `@progress/kendo-svg-icons` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/telerik/kendo-icons/releases)
- [Changelog](https://github.com/telerik/kendo-icons/blob/develop/CHANGELOG.md)
- [Commits](telerik/kendo-icons@v3.1.0...v4.0.0)

Updates `@progress/kendo-theme-bootstrap` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/telerik/kendo-themes/releases)
- [Changelog](https://github.com/telerik/kendo-themes/blob/develop/packages/bootstrap/CHANGELOG.md)
- [Commits](https://github.com/telerik/kendo-themes/commits/v10.0.0/packages/bootstrap)

Updates `@progress/kendo-theme-core` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/telerik/kendo-themes/releases)
- [Changelog](https://github.com/telerik/kendo-themes/blob/develop/packages/core/CHANGELOG.md)
- [Commits](https://github.com/telerik/kendo-themes/commits/v10.0.0/packages/core)

Updates `@progress/kendo-theme-default` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/telerik/kendo-themes/releases)
- [Changelog](https://github.com/telerik/kendo-themes/blob/develop/packages/default/CHANGELOG.md)
- [Commits](https://github.com/telerik/kendo-themes/commits/v10.0.0/packages/default)

Updates `@progress/kendo-theme-utils` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/telerik/kendo-themes/releases)
- [Changelog](https://github.com/telerik/kendo-themes/blob/develop/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/telerik/kendo-themes/commits/v10.0.0/packages/utils)

---
updated-dependencies:
- dependency-name: "@progress/kendo-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kendo-dependencies
- dependency-name: "@progress/kendo-theme-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kendo-dependencies
- dependency-name: "@progress/kendo-theme-core"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: kendo-dependencies
- dependency-name: "@progress/kendo-theme-default"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: kendo-dependencies
- dependency-name: "@progress/kendo-theme-utils"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: kendo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Nov 7, 2024
@dependabot dependabot bot requested review from a team November 7, 2024 16:05
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.

0 participants