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 middleman-sprockets from 4.0.0.rc.1 to 4.1.1 #6

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps middleman-sprockets from 4.0.0.rc.1 to 4.1.1.

Changelog

Sourced from middleman-sprockets's changelog.

4.1.1

fixes

  • support sprockets renderable proxied assets, fixes #128 related to how the I18n extension moves assets.

4.1.0

fixes

features

  • allow passing proc/class to imported_asset_path option to determine imported asset location @​vvasabi

4.0.0

This is a major rewrite focussed on adding support for Sprockets 3+ & Middleman 4+. With this come a lot of changes, please read the upgrade guide for more information:

tl;dr;

  • Requires Middleman 4.0+ & Sprockets 3.0+
  • Remove auto-activation
  • Remove the import_asset helper, assets should be linked via a manifest file
  • Remove "automagical" asset placement, linked assets all go in the imported_asset_path option
  • Add option to expose middleman helpers to sprockets assets
  • Add compatability for SassC if using Sprockets 4+

3.4.2

  • Add Woff2 support.

3.3.2

  • Remove file-based cache (.cache folder), which did not invalidate correctly and led to a lot of problems with assets not updating.
  • It is now possible to configure Sprockets via sprockets.append_path and sprockets.import_asset without having to wrap it in a ready block.

3.3.1

  • Fix import_asset for Bower and other import paths that don't end in /javascripts, /stylesheets, etc.

3.3.0

  • Prep work for Middleman v4.

... (truncated)

Commits
  • 5e5197c 4.1.1
  • 32e738a fix() ensure ignored assets are ignored with respect to proxies
  • 85d0396 feat() support sprockets rendering of proxied assets
  • 5b6202a chore(deps): bump ruby versions in travis.yml
  • 9b77b2b chore(deps): remove ruby 2.0 & 2.1 from CI, middleman dropped support
  • d70a24f feat(contributing): add issue template
  • 0d1609f 4.1.0
  • 1921952 feat(import_asset_path): consolidate path prefix & processor to one config op...
  • 299abd4 refactor(asset_path#http_prefix): rework to use File.join & array.compact
  • 24cb47c refactor(http_prefix_test): use existing fixture application
  • 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)

Bumps [middleman-sprockets](https://github.com/middleman/middleman-sprockets) from 4.0.0.rc.1 to 4.1.1.
- [Release notes](https://github.com/middleman/middleman-sprockets/releases)
- [Changelog](https://github.com/middleman/middleman-sprockets/blob/master/CHANGELOG.md)
- [Commits](middleman/middleman-sprockets@v4.0.0.rc.1...v4.1.1)

---
updated-dependencies:
- dependency-name: middleman-sprockets
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2022
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.

0 participants