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.3 #118

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.3.

Release notes

Sourced from ember-freestyle's releases.

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

Closed issues:

... (truncated)

Changelog

Sourced from ember-freestyle's changelog.

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

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

  • chore: removed unused import

Co-authored-by: Luke Melia luke@lukemelia.com

Features

  • Support Freestyle Usage|Note angle bracket component invoc… (#300) (61b668c)

  • BREAKING CHANGE: Switch to AST transform for freestyle-usage source preview, drop support for comment-delineated snippets, remove freestyle-notes component (#357) (5cc6f42), closes #357

... (truncated)

Commits
  • 56e1888 chore(release): 0.12.3
  • 84a4a32 Merge pull request #468 from chrislopresto/bug/args-string
  • c8cd62a fix: Test and fix for Args.String with @options code path
  • 672cc40 Update to ember-qunit
  • 5e62daf "chore(release): 0.12.2"
  • c944e22 Update all-contributors
  • 3671ed3 Merge pull request #462 from chrislopresto/dependabot/npm_and_yarn/ember-nati...
  • 007693e chore(deps-dev): bump ember-native-dom-helpers from 0.6.3 to 0.7.0
  • e102253 Merge pull request #466 from chrislopresto/dependabot/npm_and_yarn/sass-1.32.6
  • a41d29b Merge pull request #464 from chrislopresto/dependabot/npm_and_yarn/eslint-7.19.0
  • 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 #122.