-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
When forcing the JS parser, use the modern name #212
Conversation
This avoids a deprecation notice
This avoids a deprecation notice
@BPScott we've been hitting this on a project we're working. We have a workaround for it that we can easily use, but I was just wondering if you had any plans to release a new version soon? |
Alas I've not got the keys to npm. @not-an-aardvark could you push out a 3.1.1 point release. (or setup publish rights if you want me to be self sufficient) |
@BPScott Added you to the package on npm. (Sorry, not sure if it sent out a notification email automatically.) |
Didn't get an email but I've got access, thanks :) v3.1.1 has just been published with this change. |
97: Update dependency eslint-plugin-prettier to v3.1.1 r=renovate[bot] a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | dependencies | patch | [`3.1.0` -> `3.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/3.1.0/3.1.1) | --- ### Release Notes <details> <summary>prettier/eslint-plugin-prettier</summary> ### [`v3.1.1`](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md#v311-2019-09-18) [Compare Source](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.0...cb2d4b34b086b81f7b45e4c8c7aac561c73e85cb) - build(deps-dev): bump eslint from 6.3.0 to 6.4.0 ([8a793eb]([email protected]:prettier/eslint-plugin-prettier/commit/8a793eba54ff01493e3ee83daf4dcb782d039fdd)) - build(deps-dev): bump eslint-config-prettier from 6.2.0 to 6.3.0 ([88c3f6c]([email protected]:prettier/eslint-plugin-prettier/commit/88c3f6cb510b758e6dc866a1ad1a0484ef074484)) - build(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.2.0 ([5f9fbc1]([email protected]:prettier/eslint-plugin-prettier/commit/5f9fbc16f91d88a5c77b8b9d942b82424add77a5)) - build(deps-dev): bump eslint from 6.2.2 to 6.3.0 ([746b66d]([email protected]:prettier/eslint-plugin-prettier/commit/746b66dc701e8226930f6e4d8386bd500dcb303b)) - build(deps-dev): bump eslint from 6.1.0 to 6.2.2 ([97eedb4]([email protected]:prettier/eslint-plugin-prettier/commit/97eedb4734a4c569d4c24a62cffe024c2a26c178)) - build(deps-dev): bump eslint from 6.0.1 to 6.1.0 ([afef9d1]([email protected]:prettier/eslint-plugin-prettier/commit/afef9d137c8b7887c63e3f8d51cabf42851f5cf1)) - build(deps-dev): bump mocha from 6.1.4 to 6.2.0 ([0360a84]([email protected]:prettier/eslint-plugin-prettier/commit/0360a845ce530d8c25f390961d6446b4c58e85ac)) - build(deps): [security] bump lodash from 4.17.11 to 4.17.14 ([9eceb68]([email protected]:prettier/eslint-plugin-prettier/commit/9eceb6834fcd003c5680c3202b656ca3474c19c2)) - Fix: When forcing the JS parser, use the modern name ([#​212]([email protected]:prettier/eslint-plugin-prettier/issues/212)) ([1385310]([email protected]:prettier/eslint-plugin-prettier/commit/1385310fce778a8c771d0dab0e400725c9f9d82e)) - Add eslint 6 to test matrix ([#​210]([email protected]:prettier/eslint-plugin-prettier/issues/210)) ([bca77e6]([email protected]:prettier/eslint-plugin-prettier/commit/bca77e66ed1eba682eb13055862adc70478d472b)) - build(deps-dev): bump eslint-config-prettier from 5.0.0 to 6.0.0 ([4c069bd]([email protected]:prettier/eslint-plugin-prettier/commit/4c069bd0f3b907039569964e747479aa06279594)) - build(deps-dev): bump eslint-config-prettier from 4.3.0 to 5.0.0 ([60bb22f]([email protected]:prettier/eslint-plugin-prettier/commit/60bb22f4ae1d6af001ba55338a7cb08111db23d9)) - build(deps-dev): bump prettier from 1.18.0 to 1.18.2 ([a183560]([email protected]:prettier/eslint-plugin-prettier/commit/a1835600facebc819e31a0816061e62f8be2cd8b)) - build(deps-dev): bump prettier from 1.17.1 to 1.18.0 ([0cad479]([email protected]:prettier/eslint-plugin-prettier/commit/0cad4793abb6139eb9d6853b5adef7469aef756d)) - build(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0 ([6f3c76f]([email protected]:prettier/eslint-plugin-prettier/commit/6f3c76fd75dc4f982d1221e6b4802329b32176a9)) - build(deps-dev): bump prettier from 1.17.0 to 1.17.1 ([03aecfd]([email protected]:prettier/eslint-plugin-prettier/commit/03aecfd49b96d055ff54ec989c93408a9fb3f3ee)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, 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://github.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#mythmon/corsica-tree-status). Co-authored-by: Renovate Bot <[email protected]>
This avoids a deprecation notice
With thanks to @robertoentringer for spotting this