dependabot-npm_and_yarn-prettier-2.6.2
master
Bumps prettier from 2.6.0 to 2.6.2.
Sourced from prettier's releases.
2.6.2 🔗 Changelog 2.6.1 🔗 Changelog
🔗 Changelog
Sourced from prettier's changelog.
2.6.2 diff Fix LESS/SCSS format error (#12536 by @fisker) // Input .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); } // Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset') // Prettier 2.6.2 .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); } Update meriyah to fix several bugs (#12567 by @fisker, fixes in meriyah by @3cp) Fixes bugs when parsing following valid code: foo(await bar()); const regex = /.*/ms; const element = <p>{/w/.test(s)}</p>;
diff
@fisker
// Input .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); } // Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset') // Prettier 2.6.2 .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); }
// Input .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); } // Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset')
// Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset')
// Prettier 2.6.2 .background-gradient(@cut) { background: linear-gradient( to right, @white 0%, @white (@cut - 0.01%), @portal-background @cut, @portal-background 100% ); }
@cut
@white
@portal-background
meriyah
@3cp
Fixes bugs when parsing following valid code:
foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
... (truncated)
d6f82a0
2bca9d6
users.yml
378370a
3c96a08
1bfb08f
9400c89
normalizeCliOptions
5e3de48
5d73acc
e2eac0c
tests/
7d33ed5
$dependabot rebase
$dependabot recreate
added 3 commits
Compare with previous version
a8501a23
mentioned in commit 14e8085d55
14e8085d55
No dependencies set.
The note is not visible to the blocked user.
Bumps prettier from 2.6.0 to 2.6.2.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d6f82a0Release 2.6.22bca9d6Add new workflow to prevent updatingusers.yml(#11784)378370aBuild(deps): Bump leven from 3.1.0 to 4.0.0 (#11349)3c96a08Build(deps): Bump strip-ansi from 6.0.0 to 7.0.0 (#10731)1bfb08fBuild(deps): Bump meriyah from 4.2.0 to 4.2.1 (#12567)9400c89Refactor: Add a wrappednormalizeCliOptionsversion for CLI usage (#12573)5e3de48Build(deps): Bump escape-string-regexp from 4.0.0 to 5.0.0 (#10725)5d73accBuild(deps-dev): Bump esbuild from 0.14.29 to 0.14.30 (#12581)e2eac0cMove some bundle test code intotests/(#12577)7d33ed5Build(deps-dev): Bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (#12580)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 3 commits
masterCompare with previous version
added 3 commits
masterCompare with previous version
added 3 commits
mastera8501a23- Build(deps-dev): bump prettier from 2.6.0 to 2.6.2Compare with previous version
mentioned in commit
14e8085d55