Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the kendo-dependencies group with 5 updates in the /docs directory:

Package From To
@progress/kendo-svg-icons 3.1.0 4.0.0
@progress/kendo-theme-bootstrap 9.1.0 10.0.0
@progress/kendo-theme-default 9.1.0 10.0.0
@progress/kendo-theme-fluent 9.1.0 10.0.0
@progress/kendo-theme-material 9.1.0 10.0.0

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-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-fluent from 9.1.0 to 10.0.0

Release notes

Sourced from @​progress/kendo-theme-fluent'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-fluent'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)

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

Features

  • fluent: remove margin utils from the theme (c4f6c3d)

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

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

... (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
  • 2e89974 chore: regen docs
  • fe5762e fix(colorgradient): remove duplicated vars with invalid values
  • d5d6bc9 chore(release): v10.0.0-dev.2
  • c4f6c3d feat(fluent): remove margin utils from the theme
  • Additional commits viewable in compare view

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

Release notes

Sourced from @​progress/kendo-theme-material'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-material's changelog.

10.0.0 (2024-11-06)

Bug Fixes

  • add missing panel styles (f30c677)

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

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

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

Bug Fixes

  • 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

  • material: remove margin utils from the theme (6b6812a)

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

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

... (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
  • 23fd87d chore(release): v10.0.0-dev.3
  • 2e89974 chore: regen docs
  • fe5762e fix(colorgradient): remove duplicated vars with invalid values
  • 5fe77d8 chore: regen docs
  • c2fdcc6 fix(scheduler): recurring events have incorrect margin in rtl
  • d5d6bc9 chore(release): v10.0.0-dev.2
  • 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-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

…dates

Bumps the kendo-dependencies group with 5 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [@progress/kendo-svg-icons](https://github.com/telerik/kendo-icons) | `3.1.0` | `4.0.0` |
| [@progress/kendo-theme-bootstrap](https://github.com/telerik/kendo-themes/tree/HEAD/packages/bootstrap) | `9.1.0` | `10.0.0` |
| [@progress/kendo-theme-default](https://github.com/telerik/kendo-themes/tree/HEAD/packages/default) | `9.1.0` | `10.0.0` |
| [@progress/kendo-theme-fluent](https://github.com/telerik/kendo-themes/tree/HEAD/packages/fluent) | `9.1.0` | `10.0.0` |
| [@progress/kendo-theme-material](https://github.com/telerik/kendo-themes/tree/HEAD/packages/material) | `9.1.0` | `10.0.0` |



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-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-fluent` 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/fluent/CHANGELOG.md)
- [Commits](https://github.com/telerik/kendo-themes/commits/v10.0.0/packages/fluent)

Updates `@progress/kendo-theme-material` 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/material/CHANGELOG.md)
- [Commits](https://github.com/telerik/kendo-themes/commits/v10.0.0/packages/material)

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-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-default"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kendo-dependencies
- dependency-name: "@progress/kendo-theme-fluent"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kendo-dependencies
- dependency-name: "@progress/kendo-theme-material"
  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-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 15:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

Superseded by #2662.

@dependabot dependabot bot closed this Nov 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/kendo-dependencies-fca3d8913e branch November 8, 2024 15:14
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