mozilla-rally / rally-core-addon

Mozilla Public License 2.0
9 stars 13 forks source link

Bump @mozilla-protocol/core from 12.1.1 to 16.0.0 #743

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @mozilla-protocol/core from 12.1.1 to 16.0.0.

Release notes

Sourced from @​mozilla-protocol/core's releases.

v16.0.0

Features

  • css: Add tertiary theme colors.
  • css: (breaking) Rename "alt" theme colors to "secondary."
  • component: New breadcrumb component.

Bug Fixes

  • css: Fix image overlapping content in a reversed Split with media overflow.

Migration Tips

  • Update any uses of the theme variable background-color-alt (in the get-theme() function) to background-color-secondary.
  • Update any uses of the theme variable background-color-alt-inverse (in the get-theme() function) to background-color-secondary-inverse.
  • Update any uses of the theme variable body-text-color-alt (in the get-theme() function) to body-text-color-secondary.
  • Update any uses of the theme variable body-text-color-alt-inverse (in the get-theme() function) to body-text-color-secondary-inverse.
  • Update any uses of the mzp-t-background-alt class to mzp-t-background-secondary.

v15.1.0

Features

  • component: Add Firefox Relay logos and wordmarks
  • assets: Update @​mozilla-protocol/assets to 5.1.0

v15.0.0

Features

  • assets: (breaking) Update @​mozilla-protocol/assets to 5.0.0
  • assets Refactored logo and wordmark mixins to use SVG assets instead of PNG
  • component: New responsive video container.

Bug Fixes

  • js when navigation has mzp-is-sticky class, respect user preference for reduced motion (#733)
  • css: Replace deprecated / division operator with math.div() (#722)
  • css: Set Split media width to 100% to accommodate responsive video (#711)

Migration Tips

  • This version updates the included assets, removing the PNG versions of logos and wordmarks. If you're relying on those assets via Protocol, you'll need to update or find alternative sources. See notes for Protocol Assets 5.0.0

v14.1.0

Features

  • css: Add overidding rules to the card component to enable dark mode with .mzp-t-dark class. (#714)
  • css: Add content width classes to Split component.
  • css: Add default bottom margins to Logo and Wordmark components (#712)
  • css: Add .mzp-u-title-3xs utility class.
  • css: Add warning when compiling deprecated components (#709)

... (truncated)

Changelog

Sourced from @​mozilla-protocol/core's changelog.

16.0.0

Features

  • css: Add tertiary theme colors.
  • css: (breaking) Rename "alt" theme colors to "secondary."
  • component: New breadcrumb component.

Bug Fixes

  • css: Fix image overlapping content in a reversed Split with media overflow.

Migration Tips

  • Update any uses of the theme variable background-color-alt (in the get-theme() function) to background-color-secondary.
  • Update any uses of the theme variable background-color-alt-inverse (in the get-theme() function) to background-color-secondary-inverse.
  • Update any uses of the theme variable body-text-color-alt (in the get-theme() function) to body-text-color-secondary.
  • Update any uses of the theme variable body-text-color-alt-inverse (in the get-theme() function) to body-text-color-secondary-inverse.
  • Update any uses of the mzp-t-background-alt class to mzp-t-background-secondary.

15.1.0

Features

  • component: Add Firefox Relay logos and wordmarks
  • assets: Update @​mozilla-protocol/assets to 5.1.0

15.0.0

Features

  • assets: (breaking) Update @​mozilla-protocol/assets to 5.0.0
  • assets: Refactored logo and wordmark mixins to use SVG assets instead of PNG
  • component: New responsive video container.

Bug Fixes

  • js: when navigation has mzp-is-sticky class, respect user preference for reduced motion (#733)
  • css: Replace deprecated / division operator with math.div() (#722)
  • css: Set Split media width to 100% to accommodate responsive video (#711)

Migration Tips

  • This version updates the included assets, removing the PNG versions of logos and wordmarks. If you're relying on those assets via Protocol, you'll need to update or find alternative sources. See notes for Protocol Assets 5.0.0

14.1.0

Features

  • css: Add overiding rules to the card component to enable dark mode with .mzp-t-dark class. (#714)

... (truncated)

Commits
  • 74bd3f7 Bump version to 16.0.0 (#744)
  • 02ee0f5 Fix image overlapping content in a reversed Split with media overflow
  • ceb108c Merge pull request #742 from mozilla/craigcook-patch-1
  • 102088e Merge pull request #741 from craigcook/background-accent
  • 6d37ff6 Update the rest of the variable references, update theme demos
  • da79322 Add tertiary theme colors, rename alt to secondary
  • 91412f5 Create new breadcrumb component (#730)
  • fb1a929 Fix URL in section-heading/heading.hbs
  • 33b3f2d Bump version to 15.1.0 (#740)
  • 72fe877 Correct Split docs, body width class goes on the container (#737)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
firefoxci-taskcluster[bot] commented 2 years ago
No Taskcluster jobs started for this pull request ```js The `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the default branch) does not allow starting tasks for this pull request. ```
dependabot[bot] commented 2 years ago

Superseded by #825.