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(deps-dev): bump breakpoint-sass from 2.7.1 to 3.0.0 #33

Open
wants to merge 42 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps breakpoint-sass from 2.7.1 to 3.0.0.

Release notes

Sourced from breakpoint-sass's releases.

v3.0.0

This brings the Breakpoint codebase up-to-date with the latest direction of the Sass community and resolves warnings (and soon, deprecations) from Sass 1.25 that changed how division works

  • Deprecation - Dropped Ruby, Eyeglass, Bower, and Sache support
  • Fix - Fix math.div warnings
  • Change - Sass 1.25+ is now a peer dependency
Changelog

Sourced from breakpoint-sass's changelog.

3.0.0

  • Deprecation - Dropped Ruby, Eyeglass, Bower, and Sache support
  • Fix - Fix math.div warnings
  • Change - Sass 1.25+ is now a peer dependency

2.6.0

  • Change Moved variable settings to new Breakpoint settings. Future versions will deprecate variable settings. Use @include breakpoint-set() or @include bkpt-set() to change settings, @include breakpoint-reset() or @include bkpt-reset() to reset settings to their default state. Please update your settings as followins:
    • $breakpoint-default-media: value; should become @include bkpt-set('default media', value);
    • $breakpoint-default-feature: value; should become @include bkpt-set('default feature', value);
    • $breakpoint-default-pair: value; should become @include bkpt-set('default pair', value);
    • $breakpoint-force-media-all: value; should become @include bkpt-set('force all media type', value);
    • $breakpoint-to-ems: value; should become @include bkpt-set('to ems', value);
    • $breakpoint-resolutions: value; should become @include bkpt-set('transform resolutions', value);
    • $breakpoint-no-queries: value; should become @include bkpt-set('no queries', value);
    • $breakpoint-no query fallbacks: value; should become @include bkpt-set('no query fallbacks', value);
    • $breakpoint-base-font-size: value; should become @include bkpt-set('base font size', value);
    • $breakpoint-legacy-syntax: value; should become @include bkpt-set('legacy syntax', value);
  • Change Adding breakpoints for respond-to should now be done through the mixin @include add-breakpoint() instead of the function call $breakpoints: add-breakpoint(). Future versions will deprecate function.
  • New Initial support for Libsass 3.1

2.5.0

2.4.0

2.3.0

2.2.0

Nov 23, 2013

  • fix simple or queries
  • convert respond-to to use sass maps
  • convert context to use sass maps

2.0.7

Sept 17th, 2013

  • fix fallback support for 1.x

2.0.0

The Past

  • Looks like we forgot release notes for 2.0. oops

1.3

August 28th, 2012

  • better conversion to base-ems
  • fix floating point error

1.2

August 16th, 2012

  • Added ability to force the 'all' media type to be written by setting $breakpoint-force-media-all: true;. Defaults to false.
  • Added ability to generate no query fallback code. See the README for full documentaiton.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

web-mi and others added 30 commits June 1, 2023 10:07
fix(welcome screen): add router to storybook
RunzelRosinchen and others added 12 commits June 14, 2023 15:49
Bumps [storybook-react-i18next](https://github.com/stevensacks/storybook-react-i18next) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/stevensacks/storybook-react-i18next/releases)
- [Changelog](https://github.com/stevensacks/storybook-react-i18next/blob/main/CHANGELOG.md)
- [Commits](stevensacks/storybook-react-i18next@v2.0.4...v2.0.6)

---
updated-dependencies:
- dependency-name: storybook-react-i18next
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…/develop/storybook-react-i18next-2.0.6

chore(deps-dev): bump storybook-react-i18next from 2.0.4 to 2.0.6
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 7.0.18 to 7.0.26.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.26/code/renderers/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…/develop/storybook/react-7.0.26

chore(deps-dev): bump @storybook/react from 7.0.18 to 7.0.26
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.0 to 4.15.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.0...v4.15.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…/develop/webpack-dev-server-4.15.1

chore(deps): bump webpack-dev-server from 4.15.0 to 4.15.1
Bumps [breakpoint-sass](https://github.com/at-import/breakpoint) from 2.7.1 to 3.0.0.
- [Release notes](https://github.com/at-import/breakpoint/releases)
- [Changelog](https://github.com/at-import/breakpoint/blob/main/CHANGELOG.md)
- [Commits](at-import/breakpoint@v2.7.1...v3.0.0)

---
updated-dependencies:
- dependency-name: breakpoint-sass
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants