This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update dependency eslint-plugin-prettier to v5 #14
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/eslint-plugin-prettier-5.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
August 1, 2023 00:56
Destroyed
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
October 11, 2023 03:23
1ea6ae8
to
64a90ea
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
October 11, 2023 03:24
Destroyed
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
October 23, 2023 01:51
64a90ea
to
e500df3
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
October 23, 2023 01:51
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
November 8, 2023 21:38
e500df3
to
073ba77
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
November 8, 2023 21:38
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
November 13, 2023 04:57
073ba77
to
1e4b0bd
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
November 13, 2023 04:58
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
December 4, 2023 04:52
1e4b0bd
to
1e78ff6
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
December 4, 2023 04:52
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
December 11, 2023 03:25
1e78ff6
to
320fa52
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
December 11, 2023 03:26
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
December 19, 2023 23:02
320fa52
to
9a11583
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
December 19, 2023 23:02
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
December 21, 2023 16:53
9a11583
to
23ec4cb
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
December 21, 2023 16:54
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
December 24, 2023 07:35
23ec4cb
to
ad052b6
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
December 24, 2023 07:36
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
December 25, 2023 04:01
ad052b6
to
415f634
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
December 25, 2023 04:01
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
January 8, 2024 04:05
415f634
to
27b7c32
Compare
SocialGroovyBot
temporarily deployed
to
review-renovate-eslint-plugin-prettier-5-x-2budlm
January 8, 2024 04:06
Destroyed
renovate
bot
force-pushed
the
renovate/eslint-plugin-prettier-5.x
branch
from
January 10, 2024 04:24
27b7c32
to
e4a6cdc
Compare
🎉 Deployment for commit e4a6cdc : Docker images
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.1
->5.1.3
Release Notes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.1.3
Compare Source
Patch Changes
985b33c
Thanks @JounQin! - chore: addpackage.json
intoexports
mapv5.1.2
Compare Source
Patch Changes
#623
8210e44
Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'
to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7f
Thanks @JounQin! - feat: support parsingmarkdown
viaeslint-mdx
nativelyv5.1.1
Compare Source
Patch Changes
b5c0dc5
Thanks @JounQin! - chore: skip formatting inline scripts in pug filesv5.1.0
Compare Source
Minor Changes
#616
3856413
Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended
. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier
.Patch Changes
#614
5270877
Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config#603
a63a570
Thanks @filiptammergard! - fix: specifyeslint-config-prettier
as peer dependencyIt's already added to
peerDependenciesMeta
as optional, which means it should also be specified inpeerDependencies
.v5.0.1
Compare Source
Patch Changes
21a7146
Thanks @krist7599555! - fix:parserPath
type might beundefined
on Eslint Falt Configv5.0.0
Compare Source
Major Changes
#508
910aeb6
Thanks @JounQin! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"#508
910aeb6
Thanks @JounQin! - feat!: upgrade to prettier v3Minor Changes
910aeb6
Thanks @JounQin! - feat: add typings supportPatch Changes
#548
82a3db8
Thanks @fisker! - fix: add missing dependencysynckit
#564
ae7a73c
Thanks @auvred! - fix: compatibility with prettier@3 without pluginsConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.