Skip to content

deps(npm): bump prettier from 3.7.4 to 3.8.3 in the minor-and-patch group across 1 directory#140

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-95ed20c41c
Open

deps(npm): bump prettier from 3.7.4 to 3.8.3 in the minor-and-patch group across 1 directory#140
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-95ed20c41c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 1 update in the / directory: prettier.

Updates prettier from 3.7.4 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 1 update in the / directory: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.7.4 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added auto-merge Auto-merge enabled dependencies labels May 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from adcondev as a code owner May 11, 2026 12:25
@dependabot dependabot Bot added dependencies auto-merge Auto-merge enabled labels May 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

👋 Thanks for opening this PR, @dependabot[bot]!

Here's what will happen next:

  • 🤖 Automated checks will run
  • 🏷️ Labels will be added automatically
  • 👀 A maintainer will review your changes

Please make sure:

  • ✅ All tests pass
  • 📝 The PR title follows conventional commits
  • 📋 The PR template is filled out completely

@github-actions

Copy link
Copy Markdown
Contributor

⚡ Benchmark Results

📈 Performance Comparison

📊 Click to expand detailed results

Current Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3117 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3678406	       327.2 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  423786	      2789 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  511825	      2107 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  480318	      2339 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   94125	     12718 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  415120	      2712 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  267969	      4204 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  522946	      2121 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  243861	      4928 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7581550	       156.3 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6474776	       185.9 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	295961755	         4.063 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	32563933	        37.02 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14340949	        83.30 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  490116	      2421 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  137380	      8537 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     582	   1973971 ns/op	 3469936 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     318	   3774195 ns/op	 5481086 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     138	   8711288 ns/op	 5231182 B/op	  230423 allocs/op

Base Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3128 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3699981	       327.5 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  368738	      2760 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  534676	      2080 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  509931	      2321 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   93822	     12755 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  413457	      2701 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  278640	      4185 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  539811	      2114 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  243690	      4792 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7535626	       162.3 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6485170	       188.3 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	295008110	         4.052 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	32452556	        35.67 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14457915	        84.60 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  494841	      2427 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  135772	      8465 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     607	   1904797 ns/op	 3469942 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     292	   3835658 ns/op	 5481092 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     140	   8555948 ns/op	 5231183 B/op	  230423 allocs/op

💡 Note: Use benchstat for statistical comparison

🎯 Summary

  • Total Benchmarks: 32
  • Average Speed: 2635394 ns/op
  • Average Memory: 2396767 B/op
  • Average Allocations: 41077 allocs/op

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants