NYCPlanning / labs-regional-viz

An interactive mapping experience that highlights regional planning data and trends.
Other
6 stars 1 forks source link

Bump ember-decorators from 1.3.4 to 2.3.1 #225

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps ember-decorators from 1.3.4 to 2.3.1.

Release notes *Sourced from [ember-decorators's releases](https://github.com/ember-decorators/ember-decorators/releases).* > ## v2.0.0-beta.1 > v2.0.0 is a major refactor that pushes all of the individual packages from Ember Decorators out into individual packages. The core addon is still around, but it's now a shell addon that includes the others. > > Highlights: > > * Typescript support! > * Support for ES5 Getters in Ember 3.1 > * The Ember Data decorators have been fixed > > Breaking Changes: > > * Imports should now be from the scoped packages instead of the main addon: > > ```js > // before > import { computed } from 'ember-decorators/object'; > > // after > import { computed } from '@ember-decorators/object'; > ``` > > * `[**attribute**](https://github.com/attribute)` and `[**className**](https://github.com/className)` no longer place the value of class fields on the prototype of the class. If you want to set defaults, you'll need to use an initializer: > > ```js > // before > [**className**](https://github.com/className) foo = 'bar'; > > // after > [**className**](https://github.com/className) foo = this.foo || 'bar'; > ``` > * Support for decorating plain functions using `[**computed**](https://github.com/computed)` has been removed. You must now decorate native getters and setters: > > ```js > // before > [**computed**](https://github.com/computed) > foo() { > return 'bar'; > } > > // after > [**computed**](https://github.com/computed) > get foo() { > return 'bar'; > } > ```
Commits - [`388b73e`](https://github.com/ember-decorators/ember-decorators/commit/388b73ee622d3b7099348a6c5a8729b4324a11c5) v2.3.1 - [`d2e4e06`](https://github.com/ember-decorators/ember-decorators/commit/d2e4e0645956fdec61ba1e9baff5bc888c0efafb) [bugfix] Adds the correct type for [**layout**](https://github.com/layout) ([#263](https://github-redirect.dependabot.com/ember-decorators/ember-decorators/issues/263)) - [`c5fdf8d`](https://github.com/ember-decorators/ember-decorators/commit/c5fdf8d998b71f6dd499f585ab0b39c2159bc293) [bugfix] Return promise in default blueprint ([#262](https://github-redirect.dependabot.com/ember-decorators/ember-decorators/issues/262)) - [`7e1e15e`](https://github.com/ember-decorators/ember-decorators/commit/7e1e15e8f39ff93d1952d13529e1b36154257b86) v2.3.0 - [`b03bd5b`](https://github.com/ember-decorators/ember-decorators/commit/b03bd5b76051ffcb40a1afda5002daf6a2daf305) [bugfix] Fix controller typings ([#260](https://github-redirect.dependabot.com/ember-decorators/ember-decorators/issues/260)) - [`234def1`](https://github.com/ember-decorators/ember-decorators/commit/234def1f03e8b92d10ef2f2772ebb98936761b51) [**layout**](https://github.com/layout) decorator for components in /addon ([#259](https://github-redirect.dependabot.com/ember-decorators/ember-decorators/issues/259)) - [`3cef98f`](https://github.com/ember-decorators/ember-decorators/commit/3cef98f045dd37eb92c006a6f1865bb023446220) Add type definition for the macro() function ([#258](https://github-redirect.dependabot.com/ember-decorators/ember-decorators/issues/258)) - [`0c379b7`](https://github.com/ember-decorators/ember-decorators/commit/0c379b7e0831a6f61e774deb2f081a7e80f31b8e) v2.2.1 - [`ea925f7`](https://github.com/ember-decorators/ember-decorators/commit/ea925f7451f045aefde67756b9ad9121257db069) [bugfix] Install support packages in sequence ([#256](https://github-redirect.dependabot.com/ember-decorators/ember-decorators/issues/256)) - [`d76f46a`](https://github.com/ember-decorators/ember-decorators/commit/d76f46adaabc95983e06b0a0c349b89ac01946b1) Updates service doc comment to reflect correct usage ([#254](https://github-redirect.dependabot.com/ember-decorators/ember-decorators/issues/254)) - Additional commits viewable in [compare view](https://github.com/ember-decorators/ember-decorators/compare/v1.3.4...v2.3.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 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.

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