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

chore(deps): update dependency eslint-config-prettier to v4 #450

Merged
merged 1 commit into from
Jan 26, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2019

This PR contains the following updates:

Package Type Update Change References
eslint-config-prettier devDependencies major ^3.0.0 -> ^4.0.0 source

Release Notes

prettier/eslint-config-prettier

v4.0.0

Compare Source

  • Breaking change: Support for [eslint-plugin-typescript] has been removed and
    replaced with support for its successor [@​typescript-eslint/eslint-plugin].
    Thanks to TANIGUCHI Masaya (@​ta2gch) and everyone else who helped with this!
  • Changed: [arrow-body-style] and [prefer-arrow-callback] are now marked as
    [special rules][arrow-special], since they might cause problems if using
    [eslint-plugin-prettier] and --fix. They are turned off by default, and the
    CLI helper tool will warn about them (but not error if you do enable them).
    This won’t break your linting checks, but do note that these rules will be
    disabled unless you explicitly enable them again, and that you might see new
    warnings when running the CLI helper tool.

Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 26, 2019
@renovate renovate bot force-pushed the renovate/major-linters branch from 76a4243 to bf60255 Compare January 26, 2019 15:59
@callmehiphop callmehiphop added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 26, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 26, 2019
@callmehiphop callmehiphop added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 26, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 26, 2019
@callmehiphop callmehiphop merged commit 54b3f92 into master Jan 26, 2019
@renovate renovate bot deleted the renovate/major-linters branch January 26, 2019 17:36
praveenqlogic pushed a commit to praveenqlogic/nodejs-pubsub that referenced this pull request Jan 30, 2019
feywind pushed a commit to feywind/nodejs-pubsub that referenced this pull request Nov 12, 2024
chore(deps): update dependency typescript to ~3.4.0

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| typescript | devDependencies | minor | [`~3.3.0` -> `~3.4.0`](https://diff.intrinsic.com/typescript/3.3.4000/3.4.1) | [homepage](https://www.typescriptlang.org/), [source](https://togithub.com/Microsoft/TypeScript) |

---

### Release Notes

<details>
<summary>Microsoft/TypeScript</summary>

### [`v3.4.1`](https://togithub.com/Microsoft/TypeScript/releases/v3.4.1)

[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.3.4000...v3.4.1)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-4/).

<!-- For new features, check out the [What's new in TypeScript v3.4.1](). -->

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript v3.4 RC](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4%22+is%3Aclosed+).
-   [fixed issues query for Typescript v3.4.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4.1%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-341-vs2017) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Special thanks to all of our contributors this release:

-   [@&#8203;AnyhowStep](https://togithub.com/AnyhowStep)
-   Alan Pierce
-   Alexander Tarasyuk
-   Anders Hejlsberg
-   Andy Hanson
-   Benedikt Meurer
-   Benjamin Lichtman
-   Collins Abitekaniza
-   Daniel Krom
-   Daniel Rosenwasser
-   [@&#8203;fullheightcoding](https://togithub.com/fullheightcoding)
-   Gabriela Araujo Britto
-   [@&#8203;ispedals](https://togithub.com/ispedals)
-   Jack Williams
-   Jesse Trinity
-   Jordi Oliveras Rovira
-   Joseph Wunderlich
-   K. Preißer
-   Kagami Sascha Rosylight
-   Klaus Meinhardt
-   Masahiro Wakame
-   Matt McCutchen
-   Matthew Aynalem
-   Mine Starks
-   Nathan Shively-Sanders
-   Ron Buckton
-   Ryan Cavanaugh
-   Sheetal Nandi
-   Titian Cernicova-Dragomir
-   [@&#8203;tomholub](https://togithub.com/tomholub)
-   Wenlu Wang
-   Wesley Wigham

</details>

---

### Renovate configuration

:date: **Schedule**: "after 9am and before 3pm" (UTC).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-bigtable).

googleapis#450 automerged by dpebot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants