Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 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.1
@progress/kendo-theme-default 9.1.0 10.0.1
@progress/kendo-theme-fluent 9.1.0 10.0.1
@progress/kendo-theme-material 9.1.0 10.0.1

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.1

Release notes

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

v10.0.1

10.0.1 (2024-11-08)

Bug Fixes

  • bootstrap: $kendo-base-bg has wrong color value (a9a92c8)
  • dataviz: incorrect tooltip border radius (747ad9b)
  • html: remove id attribute from menu spec (4be5184)
  • kendo-colors metadata (3d756c3)

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.

... (truncated)

Changelog

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

10.0.1 (2024-11-08)

Bug Fixes

  • bootstrap: $kendo-base-bg has wrong color value (a9a92c8)

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

... (truncated)

Commits
  • f17c246 chore(release): v10.0.1
  • 7750e10 chore: regen docs
  • a9a92c8 fix(bootstrap): $kendo-base-bg has wrong color value
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

v10.0.1

10.0.1 (2024-11-08)

Bug Fixes

  • bootstrap: $kendo-base-bg has wrong color value (a9a92c8)
  • dataviz: incorrect tooltip border radius (747ad9b)
  • html: remove id attribute from menu spec (4be5184)
  • kendo-colors metadata (3d756c3)

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.

... (truncated)

Changelog

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

10.0.1 (2024-11-08)

Bug Fixes

  • dataviz: incorrect tooltip border radius (747ad9b)

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

... (truncated)

Commits
  • f17c246 chore(release): v10.0.1
  • 747ad9b fix(dataviz): incorrect tooltip border radius
  • 32451e0 chore: regen docs
  • 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
  • Additional commits viewable in compare view

Updates @progress/kendo-theme-fluent from 9.1.0 to 10.0.1

Release notes

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

v10.0.1

10.0.1 (2024-11-08)

Bug Fixes

  • bootstrap: $kendo-base-bg has wrong color value (a9a92c8)
  • dataviz: incorrect tooltip border radius (747ad9b)
  • html: remove id attribute from menu spec (4be5184)
  • kendo-colors metadata (3d756c3)

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.

... (truncated)

Changelog

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

10.0.1 (2024-11-08)

Bug Fixes

  • dataviz: incorrect tooltip border radius (747ad9b)

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)

... (truncated)

Commits
  • f17c246 chore(release): v10.0.1
  • 747ad9b fix(dataviz): incorrect tooltip border radius
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

v10.0.1

10.0.1 (2024-11-08)

Bug Fixes

  • bootstrap: $kendo-base-bg has wrong color value (a9a92c8)
  • dataviz: incorrect tooltip border radius (747ad9b)
  • html: remove id attribute from menu spec (4be5184)
  • kendo-colors metadata (3d756c3)

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.

... (truncated)

Changelog

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

10.0.1 (2024-11-08)

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

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)

... (truncated)

Commits
  • f17c246 chore(release): v10.0.1
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

v10.0.1

10.0.1 (2024-11-08)

Bug Fixes

  • bootstrap: $kendo-base-bg has wrong color value (a9a92c8)
  • dataviz: incorrect tooltip border radius (747ad9b)
  • html: remove id attribute from menu spec (4be5184)
  • kendo-colors metadata (3d756c3)

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.

... (truncated)

Changelog

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

10.0.1 (2024-11-08)

Bug Fixes

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

... (truncated)

Commits
  • f17c246 chore(release): v10.0.1
  • 32451e0 chore: regen docs
  • 3d756c3 fix: kendo-colors metadata
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

v10.0.1

10.0.1 (2024-11-08)

Bug Fixes

  • bootstrap: $kendo-base-bg has wrong color value (a9a92c8)
  • dataviz: incorrect tooltip border radius (747ad9b)
  • html: remove id attribute from menu spec (4be5184)
  • kendo-colors metadata (3d756c3)

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.

... (truncated)

Changelog

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

10.0.1 (2024-11-08)

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

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)

... (truncated)

Commits
  • f17c246 chore(release): v10.0.1
  • 32451e0 chore: regen docs
  • 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
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it you...

Description has been truncated

…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.1` |
| [@progress/kendo-theme-default](https://github.com/telerik/kendo-themes/tree/HEAD/packages/default) | `9.1.0` | `10.0.1` |
| [@progress/kendo-theme-fluent](https://github.com/telerik/kendo-themes/tree/HEAD/packages/fluent) | `9.1.0` | `10.0.1` |
| [@progress/kendo-theme-material](https://github.com/telerik/kendo-themes/tree/HEAD/packages/material) | `9.1.0` | `10.0.1` |



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.1
- [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.1/packages/bootstrap)

Updates `@progress/kendo-theme-default` from 9.1.0 to 10.0.1
- [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.1/packages/default)

Updates `@progress/kendo-theme-fluent` from 9.1.0 to 10.0.1
- [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.1/packages/fluent)

Updates `@progress/kendo-theme-material` from 9.1.0 to 10.0.1
- [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.1/packages/material)

Updates `@progress/kendo-theme-core` from 9.1.0 to 10.0.1
- [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.1/packages/core)

Updates `@progress/kendo-theme-utils` from 9.1.0 to 10.0.1
- [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.1/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]>
@bptodorova bptodorova merged commit d6c7276 into master Nov 12, 2024
2 checks passed
@bptodorova bptodorova deleted the dependabot/npm_and_yarn/docs/kendo-dependencies-de9bde12a8 branch November 12, 2024 08:15
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.

2 participants