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 blocks from 3.0.4 to 4.0.0 in /WcaOnRails #2

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 10, 2021

Bumps blocks from 3.0.4 to 4.0.0.

Changelog

Sourced from blocks's changelog.

3.1.1

  • Injecting blocks method into controller to be able to define blocks from the controller that the view will use.

3.1.0

  • Added content_tag utility block, wrapping around Rails' content_tag method, which may be used directly or indirectly (such as via a wrapper or hook)
  • Removed dead / outdated experimental code
  • Removed dynamic configurator (which was really just an almost copy of Rails' class_attribute) of Blocks in favor of mattr_accessor
  • Removed Ruby 1.9.3 support, now requires >= 2.0
  • Added Extensive Test coverage
  • Deprecated Blocks::Builder#render_with_overrides and made it an alias for Blocks::Builder#render
  • Added GTM to documentation
  • Added a Rails Engine for autoconfiguration of eager_loading options
  • Moved and deprecated content_tag_wrapper utility block into Blocks::LegacyBuilders
  • Hooks and Wrappers now may render with their own sets of Hooks and Wrappers
  • Cleaned and fixed logic around generation / merging of options for hooks and and wrappers of a block
  • Moved Haml Extensions into a separate module that only executes if Haml is defined
  • Deprecated with_template method injected into ActionView::Base
  • Moved Blocks::HashWithCaller into a module and now conditionally inject based on global configuration
  • Switched Blocks::HashWithRenderStrategy to use symbols for hash keys instead of string, allowing it to be extracted as hash keyword arguments to methods
  • Removed blocks.define :collection functionality

3.0.0 (September 27, 2017)

2.8.0 (January 21, 2016)

  • When rendering a collection of blocks through blocks.render BLOCK_NAME, collection: COLLECTION, current_index will now be passed as a param for the options hash passed to the block. Example: Item

2.7.0 (December 9, 2015)

  • Added configuration option skip_applies_to_surrounding_blocks. When set to true, if blocks.skip :SOME_BLOCK is called, any before, after, and around hooks applied to that block will also be skipped when the block attempts to render. This may be configured in an initializer as follows: Blocks.setup { |config| config.skip_applies_to_surrounding_blocks = true }
  • Cleanup to Blocks::Base to reduce code duplication

2.6.4 (July 21, 2014)

... (truncated)

Commits
  • 5e6d751 Bump version to 4.0.0
  • 9ba6fe5 Small fix to properly pass in collection items info to each item renderer
  • e0f1743 Major refactor - elimination of most allocations of Hashes, HashWithIndiffere...
  • 3e53e69 Refactored HashWithRenderStrategy and OptionsSet to not use HashWithInifferen...
  • 401c91f Added memory profiler
  • bfb8806 Fixed broken test suite
  • fce5f25 Added frozen_string_literal true magic comment
  • 59e53be Adjustments to content_tag renderer and computation of RuntimeContext
  • 4aad460 Attempt to fix travis ci issues
  • 671a39f Attempt to fix travis ci issues
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 10, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/WcaOnRails/blocks-4.0.0 branch from 415c5bb to 65f4dea Compare November 26, 2021 00:47
Bumps [blocks](https://github.com/hunterae/blocks) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/hunterae/blocks/releases)
- [Changelog](https://github.com/hunterae/blocks/blob/master/CHANGELOG.rdoc)
- [Commits](hunterae/blocks@v3.0.4...v4.0.0)

---
updated-dependencies:
- dependency-name: blocks
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/WcaOnRails/blocks-4.0.0 branch from 65f4dea to d1d17ef Compare April 30, 2022 04:45
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants