Skip to content

Bump prettierx from 0.12.1 to 0.19.0#32

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prettierx-0.19.0
Open

Bump prettierx from 0.12.1 to 0.19.0#32
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prettierx-0.19.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 7, 2021

Bumps prettierx from 0.12.1 to 0.19.0.

Release notes

Sourced from prettierx's releases.

prettierx 0.19.0

Changelog

prettierx 0.19.0

compare prettierx-0.18.3...prettierx-0.19.0

Include updates from Prettier 2.3.2

(with some prettierX language-js updates now based on Prettier 2.3.2)

with some updates including:

  • switch to pure CSS parser using PostCSS 8 (see below)
  • apply an optimization to reduce AST copying in HTML preprocessing - prettier/prettier#11108
  • update many dependencies
  • use @​brodybits/remark-parse@​8, with updated trim sub-dependency, as recommended by:
  • remove original author from package.json - with rationale:
    • The code base in both Prettier and prettierX has many authors.
    • Prettier has a number of committers and likely multiple owners, while prettierX has only one committer & owner at this point.
    • The primary authors should be in the copyright & license statements, while the all of actual code authors should be in the git commits.
    • The existing committer & owner of prettierX hence sees no point in keeping the original author entry.

prettierx 0.19.0 update(s) from Prettier next branch

[BREAKING] Add the pure css parser (prettier/prettier#7933, prettier/prettier#9092, prettier/prettier#9093 by @​fisker)

(using PostCSS version 8)

Previously, when --parser=css was passed, Prettier tried to parse the content using postcss-scss and postcss-less. This caused confusion, and made syntax errors difficult to spot. Now --parser=css works only with the vanilla CSS syntax.

If you use parser="css" for your .less/.scss files, update it to the correct parser or remove the parser option to let Prettier auto-detect the parser by the file extension.

/* Input */
/* Less Syntax with `--parser=css` */
a {.bordered();}
/* Prettier stable /
/ Less Syntax with --parser=css */
</tr></table>

... (truncated)

Changelog

Sourced from prettierx's changelog.

prettierx 0.19.0

compare prettierx-0.18.3...prettierx-0.19.0

Include updates from Prettier 2.3.2

(with some prettierX language-js updates now based on Prettier 2.3.2)

with some updates including:

  • switch to pure CSS parser using PostCSS 8 (see below)
  • apply an optimization to reduce AST copying in HTML preprocessing - prettier/prettier#11108
  • update many dependencies
  • use @​brodybits/remark-parse@​8, with updated trim sub-dependency, as recommended by:
  • remove original author from package.json - with rationale:
    • The code base in both Prettier and prettierX has many authors.
    • Prettier has a number of committers and likely multiple owners, while prettierX has only one committer & owner at this point.
    • The primary authors should be in the copyright & license statements, while the all of actual code authors should be in the git commits.
    • The existing committer & owner of prettierX hence sees no point in keeping the original author entry.

prettierx 0.19.0 update(s) from Prettier next branch

[BREAKING] Add the pure css parser (prettier/prettier#7933, prettier/prettier#9092, prettier/prettier#9093 by @​fisker)

(using PostCSS version 8)

Previously, when --parser=css was passed, Prettier tried to parse the content using postcss-scss and postcss-less. This caused confusion, and made syntax errors difficult to spot. Now --parser=css works only with the vanilla CSS syntax.

If you use parser="css" for your .less/.scss files, update it to the correct parser or remove the parser option to let Prettier auto-detect the parser by the file extension.

/* Input */
/* Less Syntax with `--parser=css` */
a {.bordered();}
/* Prettier stable /
/ Less Syntax with --parser=css */
a {
.bordered();
}
/* Prettier main /
SyntaxError: (postcss) CssSyntaxError Unknown word (2:4)
1 | / Less Syntax with --parser=css */
> 2 | a {.bordered();}

... (truncated)

Commits
  • e96b04d prettierx 0.19.0
  • 8968c39 prettierx: Update postcss -> 8.3.5 - dependency (#648)
  • 420328f prettierx: Update @​typescript-eslint/typescript-estree -> 4.28.2 - dependency...
  • 2a90a09 prettierx: Update webpack -> 5.42.1 - devDependency (#614)
  • e66a5a4 [prettierx] chore: update renovate.json re: x-unsupported
  • c1f65b8 [prettierx] merge PR #630
  • f7c4bb6 [prettierx] chore: update CHANGELOG.md re: 0.19.0-01 (...)
  • d4e08c9 [prettierx] merge updates from Prettier main branch
  • eaa31de [prettierx] docs: combine 7933.md into CHANGELOG.md
  • c10ae7e [prettierx] test: update html-tags-with-void-tags (...)
  • 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 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 dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 7, 2021
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettierx-0.19.0 branch 2 times, most recently from 6183912 to 0a028e2 Compare September 4, 2021 08:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettierx-0.19.0 branch from 0a028e2 to b7e2fa5 Compare October 28, 2021 13:24
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettierx-0.19.0 branch from b7e2fa5 to e272879 Compare March 27, 2022 12:30
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettierx-0.19.0 branch 2 times, most recently from 9c9884e to 33a0097 Compare April 4, 2022 14:55
Bumps [prettierx](https://github.com/brodybits/prettierx) from 0.12.1 to 0.19.0.
- [Release notes](https://github.com/brodybits/prettierx/releases)
- [Changelog](https://github.com/brodybits/prettierx/blob/dev/CHANGELOG.md)
- [Commits](brody2consult/prettierx@prettierx-0.12.1...prettierx-0.19.0)

---
updated-dependencies:
- dependency-name: prettierx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/prettierx-0.19.0 branch from 33a0097 to 11fa14e Compare April 6, 2022 11:54
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.

0 participants