Skip to content

chore(deps): update dependency prettier to v2.8.8#26

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier-2.x
Open

chore(deps): update dependency prettier to v2.8.8#26
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2021

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 2.3.22.8.8 age confidence

Release Notes

prettier/prettier (prettier)

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js

v2.5.1

Compare Source

diff

Improve formatting for empty tuple types (#​11884 by @​sosukesuzuki)
// Input
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;

// Prettier 2.5.0
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [

]
  ? Foo3
  : Foo4;

// Prettier 2.5.0 (tailingCommma = all)
// Invalid TypeScript code
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
  ,
]
  ? Foo3
  : Foo4;

// Prettier 2.5.1
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;
Fix compatibility with Jest inline snapshot test (#​11892 by @​fisker)

A internal change in Prettier@​v2.5.0 accidentally breaks the Jest inline snapshot test.

Support Glimmer's named blocks (#​11899 by @​duailibe)

Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.

See: Glimmer's named blocks.

// Input
<Component>
  <:named></:named>
</Component>

// Prettier 2.5.0
<Component>
  <:named />
</Component>

// Prettier 2.5.1
<Component>
  <:named></:named>
</Component>

v2.5.0

Compare Source

diff

🔗 Release Notes

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@&#8203;forward "library" as btn-*;

// Prettier 2.4.0
@&#8203;forward "library" as btn- *;

// Prettier 2.4.1
@&#8203;forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from be5ad3c to fc44eb4 Compare September 16, 2021 09:49
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.4.0 chore(deps): update dependency prettier to v2.4.1 Sep 16, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from fc44eb4 to 7e842dc Compare November 25, 2021 23:50
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.4.1 chore(deps): update dependency prettier to v2.5.0 Nov 25, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 7e842dc to a899cd5 Compare November 25, 2021 23:54
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from a899cd5 to c262380 Compare December 4, 2021 17:29
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.5.0 chore(deps): update dependency prettier to v2.5.1 Dec 4, 2021
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.5.1 chore(deps): update dependency prettier to v2.6.1 Mar 26, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from c262380 to 6413906 Compare March 26, 2022 15:24
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.6.1 chore(deps): update dependency prettier to v2.6.2 Apr 24, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 6413906 to 3ccc25e Compare April 24, 2022 17:29
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 3ccc25e to 530429c Compare June 18, 2022 14:50
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.6.2 chore(deps): update dependency prettier to v2.7.1 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 530429c to 0937fcd Compare September 25, 2022 13:03
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 0937fcd to 9744db9 Compare November 20, 2022 20:34
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.7.1 chore(deps): update dependency prettier to v2.8.4 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 9744db9 to 30184c8 Compare March 16, 2023 11:23
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.4 chore(deps): update dependency prettier to v2.8.7 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 30184c8 to d5d57f2 Compare March 24, 2023 23:09
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.7 chore(deps): update dependency prettier to v2.8.8 May 28, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from d5d57f2 to 6155c07 Compare May 28, 2023 12:10
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 6155c07 to 65f4f61 Compare November 11, 2025 01:54
@renovate

renovate Bot commented Nov 11, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: ┌ Resolution step
➤ YN0002: │ tailwind-variant.macro@workspace:. doesn't provide autoprefixer (pfd9a9), requested by tailwindcss
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 255ms
➤ YN0000: ┌ Fetch step
➤ YN0001: │ TypeError: fsevents@patch:fsevents@npm%3A2.3.2#builtin<compat/fsevents>::version=2.3.2&hash=11e9ea: (0 , o.isDate) is not a function
    at /tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490901
    at f.utimesImpl (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490960)
    at f.utimesSync (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490359)
    at f.utimesPromise (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490225)
    at f.mkdirpPromise (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:453091)
    at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
    at async re.fetchers.patchPackage (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:267424)
    at async Q (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:295100)
    at async D (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:295559)
    at async /tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:296250
➤ YN0001: │ TypeError: resolve@patch:resolve@npm%3A1.20.0#builtin<compat/resolve>::version=1.20.0&hash=3388aa: (0 , o.isDate) is not a function
    at /tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490901
    at f.utimesImpl (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490960)
    at f.utimesSync (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490359)
    at f.utimesPromise (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490225)
    at f.mkdirpPromise (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:453091)
    at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
    at async re.fetchers.patchPackage (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:267424)
    at async Q (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:295100)
    at async D (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:295559)
    at async /tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:296250
➤ YN0001: │ TypeError: typescript@patch:typescript@npm%3A4.3.5#builtin<compat/typescript>::version=4.3.5&hash=ddfc1b: (0 , o.isDate) is not a function
    at /tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490901
    at f.utimesImpl (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490960)
    at f.utimesSync (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490359)
    at f.utimesPromise (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:490225)
    at f.mkdirpPromise (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:453091)
    at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
    at async re.fetchers.patchPackage (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:267424)
    at async Q (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:295100)
    at async D (/tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:295559)
    at async /tmp/renovate/repos/github/tosuke/tailwind-variant.macro/.yarn/releases/yarn-berry.cjs:2:296250
➤ YN0013: │ 531 packages were already cached, 4 had to be fetched
➤ YN0000: └ Completed in 2s 55ms
➤ YN0000: Failed with errors in 2s 313ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants