Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ember-cli-typescript from 2.0.2 to 3.1.2.

Release notes

Sourced from ember-cli-typescript's releases.

Errors are useful

What Changed?

Fixed 🔧

  • Remove trailing space in the global.d.ts blueprint (#866)
  • Ensure we register Babel plugins with their full path (#946)
  • Ensure errors are emitted when ts:precompile fails (#984)

#866: typed-ember/ember-cli-typescript#866
#946: typed-ember/ember-cli-typescript#946
#984: typed-ember/ember-cli-typescript#984

Under the hood 🚗

  • Switch from Azure Pipelines to GitHub Actions. Hopefully our Windows builds will be much more stable now! 🤞 (#955, #959)
  • Ensure commitlint uses the correct config in CI (#985)
  • Move docs to a custom domain (#993)
  • Bumped [49 dependency versions][3.1.2-deps-bumps]

#955: typed-ember/ember-cli-typescript#955
#959: typed-ember/ember-cli-typescript#959
#985: typed-ember/ember-cli-typescript#985
#993: typed-ember/ember-cli-typescript#993
[3.1.2-deps-bumps]: https://github.com/typed-ember/ember-cli-typescript/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+merged%3A2019-11-06T16%3A26%3A25%2B0100..2019-12-14T10%3A52%3A00%2B0600+chore%28deps%29+in%3Atitle+

Upgrading ⚙️

ember install ember-cli-typescript@latest

Contributors 🙇

Thanks to everyone who contributed to this release in any way! In randomly shuffled order:

If you like ⛓

What Changed?

Added ⭐️

... (truncated)
Changelog

Sourced from ember-cli-typescript's changelog.

[3.1.2] - 2019-12-14

Fixed 🔧

  • Remove trailing space in the global.d.ts blueprint (#866)
  • Ensure we register Babel plugins with their full path (#946)
  • Ensure errors are emitted when ts:precompile fails (#984)

#866: typed-ember/ember-cli-typescript#866
#946: typed-ember/ember-cli-typescript#946
#984: typed-ember/ember-cli-typescript#984

Under the hood 🚗

  • Switch from Azure Pipelines to GitHub Actions. Hopefully our Windows builds will be much more stable now! 🤞 (#955, #959)
  • Ensure commitlint uses the correct config in CI (#985)
  • Move docs to a custom domain (#993)
  • Bumped [49 dependency versions][3.1.2-deps-bumps]

#955: typed-ember/ember-cli-typescript#955
#959: typed-ember/ember-cli-typescript#959
#985: typed-ember/ember-cli-typescript#985
#993: typed-ember/ember-cli-typescript#993
[3.1.2-deps-bumps]: https://github.com/typed-ember/ember-cli-typescript/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+merged%3A2019-11-06T16%3A26%3A25%2B0100..2019-12-14T10%3A52%3A00%2B0600+chore%28deps%29+in%3Atitle+

[3.1.1] - 2019-11-06

Added ⭐️

#914: typed-ember/ember-cli-typescript#914
#936: typed-ember/ember-cli-typescript#936

3.1.0 - 2019-11-06

3.1.0 was a bad release on npm, and was yanked accordingly. See 3.1.1!

[3.0.0] - 2019-08-30

Added ⭐️

  • In addons, ember-cli-typescript now installs itself into dependencies regardless of what ember install command you use. #623

Breaking 💥

  • No longer adds the Babel class properties plugin. This is a fix for #707, but it will break against ember-cli-babel versions before 7.7.
... (truncated)
Commits
  • 0d28481 v3.1.2
  • 61a555c chore(deps): update dependency eslint-plugin-ember to v7.7.2
  • b1ce4d0 chore(deps): update dependency ember-cli-babel to v7.13.2
  • 9999b58 chore(deps): update dependency ember-try to v1.4.0
  • f32c76b chore(deps): update dependency ember-cli-htmlbars to v4.2.0
  • b9c9097 chore(deps): update dependency ember-cli-htmlbars to v4.1.1
  • 374bbc2 chore(deps): update yarn to v1.21.1
  • b6f6b2b chore(deps): update dependency ember-cli-htmlbars to v4.1.0
  • 5a6af89 chore(deps): update dependency @types/chai to v4.2.7
  • 2bc8d46 Merge pull request #866 from scottkidder/blueprint-style
  • 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 will not automatically merge this PR because it includes an out-of-range update to a production dependency.


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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 16, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #241.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-cli-typescript-3.1.2 branch January 23, 2020 03:13
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.

1 participant