prettier 3.9.4 → 3.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD-PARTY-NOTICES.md +33 -27
- package/index.cjs +1 -1
- package/index.mjs +4 -3
- package/internal/experimental-cli.mjs +1 -1
- package/package.json +1 -1
- package/plugins/acorn.js +10 -10
- package/plugins/acorn.mjs +10 -10
- package/plugins/angular.js +1 -1
- package/plugins/angular.mjs +1 -1
- package/plugins/babel.js +1 -1
- package/plugins/babel.mjs +1 -1
- package/plugins/estree.js +32 -32
- package/plugins/estree.mjs +32 -32
- package/plugins/flow.js +5 -5
- package/plugins/flow.mjs +5 -5
- package/plugins/html.js +8 -8
- package/plugins/html.mjs +8 -8
- package/plugins/markdown.js +56 -56
- package/plugins/markdown.mjs +56 -56
- package/plugins/meriyah.js +4 -4
- package/plugins/meriyah.mjs +4 -4
- package/plugins/postcss.js +31 -31
- package/plugins/postcss.mjs +31 -31
- package/plugins/typescript.js +14 -14
- package/plugins/typescript.mjs +14 -14
- package/standalone.js +3 -3
- package/standalone.mjs +3 -3
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The published Prettier artifact additionally contains code with the following licenses:
|
|
4
4
|
MIT, ISC, BSD-3-Clause, Apache-2.0, BSD-2-Clause, and BlueOak-1.0.0.
|
|
5
5
|
|
|
6
|
-
## @angular/compiler@v22.0.
|
|
6
|
+
## @angular/compiler@v22.0.6
|
|
7
7
|
|
|
8
8
|
> Angular - the compiler library
|
|
9
9
|
|
|
@@ -133,6 +133,30 @@ Author: The Babel Team (https://babel.dev/team)
|
|
|
133
133
|
|
|
134
134
|
----------------------------------------
|
|
135
135
|
|
|
136
|
+
## @braindb/mdast-util-wiki-link@v0.2.0
|
|
137
|
+
|
|
138
|
+
> Parse and render wiki-style links
|
|
139
|
+
|
|
140
|
+
License: MIT
|
|
141
|
+
Repository: <git+https://github.com/stereobooster/braindb.git>
|
|
142
|
+
Contributors:
|
|
143
|
+
- Mark Hudnall <me@markhudnall.com> (https://markhudnall.com)
|
|
144
|
+
- stereobooster
|
|
145
|
+
|
|
146
|
+
----------------------------------------
|
|
147
|
+
|
|
148
|
+
## @braindb/micromark-extension-wiki-link@v0.1.0
|
|
149
|
+
|
|
150
|
+
> Parse and render wiki-style links
|
|
151
|
+
|
|
152
|
+
License: MIT
|
|
153
|
+
Repository: <git+https://github.com/stereobooster/braindb.git>
|
|
154
|
+
Contributors:
|
|
155
|
+
- Mark Hudnall <me@markhudnall.com> (https://markhudnall.com)
|
|
156
|
+
- stereobooster
|
|
157
|
+
|
|
158
|
+
----------------------------------------
|
|
159
|
+
|
|
136
160
|
## @cacheable/memory@v2.2.0
|
|
137
161
|
|
|
138
162
|
> High Performance In-Memory Cache for Node.js
|
|
@@ -490,7 +514,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
|
490
514
|
|
|
491
515
|
----------------------------------------
|
|
492
516
|
|
|
493
|
-
## @typescript-eslint/types@v8.
|
|
517
|
+
## @typescript-eslint/types@v8.65.0
|
|
494
518
|
|
|
495
519
|
> Types for the TypeScript-ESTree AST spec
|
|
496
520
|
|
|
@@ -522,7 +546,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
522
546
|
|
|
523
547
|
----------------------------------------
|
|
524
548
|
|
|
525
|
-
## @typescript-eslint/typescript-estree@v8.
|
|
549
|
+
## @typescript-eslint/typescript-estree@v8.65.0
|
|
526
550
|
|
|
527
551
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
|
528
552
|
|
|
@@ -648,7 +672,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
|
648
672
|
|
|
649
673
|
----------------------------------------
|
|
650
674
|
|
|
651
|
-
## angular-html-parser@v10.
|
|
675
|
+
## angular-html-parser@v10.11.0
|
|
652
676
|
|
|
653
677
|
> A HTML parser extracted from Angular with some modifications
|
|
654
678
|
|
|
@@ -2344,7 +2368,7 @@ Contributors:
|
|
|
2344
2368
|
|
|
2345
2369
|
----------------------------------------
|
|
2346
2370
|
|
|
2347
|
-
## flow-estree@v0.
|
|
2371
|
+
## flow-estree@v0.322.0
|
|
2348
2372
|
|
|
2349
2373
|
> Flow types for the Flow-ESTree spec produced by the Flow Rust parser, forked from hermes-estree.
|
|
2350
2374
|
|
|
@@ -2355,7 +2379,7 @@ Author: Flow Team <flow@fb.com>
|
|
|
2355
2379
|
|
|
2356
2380
|
----------------------------------------
|
|
2357
2381
|
|
|
2358
|
-
## flow-parser@v0.
|
|
2382
|
+
## flow-parser@v0.322.0
|
|
2359
2383
|
|
|
2360
2384
|
> JavaScript parser written in OCaml. Produces ESTree AST
|
|
2361
2385
|
|
|
@@ -2552,7 +2576,7 @@ License: MIT
|
|
|
2552
2576
|
|
|
2553
2577
|
----------------------------------------
|
|
2554
2578
|
|
|
2555
|
-
## graphql@v17.0.
|
|
2579
|
+
## graphql@v17.0.2
|
|
2556
2580
|
|
|
2557
2581
|
> A Query Language and Runtime which can target any service.
|
|
2558
2582
|
|
|
@@ -4309,15 +4333,6 @@ Contributors:
|
|
|
4309
4333
|
|
|
4310
4334
|
----------------------------------------
|
|
4311
4335
|
|
|
4312
|
-
## mdast-util-wiki-link@v0.1.2
|
|
4313
|
-
|
|
4314
|
-
> Parse and render wiki-style links
|
|
4315
|
-
|
|
4316
|
-
License: MIT
|
|
4317
|
-
Author: Mark Hudnall <me@markhudnall.com> (https://markhudnall.com)
|
|
4318
|
-
|
|
4319
|
-
----------------------------------------
|
|
4320
|
-
|
|
4321
4336
|
## merge2@v1.4.1
|
|
4322
4337
|
|
|
4323
4338
|
> Merge multiple streams into one stream in sequence or parallel.
|
|
@@ -4350,7 +4365,7 @@ Repository: <git@github.com:teambition/merge2.git>
|
|
|
4350
4365
|
|
|
4351
4366
|
----------------------------------------
|
|
4352
4367
|
|
|
4353
|
-
## meriyah@v7.1.
|
|
4368
|
+
## meriyah@v7.1.1
|
|
4354
4369
|
|
|
4355
4370
|
> A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
|
|
4356
4371
|
|
|
@@ -4711,15 +4726,6 @@ Contributors:
|
|
|
4711
4726
|
|
|
4712
4727
|
----------------------------------------
|
|
4713
4728
|
|
|
4714
|
-
## micromark-extension-wiki-link@v0.0.4
|
|
4715
|
-
|
|
4716
|
-
> Parse and render wiki-style links
|
|
4717
|
-
|
|
4718
|
-
License: MIT
|
|
4719
|
-
Author: Mark Hudnall <me@markhudnall.com> (https://markhudnall.com)
|
|
4720
|
-
|
|
4721
|
-
----------------------------------------
|
|
4722
|
-
|
|
4723
4729
|
## micromark-factory-destination@v2.0.1
|
|
4724
4730
|
|
|
4725
4731
|
> micromark factory to parse destinations (found in resources, definitions)
|
|
@@ -5761,7 +5767,7 @@ Author: typicode
|
|
|
5761
5767
|
|
|
5762
5768
|
----------------------------------------
|
|
5763
5769
|
|
|
5764
|
-
## postcss@v8.5.
|
|
5770
|
+
## postcss@v8.5.16
|
|
5765
5771
|
|
|
5766
5772
|
> Tool for transforming styles with JS plugins
|
|
5767
5773
|
|
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -16359,11 +16359,11 @@ function attachComments(ast, options7) {
|
|
|
16359
16359
|
args = [comment, text2, options8, ast2, isLastComment];
|
|
16360
16360
|
}
|
|
16361
16361
|
if (attachPropertiesToComment) {
|
|
16362
|
-
comment.placement = placement;
|
|
16363
16362
|
comment.enclosingNode = enclosingNode;
|
|
16364
16363
|
comment.precedingNode = precedingNode;
|
|
16365
16364
|
comment.followingNode = followingNode;
|
|
16366
16365
|
}
|
|
16366
|
+
comment.placement = placement;
|
|
16367
16367
|
if (placement === "ownLine") {
|
|
16368
16368
|
if (handleOwnLineComment(...args)) {
|
|
16369
16369
|
} else if (followingNode) {
|
|
@@ -16414,7 +16414,6 @@ function attachComments(ast, options7) {
|
|
|
16414
16414
|
delete comment.precedingNode;
|
|
16415
16415
|
delete comment.enclosingNode;
|
|
16416
16416
|
delete comment.followingNode;
|
|
16417
|
-
delete comment.placement;
|
|
16418
16417
|
}
|
|
16419
16418
|
}
|
|
16420
16419
|
}
|
|
@@ -18199,6 +18198,8 @@ function isSourceElement(opts2, node, parentNode) {
|
|
|
18199
18198
|
case "meriyah":
|
|
18200
18199
|
case "oxc":
|
|
18201
18200
|
case "oxc-ts":
|
|
18201
|
+
case "yuku":
|
|
18202
|
+
case "yuku-ts":
|
|
18202
18203
|
case "__babel_estree":
|
|
18203
18204
|
return isJsSourceElement(node.type, parentNode?.type);
|
|
18204
18205
|
case "json":
|
|
@@ -18741,7 +18742,7 @@ var get_file_info_default = getFileInfo;
|
|
|
18741
18742
|
import * as doc from "./doc.mjs";
|
|
18742
18743
|
|
|
18743
18744
|
// src/main/version.evaluate.js
|
|
18744
|
-
var version_evaluate_default = "3.9.
|
|
18745
|
+
var version_evaluate_default = "3.9.6";
|
|
18745
18746
|
|
|
18746
18747
|
// src/utilities/public.js
|
|
18747
18748
|
var public_exports = {};
|