-
-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency prettier to v3.2.4 #2615
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2615 +/- ##
==========================================
- Coverage 99.57% 99.57% -0.01%
==========================================
Files 2807 2807
Lines 250441 250441
Branches 1153 1151 -2
==========================================
- Hits 249380 249370 -10
- Misses 1033 1043 +10
Partials 28 28 |
7b35d62
to
6307ec3
Compare
6307ec3
to
ddb8a92
Compare
Is this intentionally? diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index b03aff9ab..7bd11afff 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -11,8 +11,8 @@
"forwardPorts": [5173],
"portsAttributes": {
"5173": {
- "label": "Docs"
- }
+ "label": "Docs",
+ },
},
// Use 'postCreateCommand' to run commands after the container is created.
@@ -26,10 +26,10 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
:...skipping...
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index b03aff9ab..7bd11afff 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -11,8 +11,8 @@
"forwardPorts": [5173],
"portsAttributes": {
"5173": {
- "label": "Docs"
- }
+ "label": "Docs",
+ },
},
// Use 'postCreateCommand' to run commands after the container is created.
@@ -26,10 +26,10 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
- "github.vscode-pull-request-github"
- ]
- }
- }
+ "github.vscode-pull-request-github",
+ ],
+ },
+ },
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json
index 0446ab750..1071e2eb5 100644
--- a/cypress/tsconfig.json
+++ b/cypress/tsconfig.json
@@ -5,7 +5,7 @@
"types": ["cypress"],
"esModuleInterop": true,
"noEmit": true,
- "resolveJsonModule": true
+ "resolveJsonModule": true,
},
- "include": ["**/*.ts"]
+ "include": ["**/*.ts"],
}
diff --git a/tsconfig.json b/tsconfig.json
index a290fc07b..020c97429 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,12 +11,12 @@
// These are configs specifically for !build and have to be reverted in the tsconfig.build.json
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
- "resolveJsonModule": true
+ "resolveJsonModule": true,
},
"exclude": [
"node_modules",
"dist",
// required for the typedoc related tests on macOS #2280
- "test/scripts/apidoc/temp"
- ]
+ "test/scripts/apidoc/temp",
+ ],
}
|
I usually have this setting in my private projects as well, as this reduces git diffs when adding/removing to arrays/objects. While this works in most IDEs, strict json parsers will throw as dangling commas are not part of the official json standard. |
My question was more whether the tools using those files, officially support it or just happen to ignore it. And whether we should change our files accordingly. |
CI passes and devcontainers still work... |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
3.2.2
->3.2.4
Release Notes
prettier/prettier (prettier)
v3.2.4
Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.json
were incorrectly formatted as JSONC files.v3.2.3
Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.