pulibrary / pul_library_drupal

Deprecated - Princeton University Library Core Site Drupal Codebase
https://library.princeton.edu/
GNU General Public License v2.0
3 stars 0 forks source link

Bump susy from 2.2.14 to 3.0.7 in /sites/all/themes/pul_base #1881

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps susy from 2.2.14 to 3.0.7.

Release notes

Sourced from susy's releases.

Minor documentation update

No release notes provided.

Deprecate Susy

Susy has been officially deprecated and will not receive any further updates.

BUGFIX: Mis-matched gutter alias defaults

No release notes provided.

BUGFIX: Gutter function default

  • BUGFIX: Gutter function works when default columns setting is not parser-friendly (e.g. 150px susy-repeat(2)).
  • Update dev dependencies.

Documentation update

  • Fixes broken search in documentation

Documentation update

Nothing to see here…

[patch] Documentation & Versioning

  • NEW: susy-version() function for accessing the active version number.
  • Minor documentation improvements.

Susy3!

See:

First Beta: With Calc Support

  • BREAKING: _prefix.scss has been renamed _susy-prefix.scss for clarity when importing.
  • BREAKING: susy-call() has been renamed su-call(). since it is directly related to accessing the su functions.
  • BREAKING: Remove support for non-list columns: 'columns': 4 => 'columns': susy-repeat(4) == 'columns': 1 1 1 1.
  • BREAKING: Remove support for $count x $width syntax in columns: 'columns': 4 x 120px => 'columns': susy-repeat(4, 120px) == 'columns': 120px 120px 120px 120px.
  • BREAKING: Remove rubygems/bower, to distribute on npm only.
  • BREAKING: Add support for calc() output, so all mixed-unit grids are possible. This means the old inside-static solution has been replaced by calc() output as well.
  • BREAKING: su-sum has been renamed _su-sum and is now considered a private function.
  • SVG background images now have a default size included.

... (truncated)

Changelog

Sourced from susy's changelog.

3.0.7 - March 5, 2021

  • DOCS: Fix some typos

3.0.6 - July 15, 2020

  • Susy has been deprecated and will not receive any further updates.
  • DOCS: Fix some typos

3.0.5 - April 30, 2018

  • BUGFIX: Update gutter alias default $context

3.0.4 - April 30, 2018

  • BUGFIX: Gutter function works when default columns setting is not parser-friendly (e.g. 150px susy-repeat(2)).
  • Update dev dependencies.

3.0.3 - January 30, 2018

  • Fix missing doc JSON file in npm package.
  • Update dev dependencies.

3.0.2 - January 25, 2018

  • Documentation updates.

3.0.1 - August 27, 2017

  • NEW: susy-version() function for accessing the active version number.
  • Documentation improvements.

3.0.0 - June 29, 2017

See Introducing Susy3, Understanding Spread in Susy3.

  • Site moved to oddbird.net/susy/
  • Docs moved to oddbird.net/susy/docs/
  • BREAKING: No More Mixins! span, container, gutters, last, gallery, etc. have all been removed from Susy. Web layout has become too powerful & flexible to contain in a simple set of shortcuts.

... (truncated)

Commits


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)
dependabot[bot] commented 2 years ago

The following labels could not be found: npm.

maxkadel commented 2 years ago

@dependabot rebase

maxkadel commented 2 years ago

This PR breaks the themes on the collections pages. I created a different PR to pin the version of this package to the minor release - see https://github.com/pulibrary/pul_library_drupal/pull/1889

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.