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 the khanacademy group with 20 updates #12613

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

Bumps the khanacademy group with 20 updates:

Package From To
@khanacademy/mathjax-renderer 2.0.0 2.1.0
@khanacademy/perseus 22.7.0 31.0.1
@khanacademy/wonder-blocks-banner 3.0.42 3.1.8
@khanacademy/wonder-blocks-button 6.3.1 6.3.9
@khanacademy/wonder-blocks-clickable 4.2.1 4.2.7
@khanacademy/wonder-blocks-core 6.4.0 7.0.0
@khanacademy/wonder-blocks-data 13.0.7 13.0.11
@khanacademy/wonder-blocks-dropdown 5.3.0 5.4.6
@khanacademy/wonder-blocks-form 4.5.1 4.9.1
@khanacademy/wonder-blocks-icon 4.1.0 4.1.4
@khanacademy/wonder-blocks-layout 2.0.32 2.2.0
@khanacademy/wonder-blocks-link 6.1.1 6.1.7
@khanacademy/wonder-blocks-pill 2.2.1 2.4.6
@khanacademy/wonder-blocks-popover 3.2.2 3.2.14
@khanacademy/wonder-blocks-progress-spinner 2.1.1 2.1.6
@khanacademy/wonder-blocks-switch 1.1.16 1.1.21
@khanacademy/wonder-blocks-tokens 1.3.0 2.0.0
@khanacademy/wonder-blocks-tooltip 2.3.1 2.4.1
@khanacademy/wonder-blocks-typography 2.1.11 2.1.15
@khanacademy/wonder-blocks-timing 5.0.0 5.0.1

Updates @khanacademy/mathjax-renderer from 2.0.0 to 2.1.0

Commits

Updates @khanacademy/perseus from 22.7.0 to 31.0.1

Release notes

Sourced from @​khanacademy/perseus's releases.

@​khanacademy/perseus@​31.0.1

Patch Changes

@​khanacademy/perseus@​31.0.0

Major Changes

  • #1546 6cbe4947e Thanks @​SonicScrewdriver! - Release PhET widget

    This PR releases a new PhET simulation widget to Perseus that requires an update in order to allow the support of new, upcoming content. Older versions of Perseus will be unable to render content that contains this widget.

    PhET simulations come from https://phet.colorado.edu/.

Minor Changes

Patch Changes

@​khanacademy/perseus@​30.0.1

Patch Changes

... (truncated)

Changelog

Sourced from @​khanacademy/perseus's changelog.

31.0.1

Patch Changes

31.0.0

Major Changes

  • #1546 6cbe4947e Thanks @​SonicScrewdriver! - Release PhET widget

    This PR releases a new PhET simulation widget to Perseus that requires an update in order to allow the support of new, upcoming content. Older versions of Perseus will be unable to render content that contains this widget.

    PhET simulations come from https://phet.colorado.edu/.

Minor Changes

Patch Changes

30.0.1

Patch Changes

30.0.0

... (truncated)

Commits

Updates @khanacademy/wonder-blocks-banner from 3.0.42 to 3.1.8

Updates @khanacademy/wonder-blocks-button from 6.3.1 to 6.3.9

Release notes

Sourced from @​khanacademy/wonder-blocks-button's releases.

@​khanacademy/wonder-blocks-button@​6.3.9

Patch Changes

  • Updated dependencies [688c65dc]
  • Updated dependencies [07f7f407]
    • @​khanacademy/wonder-blocks-progress-spinner@​2.1.6
    • @​khanacademy/wonder-blocks-core@​7.0.0
    • @​khanacademy/wonder-blocks-clickable@​4.2.7
    • @​khanacademy/wonder-blocks-icon@​4.1.4
    • @​khanacademy/wonder-blocks-typography@​2.1.15

@​khanacademy/wonder-blocks-button@​6.3.8

Patch Changes

  • efa99094: Fixes an issue on the icon color where it was using the incorrect value over dark backgrounds. The icon color now inherits the color from the button to preserve the same color defined for the text.

@​khanacademy/wonder-blocks-button@​6.3.7

Patch Changes

  • 4d346dc8: Fixes a UI issue where secondary buttons weren't displaying the focus ring when disabled + focused
  • Updated dependencies [f17dc1ee]
  • Updated dependencies [991eb43f]
    • @​khanacademy/wonder-blocks-tokens@​2.0.0
    • @​khanacademy/wonder-blocks-clickable@​4.2.6
    • @​khanacademy/wonder-blocks-progress-spinner@​2.1.5
Commits
  • 2d270e4 Version Packages (#2303)
  • 490b5fa [ssradapterrename] Rename ssr to renderState (#2305)
  • 07f7f40 [initialfallback] Rename WithSSRPlaceholder to InitialFallback (#2304)
  • 982f680 Update TextField styling for consistency with other components (focus styling...
  • 17f9a33 LabeledTextField: Adjust styling for light prop for improved color contrast (...
  • 688c65d Improve color contrast on CircularSpinner (#2298)
  • bc00eb4 Version Packages (#2296)
  • efa9909 Fix icon color on secondary and tertiary buttons (hover) (#2297)
  • 79b9fdb Update tooltip-popper to handle smaller screensizes. (#2271)
  • 5161f2c Version Packages (#2293)
  • Additional commits viewable in compare view

Updates @khanacademy/wonder-blocks-clickable from 4.2.1 to 4.2.7

Updates @khanacademy/wonder-blocks-core from 6.4.0 to 7.0.0

Release notes

Sourced from @​khanacademy/wonder-blocks-core's releases.

@​khanacademy/wonder-blocks-core@​7.0.0

Major Changes

  • 07f7f407: Renamed WithSSRPlaceholder to InitialFallback. This includes changing the placeholder prop to fallback so it's closer to Suspense usage.
Commits
  • 2d270e4 Version Packages (#2303)
  • 490b5fa [ssradapterrename] Rename ssr to renderState (#2305)
  • 07f7f40 [initialfallback] Rename WithSSRPlaceholder to InitialFallback (#2304)
  • 982f680 Update TextField styling for consistency with other components (focus styling...
  • 17f9a33 LabeledTextField: Adjust styling for light prop for improved color contrast (...
  • 688c65d Improve color contrast on CircularSpinner (#2298)
  • bc00eb4 Version Packages (#2296)
  • efa9909 Fix icon color on secondary and tertiary buttons (hover) (#2297)
  • 79b9fdb Update tooltip-popper to handle smaller screensizes. (#2271)
  • 5161f2c Version Packages (#2293)
  • Additional commits viewable in compare view

Updates @khanacademy/wonder-blocks-data from 13.0.7 to 13.0.11

Updates @khanacademy/wonder-blocks-dropdown from 5.3.0 to 5.4.6

Updates @khanacademy/wonder-blocks-form from 4.5.1 to 4.9.1

Updates @khanacademy/wonder-blocks-icon from 4.1.0 to 4.1.4

Updates @khanacademy/wonder-blocks-layout from 2.0.32 to 2.2.0

Updates @khanacademy/wonder-blocks-link from 6.1.1 to 6.1.7

Updates @khanacademy/wonder-blocks-pill from 2.2.1 to 2.4.6

Updates @khanacademy/wonder-blocks-popover from 3.2.2 to 3.2.14

Updates @khanacademy/wonder-blocks-progress-spinner from 2.1.1 to 2.1.6

Updates @khanacademy/wonder-blocks-switch from 1.1.16 to 1.1.21

Updates @khanacademy/wonder-blocks-tokens from 1.3.0 to 2.0.0

Updates @khanacademy/wonder-blocks-tooltip from 2.3.1 to 2.4.1

Updates @khanacademy/wonder-blocks-typography from 2.1.11 to 2.1.15

Release notes

Sourced from @​khanacademy/wonder-blocks-typography's releases.

@​khanacademy/wonder-blocks-typography@​2.1.15

Patch Changes

  • Updated dependencies [07f7f407]
    • @​khanacademy/wonder-blocks-core@​7.0.0

@​khanacademy/wonder-blocks-typography@​2.1.14

Patch Changes

  • 559e82d5: Update to build tooling, generating smaller output
  • Updated dependencies [559e82d5]
    • @​khanacademy/wonder-blocks-core@​6.4.3

@​khanacademy/wonder-blocks-typography@​2.1.13

Patch Changes

  • Updated dependencies [eab37b8b]
    • @​khanacademy/wonder-blocks-core@​6.4.2
Commits
  • 2d270e4 Version Packages (#2303)
  • 490b5fa [ssradapterrename] Rename ssr to renderState (#2305)
  • 07f7f40 [initialfallback] Rename WithSSRPlaceholder to InitialFallback (#2304)
  • 982f680 Update TextField styling for consistency with other components (focus styling...
  • 17f9a33 LabeledTextField: Adjust styling for light prop for improved color contrast (...
  • 688c65d Improve color contrast on CircularSpinner (#2298)
  • bc00eb4 Version Packages (#2296)
  • efa9909 Fix icon color on secondary and tertiary buttons (hover) (#2297)
  • 79b9fdb Update tooltip-popper to handle smaller screensizes. (#2271)
  • 5161f2c Version Packages (#2293)
  • Additional commits viewable in compare view

Updates @khanacademy/wonder-blocks-timing from 5.0.0 to 5.0.1

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

Bumps the khanacademy group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@khanacademy/mathjax-renderer](https://github.com/Khan/mathjax-renderer) | `2.0.0` | `2.1.0` |
| [@khanacademy/perseus](https://github.com/Khan/perseus/tree/HEAD/packages/perseus) | `22.7.0` | `31.0.1` |
| @khanacademy/wonder-blocks-banner | `3.0.42` | `3.1.8` |
| [@khanacademy/wonder-blocks-button](https://github.com/khan/wonder-blocks) | `6.3.1` | `6.3.9` |
| @khanacademy/wonder-blocks-clickable | `4.2.1` | `4.2.7` |
| [@khanacademy/wonder-blocks-core](https://github.com/khan/wonder-blocks) | `6.4.0` | `7.0.0` |
| @khanacademy/wonder-blocks-data | `13.0.7` | `13.0.11` |
| @khanacademy/wonder-blocks-dropdown | `5.3.0` | `5.4.6` |
| @khanacademy/wonder-blocks-form | `4.5.1` | `4.9.1` |
| @khanacademy/wonder-blocks-icon | `4.1.0` | `4.1.4` |
| @khanacademy/wonder-blocks-layout | `2.0.32` | `2.2.0` |
| @khanacademy/wonder-blocks-link | `6.1.1` | `6.1.7` |
| @khanacademy/wonder-blocks-pill | `2.2.1` | `2.4.6` |
| @khanacademy/wonder-blocks-popover | `3.2.2` | `3.2.14` |
| @khanacademy/wonder-blocks-progress-spinner | `2.1.1` | `2.1.6` |
| @khanacademy/wonder-blocks-switch | `1.1.16` | `1.1.21` |
| @khanacademy/wonder-blocks-tokens | `1.3.0` | `2.0.0` |
| @khanacademy/wonder-blocks-tooltip | `2.3.1` | `2.4.1` |
| [@khanacademy/wonder-blocks-typography](https://github.com/khan/wonder-blocks) | `2.1.11` | `2.1.15` |
| @khanacademy/wonder-blocks-timing | `5.0.0` | `5.0.1` |


Updates `@khanacademy/mathjax-renderer` from 2.0.0 to 2.1.0
- [Commits](https://github.com/Khan/mathjax-renderer/commits)

Updates `@khanacademy/perseus` from 22.7.0 to 31.0.1
- [Release notes](https://github.com/Khan/perseus/releases)
- [Changelog](https://github.com/Khan/perseus/blob/main/packages/perseus/CHANGELOG.md)
- [Commits](https://github.com/Khan/perseus/commits/@khanacademy/[email protected]/packages/perseus)

Updates `@khanacademy/wonder-blocks-banner` from 3.0.42 to 3.1.8

Updates `@khanacademy/wonder-blocks-button` from 6.3.1 to 6.3.9
- [Release notes](https://github.com/khan/wonder-blocks/releases)
- [Commits](https://github.com/khan/wonder-blocks/compare/@khanacademy/[email protected]...@khanacademy/[email protected])

Updates `@khanacademy/wonder-blocks-clickable` from 4.2.1 to 4.2.7

Updates `@khanacademy/wonder-blocks-core` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/khan/wonder-blocks/releases)
- [Commits](https://github.com/khan/wonder-blocks/compare/@khanacademy/[email protected]...@khanacademy/[email protected])

Updates `@khanacademy/wonder-blocks-data` from 13.0.7 to 13.0.11

Updates `@khanacademy/wonder-blocks-dropdown` from 5.3.0 to 5.4.6

Updates `@khanacademy/wonder-blocks-form` from 4.5.1 to 4.9.1

Updates `@khanacademy/wonder-blocks-icon` from 4.1.0 to 4.1.4

Updates `@khanacademy/wonder-blocks-layout` from 2.0.32 to 2.2.0

Updates `@khanacademy/wonder-blocks-link` from 6.1.1 to 6.1.7

Updates `@khanacademy/wonder-blocks-pill` from 2.2.1 to 2.4.6

Updates `@khanacademy/wonder-blocks-popover` from 3.2.2 to 3.2.14

Updates `@khanacademy/wonder-blocks-progress-spinner` from 2.1.1 to 2.1.6

Updates `@khanacademy/wonder-blocks-switch` from 1.1.16 to 1.1.21

Updates `@khanacademy/wonder-blocks-tokens` from 1.3.0 to 2.0.0

Updates `@khanacademy/wonder-blocks-tooltip` from 2.3.1 to 2.4.1

Updates `@khanacademy/wonder-blocks-typography` from 2.1.11 to 2.1.15
- [Release notes](https://github.com/khan/wonder-blocks/releases)
- [Commits](https://github.com/khan/wonder-blocks/compare/@khanacademy/[email protected]...@khanacademy/[email protected])

Updates `@khanacademy/wonder-blocks-timing` from 5.0.0 to 5.0.1

---
updated-dependencies:
- dependency-name: "@khanacademy/mathjax-renderer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: khanacademy
- dependency-name: "@khanacademy/perseus"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-banner"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-button"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-clickable"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-data"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-dropdown"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-form"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-icon"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-layout"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-link"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-pill"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-popover"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-progress-spinner"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-switch"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-tokens"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-typography"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
- dependency-name: "@khanacademy/wonder-blocks-timing"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: khanacademy
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added javascript Pull requests that update Javascript code TAG: dependencies Pull requests that update a dependency file labels Aug 28, 2024
@github-actions github-actions bot added the DEV: renderers HTML5 apps, videos, exercises, etc. label Aug 28, 2024
Copy link
Contributor

Build Artifacts

@rtibbles
Copy link
Member

Requires #12370

@rtibbles rtibbles closed this Aug 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/khanacademy-c236a8c837 branch August 28, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV: renderers HTML5 apps, videos, exercises, etc. javascript Pull requests that update Javascript code TAG: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant