secondstreet / ember-material-components-web

An ember addon providing components from https://github.com/material-components/material-components-web
https://secondstreet.github.io/ember-material-components-web/
MIT License
0 stars 0 forks source link

⬆️ Bump ember-freestyle from 0.8.0 to 0.12.6 #124

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps ember-freestyle from 0.8.0 to 0.12.6.

Release notes

Sourced from ember-freestyle's releases.

v0.12.3

Fix a bug in Args.String with @options code path (c8cd62a)

v0.12.2

This release introduces a new experimental API: Freestyle::Usage by merging chrislopresto/ember-freestyle#457

Documentation on the new API can be found here: https://github.com/chrislopresto/ember-freestyle/blob/v0.12.2/FREESTYLE_USAGE_API.md

Let us know what you think!

v0.12.0

⚠ BREAKING CHANGES

  • Remove support for freestyle-note
  • A stub component has been left to throw an error which points the documentation
  • test: Update test matrix support to ember 3.12 and 3.16

  • Preserve formatting for source blocks in AST transform

  • also moved unindenting to the AST plugin rather than in-browser
  • style: Improve documentation site styles

  • chore: removed unused import

v0.11.10

This release upgrades dependencies and configuration in preparation for supporting angle bracket components.

While we didn't change any functionality, we did bump the minimum node version (to 10) and drop Ember 2.x scenarios from our test matrix. The minimum version of Ember now guaranteed to work is 3.8.

If this release causes any issues for your app consider a) reporting them as issues, b) temporarily pinning ember-freestyle to 0.11.9, or c) upgrading your Ember version if possible.

v0.10.0

Full Changelog

Closed issues:

  • After recent yarn install, ember project will not build #183
  • Adding a blank line with no spaces causes freestyle-usage snippet to be indented too far #173

Merged Pull Requests :star: :sun_with_face: :ghost:

  • Remove Slack and add Discord #189 (Windvis)
  • Drop support for node v4 & use broccoli-plugin #185 (lukemelia)
  • Don't include blank lines when determining how much to unindent #181 (danwenzel)

v0.9.0

Full Changelog

... (truncated)

Changelog

Sourced from ember-freestyle's changelog.

0.12.6 (2021-02-25)

Bug Fixes

0.12.5 (2021-02-24)

0.12.4 (2021-02-17)

Bug Fixes

  • Improve handling of named-blocks-polyfill mangled hbs (c456bff)

0.12.3 (2021-02-04)

Bug Fixes

0.12.2 (2021-02-04)

Features

Bug Fixes

  • Don't run AST transform on freestyle itself, just on it's parent app/addon (e086fbf)
  • Support for nested addon (93c6183)

0.12.1 (2020-09-22)

0.12.0 (2020-05-21)

⚠ BREAKING CHANGES

  • Remove support for freestyle-note
  • A stub component has been left to throw an error which points the documentation
  • test: Update test matrix support to ember 3.12 and 3.16

  • Preserve formatting for source blocks in AST transform

... (truncated)

Commits
  • e517dce chore(release): 0.12.6
  • c53077f Merge pull request #487 from wagenet/patch-1
  • 6ea33e6 fix: Switch to has-block
  • fe65c40 chore(release): 0.12.5
  • 830ffc2 Merge pull request #485 from chrislopresto/chore/glimmerize-freestyle-guide
  • a3a1a5d chore: Make FreestyleGuide a glimmer component, to allow splattributes
  • ffccb78 chore(release): 0.12.4
  • d3fe004 Merge pull request #482 from chrislopresto/bug/named-blocks-addon-context
  • c456bff fix: Improve handling of named-blocks-polyfill mangled hbs
  • 3216b4c Merge pull request #469 from raytiley/patch-1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lukemelia, a new releaser for ember-freestyle since your current version.


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #125.